Pull request #42054 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 rather than 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 Obtained Jenkinsfile from 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-03-10T15:02:04.298Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-03-10T15:02:04.301Z] Trying to pass milestone 5 [Pipeline] milestone [2021-03-10T15:02:04.358Z] Trying to pass milestone 6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-03-10T15:02:10.032Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-07ce0c0a63f45bcbc) in /home/ubuntu/workspace/moby_PR-42054 [Pipeline] { [Pipeline] checkout [2021-03-10T15:02:10.077Z] The recommended git tool is: git [2021-03-10T15:02:10.085Z] using credential docker-jenkins-github-credentials [2021-03-10T15:02:10.091Z] Cloning the remote Git repository [2021-03-10T15:02:10.091Z] Cloning with configured refspecs honoured and without tags [2021-03-10T15:02:10.094Z] Cloning repository https://github.com/moby/moby.git [2021-03-10T15:02:10.095Z] > git init /home/ubuntu/workspace/moby_PR-42054 # timeout=10 [2021-03-10T15:02:10.098Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:10.099Z] > git --version # timeout=10 [2021-03-10T15:02:10.101Z] > git --version # 'git version 2.17.1' [2021-03-10T15:02:10.101Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:10.101Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:19.794Z] Fetching without tags [2021-03-10T15:02:20.024Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:02:19.782Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:02:19.784Z] > git config --add remote.origin.fetch +refs/pull/42054/head:refs/remotes/origin/PR-42054 # timeout=10 [2021-03-10T15:02:19.787Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:19.792Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:02:19.796Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:19.796Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:19.797Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:20.027Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:20.029Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:02:20.453Z] > git remote # timeout=10 [2021-03-10T15:02:20.455Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:02:20.457Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:20.457Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:02:21.218Z] Merge succeeded, producing 1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:02:21.219Z] Checking out Revision 1c65fdd4af721268f20c54ce7a6bd939b6eecd63 (PR-42054) [2021-03-10T15:02:21.295Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:02:21.300Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-10T15:02:21.999Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42054:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-03-10T15:02:21.216Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:02:21.221Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:21.223Z] > git checkout -f 1c65fdd4af721268f20c54ce7a6bd939b6eecd63 # timeout=10 [2021-03-10T15:02:21.298Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:02:24.529Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2021-03-10T15:02:25.019Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0348c7c47578abdee) in /home/ubuntu/workspace/moby_PR-42054 [Pipeline] node [2021-03-10T15:02:25.020Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-07ce0c0a63f45bcbc) in /home/ubuntu/workspace/moby_PR-42054 [Pipeline] node [Pipeline] node [Pipeline] node [2021-03-10T15:02:25.025Z] Running on s390x-ubuntu-30 in /home/jenkins/workspace/moby_PR-42054 [2021-03-10T15:02:25.026Z] Running on ppc64le-ubuntu-17 in /home/docker/workspace/moby_PR-42054 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-03-10T15:02:25.104Z] The recommended git tool is: git [Pipeline] checkout [2021-03-10T15:02:25.110Z] The recommended git tool is: git [2021-03-10T15:02:25.112Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2021-03-10T15:02:25.118Z] Cloning the remote Git repository [2021-03-10T15:02:25.118Z] Cloning with configured refspecs honoured and without tags [2021-03-10T15:02:25.119Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2021-03-10T15:02:25.127Z] Fetching changes from the remote Git repository [2021-03-10T15:02:25.128Z] The recommended git tool is: git [2021-03-10T15:02:25.131Z] Fetching without tags [2021-03-10T15:02:25.134Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [2021-03-10T15:02:25.164Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-03-10T15:02:25.169Z] using credential docker-jenkins-github-credentials [Pipeline] stage [2021-03-10T15:02:25.182Z] Fetching changes from the remote Git repository [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2021-03-10T15:02:25.184Z] Cloning the remote Git repository [2021-03-10T15:02:25.184Z] Cloning with configured refspecs honoured and without tags [2021-03-10T15:02:25.195Z] Fetching 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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-03-10T15:02:25.376Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:02:25.580Z] Merge succeeded, producing dbcd1f70ccfa29530fe45edf349bbad896617d46 [2021-03-10T15:02:25.580Z] Checking out Revision dbcd1f70ccfa29530fe45edf349bbad896617d46 (PR-42054) [2021-03-10T15:02:25.657Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:02:25.663Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-10T15:02:25.162Z] Cloning repository https://github.com/moby/moby.git [2021-03-10T15:02:25.162Z] > git init /home/ubuntu/workspace/moby_PR-42054 # timeout=10 [2021-03-10T15:02:25.177Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:25.178Z] > git --version # timeout=10 [2021-03-10T15:02:25.196Z] > git --version # 'git version 2.17.1' [2021-03-10T15:02:25.196Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:25.197Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:25.124Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-03-10T15:02:25.129Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:02:25.134Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:25.134Z] > git --version # timeout=10 [2021-03-10T15:02:25.135Z] > git --version # 'git version 2.17.1' [2021-03-10T15:02:25.135Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:25.136Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:25.379Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:25.381Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:02:25.432Z] > git remote # timeout=10 [2021-03-10T15:02:25.434Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:02:25.436Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:25.436Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:02:25.578Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:02:25.583Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:25.585Z] > git checkout -f dbcd1f70ccfa29530fe45edf349bbad896617d46 # timeout=10 [2021-03-10T15:02:25.660Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:02:25.138Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-03-10T15:02:25.152Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:02:25.165Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:25.165Z] > git --version # timeout=10 [2021-03-10T15:02:25.168Z] > git --version # 'git version 2.17.1' [2021-03-10T15:02:25.168Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:25.168Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:25.191Z] Cloning repository https://github.com/moby/moby.git [2021-03-10T15:02:25.191Z] > git init /home/docker/workspace/moby_PR-42054 # timeout=10 [2021-03-10T15:02:25.196Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:25.196Z] > git --version # timeout=10 [2021-03-10T15:02:25.201Z] > git --version # 'git version 2.7.4' [2021-03-10T15:02:25.201Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:25.202Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:26.344Z] + docker version [2021-03-10T15:02:26.344Z] Client: Docker Engine - Community [2021-03-10T15:02:26.344Z] Version: 20.10.3 [2021-03-10T15:02:26.344Z] API version: 1.41 [2021-03-10T15:02:26.344Z] Go version: go1.13.15 [2021-03-10T15:02:26.344Z] Git commit: 48d30b5 [2021-03-10T15:02:26.344Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-10T15:02:26.344Z] OS/Arch: linux/amd64 [2021-03-10T15:02:26.344Z] Context: default [2021-03-10T15:02:26.344Z] Experimental: true [2021-03-10T15:02:26.344Z] [2021-03-10T15:02:26.344Z] Server: Docker Engine - Community [2021-03-10T15:02:26.344Z] Engine: [2021-03-10T15:02:26.344Z] Version: 20.10.3 [2021-03-10T15:02:26.344Z] API version: 1.41 (minimum version 1.12) [2021-03-10T15:02:26.344Z] Go version: go1.13.15 [2021-03-10T15:02:26.344Z] Git commit: 46229ca [2021-03-10T15:02:26.344Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-10T15:02:26.344Z] OS/Arch: linux/amd64 [2021-03-10T15:02:26.344Z] Experimental: true [2021-03-10T15:02:26.344Z] containerd: [2021-03-10T15:02:26.344Z] Version: 1.4.3 [2021-03-10T15:02:26.344Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:02:26.344Z] runc: [2021-03-10T15:02:26.344Z] Version: 1.0.0-rc92 [2021-03-10T15:02:26.344Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:02:26.344Z] docker-init: [2021-03-10T15:02:26.344Z] Version: 0.19.0 [2021-03-10T15:02:26.344Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-10T15:02:26.624Z] + docker info [2021-03-10T15:02:26.624Z] Client: [2021-03-10T15:02:26.624Z] Context: default [2021-03-10T15:02:26.624Z] Debug Mode: false [2021-03-10T15:02:26.624Z] Plugins: [2021-03-10T15:02:26.624Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-10T15:02:26.624Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-10T15:02:26.624Z] [2021-03-10T15:02:26.624Z] Server: [2021-03-10T15:02:26.624Z] Containers: 0 [2021-03-10T15:02:26.624Z] Running: 0 [2021-03-10T15:02:26.624Z] Paused: 0 [2021-03-10T15:02:26.624Z] Stopped: 0 [2021-03-10T15:02:26.624Z] Images: 2 [2021-03-10T15:02:26.624Z] Server Version: 20.10.3 [2021-03-10T15:02:26.624Z] Storage Driver: overlay2 [2021-03-10T15:02:26.624Z] Backing Filesystem: extfs [2021-03-10T15:02:26.624Z] Supports d_type: true [2021-03-10T15:02:26.624Z] Native Overlay Diff: true [2021-03-10T15:02:26.624Z] Logging Driver: json-file [2021-03-10T15:02:26.624Z] Cgroup Driver: cgroupfs [2021-03-10T15:02:26.624Z] Cgroup Version: 1 [2021-03-10T15:02:26.624Z] Plugins: [2021-03-10T15:02:26.624Z] Volume: local [2021-03-10T15:02:26.624Z] Network: bridge host ipvlan macvlan null overlay [2021-03-10T15:02:26.624Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-10T15:02:26.624Z] Swarm: inactive [2021-03-10T15:02:26.624Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-10T15:02:26.624Z] Default Runtime: runc [2021-03-10T15:02:26.624Z] Init Binary: docker-init [2021-03-10T15:02:26.624Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:02:26.624Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:02:26.624Z] init version: de40ad0 [2021-03-10T15:02:26.624Z] Security Options: [2021-03-10T15:02:26.624Z] apparmor [2021-03-10T15:02:26.624Z] seccomp [2021-03-10T15:02:26.624Z] Profile: default [2021-03-10T15:02:26.624Z] Kernel Version: 5.4.0-1037-aws [2021-03-10T15:02:26.624Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-10T15:02:26.624Z] OSType: linux [2021-03-10T15:02:26.624Z] Architecture: x86_64 [2021-03-10T15:02:26.624Z] CPUs: 8 [2021-03-10T15:02:26.624Z] Total Memory: 30.91GiB [2021-03-10T15:02:26.624Z] Name: ip-10-100-112-150 [2021-03-10T15:02:26.624Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-10T15:02:26.624Z] Docker Root Dir: /var/lib/docker [2021-03-10T15:02:26.624Z] Debug Mode: false [2021-03-10T15:02:26.624Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:02:26.624Z] Labels: [2021-03-10T15:02:26.624Z] Experimental: true [2021-03-10T15:02:26.624Z] Insecure Registries: [2021-03-10T15:02:26.624Z] 127.0.0.0/8 [2021-03-10T15:02:26.624Z] Live Restore Enabled: true [2021-03-10T15:02:26.624Z] [2021-03-10T15:02:26.624Z] WARNING: No swap limit support [2021-03-10T15:02:26.624Z] WARNING: No blkio weight support [2021-03-10T15:02:26.624Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-10T15:02:26.904Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:02:26.904Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:02:26.904Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42054/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-10T15:02:26.904Z] + bash /home/ubuntu/workspace/moby_PR-42054/check-config.sh [2021-03-10T15:02:26.904Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-10T15:02:26.905Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-10T15:02:26.905Z] [2021-03-10T15:02:26.905Z] Generally Necessary: [2021-03-10T15:02:26.905Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-10T15:02:26.905Z] - apparmor: enabled and tools installed [2021-03-10T15:02:26.905Z] - CONFIG_NAMESPACES: enabled [2021-03-10T15:02:26.905Z] - CONFIG_NET_NS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_PID_NS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_IPC_NS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_UTS_NS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CGROUPS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CPUSETS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_MEMCG: enabled [2021-03-10T15:02:26.905Z] - CONFIG_KEYS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_VETH: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-10T15:02:26.905Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-10T15:02:26.905Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-10T15:02:26.905Z] [2021-03-10T15:02:26.905Z] Optional Features: [2021-03-10T15:02:26.905Z] - CONFIG_USER_NS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_SECCOMP: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-10T15:02:26.905Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-10T15:02:26.905Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-10T15:02:26.905Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-10T15:02:26.905Z] - CONFIG_BLK_CGROUP: enabled [2021-03-10T15:02:26.905Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-10T15:02:26.905Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-10T15:02:26.905Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-10T15:02:26.905Z] - CONFIG_CGROUP_PERF: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-10T15:02:26.905Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-10T15:02:26.905Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-10T15:02:26.905Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-10T15:02:26.905Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-10T15:02:26.905Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-10T15:02:26.905Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_IP_VS: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-10T15:02:27.163Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-10T15:02:27.163Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-10T15:02:27.163Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_EXT4_FS: enabled [2021-03-10T15:02:27.163Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-10T15:02:27.163Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-10T15:02:27.163Z] - Network Drivers: [2021-03-10T15:02:27.163Z] - "overlay": [2021-03-10T15:02:27.163Z] - CONFIG_VXLAN: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-10T15:02:27.163Z] Optional (for encrypted networks): [2021-03-10T15:02:27.163Z] - CONFIG_CRYPTO: enabled [2021-03-10T15:02:27.163Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-10T15:02:27.163Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-10T15:02:27.163Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-10T15:02:27.163Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-10T15:02:27.163Z] - CONFIG_XFRM: enabled [2021-03-10T15:02:27.163Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-10T15:02:27.163Z] - "ipvlan": [2021-03-10T15:02:27.163Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-10T15:02:27.163Z] - "macvlan": [2021-03-10T15:02:27.163Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_DUMMY: enabled (as module) [2021-03-10T15:02:27.163Z] - "ftp,tftp client in container": [2021-03-10T15:02:27.163Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-10T15:02:27.163Z] - Storage Drivers: [2021-03-10T15:02:27.163Z] - "aufs": [2021-03-10T15:02:27.163Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-10T15:02:27.163Z] - "btrfs": [2021-03-10T15:02:27.163Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-10T15:02:27.163Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-10T15:02:27.163Z] - "devicemapper": [2021-03-10T15:02:27.163Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-10T15:02:27.163Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-10T15:02:27.163Z] - "overlay": [2021-03-10T15:02:27.163Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-10T15:02:27.163Z] - "zfs": [2021-03-10T15:02:27.163Z] - /dev/zfs: present [2021-03-10T15:02:27.163Z] - zfs command: missing [2021-03-10T15:02:27.163Z] - zpool command: missing [2021-03-10T15:02:27.163Z] [2021-03-10T15:02:27.163Z] Limits: [2021-03-10T15:02:27.163Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-10T15:02:27.163Z] [2021-03-10T15:02:27.163Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-10T15:02:27.494Z] + sudo modprobe ip_vs [2021-03-10T15:02:27.494Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 . [2021-03-10T15:02:27.494Z] #1 [internal] load build definition from Dockerfile [2021-03-10T15:02:27.494Z] #1 sha256:9d29de557a8d279c17d2582c77f3ad350e3cca834060226c17df2e596ff0dec9 [2021-03-10T15:02:27.494Z] #1 transferring dockerfile: 16.82kB done [2021-03-10T15:02:27.494Z] #1 DONE 0.0s [2021-03-10T15:02:27.494Z] [2021-03-10T15:02:27.494Z] #2 [internal] load .dockerignore [2021-03-10T15:02:27.494Z] #2 sha256:4f610dbb7226586b74148e32686c9e0fc343ad811c8d55761d4357614262a3da [2021-03-10T15:02:27.494Z] #2 transferring context: 87B done [2021-03-10T15:02:27.494Z] #2 DONE 0.0s [2021-03-10T15:02:27.494Z] [2021-03-10T15:02:27.494Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-10T15:02:27.494Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-10T15:02:27.494Z] #3 DONE 0.1s [2021-03-10T15:02:27.753Z] [2021-03-10T15:02:27.753Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-10T15:02:27.753Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-10T15:02:27.753Z] #4 CACHED [2021-03-10T15:02:27.753Z] [2021-03-10T15:02:27.753Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-10T15:02:27.753Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-10T15:02:28.014Z] #6 DONE 0.1s [2021-03-10T15:02:28.014Z] [2021-03-10T15:02:28.014Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-03-10T15:02:28.014Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-10T15:02:28.014Z] #5 DONE 0.1s [2021-03-10T15:02:28.014Z] [2021-03-10T15:02:28.014Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-10T15:02:28.014Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-10T15:02:28.014Z] #7 DONE 0.1s [2021-03-10T15:02:28.014Z] [2021-03-10T15:02:28.014Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-10T15:02:28.014Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-10T15:02:28.014Z] #25 CACHED [2021-03-10T15:02:28.014Z] [2021-03-10T15:02:28.014Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-10T15:02:28.014Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-10T15:02:28.014Z] #61 CACHED [2021-03-10T15:02:28.014Z] [2021-03-10T15:02:28.014Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:02:28.014Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:02:28.014Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-10T15:02:28.014Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB done [2021-03-10T15:02:28.014Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB done [2021-03-10T15:02:28.014Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB done [2021-03-10T15:02:28.014Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB done [2021-03-10T15:02:28.014Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B done [2021-03-10T15:02:28.014Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-10T15:02:28.014Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-10T15:02:28.014Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-10T15:02:28.014Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB done [2021-03-10T15:02:28.014Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB done [2021-03-10T15:02:28.014Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-03-10T15:02:28.954Z] #8 ... [2021-03-10T15:02:28.954Z] [2021-03-10T15:02:28.954Z] #22 [internal] load build context [2021-03-10T15:02:28.954Z] #22 sha256:764daf9a17a6aca50f5df436afee67d9ddb8a6b9f1699d4b358ec972f9d1130b [2021-03-10T15:02:28.954Z] #22 transferring context: 53.42MB 0.8s done [2021-03-10T15:02:28.954Z] #22 DONE 0.8s [2021-03-10T15:02:28.954Z] [2021-03-10T15:02:28.954Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:02:28.954Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:02:29.522Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.4s done [2021-03-10T15:02:29.522Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-10T15:02:29.781Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.2s done [2021-03-10T15:02:29.781Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s [2021-03-10T15:02:30.040Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done [2021-03-10T15:02:30.040Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2021-03-10T15:02:31.424Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.4s done [2021-03-10T15:02:31.683Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-10T15:02:33.060Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.5s done [2021-03-10T15:02:33.319Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2021-03-10T15:02:35.853Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.8s done [2021-03-10T15:02:36.788Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-10T15:02:36.788Z] #8 ... [2021-03-10T15:02:36.788Z] [2021-03-10T15:02:36.788Z] #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-03-10T15:02:36.788Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-10T15:02:36.788Z] #26 0.811 Hit:1 http://deb.debian.org/debian buster InRelease [2021-03-10T15:02:36.788Z] #26 0.811 Hit:2 http://deb.debian.org/debian buster-updates InRelease [2021-03-10T15:02:36.788Z] #26 0.811 Hit:3 http://security.debian.org/debian-security buster/updates InRelease [2021-03-10T15:02:36.788Z] #26 1.133 Reading package lists... [2021-03-10T15:02:36.788Z] #26 1.849 Reading package lists... [2021-03-10T15:02:36.788Z] #26 2.533 Building dependency tree... [2021-03-10T15:02:36.788Z] #26 2.797 The following additional packages will be installed: [2021-03-10T15:02:36.788Z] #26 2.797 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-10T15:02:36.788Z] #26 2.797 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-10T15:02:36.788Z] #26 2.797 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-10T15:02:36.788Z] #26 2.798 Suggested packages: [2021-03-10T15:02:36.788Z] #26 2.798 krb5-doc krb5-user [2021-03-10T15:02:36.788Z] #26 2.798 Recommended packages: [2021-03-10T15:02:36.788Z] #26 2.798 krb5-locales publicsuffix libsasl2-modules [2021-03-10T15:02:36.788Z] #26 2.924 The following NEW packages will be installed: [2021-03-10T15:02:36.788Z] #26 2.925 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-10T15:02:36.788Z] #26 2.925 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-10T15:02:36.788Z] #26 2.925 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-10T15:02:36.788Z] #26 2.925 libssh2-1 libssl1.1 openssl [2021-03-10T15:02:36.788Z] #26 3.195 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-10T15:02:36.788Z] #26 3.195 Need to get 5057 kB of archives. [2021-03-10T15:02:36.788Z] #26 3.195 After this operation, 12.1 MB of additional disk space will be used. [2021-03-10T15:02:36.788Z] #26 3.195 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-10T15:02:36.788Z] #26 3.197 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-10T15:02:36.788Z] #26 3.199 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-10T15:02:36.788Z] #26 3.210 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-10T15:02:36.788Z] #26 3.210 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-10T15:02:36.788Z] #26 3.216 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-10T15:02:36.789Z] #26 3.216 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-10T15:02:36.789Z] #26 3.216 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-10T15:02:36.789Z] #26 3.216 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-10T15:02:36.789Z] #26 3.216 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-10T15:02:36.789Z] #26 3.216 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-10T15:02:36.789Z] #26 3.216 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-10T15:02:36.789Z] #26 3.216 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-10T15:02:36.789Z] #26 3.222 Get:14 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-10T15:02:36.789Z] #26 3.222 Get:15 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-10T15:02:36.789Z] #26 3.222 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-10T15:02:36.789Z] #26 3.222 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-10T15:02:36.789Z] #26 3.222 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-10T15:02:36.789Z] #26 3.224 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-10T15:02:36.789Z] #26 3.226 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-10T15:02:36.789Z] #26 3.228 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-10T15:02:36.789Z] #26 3.352 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:02:36.789Z] #26 3.372 Fetched 5057 kB in 0s (17.5 MB/s) [2021-03-10T15:02:36.789Z] #26 3.409 Selecting previously unselected package libssl1.1:amd64. [2021-03-10T15:02:36.789Z] #26 3.409 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-03-10T15:02:36.789Z] #26 3.414 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 3.423 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:02:36.789Z] #26 3.599 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T15:02:36.789Z] #26 3.600 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 3.606 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 3.684 Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T15:02:36.789Z] #26 3.685 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 3.690 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 3.733 Selecting previously unselected package libldap-common. [2021-03-10T15:02:36.789Z] #26 3.734 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-10T15:02:36.789Z] #26 3.738 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:02:36.789Z] #26 3.788 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T15:02:36.789Z] #26 3.790 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 3.794 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:02:36.789Z] #26 3.849 Selecting previously unselected package openssl. [2021-03-10T15:02:36.789Z] #26 3.851 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 3.859 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:02:36.789Z] #26 3.964 Selecting previously unselected package ca-certificates. [2021-03-10T15:02:36.789Z] #26 3.965 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-10T15:02:36.789Z] #26 3.970 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-10T15:02:36.789Z] #26 4.078 Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T15:02:36.789Z] #26 4.079 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.086 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-10T15:02:36.789Z] #26 4.132 Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T15:02:36.789Z] #26 4.134 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.138 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.181 Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T15:02:36.789Z] #26 4.182 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.186 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.229 Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T15:02:36.789Z] #26 4.231 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.235 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.312 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T15:02:36.789Z] #26 4.313 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.317 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.370 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T15:02:36.789Z] #26 4.371 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.376 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.431 Selecting previously unselected package libpsl5:amd64. [2021-03-10T15:02:36.789Z] #26 4.432 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.436 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-10T15:02:36.789Z] #26 4.474 Selecting previously unselected package librtmp1:amd64. [2021-03-10T15:02:36.789Z] #26 4.476 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.480 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:02:36.789Z] #26 4.520 Selecting previously unselected package libssh2-1:amd64. [2021-03-10T15:02:36.789Z] #26 4.521 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.525 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-10T15:02:36.789Z] #26 4.572 Selecting previously unselected package libcurl4:amd64. [2021-03-10T15:02:36.789Z] #26 4.573 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.577 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.628 Selecting previously unselected package curl. [2021-03-10T15:02:36.789Z] #26 4.629 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.634 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.685 Selecting previously unselected package libonig5:amd64. [2021-03-10T15:02:36.789Z] #26 4.686 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.690 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:02:36.789Z] #26 4.739 Selecting previously unselected package libjq1:amd64. [2021-03-10T15:02:36.789Z] #26 4.740 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.744 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:02:36.789Z] #26 4.784 Selecting previously unselected package jq. [2021-03-10T15:02:36.789Z] #26 4.786 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:02:36.789Z] #26 4.790 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:02:36.789Z] #26 4.833 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-10T15:02:36.789Z] #26 4.845 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-10T15:02:36.789Z] #26 4.859 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:02:36.789Z] #26 4.950 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.965 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:02:36.789Z] #26 4.982 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 4.995 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 5.009 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:02:36.789Z] #26 5.022 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 5.036 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 5.050 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-10T15:02:36.789Z] #26 5.064 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 5.076 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:02:36.789Z] #26 5.093 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:02:36.789Z] #26 5.107 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:02:36.789Z] #26 5.124 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:02:36.789Z] #26 5.138 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-10T15:02:36.789Z] #26 5.570 Updating certificates in /etc/ssl/certs... [2021-03-10T15:02:36.789Z] #26 6.086 137 added, 0 removed; done. [2021-03-10T15:02:36.789Z] #26 6.126 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 6.140 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:02:36.789Z] #26 6.163 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 6.207 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-10T15:02:36.789Z] #26 6.220 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:02:36.789Z] #26 6.240 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-10T15:02:36.789Z] #26 6.247 Updating certificates in /etc/ssl/certs... [2021-03-10T15:02:36.789Z] #26 6.665 0 added, 0 removed; done. [2021-03-10T15:02:36.789Z] #26 6.665 Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:02:36.789Z] #26 6.665 done. [2021-03-10T15:02:38.163Z] #26 ... [2021-03-10T15:02:38.163Z] [2021-03-10T15:02:38.163Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:02:38.163Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:02:38.163Z] #8 DONE 10.0s [2021-03-10T15:02:38.163Z] [2021-03-10T15:02:38.163Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-10T15:02:38.163Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-10T15:02:38.423Z] #9 ... [2021-03-10T15:02:38.423Z] [2021-03-10T15:02:38.423Z] #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-03-10T15:02:38.423Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-10T15:02:38.423Z] #26 DONE 10.5s [2021-03-10T15:02:38.423Z] [2021-03-10T15:02:38.423Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-10T15:02:38.423Z] #27 sha256:cead0cd0ecf94d3515ab7321689e222db47b34f51281c93e1916b9ee57dabd1e [2021-03-10T15:02:38.423Z] #27 DONE 0.0s [2021-03-10T15:02:38.682Z] [2021-03-10T15:02:38.682Z] #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-03-10T15:02:38.682Z] #28 sha256:7fe42620f68e7b31ef278b4e64cd4490aa8f2f0716b6f29585a40418c098361a [2021-03-10T15:02:38.940Z] #28 ... [2021-03-10T15:02:38.940Z] [2021-03-10T15:02:38.940Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-10T15:02:38.940Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-10T15:02:38.940Z] #9 DONE 1.1s [2021-03-10T15:02:39.198Z] [2021-03-10T15:02:39.198Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-10T15:02:39.198Z] #10 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-10T15:02:39.765Z] #10 DONE 0.5s [2021-03-10T15:02:39.765Z] [2021-03-10T15:02:39.765Z] #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-03-10T15:02:39.765Z] #28 sha256:7fe42620f68e7b31ef278b4e64cd4490aa8f2f0716b6f29585a40418c098361a [2021-03-10T15:02:39.765Z] #28 0.977 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-10T15:02:39.765Z] #28 1.034 [2021-03-10T15:02:40.018Z] Still waiting to schedule task [2021-03-10T15:02:40.019Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-10T15:02:40.020Z] Still waiting to schedule task [2021-03-10T15:02:40.020Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-074aef6768f02b532)’ is offline [2021-03-10T15:02:40.025Z] Still waiting to schedule task [2021-03-10T15:02:40.025Z] ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0878f35470822c9b4)’ is offline [2021-03-10T15:02:40.027Z] Still waiting to schedule task [2021-03-10T15:02:40.027Z] All nodes of label ‘windows-2019’ are offline [2021-03-10T15:02:40.126Z] Fetching without tags [2021-03-10T15:02:40.285Z] #28 1.147 ############# 18.3% ######################## 34.6% ######################################### 57.9% ######################################################## 77.8% ###################################################################### 97.7% ######################################################################## 100.0% [2021-03-10T15:02:40.285Z] #28 1.616 [2021-03-10T15:02:40.285Z] #28 ... [2021-03-10T15:02:40.285Z] [2021-03-10T15:02:40.285Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-10T15:02:40.285Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-10T15:02:40.285Z] #30 DONE 0.7s [2021-03-10T15:02:40.285Z] [2021-03-10T15:02:40.285Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-10T15:02:40.285Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-10T15:02:40.285Z] #38 DONE 0.7s [2021-03-10T15:02:40.285Z] [2021-03-10T15:02:40.285Z] #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-03-10T15:02:40.285Z] #28 sha256:7fe42620f68e7b31ef278b4e64cd4490aa8f2f0716b6f29585a40418c098361a [2021-03-10T15:02:40.285Z] #28 1.721 ######################################################################## 100.0% [2021-03-10T15:02:40.285Z] #28 1.780 [2021-03-10T15:02:40.380Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:02:40.545Z] #28 1.894 ################################################################### 93.2% ######################################################################## 100.0% [2021-03-10T15:02:40.545Z] #28 2.010 [2021-03-10T15:02:40.087Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:02:40.096Z] > git config --add remote.origin.fetch +refs/pull/42054/head:refs/remotes/origin/PR-42054 # timeout=10 [2021-03-10T15:02:40.105Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:40.120Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:02:40.128Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:40.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:40.129Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:40.381Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:40.387Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:02:40.805Z] > git remote # timeout=10 [2021-03-10T15:02:40.812Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:02:40.830Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:40.830Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:02:41.347Z] #28 2.135 ############ 16.8% ########################## 36.3% ######################################## 55.7% ########################################### 60.9% ################################################################### 94.0% ######################################################################## 100.0% [2021-03-10T15:02:41.347Z] #28 2.683 [2021-03-10T15:02:41.397Z] Merge succeeded, producing 275b748c3da30e031c785871dcab5c0421cbd330 [2021-03-10T15:02:41.398Z] Checking out Revision 275b748c3da30e031c785871dcab5c0421cbd330 (PR-42054) [2021-03-10T15:02:41.501Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:02:41.514Z] First time build. Skipping changelog. [2021-03-10T15:02:41.868Z] #28 2.796 ### 4.6% ####### 10.0% ####### 10.4% ############### 21.4% [2021-03-10T15:02:41.869Z] #28 ... [2021-03-10T15:02:41.869Z] [2021-03-10T15:02:41.869Z] #11 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-10T15:02:41.869Z] #11 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-10T15:02:41.869Z] #11 DONE 2.2s [2021-03-10T15:02:41.869Z] [2021-03-10T15:02:41.869Z] #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-03-10T15:02:41.869Z] #28 sha256:7fe42620f68e7b31ef278b4e64cd4490aa8f2f0716b6f29585a40418c098361a [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-10T15:02:42.236Z] + [ PR != PR ] [2021-03-10T15:02:42.236Z] + [ master != master ] [2021-03-10T15:02:42.236Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-10T15:02:42.577Z] + docker version [2021-03-10T15:02:42.577Z] Client: Docker Engine - Community [2021-03-10T15:02:42.577Z] Version: 20.10.3 [2021-03-10T15:02:42.577Z] API version: 1.41 [2021-03-10T15:02:42.577Z] Go version: go1.13.15 [2021-03-10T15:02:42.577Z] Git commit: 48d30b5 [2021-03-10T15:02:42.577Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-10T15:02:42.577Z] OS/Arch: linux/amd64 [2021-03-10T15:02:42.577Z] Context: default [2021-03-10T15:02:42.577Z] Experimental: true [2021-03-10T15:02:42.577Z] [2021-03-10T15:02:42.577Z] Server: Docker Engine - Community [2021-03-10T15:02:42.577Z] Engine: [2021-03-10T15:02:42.577Z] Version: 20.10.3 [2021-03-10T15:02:42.577Z] API version: 1.41 (minimum version 1.12) [2021-03-10T15:02:42.577Z] Go version: go1.13.15 [2021-03-10T15:02:42.577Z] Git commit: 46229ca [2021-03-10T15:02:42.577Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-10T15:02:42.577Z] OS/Arch: linux/amd64 [2021-03-10T15:02:42.578Z] Experimental: true [2021-03-10T15:02:42.578Z] containerd: [2021-03-10T15:02:42.578Z] Version: 1.4.3 [2021-03-10T15:02:42.578Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:02:42.578Z] runc: [2021-03-10T15:02:42.578Z] Version: 1.0.0-rc92 [2021-03-10T15:02:42.578Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:02:42.578Z] docker-init: [2021-03-10T15:02:42.578Z] Version: 0.19.0 [2021-03-10T15:02:42.578Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-10T15:02:41.378Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:02:41.399Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:41.415Z] > git checkout -f 275b748c3da30e031c785871dcab5c0421cbd330 # timeout=10 [2021-03-10T15:02:41.503Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:02:42.849Z] + docker info [2021-03-10T15:02:42.849Z] Client: [2021-03-10T15:02:42.849Z] Context: default [2021-03-10T15:02:42.849Z] Debug Mode: false [2021-03-10T15:02:42.849Z] Plugins: [2021-03-10T15:02:42.849Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-10T15:02:42.849Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-10T15:02:42.849Z] [2021-03-10T15:02:42.849Z] Server: [2021-03-10T15:02:42.849Z] Containers: 0 [2021-03-10T15:02:42.849Z] Running: 0 [2021-03-10T15:02:42.849Z] Paused: 0 [2021-03-10T15:02:42.849Z] Stopped: 0 [2021-03-10T15:02:42.849Z] Images: 2 [2021-03-10T15:02:42.849Z] Server Version: 20.10.3 [2021-03-10T15:02:42.849Z] Storage Driver: overlay2 [2021-03-10T15:02:42.849Z] Backing Filesystem: extfs [2021-03-10T15:02:42.849Z] Supports d_type: true [2021-03-10T15:02:42.849Z] Native Overlay Diff: true [2021-03-10T15:02:42.849Z] Logging Driver: json-file [2021-03-10T15:02:42.849Z] Cgroup Driver: cgroupfs [2021-03-10T15:02:42.849Z] Cgroup Version: 1 [2021-03-10T15:02:42.849Z] Plugins: [2021-03-10T15:02:42.849Z] Volume: local [2021-03-10T15:02:42.849Z] Network: bridge host ipvlan macvlan null overlay [2021-03-10T15:02:42.849Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-10T15:02:42.849Z] Swarm: inactive [2021-03-10T15:02:42.849Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-03-10T15:02:42.849Z] Default Runtime: runc [2021-03-10T15:02:42.849Z] Init Binary: docker-init [2021-03-10T15:02:42.849Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:02:42.849Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:02:42.849Z] init version: de40ad0 [2021-03-10T15:02:42.849Z] Security Options: [2021-03-10T15:02:42.849Z] apparmor [2021-03-10T15:02:42.849Z] seccomp [2021-03-10T15:02:42.849Z] Profile: default [2021-03-10T15:02:42.849Z] Kernel Version: 5.4.0-1037-aws [2021-03-10T15:02:42.849Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-10T15:02:42.849Z] OSType: linux [2021-03-10T15:02:42.849Z] Architecture: x86_64 [2021-03-10T15:02:42.849Z] CPUs: 2 [2021-03-10T15:02:42.849Z] Total Memory: 7.487GiB [2021-03-10T15:02:42.849Z] Name: ip-10-100-90-90 [2021-03-10T15:02:42.849Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-10T15:02:42.849Z] Docker Root Dir: /var/lib/docker [2021-03-10T15:02:42.849Z] Debug Mode: false [2021-03-10T15:02:42.849Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:02:42.849Z] Labels: [2021-03-10T15:02:42.849Z] Experimental: true [2021-03-10T15:02:42.849Z] Insecure Registries: [2021-03-10T15:02:42.849Z] 127.0.0.0/8 [2021-03-10T15:02:42.849Z] Live Restore Enabled: true [2021-03-10T15:02:42.849Z] [2021-03-10T15:02:42.849Z] WARNING: No swap limit support [2021-03-10T15:02:42.849Z] WARNING: No blkio weight support [2021-03-10T15:02:42.849Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-10T15:02:42.857Z] Fetching without tags [2021-03-10T15:02:43.165Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:02:43.165Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:02:43.165Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42054/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-10T15:02:43.165Z] + bash /home/ubuntu/workspace/moby_PR-42054/check-config.sh [2021-03-10T15:02:43.165Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-10T15:02:43.165Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-10T15:02:43.165Z] [2021-03-10T15:02:43.165Z] Generally Necessary: [2021-03-10T15:02:43.165Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-10T15:02:43.165Z] - apparmor: enabled and tools installed [2021-03-10T15:02:43.165Z] - CONFIG_NAMESPACES: enabled [2021-03-10T15:02:43.165Z] - CONFIG_NET_NS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_PID_NS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_IPC_NS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_UTS_NS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CGROUPS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CPUSETS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_MEMCG: enabled [2021-03-10T15:02:43.166Z] - CONFIG_KEYS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_VETH: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-10T15:02:43.166Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-10T15:02:43.166Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-10T15:02:43.166Z] [2021-03-10T15:02:43.166Z] Optional Features: [2021-03-10T15:02:43.166Z] - CONFIG_USER_NS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_SECCOMP: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-10T15:02:43.166Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-10T15:02:43.166Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-10T15:02:43.166Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-10T15:02:43.166Z] - CONFIG_BLK_CGROUP: enabled [2021-03-10T15:02:43.166Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-10T15:02:43.166Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-10T15:02:43.166Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-10T15:02:43.166Z] - CONFIG_CGROUP_PERF: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-10T15:02:43.166Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-10T15:02:43.166Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-10T15:02:43.166Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-10T15:02:43.166Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-10T15:02:43.166Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-10T15:02:43.166Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-10T15:02:43.234Z] #28 2.796 ### 4.6% ####### 10.0% ####### 10.4% ############### 21.4% ################## 26.2% ####################### 32.5% ########################### 37.7% ############################# 41.5% ################################ 45.0% ######################################## 55.7% ################################################ 66.8% ##################################################### 73.8% ######################################################## 78.9% ############################################################# 84.8% ################################################################ 89.7% #################################################################### 95.0% ##################################################################### 96.1% ######################################################################## 100.0% [2021-03-10T15:02:43.422Z] - CONFIG_IP_VS: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-10T15:02:43.422Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-10T15:02:43.422Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-10T15:02:43.422Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_EXT4_FS: enabled [2021-03-10T15:02:43.422Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-10T15:02:43.422Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-10T15:02:43.422Z] - Network Drivers: [2021-03-10T15:02:43.422Z] - "overlay": [2021-03-10T15:02:43.422Z] - CONFIG_VXLAN: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-10T15:02:43.422Z] Optional (for encrypted networks): [2021-03-10T15:02:43.422Z] - CONFIG_CRYPTO: enabled [2021-03-10T15:02:43.422Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-10T15:02:43.422Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-10T15:02:43.422Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-10T15:02:43.422Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-10T15:02:43.422Z] - CONFIG_XFRM: enabled [2021-03-10T15:02:43.422Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-10T15:02:43.422Z] - "ipvlan": [2021-03-10T15:02:43.422Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-10T15:02:43.422Z] - "macvlan": [2021-03-10T15:02:43.422Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_DUMMY: enabled (as module) [2021-03-10T15:02:43.422Z] - "ftp,tftp client in container": [2021-03-10T15:02:43.422Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-10T15:02:43.422Z] - Storage Drivers: [2021-03-10T15:02:43.422Z] - "aufs": [2021-03-10T15:02:43.422Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-10T15:02:43.422Z] - "btrfs": [2021-03-10T15:02:43.422Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-10T15:02:43.422Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-10T15:02:43.422Z] - "devicemapper": [2021-03-10T15:02:43.422Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-10T15:02:43.422Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-10T15:02:43.422Z] - "overlay": [2021-03-10T15:02:43.422Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-10T15:02:43.422Z] - "zfs": [2021-03-10T15:02:43.422Z] - /dev/zfs: present [2021-03-10T15:02:43.422Z] - zfs command: missing [2021-03-10T15:02:43.422Z] - zpool command: missing [2021-03-10T15:02:43.422Z] [2021-03-10T15:02:43.422Z] Limits: [2021-03-10T15:02:43.422Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-10T15:02:43.422Z] [2021-03-10T15:02:43.422Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-10T15:02:43.519Z] #28 4.889 [2021-03-10T15:02:43.555Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:02:43.746Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 . [2021-03-10T15:02:43.746Z] #1 [internal] load build definition from Dockerfile [2021-03-10T15:02:43.746Z] #1 sha256:d0553b39f3241bae1576c1a32c4a84240395d48f8189458d06af9d3a75bf2421 [2021-03-10T15:02:43.746Z] #1 transferring dockerfile: 16.82kB done [2021-03-10T15:02:43.746Z] #1 DONE 0.0s [2021-03-10T15:02:43.746Z] [2021-03-10T15:02:43.746Z] #2 [internal] load .dockerignore [2021-03-10T15:02:43.746Z] #2 sha256:5ee042b2983aa6f644677c03e381a4fe12e83d367a755eeb3c9400698237d3d7 [2021-03-10T15:02:43.746Z] #2 transferring context: 87B done [2021-03-10T15:02:43.746Z] #2 DONE 0.0s [2021-03-10T15:02:43.746Z] [2021-03-10T15:02:43.746Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-10T15:02:43.746Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-10T15:02:43.746Z] #3 DONE 0.1s [2021-03-10T15:02:44.002Z] [2021-03-10T15:02:44.002Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-10T15:02:44.002Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-10T15:02:44.002Z] #4 CACHED [2021-03-10T15:02:44.002Z] [2021-03-10T15:02:44.002Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-10T15:02:44.002Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-10T15:02:44.002Z] #6 ... [2021-03-10T15:02:44.002Z] [2021-03-10T15:02:44.002Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-10T15:02:44.002Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-10T15:02:44.002Z] #5 DONE 0.1s [2021-03-10T15:02:44.002Z] [2021-03-10T15:02:44.002Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-10T15:02:44.002Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-10T15:02:44.002Z] #7 DONE 0.1s [2021-03-10T15:02:44.258Z] [2021-03-10T15:02:44.258Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-10T15:02:44.258Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-10T15:02:44.258Z] #6 DONE 0.1s [2021-03-10T15:02:44.258Z] [2021-03-10T15:02:44.258Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-10T15:02:44.258Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-10T15:02:44.258Z] #61 CACHED [2021-03-10T15:02:44.258Z] [2021-03-10T15:02:44.258Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-10T15:02:44.258Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-10T15:02:44.258Z] #25 CACHED [2021-03-10T15:02:44.258Z] [2021-03-10T15:02:44.258Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:02:44.258Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:02:44.258Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-10T15:02:44.458Z] #28 5.935 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-10T15:02:44.516Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-10T15:02:44.516Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB done [2021-03-10T15:02:44.516Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB done [2021-03-10T15:02:44.516Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB done [2021-03-10T15:02:44.516Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB done [2021-03-10T15:02:44.516Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB done [2021-03-10T15:02:44.516Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B done [2021-03-10T15:02:44.516Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-10T15:02:44.516Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-10T15:02:44.516Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB done [2021-03-10T15:02:44.516Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-03-10T15:02:44.564Z] Merge succeeded, producing ff128ff9a5b2330f17719b6c3dcd0b12fdf5cd12 [2021-03-10T15:02:44.564Z] Checking out Revision ff128ff9a5b2330f17719b6c3dcd0b12fdf5cd12 (PR-42054) [2021-03-10T15:02:42.829Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:02:42.832Z] > git config --add remote.origin.fetch +refs/pull/42054/head:refs/remotes/origin/PR-42054 # timeout=10 [2021-03-10T15:02:42.836Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:42.850Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:02:42.864Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:42.864Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:42.865Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:43.562Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:43.565Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:02:44.122Z] > git remote # timeout=10 [2021-03-10T15:02:44.125Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:02:44.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:44.129Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:02:44.556Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:02:44.572Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:44.574Z] > git checkout -f ff128ff9a5b2330f17719b6c3dcd0b12fdf5cd12 # timeout=10 [2021-03-10T15:02:44.717Z] #28 6.111 [2021-03-10T15:02:44.717Z] #28 6.207 ######################################################################## 100.0% [2021-03-10T15:02:44.717Z] #28 6.253 [2021-03-10T15:02:45.026Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:02:45.041Z] First time build. Skipping changelog. [2021-03-10T15:02:45.307Z] #28 6.819 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-03-10T15:02:45.659Z] #28 6.974 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-10T15:02:45.950Z] #28 7.195 0.1% ######################################################################## 100.0% [2021-03-10T15:02:45.950Z] #28 7.387 [2021-03-10T15:02:46.042Z] + docker version [2021-03-10T15:02:46.042Z] Client: [2021-03-10T15:02:46.042Z] Version: 18.06.1-ce [2021-03-10T15:02:46.042Z] API version: 1.38 [2021-03-10T15:02:46.042Z] Go version: go1.10.3 [2021-03-10T15:02:46.042Z] Git commit: e68fc7a [2021-03-10T15:02:46.042Z] Built: Tue Aug 21 17:26:10 2018 [2021-03-10T15:02:46.042Z] OS/Arch: linux/ppc64le [2021-03-10T15:02:46.042Z] Experimental: false [2021-03-10T15:02:46.042Z] [2021-03-10T15:02:46.042Z] Server: [2021-03-10T15:02:46.042Z] Engine: [2021-03-10T15:02:46.042Z] Version: 18.06.1-ce [2021-03-10T15:02:46.042Z] API version: 1.38 (minimum version 1.12) [2021-03-10T15:02:46.042Z] Go version: go1.10.3 [2021-03-10T15:02:46.042Z] Git commit: e68fc7a [2021-03-10T15:02:46.042Z] Built: Tue Aug 21 17:24:20 2018 [2021-03-10T15:02:46.042Z] OS/Arch: linux/ppc64le [2021-03-10T15:02:46.042Z] Experimental: true [Pipeline] sh [2021-03-10T15:02:46.428Z] + docker info [2021-03-10T15:02:46.428Z] Containers: 0 [2021-03-10T15:02:46.428Z] Running: 0 [2021-03-10T15:02:46.428Z] Paused: 0 [2021-03-10T15:02:46.428Z] Stopped: 0 [2021-03-10T15:02:46.428Z] Images: 1 [2021-03-10T15:02:46.428Z] Server Version: 18.06.1-ce [2021-03-10T15:02:46.428Z] Storage Driver: overlay2 [2021-03-10T15:02:46.428Z] Backing Filesystem: extfs [2021-03-10T15:02:46.428Z] Supports d_type: true [2021-03-10T15:02:46.428Z] Native Overlay Diff: true [2021-03-10T15:02:46.428Z] Logging Driver: json-file [2021-03-10T15:02:46.428Z] Cgroup Driver: cgroupfs [2021-03-10T15:02:46.428Z] Plugins: [2021-03-10T15:02:46.428Z] Volume: local [2021-03-10T15:02:46.428Z] Network: bridge host ipvlan macvlan null overlay [2021-03-10T15:02:46.428Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-03-10T15:02:46.428Z] Swarm: inactive [2021-03-10T15:02:46.428Z] Runtimes: runc [2021-03-10T15:02:46.428Z] Default Runtime: runc [2021-03-10T15:02:46.428Z] Init Binary: docker-init [2021-03-10T15:02:46.428Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-03-10T15:02:46.428Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-03-10T15:02:46.428Z] init version: fec3683 [2021-03-10T15:02:46.428Z] Security Options: [2021-03-10T15:02:46.428Z] apparmor [2021-03-10T15:02:46.428Z] seccomp [2021-03-10T15:02:46.428Z] Profile: default [2021-03-10T15:02:46.428Z] Kernel Version: 4.4.0-139-generic [2021-03-10T15:02:46.428Z] Operating System: Ubuntu 16.04.3 LTS [2021-03-10T15:02:46.428Z] OSType: linux [2021-03-10T15:02:46.428Z] Architecture: ppc64le [2021-03-10T15:02:46.428Z] CPUs: 4 [2021-03-10T15:02:46.428Z] Total Memory: 7.972GiB [2021-03-10T15:02:46.428Z] Name: ppc64le-ubuntu-17 [2021-03-10T15:02:46.428Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-03-10T15:02:46.428Z] Docker Root Dir: /var/lib/docker [2021-03-10T15:02:46.428Z] Debug Mode (client): false [2021-03-10T15:02:46.428Z] Debug Mode (server): false [2021-03-10T15:02:46.428Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:02:46.428Z] Labels: [2021-03-10T15:02:46.428Z] Experimental: true [2021-03-10T15:02:46.428Z] Insecure Registries: [2021-03-10T15:02:46.428Z] 127.0.0.0/8 [2021-03-10T15:02:46.428Z] Live Restore Enabled: false [2021-03-10T15:02:46.428Z] [Pipeline] sh [2021-03-10T15:02:46.520Z] #28 7.981 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-10T15:02:45.033Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:02:46.780Z] #28 8.126 [2021-03-10T15:02:46.815Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:02:46.815Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:02:46.815Z] + curl -fsSL -o /home/docker/workspace/moby_PR-42054/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-10T15:02:46.815Z] + bash /home/docker/workspace/moby_PR-42054/check-config.sh [2021-03-10T15:02:46.815Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-10T15:02:46.815Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-03-10T15:02:46.815Z] [2021-03-10T15:02:46.815Z] Generally Necessary: [2021-03-10T15:02:46.815Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-10T15:02:46.815Z] - apparmor: enabled and tools installed [2021-03-10T15:02:46.815Z] - CONFIG_NAMESPACES: enabled [2021-03-10T15:02:46.815Z] - CONFIG_NET_NS: enabled [2021-03-10T15:02:46.815Z] - CONFIG_PID_NS: enabled [2021-03-10T15:02:46.815Z] - CONFIG_IPC_NS: enabled [2021-03-10T15:02:46.815Z] - CONFIG_UTS_NS: enabled [2021-03-10T15:02:46.815Z] - CONFIG_CGROUPS: enabled [2021-03-10T15:02:46.815Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-10T15:02:46.815Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-10T15:02:46.815Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-10T15:02:46.815Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-10T15:02:46.815Z] - CONFIG_CPUSETS: enabled [2021-03-10T15:02:46.815Z] - CONFIG_MEMCG: enabled [2021-03-10T15:02:46.815Z] - CONFIG_KEYS: enabled [2021-03-10T15:02:46.815Z] - CONFIG_VETH: enabled (as module) [2021-03-10T15:02:46.815Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-10T15:02:46.815Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-10T15:02:46.815Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-10T15:02:46.815Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-10T15:02:46.815Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-10T15:02:46.815Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-10T15:02:47.041Z] [2021-03-10T15:02:47.041Z] #28 ... [2021-03-10T15:02:47.041Z] [2021-03-10T15:02:47.041Z] #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-03-10T15:02:47.041Z] #23 sha256:ea6d6f6ea3fbc2791363b58e2e0d140339a051cfee03ee68e89b4daec6cf9af7 [2021-03-10T15:02:47.041Z] #23 1.743 + RM_GOPATH=0 [2021-03-10T15:02:47.041Z] #23 1.743 + TMP_GOPATH= [2021-03-10T15:02:47.041Z] #23 1.743 + : /build [2021-03-10T15:02:47.041Z] #23 1.743 + '[' -z '' ']' [2021-03-10T15:02:47.041Z] #23 1.744 ++ mktemp -d [2021-03-10T15:02:47.041Z] #23 1.770 + export GOPATH=/tmp/tmp.Sxr2yT43x6 [2021-03-10T15:02:47.041Z] #23 1.770 + GOPATH=/tmp/tmp.Sxr2yT43x6 [2021-03-10T15:02:47.041Z] #23 1.770 + RM_GOPATH=1 [2021-03-10T15:02:47.041Z] #23 1.770 + case "$(go env GOARCH)" in [2021-03-10T15:02:47.041Z] #23 1.771 ++ go env GOARCH [2021-03-10T15:02:47.041Z] #23 1.775 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:47.041Z] #23 1.775 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:47.041Z] #23 1.775 ++ dirname /tmp/install/install.sh [2021-03-10T15:02:47.041Z] #23 1.778 + dir=/tmp/install [2021-03-10T15:02:47.041Z] #23 1.778 + bin=dockercli [2021-03-10T15:02:47.041Z] #23 1.778 + shift [2021-03-10T15:02:47.041Z] #23 1.778 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-10T15:02:47.041Z] #23 1.778 + . /tmp/install/dockercli.installer [2021-03-10T15:02:47.041Z] #23 1.778 ++ : stable [2021-03-10T15:02:47.041Z] #23 1.778 ++ : 17.06.2-ce [2021-03-10T15:02:47.041Z] #23 1.778 + install_dockercli [2021-03-10T15:02:47.041Z] #23 1.778 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-10T15:02:47.041Z] #23 1.778 Install docker/cli version 17.06.2-ce from stable [2021-03-10T15:02:47.041Z] #23 1.779 ++ uname -m [2021-03-10T15:02:47.041Z] #23 1.779 + arch=x86_64 [2021-03-10T15:02:47.041Z] #23 1.780 + '[' x86_64 '!=' x86_64 ']' [2021-03-10T15:02:47.041Z] #23 1.780 + url=https://download.docker.com/linux/static [2021-03-10T15:02:47.041Z] #23 1.780 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-10T15:02:47.041Z] #23 1.780 + tar -xz docker/docker [2021-03-10T15:02:47.041Z] #23 3.378 + mkdir -p /build [2021-03-10T15:02:47.041Z] #23 3.389 + mv docker/docker /build/ [2021-03-10T15:02:47.041Z] #23 3.397 + rmdir docker [2021-03-10T15:02:47.041Z] #23 DONE 7.4s [2021-03-10T15:02:47.041Z] [2021-03-10T15:02:47.041Z] #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-03-10T15:02:47.041Z] #28 sha256:7fe42620f68e7b31ef278b4e64cd4490aa8f2f0716b6f29585a40418c098361a [2021-03-10T15:02:47.041Z] #28 8.371 0.0% [2021-03-10T15:02:47.041Z] #28 ... [2021-03-10T15:02:47.041Z] [2021-03-10T15:02:47.041Z] #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-03-10T15:02:47.041Z] #44 sha256:0a22f198b52dfa3d05e29f906d7f9ef52d0d30165650ae91c712b6ac5f1f7429 [2021-03-10T15:02:47.041Z] #44 1.738 + RM_GOPATH=0 [2021-03-10T15:02:47.041Z] #44 1.738 + TMP_GOPATH= [2021-03-10T15:02:47.041Z] #44 1.738 + : /build [2021-03-10T15:02:47.041Z] #44 1.738 + '[' -z '' ']' [2021-03-10T15:02:47.041Z] #44 1.739 ++ mktemp -d [2021-03-10T15:02:47.041Z] #44 1.770 + export GOPATH=/tmp/tmp.EAAIm66nOD [2021-03-10T15:02:47.041Z] #44 1.770 + GOPATH=/tmp/tmp.EAAIm66nOD [2021-03-10T15:02:47.041Z] #44 1.770 + RM_GOPATH=1 [2021-03-10T15:02:47.041Z] #44 1.770 + case "$(go env GOARCH)" in [2021-03-10T15:02:47.041Z] #44 1.771 ++ go env GOARCH [2021-03-10T15:02:47.041Z] #44 1.775 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:47.041Z] #44 1.775 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:47.041Z] #44 1.776 ++ dirname /tmp/install/install.sh [2021-03-10T15:02:47.041Z] #44 1.777 + dir=/tmp/install [2021-03-10T15:02:47.041Z] #44 1.777 + bin=vndr [2021-03-10T15:02:47.041Z] #44 1.777 + shift [2021-03-10T15:02:47.041Z] #44 1.777 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-10T15:02:47.041Z] #44 1.777 + . /tmp/install/vndr.installer [2021-03-10T15:02:47.041Z] #44 1.777 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:02:47.041Z] #44 1.777 + install_vndr [2021-03-10T15:02:47.041Z] #44 1.777 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-10T15:02:47.041Z] #44 1.777 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:02:47.041Z] #44 1.777 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.EAAIm66nOD/src/github.com/LK4D4/vndr [2021-03-10T15:02:47.041Z] #44 1.779 Cloning into '/tmp/tmp.EAAIm66nOD/src/github.com/LK4D4/vndr'... [2021-03-10T15:02:47.041Z] #44 2.248 + cd /tmp/tmp.EAAIm66nOD/src/github.com/LK4D4/vndr [2021-03-10T15:02:47.041Z] #44 2.248 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:02:47.041Z] #44 2.254 + go build -buildmode=pie -v -o /build/vndr . [2021-03-10T15:02:47.041Z] #44 2.487 internal/cpu [2021-03-10T15:02:47.041Z] #44 2.498 runtime/internal/sys [2021-03-10T15:02:47.041Z] #44 2.511 runtime/internal/atomic [2021-03-10T15:02:47.041Z] #44 2.511 internal/race [2021-03-10T15:02:47.041Z] #44 2.520 unicode/utf8 [2021-03-10T15:02:47.041Z] #44 2.528 sync/atomic [2021-03-10T15:02:47.041Z] #44 2.535 math/bits [2021-03-10T15:02:47.041Z] #44 2.535 unicode [2021-03-10T15:02:47.041Z] #44 2.551 runtime/internal/math [2021-03-10T15:02:47.041Z] #44 2.559 encoding [2021-03-10T15:02:47.041Z] #44 2.655 unicode/utf16 [2021-03-10T15:02:47.041Z] #44 2.699 container/list [2021-03-10T15:02:47.041Z] #44 2.701 crypto/internal/subtle [2021-03-10T15:02:47.041Z] #44 2.736 internal/bytealg [2021-03-10T15:02:47.041Z] #44 2.744 crypto/subtle [2021-03-10T15:02:47.041Z] #44 2.756 math [2021-03-10T15:02:47.041Z] #44 2.765 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-10T15:02:47.041Z] #44 2.779 internal/nettrace [2021-03-10T15:02:47.041Z] #44 2.814 internal/testlog [2021-03-10T15:02:47.041Z] #44 2.886 vendor/golang.org/x/crypto/internal/subtle [2021-03-10T15:02:47.041Z] #44 2.887 vendor/golang.org/x/crypto/curve25519 [2021-03-10T15:02:47.041Z] #44 2.980 runtime/cgo [2021-03-10T15:02:47.041Z] #44 3.275 runtime [2021-03-10T15:02:47.041Z] #44 6.685 internal/reflectlite [2021-03-10T15:02:47.041Z] #44 6.686 sync [2021-03-10T15:02:47.041Z] #44 6.989 github.com/LK4D4/vndr/godl/singleflight [2021-03-10T15:02:47.041Z] #44 7.010 internal/singleflight [2021-03-10T15:02:47.041Z] #44 7.010 math/rand [2021-03-10T15:02:47.041Z] #44 7.181 sort [2021-03-10T15:02:47.041Z] #44 7.182 errors [2021-03-10T15:02:47.041Z] #44 7.323 io [2021-03-10T15:02:47.041Z] #44 7.327 strconv [2021-03-10T15:02:47.041Z] #44 7.327 internal/oserror [2021-03-10T15:02:47.041Z] #44 7.327 vendor/golang.org/x/net/dns/dnsmessage [2021-03-10T15:02:47.041Z] #44 ... [2021-03-10T15:02:47.041Z] [2021-03-10T15:02:47.041Z] #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-03-10T15:02:47.041Z] #28 sha256:7fe42620f68e7b31ef278b4e64cd4490aa8f2f0716b6f29585a40418c098361a [2021-03-10T15:02:47.110Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-10T15:02:47.110Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-10T15:02:47.110Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-03-10T15:02:47.110Z] [2021-03-10T15:02:47.110Z] Optional Features: [2021-03-10T15:02:47.110Z] - CONFIG_USER_NS: enabled [2021-03-10T15:02:47.110Z] - CONFIG_SECCOMP: enabled [2021-03-10T15:02:47.110Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-10T15:02:47.110Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-10T15:02:47.110Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-10T15:02:47.110Z] (cgroup swap accounting is currently enabled) [2021-03-10T15:02:47.110Z] - CONFIG_MEMCG_KMEM: enabled [2021-03-10T15:02:47.110Z] - CONFIG_BLK_CGROUP: enabled [2021-03-10T15:02:47.110Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-10T15:02:47.110Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-10T15:02:47.110Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-10T15:02:47.110Z] - CONFIG_CGROUP_PERF: enabled [2021-03-10T15:02:47.110Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-10T15:02:47.110Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-10T15:02:47.110Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-10T15:02:47.110Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-10T15:02:47.110Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-10T15:02:47.110Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_IP_VS: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-10T15:02:47.110Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-10T15:02:47.110Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-10T15:02:47.110Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_EXT4_FS: enabled [2021-03-10T15:02:47.110Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-10T15:02:47.110Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-10T15:02:47.110Z] - Network Drivers: [2021-03-10T15:02:47.110Z] - "overlay": [2021-03-10T15:02:47.110Z] - CONFIG_VXLAN: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-10T15:02:47.110Z] Optional (for encrypted networks): [2021-03-10T15:02:47.110Z] - CONFIG_CRYPTO: enabled [2021-03-10T15:02:47.110Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_XFRM: enabled [2021-03-10T15:02:47.110Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-10T15:02:47.110Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-10T15:02:47.110Z] - "ipvlan": [2021-03-10T15:02:47.110Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-10T15:02:47.110Z] - "macvlan": [2021-03-10T15:02:47.404Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-10T15:02:47.404Z] - CONFIG_DUMMY: enabled (as module) [2021-03-10T15:02:47.404Z] - "ftp,tftp client in container": [2021-03-10T15:02:47.404Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-10T15:02:47.404Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-10T15:02:47.404Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-10T15:02:47.404Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-10T15:02:47.404Z] - Storage Drivers: [2021-03-10T15:02:47.404Z] - "aufs": [2021-03-10T15:02:47.404Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-10T15:02:47.404Z] - "btrfs": [2021-03-10T15:02:47.404Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-10T15:02:47.404Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-10T15:02:47.404Z] - "devicemapper": [2021-03-10T15:02:47.404Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-10T15:02:47.404Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-10T15:02:47.404Z] - "overlay": [2021-03-10T15:02:47.404Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-10T15:02:47.404Z] - "zfs": [2021-03-10T15:02:47.404Z] - /dev/zfs: missing [2021-03-10T15:02:47.404Z] - zfs command: missing [2021-03-10T15:02:47.404Z] - zpool command: missing [2021-03-10T15:02:47.404Z] [2021-03-10T15:02:47.404Z] Limits: [2021-03-10T15:02:47.404Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-10T15:02:47.404Z] [2021-03-10T15:02:47.404Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-10T15:02:47.790Z] #8 ... [2021-03-10T15:02:47.790Z] [2021-03-10T15:02:47.790Z] #22 [internal] load build context [2021-03-10T15:02:47.790Z] #22 sha256:08f29dcf16b35b3e1e9fdf4002ef143b1829c8ebca48d4950cb39d648245c42e [2021-03-10T15:02:47.790Z] #22 transferring context: 53.42MB 3.3s done [2021-03-10T15:02:47.790Z] #22 DONE 3.4s [2021-03-10T15:02:47.790Z] [2021-03-10T15:02:47.790Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:02:47.790Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:02:47.831Z] #28 8.371 0.0% ####### 10.9% ################### 27.6% ############################ 40.0% ######################################## 56.2% ############################################### 65.7% ####################################################### 76.9% ################################################################ 89.5% ######################################################################## 100.0% [2021-03-10T15:02:47.831Z] #28 9.276 [2021-03-10T15:02:47.856Z] + make bundles/buildx [2021-03-10T15:02:48.149Z] make: command: Command not found [2021-03-10T15:02:48.149Z] make: command: Command not found [2021-03-10T15:02:48.149Z] mkdir bundles [2021-03-10T15:02:48.149Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-03-10T15:02:48.149Z] --build-arg BUILDX_COMMIT \ [2021-03-10T15:02:48.149Z] --build-arg BUILDX_REPO \ [2021-03-10T15:02:48.149Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-03-10T15:02:48.149Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-03-10T15:02:48.149Z] . [2021-03-10T15:02:48.149Z] /bin/sh: 4: go: not found [2021-03-10T15:02:48.149Z] /bin/sh: 5: go: not found [2021-03-10T15:02:48.402Z] #28 9.888 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-10T15:02:48.662Z] #28 10.12 [2021-03-10T15:02:48.923Z] #28 10.23 ######################################################################## 100.0% [2021-03-10T15:02:48.923Z] #28 10.27 [2021-03-10T15:02:49.184Z] #28 10.76 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-10T15:02:49.445Z] #28 ... [2021-03-10T15:02:49.445Z] [2021-03-10T15:02:49.445Z] #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-03-10T15:02:49.445Z] #63 sha256:17e2285bc48157acf810035f5b1630b199f638093add574acd379e3deeddf3b1 [2021-03-10T15:02:49.445Z] #63 1.728 + RM_GOPATH=0 [2021-03-10T15:02:49.445Z] #63 1.728 + TMP_GOPATH= [2021-03-10T15:02:49.445Z] #63 1.728 + : /build [2021-03-10T15:02:49.445Z] #63 1.728 + '[' -z '' ']' [2021-03-10T15:02:49.445Z] #63 1.728 ++ mktemp -d [2021-03-10T15:02:49.445Z] #63 1.770 + export GOPATH=/tmp/tmp.TtMq7oEDxI [2021-03-10T15:02:49.445Z] #63 1.770 + GOPATH=/tmp/tmp.TtMq7oEDxI [2021-03-10T15:02:49.445Z] #63 1.770 + RM_GOPATH=1 [2021-03-10T15:02:49.445Z] #63 1.770 + case "$(go env GOARCH)" in [2021-03-10T15:02:49.445Z] #63 1.771 ++ go env GOARCH [2021-03-10T15:02:49.445Z] #63 1.775 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:49.445Z] #63 1.775 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:49.445Z] #63 1.776 ++ dirname /tmp/install/install.sh [2021-03-10T15:02:49.445Z] #63 1.777 + dir=/tmp/install [2021-03-10T15:02:49.445Z] #63 1.777 + bin=proxy [2021-03-10T15:02:49.445Z] #63 1.777 + shift [2021-03-10T15:02:49.445Z] #63 1.777 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-10T15:02:49.445Z] #63 1.777 + . /tmp/install/proxy.installer [2021-03-10T15:02:49.445Z] #63 1.777 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:02:49.445Z] #63 1.777 + install_proxy [2021-03-10T15:02:49.445Z] #63 1.777 + case "$1" in [2021-03-10T15:02:49.445Z] #63 1.777 + export CGO_ENABLED=0 [2021-03-10T15:02:49.445Z] #63 1.777 + CGO_ENABLED=0 [2021-03-10T15:02:49.445Z] #63 1.777 + _install_proxy [2021-03-10T15:02:49.445Z] #63 1.777 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-10T15:02:49.445Z] #63 1.777 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:02:49.445Z] #63 1.777 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.TtMq7oEDxI/src/github.com/docker/libnetwork [2021-03-10T15:02:49.445Z] #63 1.779 Cloning into '/tmp/tmp.TtMq7oEDxI/src/github.com/docker/libnetwork'... [2021-03-10T15:02:49.445Z] #63 5.541 + cd /tmp/tmp.TtMq7oEDxI/src/github.com/docker/libnetwork [2021-03-10T15:02:49.445Z] #63 5.541 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:02:49.445Z] #63 5.833 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-10T15:02:49.445Z] #63 DONE 9.9s [2021-03-10T15:02:49.445Z] [2021-03-10T15:02:49.445Z] #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-03-10T15:02:49.445Z] #46 sha256:b20454fa4ced1b0d50f4483dfa6494b7998360323e08f3ccf10d1f335b6796e2 [2021-03-10T15:02:49.445Z] #46 1.689 + RM_GOPATH=0 [2021-03-10T15:02:49.445Z] #46 1.689 + TMP_GOPATH= [2021-03-10T15:02:49.445Z] #46 1.689 + : /build [2021-03-10T15:02:49.445Z] #46 1.689 + '[' -z '' ']' [2021-03-10T15:02:49.445Z] #46 1.689 ++ mktemp -d [2021-03-10T15:02:49.445Z] #46 1.690 + export GOPATH=/tmp/tmp.pBo9xgwZRM [2021-03-10T15:02:49.445Z] #46 1.690 + GOPATH=/tmp/tmp.pBo9xgwZRM [2021-03-10T15:02:49.445Z] #46 1.690 + RM_GOPATH=1 [2021-03-10T15:02:49.445Z] #46 1.690 + case "$(go env GOARCH)" in [2021-03-10T15:02:49.445Z] #46 1.690 ++ go env GOARCH [2021-03-10T15:02:49.445Z] #46 1.696 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:49.445Z] #46 1.696 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:49.445Z] #46 1.697 ++ dirname /tmp/install/install.sh [2021-03-10T15:02:49.445Z] #46 1.697 + dir=/tmp/install [2021-03-10T15:02:49.445Z] #46 1.697 + bin=gotestsum [2021-03-10T15:02:49.445Z] #46 1.697 + shift [2021-03-10T15:02:49.445Z] #46 1.697 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-10T15:02:49.445Z] #46 1.697 + . /tmp/install/gotestsum.installer [2021-03-10T15:02:49.445Z] #46 1.697 ++ : v0.5.3 [2021-03-10T15:02:49.445Z] #46 1.697 + install_gotestsum [2021-03-10T15:02:49.445Z] #46 1.698 + set -e [2021-03-10T15:02:49.445Z] #46 1.698 + export GO111MODULE=on [2021-03-10T15:02:49.445Z] #46 1.698 + GO111MODULE=on [2021-03-10T15:02:49.445Z] #46 1.698 + GOBIN=/build [2021-03-10T15:02:49.445Z] #46 1.698 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-10T15:02:49.445Z] #46 1.771 go: finding gotest.tools v0.5.3 [2021-03-10T15:02:49.445Z] #46 1.771 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-10T15:02:49.445Z] #46 2.154 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-10T15:02:49.445Z] #46 2.630 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-10T15:02:49.445Z] #46 2.891 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:02:49.445Z] #46 2.895 go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:02:49.445Z] #46 2.902 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:02:49.445Z] #46 2.906 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-10T15:02:49.445Z] #46 2.916 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:02:49.445Z] #46 2.919 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:02:49.445Z] #46 2.922 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:02:49.445Z] #46 2.922 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:02:49.445Z] #46 2.936 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:02:49.445Z] #46 2.945 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:02:49.445Z] #46 2.980 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:02:49.445Z] #46 2.980 go: extracting github.com/fatih/color v1.9.0 [2021-03-10T15:02:49.445Z] #46 2.988 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:02:49.445Z] #46 2.995 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-10T15:02:49.445Z] #46 3.032 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:02:49.445Z] #46 3.032 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:02:49.445Z] #46 3.092 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:02:49.445Z] #46 3.121 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:02:49.445Z] #46 3.235 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:02:49.445Z] #46 3.310 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:02:49.445Z] #46 3.460 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:02:49.445Z] #46 3.470 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:02:49.445Z] #46 4.718 go: finding github.com/spf13/pflag v1.0.3 [2021-03-10T15:02:49.445Z] #46 4.729 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:02:49.445Z] #46 4.730 go: finding github.com/fatih/color v1.9.0 [2021-03-10T15:02:49.445Z] #46 4.730 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:02:49.445Z] #46 4.784 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:02:49.445Z] #46 5.126 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:02:49.445Z] #46 5.129 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:02:49.445Z] #46 5.130 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:02:49.445Z] #46 5.131 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:02:49.445Z] #46 5.132 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:02:49.445Z] #46 5.670 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:02:49.705Z] #46 ... [2021-03-10T15:02:49.705Z] [2021-03-10T15:02:49.705Z] #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-03-10T15:02:49.705Z] #50 sha256:9816547b82069e2a3ca0b259b7c56f6b8b9e419e854b39b8456a10241b593804 [2021-03-10T15:02:49.705Z] #50 3.976 + RM_GOPATH=0 [2021-03-10T15:02:49.705Z] #50 3.976 + TMP_GOPATH= [2021-03-10T15:02:49.705Z] #50 3.976 + : /build [2021-03-10T15:02:49.705Z] #50 3.977 + '[' -z '' ']' [2021-03-10T15:02:49.705Z] #50 3.978 ++ mktemp -d [2021-03-10T15:02:49.705Z] #50 4.008 + export GOPATH=/tmp/tmp.coIitUH4jc [2021-03-10T15:02:49.705Z] #50 4.009 + GOPATH=/tmp/tmp.coIitUH4jc [2021-03-10T15:02:49.705Z] #50 4.009 + RM_GOPATH=1 [2021-03-10T15:02:49.705Z] #50 4.010 + case "$(go env GOARCH)" in [2021-03-10T15:02:49.705Z] #50 4.010 ++ go env GOARCH [2021-03-10T15:02:49.705Z] #50 4.017 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:49.705Z] #50 4.017 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:49.705Z] #50 4.017 ++ dirname /tmp/install/install.sh [2021-03-10T15:02:49.705Z] #50 4.020 + dir=/tmp/install [2021-03-10T15:02:49.705Z] #50 4.020 + bin=shfmt [2021-03-10T15:02:49.705Z] #50 4.020 + shift [2021-03-10T15:02:49.705Z] #50 4.023 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-10T15:02:49.705Z] #50 4.023 + . /tmp/install/shfmt.installer [2021-03-10T15:02:49.705Z] #50 4.023 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:02:49.705Z] #50 4.023 + install_shfmt [2021-03-10T15:02:49.705Z] #50 4.023 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-10T15:02:49.705Z] #50 4.023 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:02:49.705Z] #50 4.023 + git clone https://github.com/mvdan/sh.git /tmp/tmp.coIitUH4jc/src/github.com/mvdan/sh [2021-03-10T15:02:49.705Z] #50 4.028 Cloning into '/tmp/tmp.coIitUH4jc/src/github.com/mvdan/sh'... [2021-03-10T15:02:49.705Z] #50 6.594 + cd /tmp/tmp.coIitUH4jc/src/github.com/mvdan/sh [2021-03-10T15:02:49.705Z] #50 6.599 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:02:49.705Z] #50 6.699 + GO111MODULE=on [2021-03-10T15:02:49.705Z] #50 6.699 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-10T15:02:49.705Z] #50 7.516 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:02:49.705Z] #50 7.552 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:02:49.705Z] #50 7.558 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:02:49.705Z] #50 7.678 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:02:49.705Z] #50 7.688 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:02:49.705Z] #50 8.084 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:02:49.705Z] #50 8.282 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:02:49.705Z] #50 9.030 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:02:49.705Z] #50 9.298 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:02:49.705Z] #50 9.313 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:02:49.705Z] #50 9.377 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:02:49.705Z] #50 9.478 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:02:49.705Z] #50 9.832 syscall [2021-03-10T15:02:49.705Z] #50 9.838 reflect [2021-03-10T15:02:49.705Z] #50 9.893 strings [2021-03-10T15:02:49.705Z] #50 9.896 bufio [2021-03-10T15:02:49.705Z] #50 ... [2021-03-10T15:02:49.705Z] [2021-03-10T15:02:49.705Z] #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-03-10T15:02:49.705Z] #48 sha256:3bee09a757e3c51a5396a6e7e3b6176c8d0c8c23a6579ea6151f315e11d842e3 [2021-03-10T15:02:49.705Z] #48 1.738 + RM_GOPATH=0 [2021-03-10T15:02:49.705Z] #48 1.738 + TMP_GOPATH= [2021-03-10T15:02:49.705Z] #48 1.739 + : /build [2021-03-10T15:02:49.705Z] #48 1.739 + '[' -z '' ']' [2021-03-10T15:02:49.705Z] #48 1.739 ++ mktemp -d [2021-03-10T15:02:49.705Z] #48 1.770 + export GOPATH=/tmp/tmp.KEczBuVY63 [2021-03-10T15:02:49.705Z] #48 1.770 + GOPATH=/tmp/tmp.KEczBuVY63 [2021-03-10T15:02:49.705Z] #48 1.770 + RM_GOPATH=1 [2021-03-10T15:02:49.705Z] #48 1.770 + case "$(go env GOARCH)" in [2021-03-10T15:02:49.705Z] #48 1.771 ++ go env GOARCH [2021-03-10T15:02:49.705Z] #48 1.775 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:49.705Z] #48 1.775 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:49.705Z] #48 1.775 ++ dirname /tmp/install/install.sh [2021-03-10T15:02:49.705Z] #48 1.777 + dir=/tmp/install [2021-03-10T15:02:49.705Z] #48 1.777 + bin=golangci_lint [2021-03-10T15:02:49.705Z] #48 1.777 + shift [2021-03-10T15:02:49.705Z] #48 1.777 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-10T15:02:49.705Z] #48 1.777 + . /tmp/install/golangci_lint.installer [2021-03-10T15:02:49.705Z] #48 1.777 ++ : v1.23.8 [2021-03-10T15:02:49.705Z] #48 1.777 + install_golangci_lint [2021-03-10T15:02:49.705Z] #48 1.777 + set -e [2021-03-10T15:02:49.705Z] #48 1.777 + export GO111MODULE=on [2021-03-10T15:02:49.705Z] #48 1.777 + GO111MODULE=on [2021-03-10T15:02:49.705Z] #48 1.777 + GOBIN=/build [2021-03-10T15:02:49.705Z] #48 1.777 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-10T15:02:49.705Z] #48 1.788 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-10T15:02:49.705Z] #48 1.788 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-10T15:02:49.705Z] #48 1.788 go: finding github.com v1.23.8 [2021-03-10T15:02:49.705Z] #48 1.788 go: finding github.com/golangci v1.23.8 [2021-03-10T15:02:49.705Z] #48 1.788 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:02:49.705Z] #48 2.095 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:02:49.705Z] #48 2.260 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:02:49.705Z] #48 8.646 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:02:49.705Z] #48 8.646 go: downloading github.com/fatih/color v1.7.0 [2021-03-10T15:02:49.705Z] #48 8.647 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-10T15:02:49.705Z] #48 8.673 go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:02:49.705Z] #48 8.674 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-10T15:02:49.705Z] #48 8.674 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:02:49.705Z] #48 8.681 go: downloading github.com/spf13/viper v1.6.1 [2021-03-10T15:02:49.705Z] #48 8.702 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:02:49.705Z] #48 8.708 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:02:49.705Z] #48 9.458 go: extracting github.com/spf13/viper v1.6.1 [2021-03-10T15:02:49.705Z] #48 9.459 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:02:49.705Z] #48 9.459 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:02:49.705Z] #48 9.459 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:02:49.705Z] #48 9.459 go: extracting github.com/pkg/errors v0.8.1 [2021-03-10T15:02:49.706Z] #48 9.464 go: extracting github.com/fatih/color v1.7.0 [2021-03-10T15:02:49.706Z] #48 9.464 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-10T15:02:49.706Z] #48 9.466 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:02:49.706Z] #48 9.466 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-10T15:02:49.706Z] #48 9.573 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:02:49.706Z] #48 9.615 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:02:49.706Z] #48 9.758 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:02:49.706Z] #48 9.771 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:02:49.706Z] #48 9.774 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:02:49.706Z] #48 9.776 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:02:49.706Z] #48 9.780 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:02:49.706Z] #48 9.810 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:02:49.706Z] #48 9.813 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:02:49.706Z] #48 9.825 go: downloading github.com/spf13/cast v1.3.0 [2021-03-10T15:02:49.706Z] #48 9.864 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:02:49.706Z] #48 9.898 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:02:49.706Z] #48 9.947 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:02:49.706Z] #48 9.948 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:02:49.706Z] #48 9.951 go: extracting github.com/spf13/cast v1.3.0 [2021-03-10T15:02:49.706Z] #48 9.984 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:02:49.706Z] #48 10.00 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:02:49.706Z] #48 10.04 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:02:49.706Z] #48 10.08 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:02:49.965Z] #48 ... [2021-03-10T15:02:49.965Z] [2021-03-10T15:02:49.965Z] #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-03-10T15:02:49.965Z] #28 sha256:7fe42620f68e7b31ef278b4e64cd4490aa8f2f0716b6f29585a40418c098361a [2021-03-10T15:02:49.965Z] #28 10.97 [2021-03-10T15:02:49.965Z] #28 11.14 ######################################################################## 100.0% [2021-03-10T15:02:49.965Z] #28 11.18 [2021-03-10T15:02:49.965Z] #28 11.22 Download of images into '/build' complete. [2021-03-10T15:02:49.965Z] #28 11.22 Use something like the following to load the result into a Docker daemon: [2021-03-10T15:02:49.965Z] #28 11.22 tar -cC '/build' . | docker load [2021-03-10T15:02:49.965Z] #28 DONE 11.4s [2021-03-10T15:02:49.965Z] [2021-03-10T15:02:49.965Z] #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-03-10T15:02:49.965Z] #48 sha256:3bee09a757e3c51a5396a6e7e3b6176c8d0c8c23a6579ea6151f315e11d842e3 [2021-03-10T15:02:49.965Z] #48 10.22 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:02:49.965Z] #48 10.31 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:02:49.965Z] #48 ... [2021-03-10T15:02:49.965Z] [2021-03-10T15:02:49.965Z] #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-03-10T15:02:49.965Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:02:49.965Z] #54 4.374 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:02:49.965Z] #54 4.418 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:02:49.965Z] #54 4.426 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:02:49.965Z] #54 4.846 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:02:49.965Z] #54 5.578 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:02:49.965Z] #54 5.721 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:02:49.965Z] #54 9.298 Fetched 8423 kB in 5s (1581 kB/s) [2021-03-10T15:02:49.965Z] #54 9.298 Reading package lists... [2021-03-10T15:02:49.965Z] #54 ... [2021-03-10T15:02:49.965Z] [2021-03-10T15:02:49.965Z] #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-03-10T15:02:49.965Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:02:49.965Z] #41 3.934 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:02:49.966Z] #41 3.955 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:02:49.966Z] #41 3.955 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:02:49.966Z] #41 4.206 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:02:49.966Z] #41 4.867 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:02:49.966Z] #41 5.254 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:02:49.966Z] #41 8.600 Fetched 8423 kB in 5s (1708 kB/s) [2021-03-10T15:02:49.966Z] #41 8.600 Reading package lists... [2021-03-10T15:02:50.225Z] #41 10.20 Reading package lists... [2021-03-10T15:02:50.225Z] #41 ... [2021-03-10T15:02:50.225Z] [2021-03-10T15:02:50.225Z] #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-03-10T15:02:50.225Z] #33 sha256:851a7f83d9bb391e9d48e6ad0a4b5724420d79ba0816fef709ae0b61ebf3daa4 [2021-03-10T15:02:50.225Z] #33 3.983 + RM_GOPATH=0 [2021-03-10T15:02:50.225Z] #33 3.983 + TMP_GOPATH= [2021-03-10T15:02:50.225Z] #33 3.983 + : /build [2021-03-10T15:02:50.225Z] #33 3.983 + '[' -z '' ']' [2021-03-10T15:02:50.225Z] #33 3.984 ++ mktemp -d [2021-03-10T15:02:50.225Z] #33 4.008 + export GOPATH=/tmp/tmp.xnOVr22zkO [2021-03-10T15:02:50.225Z] #33 4.008 + GOPATH=/tmp/tmp.xnOVr22zkO [2021-03-10T15:02:50.225Z] #33 4.008 + RM_GOPATH=1 [2021-03-10T15:02:50.225Z] #33 4.009 + case "$(go env GOARCH)" in [2021-03-10T15:02:50.225Z] #33 4.009 ++ go env GOARCH [2021-03-10T15:02:50.225Z] #33 4.019 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:50.225Z] #33 4.019 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:50.225Z] #33 4.020 ++ dirname /tmp/install/install.sh [2021-03-10T15:02:50.225Z] #33 4.021 + dir=/tmp/install [2021-03-10T15:02:50.225Z] #33 4.021 + bin=tomlv [2021-03-10T15:02:50.225Z] #33 4.021 + shift [2021-03-10T15:02:50.225Z] #33 4.022 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-10T15:02:50.225Z] #33 4.022 + . /tmp/install/tomlv.installer [2021-03-10T15:02:50.225Z] #33 4.022 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:02:50.225Z] #33 4.022 + install_tomlv [2021-03-10T15:02:50.225Z] #33 4.022 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-10T15:02:50.225Z] #33 4.022 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:02:50.225Z] #33 4.022 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.xnOVr22zkO/src/github.com/BurntSushi/toml [2021-03-10T15:02:50.225Z] #33 4.025 Cloning into '/tmp/tmp.xnOVr22zkO/src/github.com/BurntSushi/toml'... [2021-03-10T15:02:50.225Z] #33 5.561 + cd /tmp/tmp.xnOVr22zkO/src/github.com/BurntSushi/toml [2021-03-10T15:02:50.225Z] #33 5.561 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:02:50.225Z] #33 5.581 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:02:50.225Z] #33 5.951 runtime [2021-03-10T15:02:50.225Z] #33 9.946 bufio [2021-03-10T15:02:50.225Z] #33 9.946 strings [2021-03-10T15:02:50.225Z] #33 9.958 syscall [2021-03-10T15:02:50.225Z] #33 9.976 reflect [2021-03-10T15:02:50.225Z] #33 ... [2021-03-10T15:02:50.225Z] [2021-03-10T15:02:50.225Z] #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-03-10T15:02:50.225Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:02:50.225Z] #35 4.374 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:02:50.225Z] #35 4.416 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:02:50.225Z] #35 4.425 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:02:50.225Z] #35 4.811 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:02:50.225Z] #35 5.483 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:02:50.225Z] #35 5.737 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:02:50.225Z] #35 9.685 Fetched 8423 kB in 6s (1501 kB/s) [2021-03-10T15:02:50.264Z] Sending build context to Docker daemon 58.33MB [2021-03-10T15:02:50.264Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-03-10T15:02:50.264Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-03-10T15:02:50.264Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-03-10T15:02:50.264Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-03-10T15:02:50.264Z] 1.13.15-buster: Pulling from library/golang [2021-03-10T15:02:50.310Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.3s [2021-03-10T15:02:50.310Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.4s done [2021-03-10T15:02:50.310Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-10T15:02:50.488Z] #35 9.685 Reading package lists... [2021-03-10T15:02:50.489Z] #35 ... [2021-03-10T15:02:50.489Z] [2021-03-10T15:02:50.489Z] #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-03-10T15:02:50.489Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:02:50.489Z] #31 3.396 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-10T15:02:50.489Z] #31 3.403 Cloning into '.'... [2021-03-10T15:02:50.489Z] #31 ... [2021-03-10T15:02:50.489Z] [2021-03-10T15:02:50.489Z] #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-03-10T15:02:50.489Z] #57 sha256:9b8a8774db35f3d7472e07c7c5db2b79fd15ad63f133dd6902f8939926e5c6f9 [2021-03-10T15:02:50.489Z] #57 3.856 + RM_GOPATH=0 [2021-03-10T15:02:50.489Z] #57 3.856 + TMP_GOPATH= [2021-03-10T15:02:50.489Z] #57 3.856 + : /build [2021-03-10T15:02:50.489Z] #57 3.856 + '[' -z '' ']' [2021-03-10T15:02:50.489Z] #57 3.856 ++ mktemp -d [2021-03-10T15:02:50.489Z] #57 3.934 + export GOPATH=/tmp/tmp.Mces4pCAHD [2021-03-10T15:02:50.489Z] #57 3.934 + GOPATH=/tmp/tmp.Mces4pCAHD [2021-03-10T15:02:50.489Z] #57 3.934 + RM_GOPATH=1 [2021-03-10T15:02:50.489Z] #57 3.934 + case "$(go env GOARCH)" in [2021-03-10T15:02:50.489Z] #57 3.934 ++ go env GOARCH [2021-03-10T15:02:50.489Z] #57 3.941 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:50.489Z] #57 3.941 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:02:50.489Z] #57 3.943 ++ dirname /tmp/install/install.sh [2021-03-10T15:02:50.489Z] #57 3.944 + dir=/tmp/install [2021-03-10T15:02:50.489Z] #57 3.944 + bin=rootlesskit [2021-03-10T15:02:50.489Z] #57 3.944 + shift [2021-03-10T15:02:50.489Z] #57 3.944 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-10T15:02:50.489Z] #57 3.944 + . /tmp/install/rootlesskit.installer [2021-03-10T15:02:50.489Z] #57 3.944 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:02:50.489Z] #57 3.944 + install_rootlesskit [2021-03-10T15:02:50.489Z] #57 3.944 + case "$1" in [2021-03-10T15:02:50.489Z] #57 3.944 + export CGO_ENABLED=0 [2021-03-10T15:02:50.489Z] #57 3.944 + CGO_ENABLED=0 [2021-03-10T15:02:50.489Z] #57 3.944 + _install_rootlesskit [2021-03-10T15:02:50.489Z] #57 3.945 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-10T15:02:50.489Z] #57 3.945 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:02:50.489Z] #57 3.946 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.Mces4pCAHD/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:02:50.489Z] #57 3.948 Cloning into '/tmp/tmp.Mces4pCAHD/src/github.com/rootless-containers/rootlesskit'... [2021-03-10T15:02:50.489Z] #57 5.721 + cd /tmp/tmp.Mces4pCAHD/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:02:50.489Z] #57 5.721 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:02:50.489Z] #57 5.740 + export GO111MODULE=on [2021-03-10T15:02:50.489Z] #57 5.740 + GO111MODULE=on [2021-03-10T15:02:50.489Z] #57 5.741 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:02:50.489Z] #57 5.741 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-10T15:02:50.489Z] #57 7.595 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:02:50.489Z] #57 7.649 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:02:50.489Z] #57 7.660 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:02:50.489Z] #57 7.704 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:02:50.489Z] #57 7.761 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:02:50.489Z] #57 7.776 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:02:50.489Z] #57 7.824 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:02:50.489Z] #57 7.833 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:02:50.489Z] #57 7.836 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-10T15:02:50.489Z] #57 7.848 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-10T15:02:50.489Z] #57 7.856 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-10T15:02:50.489Z] #57 7.872 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:02:50.489Z] #57 7.892 go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:02:50.489Z] #57 7.908 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:02:50.489Z] #57 7.925 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:02:50.489Z] #57 8.050 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:02:50.489Z] #57 8.091 go: extracting github.com/google/uuid v1.2.0 [2021-03-10T15:02:50.489Z] #57 8.096 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-10T15:02:50.489Z] #57 8.104 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:02:50.489Z] #57 8.293 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:02:50.489Z] #57 8.295 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:02:50.489Z] #57 8.591 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-10T15:02:50.489Z] #57 8.799 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:02:50.489Z] #57 9.030 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:02:50.489Z] #57 9.406 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:02:50.489Z] #57 9.465 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:02:50.489Z] #57 9.536 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:02:50.489Z] #57 9.539 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:02:50.489Z] #57 9.783 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:02:50.489Z] #57 10.22 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:02:50.559Z] db4e2d8d5901: Pulling fs layer [2021-03-10T15:02:50.559Z] dfe2d012519c: Pulling fs layer [2021-03-10T15:02:50.559Z] 5d8f1d1f9197: Pulling fs layer [2021-03-10T15:02:50.559Z] 1301750ffb48: Pulling fs layer [2021-03-10T15:02:50.559Z] dc5c6edc9cff: Pulling fs layer [2021-03-10T15:02:50.559Z] 3c370c2e2f82: Pulling fs layer [2021-03-10T15:02:50.559Z] 5ffb2f5886e2: Pulling fs layer [2021-03-10T15:02:50.559Z] 1301750ffb48: Waiting [2021-03-10T15:02:50.559Z] 5ffb2f5886e2: Waiting [2021-03-10T15:02:50.559Z] dc5c6edc9cff: Waiting [2021-03-10T15:02:50.559Z] 3c370c2e2f82: Waiting [2021-03-10T15:02:50.749Z] #57 ... [2021-03-10T15:02:50.749Z] [2021-03-10T15:02:50.749Z] #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-03-10T15:02:50.749Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:02:50.749Z] #39 3.356 + git clone https://github.com/docker/distribution.git . [2021-03-10T15:02:50.749Z] #39 3.357 Cloning into '.'... [2021-03-10T15:02:50.750Z] #39 5.438 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-10T15:02:50.750Z] #39 5.846 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-10T15:02:50.750Z] #39 ... [2021-03-10T15:02:50.750Z] [2021-03-10T15:02:50.750Z] #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-03-10T15:02:50.750Z] #48 sha256:3bee09a757e3c51a5396a6e7e3b6176c8d0c8c23a6579ea6151f315e11d842e3 [2021-03-10T15:02:50.750Z] #48 10.45 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:02:50.750Z] #48 10.60 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:02:50.750Z] #48 10.64 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:02:50.750Z] #48 10.68 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:02:50.750Z] #48 10.74 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:02:50.750Z] #48 11.27 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:02:50.750Z] #48 11.27 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:02:50.856Z] dfe2d012519c: Verifying Checksum [2021-03-10T15:02:50.856Z] dfe2d012519c: Download complete [2021-03-10T15:02:50.872Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-03-10T15:02:50.872Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-10T15:02:51.010Z] #48 11.30 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:02:51.010Z] #48 11.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:02:51.010Z] #48 11.31 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:02:51.010Z] #48 11.32 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:02:51.010Z] #48 11.32 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:02:51.010Z] #48 11.33 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:02:51.010Z] #48 11.33 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:02:51.010Z] #48 11.34 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:02:51.010Z] #48 11.34 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:02:51.010Z] #48 11.34 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:02:51.010Z] #48 11.34 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-10T15:02:51.010Z] #48 11.35 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:02:51.010Z] #48 11.35 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:02:51.010Z] #48 11.35 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:02:51.010Z] #48 11.35 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:02:51.010Z] #48 11.36 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:02:51.010Z] #48 11.42 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:02:51.010Z] #48 11.43 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:02:51.010Z] #48 11.45 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:02:51.010Z] #48 11.46 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:02:51.010Z] #48 11.48 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:02:51.010Z] #48 11.49 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:02:51.010Z] #48 11.50 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:02:51.128Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done [2021-03-10T15:02:51.153Z] 5d8f1d1f9197: Verifying Checksum [2021-03-10T15:02:51.153Z] 5d8f1d1f9197: Download complete [2021-03-10T15:02:51.200Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0878f35470822c9b4) in /home/ubuntu/workspace/moby_PR-42054 [Pipeline] { [Pipeline] checkout [2021-03-10T15:02:51.270Z] #48 11.58 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:02:51.270Z] #48 11.60 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:02:51.270Z] #48 11.64 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:02:51.270Z] #48 11.64 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-10T15:02:51.270Z] #48 11.64 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:02:51.270Z] #48 11.64 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:02:51.270Z] #48 11.64 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:02:51.270Z] #48 11.65 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:02:51.270Z] #48 11.66 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:02:51.270Z] #48 11.71 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:02:51.270Z] #48 11.71 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:02:51.270Z] #48 11.71 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-10T15:02:51.270Z] #48 11.71 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:02:51.270Z] #48 11.74 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:02:51.302Z] The recommended git tool is: git [2021-03-10T15:02:51.387Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-10T15:02:51.530Z] #48 11.78 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:02:51.530Z] #48 11.79 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:02:51.530Z] #48 11.81 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-10T15:02:51.530Z] #48 11.81 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:02:51.530Z] #48 11.81 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:02:51.530Z] #48 11.81 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:02:51.530Z] #48 11.83 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-10T15:02:51.530Z] #48 11.83 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-10T15:02:51.530Z] #48 11.83 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-10T15:02:51.530Z] #48 11.84 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:02:51.530Z] #48 11.84 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:02:51.530Z] #48 11.89 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:02:51.530Z] #48 11.89 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:02:51.790Z] #48 12.04 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:02:51.790Z] #48 12.08 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:02:51.790Z] #48 12.10 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-10T15:02:51.790Z] #48 12.10 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-10T15:02:51.790Z] #48 12.12 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:02:51.790Z] #48 12.12 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:02:51.790Z] #48 12.15 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:02:51.790Z] #48 12.19 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:02:51.790Z] #48 12.20 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:02:51.790Z] #48 12.21 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-10T15:02:51.790Z] #48 12.21 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:02:51.790Z] #48 12.24 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:02:51.790Z] #48 12.25 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:02:51.790Z] #48 12.26 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-10T15:02:51.790Z] #48 ... [2021-03-10T15:02:51.790Z] [2021-03-10T15:02:51.790Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:02:51.790Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:02:51.790Z] #12 2.179 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:02:51.790Z] #12 2.357 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:02:51.790Z] #12 2.376 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:02:51.790Z] #12 2.392 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:02:51.790Z] #12 2.635 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [453 kB] [2021-03-10T15:02:51.790Z] #12 3.066 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:02:51.790Z] #12 3.601 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:02:51.790Z] #12 4.351 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:02:51.790Z] #12 7.558 Fetched 8922 kB in 6s (1587 kB/s) [2021-03-10T15:02:51.790Z] #12 7.558 Reading package lists... [2021-03-10T15:02:51.790Z] #12 9.387 Reading package lists... [2021-03-10T15:02:51.790Z] #12 ... [2021-03-10T15:02:51.790Z] [2021-03-10T15:02:51.790Z] #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-03-10T15:02:51.790Z] #48 sha256:3bee09a757e3c51a5396a6e7e3b6176c8d0c8c23a6579ea6151f315e11d842e3 [2021-03-10T15:02:51.790Z] #48 12.28 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:02:51.790Z] #48 12.28 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:02:51.790Z] #48 12.32 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:02:51.790Z] #48 12.33 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:02:51.790Z] #48 12.33 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:02:51.790Z] #48 12.35 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:02:51.790Z] #48 12.40 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:02:52.055Z] #48 12.40 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:02:52.055Z] #48 12.41 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-10T15:02:52.055Z] #48 12.47 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:02:52.055Z] #48 12.49 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:02:52.055Z] #48 12.49 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:02:52.055Z] #48 12.50 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:02:52.055Z] #48 12.50 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:02:52.055Z] #48 12.52 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:02:52.055Z] #48 12.52 go: downloading github.com/spf13/afero v1.1.2 [2021-03-10T15:02:52.055Z] #48 12.53 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:02:52.055Z] #48 12.53 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:02:52.055Z] #48 12.64 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:02:52.317Z] #48 12.65 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-10T15:02:52.317Z] #48 12.66 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:02:52.317Z] #48 12.68 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-10T15:02:52.317Z] #48 12.69 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:02:52.317Z] #48 12.78 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-10T15:02:52.317Z] #48 12.80 go: extracting github.com/spf13/afero v1.1.2 [2021-03-10T15:02:52.317Z] #48 12.80 go: downloading golang.org/x/text v0.3.2 [2021-03-10T15:02:52.317Z] #48 12.81 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:02:52.317Z] #48 12.86 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:02:52.317Z] #48 12.88 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:02:52.579Z] #48 12.93 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:02:52.579Z] #48 12.95 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:02:52.579Z] #48 12.99 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:02:52.579Z] #48 13.04 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:02:52.579Z] #48 13.06 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:02:52.579Z] #48 13.11 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:02:52.684Z] db4e2d8d5901: Verifying Checksum [2021-03-10T15:02:52.684Z] db4e2d8d5901: Download complete [2021-03-10T15:02:52.839Z] #48 13.12 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:02:52.839Z] #48 13.12 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:02:52.839Z] #48 13.12 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:02:52.839Z] #48 13.19 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:02:52.839Z] #48 13.20 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:02:52.884Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:02:53.099Z] #48 13.37 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-10T15:02:52.854Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:52.856Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:02:53.736Z] 1301750ffb48: Verifying Checksum [2021-03-10T15:02:53.736Z] 1301750ffb48: Download complete [2021-03-10T15:02:53.736Z] 5ffb2f5886e2: Verifying Checksum [2021-03-10T15:02:53.736Z] 5ffb2f5886e2: Download complete [2021-03-10T15:02:53.845Z] Merge succeeded, producing 9ea7abc942d3c48f67b5d32813db390e7af6a327 [2021-03-10T15:02:53.845Z] Checking out Revision 9ea7abc942d3c48f67b5d32813db390e7af6a327 (PR-42054) [2021-03-10T15:02:54.039Z] #48 14.47 go: extracting golang.org/x/text v0.3.2 [2021-03-10T15:02:54.267Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:02:54.495Z] First time build. Skipping changelog. [2021-03-10T15:02:54.528Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-074aef6768f02b532) in /home/ubuntu/workspace/moby_PR-42054 [Pipeline] { [Pipeline] checkout [2021-03-10T15:02:54.610Z] #48 ... [2021-03-10T15:02:54.610Z] [2021-03-10T15:02:54.610Z] #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-03-10T15:02:54.610Z] #46 sha256:b20454fa4ced1b0d50f4483dfa6494b7998360323e08f3ccf10d1f335b6796e2 [2021-03-10T15:02:54.610Z] #46 DONE 15.1s [2021-03-10T15:02:54.678Z] #8 ... [2021-03-10T15:02:54.678Z] [2021-03-10T15:02:54.678Z] #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-03-10T15:02:54.678Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-10T15:02:54.678Z] #26 1.366 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:02:54.678Z] #26 1.377 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:02:54.678Z] #26 1.377 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:02:54.678Z] #26 1.651 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:02:54.678Z] #26 2.074 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:02:54.678Z] #26 2.300 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:02:54.678Z] #26 3.823 Reading package lists... [2021-03-10T15:02:54.678Z] #26 4.777 Reading package lists... [2021-03-10T15:02:54.678Z] #26 5.711 Building dependency tree... [2021-03-10T15:02:54.678Z] #26 6.083 The following additional packages will be installed: [2021-03-10T15:02:54.678Z] #26 6.083 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-10T15:02:54.678Z] #26 6.083 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-10T15:02:54.678Z] #26 6.083 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-10T15:02:54.678Z] #26 6.083 Suggested packages: [2021-03-10T15:02:54.678Z] #26 6.083 krb5-doc krb5-user [2021-03-10T15:02:54.678Z] #26 6.083 Recommended packages: [2021-03-10T15:02:54.678Z] #26 6.083 krb5-locales publicsuffix libsasl2-modules [2021-03-10T15:02:54.678Z] #26 6.259 The following NEW packages will be installed: [2021-03-10T15:02:54.678Z] #26 6.259 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-10T15:02:54.678Z] #26 6.259 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-10T15:02:54.678Z] #26 6.259 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-10T15:02:54.678Z] #26 6.260 libssh2-1 libssl1.1 openssl [2021-03-10T15:02:54.678Z] #26 6.539 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-10T15:02:54.678Z] #26 6.539 Need to get 5057 kB of archives. [2021-03-10T15:02:54.678Z] #26 6.539 After this operation, 12.1 MB of additional disk space will be used. [2021-03-10T15:02:54.678Z] #26 6.539 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-10T15:02:54.678Z] #26 6.540 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-10T15:02:54.678Z] #26 6.541 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-10T15:02:54.678Z] #26 6.551 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-10T15:02:54.678Z] #26 6.551 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-10T15:02:54.678Z] #26 6.551 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-10T15:02:54.678Z] #26 6.551 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-10T15:02:54.678Z] #26 6.558 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-10T15:02:54.678Z] #26 6.560 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-10T15:02:54.678Z] #26 6.564 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-10T15:02:54.678Z] #26 6.571 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-10T15:02:54.678Z] #26 6.571 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-10T15:02:54.678Z] #26 6.571 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-10T15:02:54.678Z] #26 6.572 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-10T15:02:54.678Z] #26 6.583 Get:15 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-10T15:02:54.678Z] #26 6.583 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-10T15:02:54.678Z] #26 6.593 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-10T15:02:54.678Z] #26 6.610 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-10T15:02:54.679Z] #26 6.611 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-10T15:02:54.679Z] #26 6.617 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-10T15:02:54.679Z] #26 6.619 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-10T15:02:54.679Z] #26 6.805 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:02:54.679Z] #26 6.822 Fetched 5057 kB in 0s (14.5 MB/s) [2021-03-10T15:02:54.679Z] #26 6.865 Selecting previously unselected package libssl1.1:amd64. [2021-03-10T15:02:54.679Z] #26 6.865 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-03-10T15:02:54.679Z] #26 6.869 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 6.877 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:02:54.679Z] #26 7.073 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T15:02:54.679Z] #26 7.073 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.077 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 7.117 Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T15:02:54.679Z] #26 7.117 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.121 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 7.165 Selecting previously unselected package libldap-common. [2021-03-10T15:02:54.679Z] #26 7.165 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-10T15:02:54.679Z] #26 7.170 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:02:54.679Z] #26 7.217 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T15:02:54.679Z] #26 7.217 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.231 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:02:54.679Z] #26 7.284 Selecting previously unselected package openssl. [2021-03-10T15:02:54.679Z] #26 7.284 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.288 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:02:54.679Z] #26 7.425 Selecting previously unselected package ca-certificates. [2021-03-10T15:02:54.679Z] #26 7.425 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-10T15:02:54.679Z] #26 7.429 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-10T15:02:54.679Z] #26 7.499 Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T15:02:54.679Z] #26 7.499 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.504 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-10T15:02:54.679Z] #26 7.544 Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T15:02:54.679Z] #26 7.544 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.548 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 7.593 Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T15:02:54.679Z] #26 7.593 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.597 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 7.661 Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T15:02:54.679Z] #26 7.661 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.665 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 7.755 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T15:02:54.679Z] #26 7.755 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.765 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 7.826 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T15:02:54.679Z] #26 7.826 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.835 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 7.883 Selecting previously unselected package libpsl5:amd64. [2021-03-10T15:02:54.679Z] #26 7.883 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.889 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-10T15:02:54.679Z] #26 7.957 Selecting previously unselected package librtmp1:amd64. [2021-03-10T15:02:54.679Z] #26 7.957 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 7.968 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:02:54.679Z] #26 8.013 Selecting previously unselected package libssh2-1:amd64. [2021-03-10T15:02:54.679Z] #26 8.013 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 8.017 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-10T15:02:54.679Z] #26 8.070 Selecting previously unselected package libcurl4:amd64. [2021-03-10T15:02:54.679Z] #26 8.070 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 8.076 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 8.147 Selecting previously unselected package curl. [2021-03-10T15:02:54.679Z] #26 8.147 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 8.167 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 8.237 Selecting previously unselected package libonig5:amd64. [2021-03-10T15:02:54.679Z] #26 8.237 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 8.240 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:02:54.679Z] #26 8.309 Selecting previously unselected package libjq1:amd64. [2021-03-10T15:02:54.679Z] #26 8.309 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 8.313 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:02:54.679Z] #26 8.370 Selecting previously unselected package jq. [2021-03-10T15:02:54.679Z] #26 8.370 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:02:54.679Z] #26 8.383 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:02:54.679Z] #26 8.423 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-10T15:02:54.679Z] #26 8.436 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-10T15:02:54.679Z] #26 8.449 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:02:54.679Z] #26 8.589 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 8.600 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:02:54.679Z] #26 8.613 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 8.626 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 8.637 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:02:54.679Z] #26 8.648 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 8.663 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 8.676 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-10T15:02:54.679Z] #26 8.688 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:54.679Z] #26 8.698 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:02:54.679Z] #26 8.714 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:02:54.679Z] #26 8.726 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:02:54.679Z] #26 8.738 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:02:54.679Z] #26 8.750 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-10T15:02:54.679Z] #26 9.355 Updating certificates in /etc/ssl/certs... [2021-03-10T15:02:54.679Z] #26 10.24 137 added, 0 removed; done. [2021-03-10T15:02:54.679Z] #26 ... [2021-03-10T15:02:54.679Z] [2021-03-10T15:02:54.679Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:02:54.679Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:02:54.679Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.3s done [2021-03-10T15:02:54.799Z] dc5c6edc9cff: Verifying Checksum [2021-03-10T15:02:54.799Z] dc5c6edc9cff: Download complete [2021-03-10T15:02:54.837Z] The recommended git tool is: git [2021-03-10T15:02:54.857Z] using credential docker-jenkins-github-credentials [2021-03-10T15:02:54.865Z] Cloning the remote Git repository [2021-03-10T15:02:54.865Z] Cloning with configured refspecs honoured and without tags [2021-03-10T15:02:54.871Z] [2021-03-10T15:02:54.871Z] #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-03-10T15:02:54.871Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:02:54.871Z] #41 10.20 Reading package lists... [2021-03-10T15:02:54.871Z] #41 11.90 Building dependency tree... [2021-03-10T15:02:54.871Z] #41 12.56 The following additional packages will be installed: [2021-03-10T15:02:54.871Z] #41 12.56 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-10T15:02:54.871Z] #41 12.56 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-10T15:02:54.871Z] #41 12.56 Suggested packages: [2021-03-10T15:02:54.871Z] #41 12.56 manpages-dev python-setuptools [2021-03-10T15:02:54.871Z] #41 12.91 The following NEW packages will be installed: [2021-03-10T15:02:54.871Z] #41 12.91 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-10T15:02:54.871Z] #41 12.91 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-10T15:02:54.871Z] #41 12.91 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-10T15:02:54.871Z] #41 12.91 python-six zlib1g-dev [2021-03-10T15:02:54.871Z] #41 13.20 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:02:54.871Z] #41 13.20 Need to get 4095 kB of archives. [2021-03-10T15:02:54.871Z] #41 13.20 After this operation, 22.5 MB of additional disk space will be used. [2021-03-10T15:02:54.871Z] #41 13.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-10T15:02:54.871Z] #41 13.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-10T15:02:54.871Z] #41 13.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-10T15:02:54.871Z] #41 13.21 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-10T15:02:54.871Z] #41 13.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-10T15:02:54.871Z] #41 13.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-10T15:02:54.871Z] #41 13.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-10T15:02:54.871Z] #41 13.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-10T15:02:54.871Z] #41 13.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-10T15:02:54.871Z] #41 13.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-10T15:02:54.871Z] #41 13.25 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-10T15:02:54.871Z] #41 13.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-10T15:02:54.871Z] #41 13.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-10T15:02:54.871Z] #41 13.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-10T15:02:54.871Z] #41 13.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-10T15:02:54.871Z] #41 13.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-10T15:02:54.871Z] #41 13.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-10T15:02:54.871Z] #41 13.75 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:02:54.871Z] #41 13.82 Fetched 4095 kB in 0s (10.6 MB/s) [2021-03-10T15:02:54.871Z] #41 13.86 Selecting previously unselected package libcap-dev:amd64. [2021-03-10T15:02:54.871Z] #41 13.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:02:54.871Z] #41 13.90 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-10T15:02:54.871Z] #41 13.91 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-10T15:02:54.871Z] #41 14.00 Selecting previously unselected package libnet1:amd64. [2021-03-10T15:02:54.871Z] #41 14.00 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:02:54.871Z] #41 14.02 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:02:54.871Z] #41 14.13 Selecting previously unselected package libnet1-dev. [2021-03-10T15:02:54.871Z] #41 14.14 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:02:54.871Z] #41 14.30 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:02:54.871Z] #41 14.61 Selecting previously unselected package libnl-3-200:amd64. [2021-03-10T15:02:54.871Z] #41 14.61 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-10T15:02:54.871Z] #41 14.62 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:02:54.871Z] #41 14.93 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-10T15:02:54.871Z] #41 14.94 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-10T15:02:54.871Z] #41 15.08 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-10T15:02:54.871Z] #41 15.34 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-10T15:02:54.871Z] #41 15.36 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:02:54.871Z] #41 15.39 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-10T15:02:54.936Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-10T15:02:55.131Z] #41 15.53 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-10T15:02:55.131Z] #41 15.53 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:02:55.131Z] #41 15.54 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-10T15:02:55.131Z] #41 15.61 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-10T15:02:55.131Z] #41 15.62 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-10T15:02:55.290Z] + docker version [2021-03-10T15:02:55.290Z] Client: Docker Engine - Community [2021-03-10T15:02:55.290Z] Version: 19.03.7 [2021-03-10T15:02:55.290Z] API version: 1.40 [2021-03-10T15:02:55.290Z] Go version: go1.12.17 [2021-03-10T15:02:55.290Z] Git commit: 7141c199a2 [2021-03-10T15:02:55.290Z] Built: Sat Mar 7 16:48:47 2020 [2021-03-10T15:02:55.290Z] OS/Arch: linux/s390x [2021-03-10T15:02:55.290Z] Experimental: false [2021-03-10T15:02:55.290Z] [2021-03-10T15:02:55.290Z] Server: Docker Engine - Community [2021-03-10T15:02:55.290Z] Engine: [2021-03-10T15:02:55.290Z] Version: 19.03.7 [2021-03-10T15:02:55.290Z] API version: 1.40 (minimum version 1.12) [2021-03-10T15:02:55.290Z] Go version: go1.12.17 [2021-03-10T15:02:55.290Z] Git commit: 7141c199a2 [2021-03-10T15:02:55.290Z] Built: Sat Mar 7 16:47:46 2020 [2021-03-10T15:02:55.290Z] OS/Arch: linux/s390x [2021-03-10T15:02:55.290Z] Experimental: true [2021-03-10T15:02:55.290Z] containerd: [2021-03-10T15:02:55.290Z] Version: 1.2.13 [2021-03-10T15:02:55.290Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-03-10T15:02:55.290Z] runc: [2021-03-10T15:02:55.290Z] Version: 1.0.0-rc10 [2021-03-10T15:02:55.290Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-03-10T15:02:55.290Z] docker-init: [2021-03-10T15:02:55.290Z] Version: 0.18.0 [2021-03-10T15:02:55.290Z] GitCommit: fec3683 [Pipeline] sh [2021-03-10T15:02:55.410Z] #41 15.86 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:02:53.269Z] > git remote # timeout=10 [2021-03-10T15:02:53.271Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:02:53.272Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:53.273Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:02:53.800Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:02:53.815Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:02:53.817Z] > git checkout -f 9ea7abc942d3c48f67b5d32813db390e7af6a327 # timeout=10 [2021-03-10T15:02:54.237Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:02:55.672Z] #41 ... [2021-03-10T15:02:55.672Z] [2021-03-10T15:02:55.672Z] #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-03-10T15:02:55.672Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:02:55.672Z] #54 9.298 Reading package lists... [2021-03-10T15:02:55.672Z] #54 11.05 Reading package lists... [2021-03-10T15:02:55.672Z] #54 12.42 Building dependency tree... [2021-03-10T15:02:55.672Z] #54 13.19 The following additional packages will be installed: [2021-03-10T15:02:55.672Z] #54 13.20 libbtrfs0 [2021-03-10T15:02:55.672Z] #54 13.24 The following NEW packages will be installed: [2021-03-10T15:02:55.672Z] #54 13.24 libbtrfs-dev libbtrfs0 [2021-03-10T15:02:55.672Z] #54 13.83 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:02:55.672Z] #54 13.83 Need to get 119 kB of archives. [2021-03-10T15:02:55.672Z] #54 13.83 After this operation, 387 kB of additional disk space will be used. [2021-03-10T15:02:55.672Z] #54 13.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-10T15:02:55.672Z] #54 13.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-10T15:02:55.672Z] #54 14.35 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:02:55.672Z] #54 14.49 Fetched 119 kB in 1s (219 kB/s) [2021-03-10T15:02:55.672Z] #54 14.61 Selecting previously unselected package libbtrfs0. [2021-03-10T15:02:55.672Z] #54 14.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:02:55.672Z] #54 14.64 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-10T15:02:55.672Z] #54 14.81 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:02:55.672Z] #54 15.14 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:02:55.672Z] #54 15.15 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-10T15:02:55.672Z] #54 15.17 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:02:55.672Z] #54 15.34 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:02:55.672Z] #54 15.37 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:02:55.672Z] #54 15.42 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:02:55.672Z] #54 DONE 16.2s [2021-03-10T15:02:55.672Z] [2021-03-10T15:02:55.672Z] #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-03-10T15:02:55.672Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:02:55.672Z] #41 16.20 Selecting previously unselected package libprotobuf17:amd64. [2021-03-10T15:02:55.672Z] #41 16.20 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:02:55.672Z] #41 16.23 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-10T15:02:55.694Z] + docker info [2021-03-10T15:02:55.165Z] Cloning repository https://github.com/moby/moby.git [2021-03-10T15:02:55.230Z] > git init /home/ubuntu/workspace/moby_PR-42054 # timeout=10 [2021-03-10T15:02:55.516Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:55.517Z] > git --version # timeout=10 [2021-03-10T15:02:55.523Z] > git --version # 'git version 2.7.4' [2021-03-10T15:02:55.524Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:55.602Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:56.269Z] #41 16.74 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-10T15:02:56.269Z] #41 16.74 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:02:56.269Z] #41 16.74 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-10T15:02:56.333Z] Client: [2021-03-10T15:02:56.333Z] Debug Mode: false [2021-03-10T15:02:56.333Z] [2021-03-10T15:02:56.333Z] Server: [2021-03-10T15:02:56.333Z] Containers: 0 [2021-03-10T15:02:56.333Z] Running: 0 [2021-03-10T15:02:56.333Z] Paused: 0 [2021-03-10T15:02:56.333Z] Stopped: 0 [2021-03-10T15:02:56.333Z] Images: 0 [2021-03-10T15:02:56.333Z] Server Version: 19.03.7 [2021-03-10T15:02:56.333Z] Storage Driver: overlay2 [2021-03-10T15:02:56.333Z] Backing Filesystem: [2021-03-10T15:02:56.333Z] Supports d_type: true [2021-03-10T15:02:56.333Z] Native Overlay Diff: true [2021-03-10T15:02:56.333Z] Logging Driver: json-file [2021-03-10T15:02:56.333Z] Cgroup Driver: cgroupfs [2021-03-10T15:02:56.333Z] Plugins: [2021-03-10T15:02:56.333Z] Volume: local [2021-03-10T15:02:56.333Z] Network: bridge host ipvlan macvlan null overlay [2021-03-10T15:02:56.333Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-10T15:02:56.333Z] Swarm: inactive [2021-03-10T15:02:56.333Z] Runtimes: runc [2021-03-10T15:02:56.333Z] Default Runtime: runc [2021-03-10T15:02:56.333Z] Init Binary: docker-init [2021-03-10T15:02:56.333Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-03-10T15:02:56.333Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-03-10T15:02:56.333Z] init version: fec3683 [2021-03-10T15:02:56.333Z] Security Options: [2021-03-10T15:02:56.333Z] apparmor [2021-03-10T15:02:56.333Z] seccomp [2021-03-10T15:02:56.333Z] Profile: default [2021-03-10T15:02:56.333Z] Kernel Version: 4.15.0-88-generic [2021-03-10T15:02:56.333Z] Operating System: Ubuntu 18.04.4 LTS [2021-03-10T15:02:56.333Z] OSType: linux [2021-03-10T15:02:56.333Z] Architecture: s390x [2021-03-10T15:02:56.333Z] CPUs: 2 [2021-03-10T15:02:56.333Z] Total Memory: 7.861GiB [2021-03-10T15:02:56.333Z] Name: s390x-ubuntu-30 [2021-03-10T15:02:56.333Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-03-10T15:02:56.333Z] Docker Root Dir: /var/lib/docker [2021-03-10T15:02:56.333Z] Debug Mode: false [2021-03-10T15:02:56.333Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:02:56.333Z] Labels: [2021-03-10T15:02:56.333Z] Experimental: true [2021-03-10T15:02:56.333Z] Insecure Registries: [2021-03-10T15:02:56.333Z] 127.0.0.0/8 [2021-03-10T15:02:56.333Z] Live Restore Enabled: false [2021-03-10T15:02:56.333Z] [2021-03-10T15:02:56.333Z] WARNING: No swap limit support [2021-03-10T15:02:56.345Z] db4e2d8d5901: Pull complete [Pipeline] sh [2021-03-10T15:02:56.721Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:02:56.721Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:02:56.721Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-42054/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-10T15:02:56.721Z] + bash /home/jenkins/workspace/moby_PR-42054/check-config.sh [2021-03-10T15:02:56.721Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-10T15:02:56.721Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2021-03-10T15:02:56.721Z] [2021-03-10T15:02:56.721Z] Generally Necessary: [2021-03-10T15:02:56.721Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-10T15:02:56.721Z] - apparmor: enabled and tools installed [2021-03-10T15:02:56.721Z] - CONFIG_NAMESPACES: enabled [2021-03-10T15:02:56.721Z] - CONFIG_NET_NS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_PID_NS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_IPC_NS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_UTS_NS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CGROUPS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CPUSETS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_MEMCG: enabled [2021-03-10T15:02:56.721Z] - CONFIG_KEYS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_VETH: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-10T15:02:56.721Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-10T15:02:56.721Z] [2021-03-10T15:02:56.721Z] Optional Features: [2021-03-10T15:02:56.721Z] - CONFIG_USER_NS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_SECCOMP: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-10T15:02:56.721Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-10T15:02:56.721Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-10T15:02:56.721Z] - CONFIG_BLK_CGROUP: enabled [2021-03-10T15:02:56.721Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-10T15:02:56.721Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CGROUP_PERF: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-10T15:02:56.721Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-10T15:02:56.721Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-10T15:02:56.721Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-10T15:02:56.721Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-10T15:02:56.721Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_IP_VS: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-10T15:02:56.721Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-10T15:02:56.721Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-10T15:02:56.721Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_EXT4_FS: enabled [2021-03-10T15:02:56.721Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-10T15:02:56.721Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-10T15:02:56.721Z] - Network Drivers: [2021-03-10T15:02:56.721Z] - "overlay": [2021-03-10T15:02:56.721Z] - CONFIG_VXLAN: enabled (as module) [2021-03-10T15:02:56.721Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-10T15:02:56.721Z] Optional (for encrypted networks): [2021-03-10T15:02:56.840Z] #41 17.40 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-10T15:02:56.987Z] dfe2d012519c: Pull complete [2021-03-10T15:02:57.018Z] - CONFIG_CRYPTO: enabled [2021-03-10T15:02:57.018Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-10T15:02:57.018Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-10T15:02:57.018Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-10T15:02:57.018Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-10T15:02:57.018Z] - CONFIG_XFRM: enabled [2021-03-10T15:02:57.018Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-10T15:02:57.018Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-10T15:02:57.018Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-10T15:02:57.018Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-10T15:02:57.018Z] - "ipvlan": [2021-03-10T15:02:57.018Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-10T15:02:57.018Z] - "macvlan": [2021-03-10T15:02:57.018Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-10T15:02:57.018Z] - CONFIG_DUMMY: enabled (as module) [2021-03-10T15:02:57.018Z] - "ftp,tftp client in container": [2021-03-10T15:02:57.018Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-10T15:02:57.018Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-10T15:02:57.018Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-10T15:02:57.018Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-10T15:02:57.018Z] - Storage Drivers: [2021-03-10T15:02:57.018Z] - "aufs": [2021-03-10T15:02:57.018Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-10T15:02:57.018Z] - "btrfs": [2021-03-10T15:02:57.018Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-10T15:02:57.018Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-10T15:02:57.018Z] - "devicemapper": [2021-03-10T15:02:57.018Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-10T15:02:57.018Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-10T15:02:57.018Z] - "overlay": [2021-03-10T15:02:57.018Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-10T15:02:57.018Z] - "zfs": [2021-03-10T15:02:57.018Z] - /dev/zfs: missing [2021-03-10T15:02:57.018Z] - zfs command: missing [2021-03-10T15:02:57.018Z] - zpool command: missing [2021-03-10T15:02:57.018Z] [2021-03-10T15:02:57.018Z] Limits: [2021-03-10T15:02:57.018Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-10T15:02:57.018Z] [2021-03-10T15:02:57.018Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-03-10T15:02:57.100Z] #41 17.40 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-10T15:02:57.100Z] #41 17.50 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-10T15:02:57.100Z] #41 ... [2021-03-10T15:02:57.100Z] [2021-03-10T15:02:57.100Z] #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-03-10T15:02:57.100Z] #44 sha256:0a22f198b52dfa3d05e29f906d7f9ef52d0d30165650ae91c712b6ac5f1f7429 [2021-03-10T15:02:57.100Z] #44 7.568 syscall [2021-03-10T15:02:57.100Z] #44 8.358 bytes [2021-03-10T15:02:57.100Z] #44 8.359 hash [2021-03-10T15:02:57.100Z] #44 8.360 crypto/internal/randutil [2021-03-10T15:02:57.100Z] #44 8.360 strings [2021-03-10T15:02:57.100Z] #44 8.533 hash/crc32 [2021-03-10T15:02:57.100Z] #44 8.545 crypto/hmac [2021-03-10T15:02:57.100Z] #44 8.861 vendor/golang.org/x/crypto/hkdf [2021-03-10T15:02:57.100Z] #44 9.615 reflect [2021-03-10T15:02:57.100Z] #44 9.620 crypto/rc4 [2021-03-10T15:02:57.100Z] #44 9.623 crypto [2021-03-10T15:02:57.100Z] #44 10.08 bufio [2021-03-10T15:02:57.100Z] #44 10.11 vendor/golang.org/x/text/transform [2021-03-10T15:02:57.100Z] #44 10.19 path [2021-03-10T15:02:57.100Z] #44 10.22 regexp/syntax [2021-03-10T15:02:57.100Z] #44 11.07 internal/syscall/execenv [2021-03-10T15:02:57.100Z] #44 11.07 time [2021-03-10T15:02:57.100Z] #44 11.09 internal/syscall/unix [2021-03-10T15:02:57.100Z] #44 12.77 internal/poll [2021-03-10T15:02:57.100Z] #44 12.77 context [2021-03-10T15:02:57.100Z] #44 13.26 regexp [2021-03-10T15:02:57.100Z] #44 13.70 os [2021-03-10T15:02:57.100Z] #44 14.39 github.com/LK4D4/vndr/versioned [2021-03-10T15:02:57.100Z] #44 14.60 internal/lazyregexp [2021-03-10T15:02:57.100Z] #44 14.60 net [2021-03-10T15:02:57.100Z] #44 14.62 os/exec [2021-03-10T15:02:57.100Z] #44 15.05 encoding/binary [2021-03-10T15:02:57.100Z] #44 15.05 fmt [2021-03-10T15:02:57.100Z] #44 15.98 encoding/base64 [2021-03-10T15:02:57.100Z] #44 15.98 crypto/cipher [2021-03-10T15:02:57.100Z] #44 15.98 crypto/sha512 [2021-03-10T15:02:57.100Z] #44 15.98 crypto/ed25519/internal/edwards25519 [2021-03-10T15:02:57.100Z] #44 15.98 crypto/md5 [2021-03-10T15:02:57.100Z] #44 15.98 crypto/sha1 [2021-03-10T15:02:57.100Z] #44 16.56 crypto/sha256 [2021-03-10T15:02:57.100Z] #44 16.80 encoding/pem [2021-03-10T15:02:57.100Z] #44 16.90 vendor/golang.org/x/crypto/poly1305 [2021-03-10T15:02:57.100Z] #44 16.99 vendor/golang.org/x/sys/cpu [2021-03-10T15:02:57.100Z] #44 17.14 go/scanner [2021-03-10T15:02:57.100Z] #44 17.15 text/template/parse [2021-03-10T15:02:57.100Z] #44 17.20 encoding/json [2021-03-10T15:02:57.100Z] #44 17.27 encoding/xml [2021-03-10T15:02:57.100Z] #44 17.34 compress/flate [2021-03-10T15:02:57.100Z] #44 17.41 crypto/aes [2021-03-10T15:02:57.100Z] #44 17.54 math/big [Pipeline] sh [2021-03-10T15:02:57.295Z] 3c370c2e2f82: Verifying Checksum [2021-03-10T15:02:57.295Z] 3c370c2e2f82: Download complete [2021-03-10T15:02:57.295Z] 5d8f1d1f9197: Pull complete [2021-03-10T15:02:57.360Z] #44 ... [2021-03-10T15:02:57.360Z] [2021-03-10T15:02:57.360Z] #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-03-10T15:02:57.360Z] #48 sha256:3bee09a757e3c51a5396a6e7e3b6176c8d0c8c23a6579ea6151f315e11d842e3 [2021-03-10T15:02:57.360Z] #48 15.64 go: finding github.com/fatih/color v1.7.0 [2021-03-10T15:02:57.360Z] #48 15.66 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:02:57.360Z] #48 15.70 go: finding github.com/pkg/errors v0.8.1 [2021-03-10T15:02:57.360Z] #48 15.71 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:02:57.360Z] #48 15.71 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:02:57.360Z] #48 15.71 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:02:57.361Z] #48 15.84 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:02:57.361Z] #48 15.84 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:02:57.361Z] #48 15.89 go: finding github.com/spf13/viper v1.6.1 [2021-03-10T15:02:57.361Z] #48 15.90 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:02:57.361Z] #48 15.90 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:02:57.361Z] #48 15.91 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:02:57.361Z] #48 15.93 go: finding github.com/stretchr/testify v1.4.0 [2021-03-10T15:02:57.361Z] #48 15.93 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:02:57.361Z] #48 15.98 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:02:57.361Z] #48 15.99 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:02:57.361Z] #48 16.03 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:02:57.361Z] #48 16.04 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:02:57.361Z] #48 16.04 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:02:57.361Z] #48 16.05 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:02:57.361Z] #48 16.05 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:02:57.361Z] #48 16.07 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:02:57.361Z] #48 16.07 go: finding github.com/gobwas/glob v0.2.3 [2021-03-10T15:02:57.361Z] #48 16.07 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:02:57.361Z] #48 16.08 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:02:57.361Z] #48 16.10 go: finding github.com/spf13/cobra v0.0.5 [2021-03-10T15:02:57.361Z] #48 16.10 go: finding github.com/spf13/pflag v1.0.5 [2021-03-10T15:02:57.361Z] #48 16.11 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:02:57.361Z] #48 16.12 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:02:57.361Z] #48 16.15 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:02:57.361Z] #48 16.15 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:02:57.361Z] #48 16.15 go: finding github.com/stretchr/objx v0.2.0 [2021-03-10T15:02:57.361Z] #48 16.16 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:02:57.361Z] #48 16.16 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:02:57.361Z] #48 16.16 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:02:57.361Z] #48 16.18 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:02:57.361Z] #48 16.18 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:02:57.361Z] #48 16.18 go: finding github.com/magiconair/properties v1.8.1 [2021-03-10T15:02:57.361Z] #48 16.18 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:02:57.361Z] #48 16.19 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:02:57.361Z] #48 16.19 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:02:57.361Z] #48 16.21 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:02:57.361Z] #48 16.22 go: finding github.com/spf13/afero v1.1.2 [2021-03-10T15:02:57.361Z] #48 16.23 go: finding github.com/spf13/cast v1.3.0 [2021-03-10T15:02:57.361Z] #48 16.23 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:02:57.361Z] #48 16.27 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-10T15:02:57.361Z] #48 16.28 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:02:57.361Z] #48 16.28 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:02:57.361Z] #48 16.28 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:02:57.361Z] #48 16.28 go: finding golang.org/x/text v0.3.2 [2021-03-10T15:02:57.361Z] #48 16.29 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:02:57.361Z] #48 16.29 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:02:57.361Z] #48 16.30 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:02:57.361Z] #48 16.30 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:02:57.361Z] #48 16.30 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:02:57.361Z] #48 16.32 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:02:57.361Z] #48 16.32 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:02:57.361Z] #48 16.33 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:02:57.361Z] #48 16.33 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:02:57.361Z] #48 16.34 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:02:57.361Z] #48 16.34 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:02:57.361Z] #48 16.34 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-10T15:02:57.361Z] #48 16.35 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-10T15:02:57.361Z] #48 16.35 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:02:57.361Z] #48 16.35 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:02:57.361Z] #48 16.36 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:02:57.361Z] #48 16.36 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:02:57.361Z] #48 16.37 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:02:57.361Z] #48 16.39 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-10T15:02:57.361Z] #48 16.43 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:02:57.361Z] #48 16.44 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:02:57.361Z] #48 16.44 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:02:57.361Z] #48 16.47 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:02:57.361Z] #48 16.49 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:02:57.461Z] #8 ... [2021-03-10T15:02:57.461Z] [2021-03-10T15:02:57.461Z] #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-03-10T15:02:57.461Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-10T15:02:57.461Z] #26 10.30 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:02:57.461Z] #26 10.32 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:02:57.461Z] #26 10.33 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-10T15:02:57.461Z] #26 10.34 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-10T15:02:57.461Z] #26 10.35 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:02:57.461Z] #26 10.38 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-10T15:02:57.461Z] #26 10.41 Updating certificates in /etc/ssl/certs... [2021-03-10T15:02:57.461Z] #26 11.17 0 added, 0 removed; done. [2021-03-10T15:02:57.461Z] #26 11.17 Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:02:57.461Z] #26 11.17 done. [2021-03-10T15:02:57.461Z] #26 DONE 13.1s [2021-03-10T15:02:57.461Z] [2021-03-10T15:02:57.461Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-10T15:02:57.461Z] #27 sha256:34f2e37f950df5c8072563666df9eb080aa3ed990face23fd2ed5bcf870f5ba9 [2021-03-10T15:02:57.461Z] #27 DONE 0.1s [2021-03-10T15:02:57.461Z] [2021-03-10T15:02:57.461Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:02:57.461Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:02:57.526Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 . [2021-03-10T15:02:57.526Z] #1 [internal] load build definition from Dockerfile [2021-03-10T15:02:57.526Z] #1 transferring dockerfile: 16.82kB 0.0s done [2021-03-10T15:02:57.526Z] #1 DONE 0.0s [2021-03-10T15:02:57.526Z] [2021-03-10T15:02:57.526Z] #2 [internal] load .dockerignore [2021-03-10T15:02:57.526Z] #2 transferring context: 87B 0.0s done [2021-03-10T15:02:57.526Z] #2 DONE 0.0s [2021-03-10T15:02:57.526Z] [2021-03-10T15:02:57.526Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-10T15:02:57.717Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.8s done [2021-03-10T15:02:57.819Z] #3 DONE 0.2s [2021-03-10T15:02:57.819Z] [2021-03-10T15:02:57.819Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b... [2021-03-10T15:02:57.819Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-10T15:02:57.819Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-10T15:02:57.819Z] #4 sha256:6ce32b7af840de740a21ba297f7d1c31e0f1eb0d6b03c0efc03ae0cca9c8fd2a 528B / 528B done [2021-03-10T15:02:57.819Z] #4 sha256:86c932e21798e5a8d71bfc2953075f408c771ba1e111cf08762f5fe4f681358e 1.20kB / 1.20kB done [2021-03-10T15:02:57.819Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 121.80kB / 9.68MB 0.2s [2021-03-10T15:02:57.976Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-10T15:02:58.309Z] #48 ... [2021-03-10T15:02:58.309Z] [2021-03-10T15:02:58.309Z] #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-03-10T15:02:58.309Z] #33 sha256:851a7f83d9bb391e9d48e6ad0a4b5724420d79ba0816fef709ae0b61ebf3daa4 [2021-03-10T15:02:58.309Z] #33 13.01 internal/poll [2021-03-10T15:02:58.309Z] #33 13.49 os [2021-03-10T15:02:58.309Z] #33 14.18 path/filepath [2021-03-10T15:02:58.309Z] #33 14.38 io/ioutil [2021-03-10T15:02:58.309Z] #33 14.44 internal/fmtsort [2021-03-10T15:02:58.309Z] #33 14.57 fmt [2021-03-10T15:02:58.309Z] #33 15.23 flag [2021-03-10T15:02:58.309Z] #33 15.23 github.com/BurntSushi/toml [2021-03-10T15:02:58.309Z] #33 15.23 log [2021-03-10T15:02:58.309Z] #33 16.65 github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:02:58.309Z] #33 DONE 18.7s [2021-03-10T15:02:58.336Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 3.05MB / 9.68MB 0.3s [2021-03-10T15:02:58.336Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 8.37MB / 9.68MB 0.4s [2021-03-10T15:02:58.336Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd [2021-03-10T15:02:58.336Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 9.68MB / 9.68MB 0.4s done [2021-03-10T15:02:58.388Z] using credential docker-jenkins-github-credentials [2021-03-10T15:02:58.395Z] Cloning the remote Git repository [2021-03-10T15:02:58.395Z] Cloning with configured refspecs honoured and without tags [2021-03-10T15:02:57.968Z] Cloning repository https://github.com/moby/moby.git [2021-03-10T15:02:58.570Z] [2021-03-10T15:02:58.570Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:02:58.570Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:02:58.570Z] #12 9.387 Reading package lists... [2021-03-10T15:02:58.570Z] #12 11.13 Building dependency tree... [2021-03-10T15:02:58.570Z] #12 11.53 The following additional packages will be installed: [2021-03-10T15:02:58.570Z] #12 11.53 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-10T15:02:58.570Z] #12 11.53 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-10T15:02:58.570Z] #12 11.53 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-10T15:02:58.570Z] #12 11.53 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-10T15:02:58.570Z] #12 11.53 mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:02:58.570Z] #12 11.53 Suggested packages: [2021-03-10T15:02:58.570Z] #12 11.53 gcc-8-locales seccomp wine64 [2021-03-10T15:02:58.570Z] #12 11.88 The following NEW packages will be installed: [2021-03-10T15:02:58.570Z] #12 11.88 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-10T15:02:58.570Z] #12 11.88 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-10T15:02:58.570Z] #12 11.88 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-10T15:02:58.571Z] #12 11.88 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-10T15:02:58.571Z] #12 11.88 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-10T15:02:58.571Z] #12 11.89 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:02:58.571Z] #12 11.89 The following packages will be upgraded: [2021-03-10T15:02:58.571Z] #12 11.89 libseccomp2 libsystemd0 libudev1 [2021-03-10T15:02:58.571Z] #12 12.18 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:02:58.571Z] #12 12.18 Need to get 78.2 MB of archives. [2021-03-10T15:02:58.571Z] #12 12.18 After this operation, 487 MB of additional disk space will be used. [2021-03-10T15:02:58.571Z] #12 12.18 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-10T15:02:58.571Z] #12 12.18 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-10T15:02:58.571Z] #12 12.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-10T15:02:58.571Z] #12 12.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-10T15:02:58.571Z] #12 12.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-10T15:02:58.571Z] #12 12.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-10T15:02:58.571Z] #12 12.33 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-10T15:02:58.571Z] #12 12.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-10T15:02:58.571Z] #12 12.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-10T15:02:58.571Z] #12 12.35 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-10T15:02:58.571Z] #12 12.51 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-10T15:02:58.571Z] #12 12.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-10T15:02:58.571Z] #12 12.64 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-03-10T15:02:58.571Z] #12 13.80 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-03-10T15:02:58.571Z] #12 14.86 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-10T15:02:58.571Z] #12 14.86 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-10T15:02:58.571Z] #12 14.86 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-10T15:02:58.571Z] #12 14.86 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-10T15:02:58.571Z] #12 14.86 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-10T15:02:58.571Z] #12 14.86 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-10T15:02:58.571Z] #12 14.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-10T15:02:58.571Z] #12 14.88 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-10T15:02:58.571Z] #12 14.88 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-10T15:02:58.571Z] #12 14.88 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-10T15:02:58.571Z] #12 14.88 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-10T15:02:58.571Z] #12 14.93 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-10T15:02:58.571Z] #12 14.93 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-10T15:02:58.571Z] #12 14.93 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-10T15:02:58.571Z] #12 15.28 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:02:58.571Z] #12 15.38 Fetched 78.2 MB in 3s (26.0 MB/s) [2021-03-10T15:02:58.571Z] #12 15.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 ... 15410 files and directories currently installed.) [2021-03-10T15:02:58.571Z] #12 15.52 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-10T15:02:58.571Z] #12 15.55 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:02:58.571Z] #12 15.80 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-10T15:02:58.571Z] #12 15.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:02:58.571Z] #12 15.96 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-10T15:02:58.571Z] #12 15.98 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-10T15:02:58.571Z] #12 16.59 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:02:58.630Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0.2s done [2021-03-10T15:02:58.630Z] #4 DONE 0.8s [2021-03-10T15:02:58.832Z] #12 16.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:02:58.833Z] #12 16.96 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-10T15:02:58.833Z] #12 16.97 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:02:58.928Z] [2021-03-10T15:02:58.928Z] #5 [internal] load build definition from Dockerfile [2021-03-10T15:02:58.928Z] #5 transferring dockerfile: 16.82kB done [2021-03-10T15:02:58.928Z] #5 DONE 0.0s [2021-03-10T15:02:58.928Z] [2021-03-10T15:02:58.928Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-10T15:02:59.129Z] #12 17.08 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-10T15:02:59.129Z] #12 17.22 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-10T15:02:59.129Z] #12 17.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:02:59.129Z] #12 17.28 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-10T15:02:59.231Z] #7 DONE 0.1s [2021-03-10T15:02:59.231Z] [2021-03-10T15:02:59.231Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-03-10T15:02:59.231Z] #8 DONE 0.1s [2021-03-10T15:02:59.231Z] [2021-03-10T15:02:59.231Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-10T15:02:59.231Z] #6 DONE 0.1s [2021-03-10T15:02:59.231Z] [2021-03-10T15:02:59.231Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-10T15:02:59.231Z] #9 DONE 0.0s [2021-03-10T15:02:59.231Z] [2021-03-10T15:02:59.231Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2021-03-10T15:02:59.231Z] #10 CACHED [2021-03-10T15:02:59.231Z] [2021-03-10T15:02:59.231Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2021-03-10T15:02:59.231Z] #11 CACHED [2021-03-10T15:02:59.231Z] [2021-03-10T15:02:59.231Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e... [2021-03-10T15:02:59.231Z] #26 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-10T15:02:59.231Z] #26 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-10T15:02:59.231Z] #26 sha256:f3f6ec162b83d29614c01226ea605246bb0145f8acee893d539b545df7028593 529B / 529B done [2021-03-10T15:02:59.231Z] #26 sha256:3c935fed0e8d4347b5ba2359be41a4112a2c83373b4be140f1a2e46ea2880690 1.46kB / 1.46kB done [2021-03-10T15:02:59.231Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 0B / 48.97MB 0.0s [2021-03-10T15:02:59.393Z] #12 17.59 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:02:59.589Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 8.86MB / 48.97MB 0.3s [2021-03-10T15:02:58.032Z] > git init /home/ubuntu/workspace/moby_PR-42054 # timeout=10 [2021-03-10T15:02:58.288Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:02:58.288Z] > git --version # timeout=10 [2021-03-10T15:02:58.303Z] > git --version # 'git version 2.25.1' [2021-03-10T15:02:58.303Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:02:58.305Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:02:59.883Z] #26 ... [2021-03-10T15:02:59.883Z] [2021-03-10T15:02:59.883Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-10T15:02:59.883Z] #31 DONE 0.5s [2021-03-10T15:02:59.883Z] [2021-03-10T15:02:59.883Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-10T15:02:59.883Z] #39 DONE 0.5s [2021-03-10T15:02:59.883Z] [2021-03-10T15:02:59.883Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e... [2021-03-10T15:02:59.883Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 17.63MB / 48.97MB 0.5s [2021-03-10T15:02:59.883Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 27.09MB / 48.97MB 0.6s [2021-03-10T15:03:00.081Z] 1301750ffb48: Pull complete [2021-03-10T15:03:00.177Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 30.65MB / 48.97MB 0.8s [2021-03-10T15:03:00.177Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 34.31MB / 48.97MB 1.0s [2021-03-10T15:03:00.340Z] #12 18.40 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-10T15:03:00.340Z] #12 18.40 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-10T15:03:00.340Z] #12 18.41 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:03:00.478Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 39.13MB / 48.97MB 1.2s [2021-03-10T15:03:00.478Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 45.92MB / 48.97MB 1.3s [2021-03-10T15:03:00.602Z] #12 ... [2021-03-10T15:03:00.602Z] [2021-03-10T15:03:00.602Z] #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-03-10T15:03:00.602Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:03:00.602Z] #35 9.685 Reading package lists... [2021-03-10T15:03:00.602Z] #35 11.00 Reading package lists... [2021-03-10T15:03:00.602Z] #35 12.56 Building dependency tree... [2021-03-10T15:03:00.602Z] #35 13.02 The following additional packages will be installed: [2021-03-10T15:03:00.602Z] #35 13.02 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-10T15:03:00.602Z] #35 13.02 Suggested packages: [2021-03-10T15:03:00.602Z] #35 13.02 cmake-doc ninja-build lrzip [2021-03-10T15:03:00.602Z] #35 13.02 Recommended packages: [2021-03-10T15:03:00.602Z] #35 13.02 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-10T15:03:00.602Z] #35 13.25 The following NEW packages will be installed: [2021-03-10T15:03:00.602Z] #35 13.25 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-10T15:03:00.602Z] #35 13.25 vim-common xxd [2021-03-10T15:03:00.602Z] #35 13.83 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:03:00.602Z] #35 13.83 Need to get 14.9 MB of archives. [2021-03-10T15:03:00.602Z] #35 13.83 After this operation, 61.8 MB of additional disk space will be used. [2021-03-10T15:03:00.602Z] #35 13.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-10T15:03:00.602Z] #35 13.85 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:03:00.602Z] #35 13.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-10T15:03:00.602Z] #35 13.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-10T15:03:00.602Z] #35 14.25 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-10T15:03:00.602Z] #35 14.26 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-10T15:03:00.602Z] #35 14.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-10T15:03:00.602Z] #35 14.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-10T15:03:00.602Z] #35 14.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-10T15:03:00.602Z] #35 14.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-10T15:03:00.602Z] #35 14.70 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:00.602Z] #35 14.83 Fetched 14.9 MB in 1s (13.2 MB/s) [2021-03-10T15:03:00.602Z] #35 14.94 Selecting previously unselected package xxd. [2021-03-10T15:03:00.602Z] #35 14.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:03:00.602Z] #35 14.99 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:03:00.602Z] #35 15.09 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:03:00.602Z] #35 15.30 Selecting previously unselected package vim-common. [2021-03-10T15:03:00.602Z] #35 15.31 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:03:00.602Z] #35 15.33 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:03:00.602Z] #35 15.56 Selecting previously unselected package cmake-data. [2021-03-10T15:03:00.602Z] #35 15.57 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-10T15:03:00.602Z] #35 15.59 Unpacking cmake-data (3.13.4-1) ... [2021-03-10T15:03:00.602Z] #35 17.47 Selecting previously unselected package libicu63:amd64. [2021-03-10T15:03:00.602Z] #35 17.47 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-10T15:03:00.602Z] #35 17.53 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:03:00.602Z] #35 19.99 Selecting previously unselected package libxml2:amd64. [2021-03-10T15:03:00.602Z] #35 19.99 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-10T15:03:00.602Z] #35 20.01 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:03:00.602Z] #35 20.21 Selecting previously unselected package libarchive13:amd64. [2021-03-10T15:03:00.602Z] #35 20.21 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-10T15:03:00.602Z] #35 20.22 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-10T15:03:00.602Z] #35 20.42 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-10T15:03:00.602Z] #35 20.42 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-10T15:03:00.602Z] #35 20.43 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-10T15:03:00.602Z] #35 20.62 Selecting previously unselected package librhash0:amd64. [2021-03-10T15:03:00.602Z] #35 20.62 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-10T15:03:00.602Z] #35 20.63 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-10T15:03:00.602Z] #35 20.73 Selecting previously unselected package libuv1:amd64. [2021-03-10T15:03:00.602Z] #35 20.73 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-10T15:03:00.602Z] #35 20.74 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-10T15:03:00.602Z] #35 20.87 Selecting previously unselected package cmake. [2021-03-10T15:03:00.602Z] #35 20.87 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-10T15:03:00.602Z] #35 20.88 Unpacking cmake (3.13.4-1) ... [2021-03-10T15:03:00.602Z] #35 ... [2021-03-10T15:03:00.602Z] [2021-03-10T15:03:00.602Z] #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-03-10T15:03:00.602Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:00.602Z] #41 17.94 Selecting previously unselected package libprotoc17:amd64. [2021-03-10T15:03:00.602Z] #41 17.94 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:03:00.602Z] #41 17.96 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-10T15:03:00.602Z] #41 18.20 Selecting previously unselected package protobuf-c-compiler. [2021-03-10T15:03:00.602Z] #41 18.21 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:03:00.602Z] #41 18.22 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:03:00.602Z] #41 18.56 Selecting previously unselected package protobuf-compiler. [2021-03-10T15:03:00.602Z] #41 18.56 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-10T15:03:00.602Z] #41 18.74 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:03:00.602Z] #41 19.02 Selecting previously unselected package python-pkg-resources. [2021-03-10T15:03:00.602Z] #41 19.03 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:03:00.602Z] #41 19.04 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-10T15:03:00.602Z] #41 19.19 Selecting previously unselected package python-six. [2021-03-10T15:03:00.602Z] #41 19.20 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-10T15:03:00.602Z] #41 19.20 Unpacking python-six (1.12.0-1) ... [2021-03-10T15:03:00.602Z] #41 19.28 Selecting previously unselected package python-protobuf. [2021-03-10T15:03:00.602Z] #41 19.29 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-10T15:03:00.602Z] #41 19.30 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-10T15:03:00.602Z] #41 19.99 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-10T15:03:00.602Z] #41 21.03 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-10T15:03:00.602Z] #41 21.05 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:00.602Z] #41 21.07 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:03:00.602Z] #41 21.10 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-10T15:03:00.776Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 48.97MB / 48.97MB 1.4s [2021-03-10T15:03:00.776Z] #26 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 48.97MB / 48.97MB 1.5s done [2021-03-10T15:03:00.862Z] #41 21.17 Setting up python-six (1.12.0-1) ... [2021-03-10T15:03:01.122Z] #41 ... [2021-03-10T15:03:01.122Z] [2021-03-10T15:03:01.122Z] #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-03-10T15:03:01.122Z] #57 sha256:9b8a8774db35f3d7472e07c7c5db2b79fd15ad63f133dd6902f8939926e5c6f9 [2021-03-10T15:03:01.122Z] #57 11.51 go: finding github.com/google/uuid v1.2.0 [2021-03-10T15:03:01.122Z] #57 11.51 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:03:01.122Z] #57 11.51 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-10T15:03:01.122Z] #57 11.51 go: finding github.com/gofrs/flock v0.8.0 [2021-03-10T15:03:01.122Z] #57 11.51 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:03:01.122Z] #57 11.64 go: finding github.com/gorilla/mux v1.8.0 [2021-03-10T15:03:01.122Z] #57 11.68 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:03:01.122Z] #57 11.76 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:03:01.122Z] #57 11.77 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:03:01.122Z] #57 11.79 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:03:01.122Z] #57 11.88 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:03:01.122Z] #57 11.89 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:03:01.122Z] #57 11.90 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:03:01.122Z] #57 11.94 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:03:01.122Z] #57 12.02 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:03:01.122Z] #57 ... [2021-03-10T15:03:01.122Z] [2021-03-10T15:03:01.122Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:03:01.122Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:03:01.122Z] #12 19.34 Selecting previously unselected package binutils-mingw-w64. [2021-03-10T15:03:01.122Z] #12 19.34 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-10T15:03:01.122Z] #12 19.39 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:03:01.383Z] #12 19.54 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-10T15:03:01.383Z] #12 19.54 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:03:01.384Z] #12 19.55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:03:01.644Z] #12 19.77 Selecting previously unselected package dmsetup. [2021-03-10T15:03:01.644Z] #12 19.77 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:03:01.644Z] #12 19.78 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-10T15:03:01.644Z] #12 19.86 Selecting previously unselected package mingw-w64-common. [2021-03-10T15:03:01.644Z] #12 19.86 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-10T15:03:01.644Z] #12 19.87 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-10T15:03:01.644Z] #12 ... [2021-03-10T15:03:01.644Z] [2021-03-10T15:03:01.644Z] #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-03-10T15:03:01.644Z] #50 sha256:9816547b82069e2a3ca0b259b7c56f6b8b9e419e854b39b8456a10241b593804 [2021-03-10T15:03:01.644Z] #50 12.16 regexp/syntax [2021-03-10T15:03:01.644Z] #50 13.19 internal/poll [2021-03-10T15:03:01.644Z] #50 13.75 os [2021-03-10T15:03:01.644Z] #50 14.26 regexp [2021-03-10T15:03:01.644Z] #50 15.17 fmt [2021-03-10T15:03:01.644Z] #50 15.18 encoding/binary [2021-03-10T15:03:01.644Z] #50 15.23 mvdan.cc/sh/v3/fileutil [2021-03-10T15:03:01.644Z] #50 15.81 encoding/base64 [2021-03-10T15:03:01.644Z] #50 15.81 golang.org/x/sys/unix [2021-03-10T15:03:01.644Z] #50 16.17 encoding/json [2021-03-10T15:03:01.644Z] #50 16.19 go/token [2021-03-10T15:03:01.644Z] #50 16.19 github.com/pkg/diff [2021-03-10T15:03:01.644Z] #50 16.19 mvdan.cc/editorconfig [2021-03-10T15:03:01.644Z] #50 16.19 mvdan.cc/sh/v3/syntax [2021-03-10T15:03:01.644Z] #50 16.76 go/scanner [2021-03-10T15:03:01.644Z] #50 17.49 go/ast [2021-03-10T15:03:01.644Z] #50 19.04 golang.org/x/crypto/ssh/terminal [2021-03-10T15:03:01.644Z] #50 20.41 mvdan.cc/sh/v3/cmd/shfmt [2021-03-10T15:03:01.826Z] #26 ... [2021-03-10T15:03:01.826Z] [2021-03-10T15:03:01.826Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian... [2021-03-10T15:03:01.826Z] #12 DONE 2.4s [2021-03-10T15:03:01.826Z] [2021-03-10T15:03:01.826Z] #23 [internal] load build context [2021-03-10T15:03:01.826Z] #23 transferring context: 53.42MB 2.7s done [2021-03-10T15:03:01.904Z] #50 ... [2021-03-10T15:03:01.904Z] [2021-03-10T15:03:01.904Z] #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-03-10T15:03:01.904Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:01.904Z] #41 22.12 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:03:01.904Z] #41 22.13 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:03:01.904Z] #41 22.20 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-10T15:03:01.904Z] #41 22.22 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-10T15:03:01.904Z] #41 22.24 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-10T15:03:01.904Z] #41 22.27 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:03:01.904Z] #41 22.33 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:02.127Z] #23 DONE 2.8s [2021-03-10T15:03:02.127Z] [2021-03-10T15:03:02.127Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:02.164Z] #41 22.44 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-10T15:03:02.164Z] #41 22.70 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:03:02.166Z] dc5c6edc9cff: Pull complete [2021-03-10T15:03:02.424Z] #41 22.78 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-10T15:03:02.779Z] #34 ... [2021-03-10T15:03:02.779Z] [2021-03-10T15:03:02.779Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2021-03-10T15:03:02.779Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-10T15:03:02.779Z] #62 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-10T15:03:02.779Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2021-03-10T15:03:02.779Z] #62 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-10T15:03:02.779Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.4s done [2021-03-10T15:03:02.779Z] #62 DONE 3.6s [2021-03-10T15:03:02.994Z] #41 ... [2021-03-10T15:03:02.994Z] [2021-03-10T15:03:02.994Z] #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-03-10T15:03:02.994Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:03:02.994Z] #31 12.50 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-10T15:03:02.994Z] #31 12.83 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:03:02.994Z] #31 ... [2021-03-10T15:03:02.994Z] [2021-03-10T15:03:02.994Z] #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-03-10T15:03:02.994Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:03:02.994Z] #35 21.95 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:03:02.994Z] #35 21.99 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:03:02.994Z] #35 22.01 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-10T15:03:02.994Z] #35 22.04 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:03:02.994Z] #35 22.07 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-10T15:03:02.994Z] #35 22.08 Setting up cmake-data (3.13.4-1) ... [2021-03-10T15:03:02.994Z] #35 22.10 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:03:02.994Z] #35 22.12 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-10T15:03:02.994Z] #35 22.13 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-10T15:03:02.994Z] #35 22.16 Setting up cmake (3.13.4-1) ... [2021-03-10T15:03:02.994Z] #35 22.20 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:02.994Z] #35 22.26 Processing triggers for mime-support (3.62) ... [2021-03-10T15:03:02.994Z] #35 DONE 23.5s [2021-03-10T15:03:02.994Z] [2021-03-10T15:03:02.994Z] #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-03-10T15:03:02.994Z] #50 sha256:9816547b82069e2a3ca0b259b7c56f6b8b9e419e854b39b8456a10241b593804 [2021-03-10T15:03:02.994Z] #50 DONE 23.5s [2021-03-10T15:03:02.994Z] [2021-03-10T15:03:02.994Z] #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-03-10T15:03:02.994Z] #36 sha256:457618cc36183f5c970733f191289b10bb1e20797ba43f9bcc937f2a1047f041 [2021-03-10T15:03:03.075Z] [2021-03-10T15:03:03.075Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e... [2021-03-10T15:03:03.075Z] #26 extracting sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 1.0s [2021-03-10T15:03:03.235Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-03-10T15:03:04.381Z] #36 1.206 + RM_GOPATH=0 [2021-03-10T15:03:04.381Z] #36 1.206 + TMP_GOPATH= [2021-03-10T15:03:04.381Z] #36 1.206 + : /build [2021-03-10T15:03:04.381Z] #36 1.206 + '[' -z '' ']' [2021-03-10T15:03:04.381Z] #36 1.206 ++ mktemp -d [2021-03-10T15:03:04.381Z] #36 1.208 + export GOPATH=/tmp/tmp.hrPUDOq2o8 [2021-03-10T15:03:04.381Z] #36 1.208 + GOPATH=/tmp/tmp.hrPUDOq2o8 [2021-03-10T15:03:04.381Z] #36 1.208 + RM_GOPATH=1 [2021-03-10T15:03:04.381Z] #36 1.208 + case "$(go env GOARCH)" in [2021-03-10T15:03:04.381Z] #36 1.209 ++ go env GOARCH [2021-03-10T15:03:04.381Z] #36 1.214 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:04.381Z] #36 1.214 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:04.381Z] #36 1.216 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:04.381Z] #36 1.217 + dir=/tmp/install [2021-03-10T15:03:04.381Z] #36 1.217 + bin=tini [2021-03-10T15:03:04.381Z] #36 1.217 + shift [2021-03-10T15:03:04.381Z] #36 1.217 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-10T15:03:04.381Z] #36 1.217 + . /tmp/install/tini.installer [2021-03-10T15:03:04.381Z] #36 1.217 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:03:04.381Z] #36 1.217 + install_tini [2021-03-10T15:03:04.381Z] #36 1.217 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-10T15:03:04.381Z] #36 1.217 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:03:04.381Z] #36 1.217 + git clone https://github.com/krallin/tini.git /tmp/tmp.hrPUDOq2o8/tini [2021-03-10T15:03:04.381Z] #36 1.221 Cloning into '/tmp/tmp.hrPUDOq2o8/tini'... [2021-03-10T15:03:04.640Z] #36 ... [2021-03-10T15:03:04.640Z] [2021-03-10T15:03:04.640Z] #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-03-10T15:03:04.640Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:04.640Z] #41 24.39 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-10T15:03:04.640Z] #41 24.41 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:04.640Z] #41 DONE 25.0s [2021-03-10T15:03:04.640Z] [2021-03-10T15:03:04.640Z] #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-03-10T15:03:04.640Z] #36 sha256:457618cc36183f5c970733f191289b10bb1e20797ba43f9bcc937f2a1047f041 [2021-03-10T15:03:04.640Z] #36 1.716 + cd /tmp/tmp.hrPUDOq2o8/tini [2021-03-10T15:03:04.641Z] #36 1.716 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:03:04.900Z] #36 1.721 + cmake . [2021-03-10T15:03:04.900Z] #36 1.952 -- The C compiler identification is GNU 8.3.0 [2021-03-10T15:03:05.128Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.9s done [2021-03-10T15:03:05.128Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-10T15:03:05.128Z] #8 DONE 20.8s [2021-03-10T15:03:05.128Z] [2021-03-10T15:03:05.128Z] #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-03-10T15:03:05.128Z] #28 sha256:af06b8f31004c8fbf934479f92fc42b12e19aa2ee4b092bf92692637f010f469 [2021-03-10T15:03:05.128Z] #28 1.270 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-10T15:03:05.128Z] #28 1.347 [2021-03-10T15:03:05.128Z] #28 1.460 ############ 17.3% ########################## 37.3% ######################################### 57.0% ####################################################### 76.9% ##################################################################### 96.9% ######################################################################## 100.0% [2021-03-10T15:03:05.128Z] #28 1.965 [2021-03-10T15:03:05.128Z] #28 2.065 ######################################################################## 100.0% [2021-03-10T15:03:05.128Z] #28 2.144 [2021-03-10T15:03:05.128Z] #28 2.259 ############################################################## 87.0% ######################################################################## 100.0% [2021-03-10T15:03:05.128Z] #28 2.362 [2021-03-10T15:03:05.128Z] #28 2.482 ########### 16.3% ######################### 35.9% ######################################## 56.8% ############################################# 62.5% ################################################################### 94.1% ######################################################################## 100.0% [2021-03-10T15:03:05.128Z] #28 3.011 [2021-03-10T15:03:05.128Z] #28 3.123 ## 3.1% ###### 9.6% ########## 14.9% ############## 20.1% ################## 25.3% ##################### 30.5% ######################### 35.7% ############################# 40.9% ################################# 46.1% ################################### 49.2% ########################################## 59.0% ############################################### 65.4% ################################################## 70.6% ###################################################### 75.8% ########################################################## 81.0% ############################################################## 86.2% ################################################################# 91.4% ##################################################################### 96.6% ######################################################################## 100.0% [2021-03-10T15:03:05.128Z] #28 4.982 [2021-03-10T15:03:05.128Z] #28 5.292 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-10T15:03:05.128Z] #28 5.425 [2021-03-10T15:03:05.128Z] #28 5.470 ######################################################################## 100.0% [2021-03-10T15:03:05.128Z] #28 5.486 [2021-03-10T15:03:05.128Z] #28 5.828 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-10T15:03:05.128Z] #28 5.930 [2021-03-10T15:03:05.128Z] #28 6.050 ########################## 37.3% ######################################################################## 100.0% [2021-03-10T15:03:05.128Z] #28 6.085 [2021-03-10T15:03:05.128Z] #28 6.471 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-10T15:03:05.128Z] #28 6.580 [2021-03-10T15:03:05.128Z] #28 6.716 ## 4.0% ######################## 34.1% ##################################### 52.1% ########################################### 60.4% ################################################################ 89.2% ######################################################################## 100.0% [2021-03-10T15:03:05.128Z] #28 7.221 [2021-03-10T15:03:05.163Z] #36 1.972 -- Check for working C compiler: /usr/bin/cc [2021-03-10T15:03:05.163Z] #36 2.244 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-10T15:03:05.387Z] #28 7.655 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-10T15:03:05.387Z] #28 7.732 [2021-03-10T15:03:05.387Z] #28 7.803 ######################################################################## 100.0% [2021-03-10T15:03:05.387Z] #28 7.824 [2021-03-10T15:03:05.422Z] #36 2.246 -- Detecting C compiler ABI info [2021-03-10T15:03:05.682Z] #36 2.547 -- Detecting C compiler ABI info - done [2021-03-10T15:03:05.682Z] #36 2.556 -- Detecting C compile features [2021-03-10T15:03:05.682Z] #36 ... [2021-03-10T15:03:05.682Z] [2021-03-10T15:03:05.682Z] #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-03-10T15:03:05.682Z] #55 sha256:5fd39f946696b3069a085eb038d639de7c01ed54b78fcb6dc0179463921c2bf5 [2021-03-10T15:03:05.682Z] #55 1.073 + RM_GOPATH=0 [2021-03-10T15:03:05.682Z] #55 1.073 + TMP_GOPATH= [2021-03-10T15:03:05.682Z] #55 1.073 + : /build [2021-03-10T15:03:05.682Z] #55 1.073 + '[' -z '' ']' [2021-03-10T15:03:05.682Z] #55 1.073 ++ mktemp -d [2021-03-10T15:03:05.682Z] #55 1.076 + export GOPATH=/tmp/tmp.JyAniGBoy6 [2021-03-10T15:03:05.682Z] #55 1.076 + GOPATH=/tmp/tmp.JyAniGBoy6 [2021-03-10T15:03:05.682Z] #55 1.076 + RM_GOPATH=1 [2021-03-10T15:03:05.682Z] #55 1.077 + case "$(go env GOARCH)" in [2021-03-10T15:03:05.682Z] #55 1.077 ++ go env GOARCH [2021-03-10T15:03:05.682Z] #55 1.097 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:05.682Z] #55 1.097 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:05.682Z] #55 1.101 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:05.682Z] #55 1.102 + dir=/tmp/install [2021-03-10T15:03:05.682Z] #55 1.102 + bin=containerd [2021-03-10T15:03:05.682Z] #55 1.102 + shift [2021-03-10T15:03:05.682Z] #55 1.102 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-10T15:03:05.682Z] #55 1.102 + . /tmp/install/containerd.installer [2021-03-10T15:03:05.682Z] #55 1.102 ++ set -e [2021-03-10T15:03:05.682Z] #55 1.102 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:03:05.682Z] #55 1.102 + install_containerd [2021-03-10T15:03:05.682Z] #55 1.103 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-10T15:03:05.682Z] #55 1.103 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JyAniGBoy6/src/github.com/containerd/containerd [2021-03-10T15:03:05.682Z] #55 1.103 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:03:05.682Z] #55 1.106 Cloning into '/tmp/tmp.JyAniGBoy6/src/github.com/containerd/containerd'... [2021-03-10T15:03:05.709Z] 3c370c2e2f82: Pull complete [2021-03-10T15:03:05.709Z] 5ffb2f5886e2: Pull complete [2021-03-10T15:03:05.709Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:03:05.709Z] Status: Downloaded newer image for golang:1.13.15-buster [2021-03-10T15:03:05.709Z] ---> 805dc2d65d1c [2021-03-10T15:03:05.709Z] Step 5/15 : ARG BUILDX_REPO [2021-03-10T15:03:05.709Z] ---> Running in 52976ccf910c [2021-03-10T15:03:05.942Z] #55 ... [2021-03-10T15:03:05.942Z] [2021-03-10T15:03:05.942Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:03:05.942Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:03:05.942Z] #12 21.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-10T15:03:05.942Z] #12 21.74 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-10T15:03:05.942Z] #12 21.76 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:03:05.942Z] #12 23.68 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-10T15:03:05.942Z] #12 23.69 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:03:05.942Z] #12 23.70 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:03:05.942Z] #12 23.86 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-10T15:03:05.942Z] #12 23.87 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:03:05.942Z] #12 23.87 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:03:05.948Z] #28 8.200 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-10T15:03:05.948Z] #28 8.264 [2021-03-10T15:03:05.948Z] #28 8.304 ######################################################################## 100.0% [2021-03-10T15:03:05.948Z] #28 8.321 [2021-03-10T15:03:05.948Z] #28 8.331 Download of images into '/build' complete. [2021-03-10T15:03:05.948Z] #28 8.331 Use something like the following to load the result into a Docker daemon: [2021-03-10T15:03:05.948Z] #28 8.331 tar -cC '/build' . | docker load [2021-03-10T15:03:06.002Z] Removing intermediate container 52976ccf910c [2021-03-10T15:03:06.002Z] ---> f783db92dd13 [2021-03-10T15:03:06.002Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-03-10T15:03:06.002Z] ---> Running in 1c25db87485f [2021-03-10T15:03:06.295Z] Cloning into '/buildx'... [2021-03-10T15:03:07.576Z] #26 extracting sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 5.4s done [2021-03-10T15:03:07.576Z] #26 DONE 8.2s [2021-03-10T15:03:07.576Z] [2021-03-10T15:03:07.576Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:07.853Z] #12 ... [2021-03-10T15:03:07.853Z] [2021-03-10T15:03:07.853Z] #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-03-10T15:03:07.853Z] #44 sha256:0a22f198b52dfa3d05e29f906d7f9ef52d0d30165650ae91c712b6ac5f1f7429 [2021-03-10T15:03:07.853Z] #44 18.19 crypto/des [2021-03-10T15:03:07.853Z] #44 18.43 vendor/golang.org/x/crypto/internal/chacha20 [2021-03-10T15:03:07.853Z] #44 18.63 go/ast [2021-03-10T15:03:07.853Z] #44 19.09 vendor/golang.org/x/crypto/chacha20poly1305 [2021-03-10T15:03:07.853Z] #44 19.83 text/template [2021-03-10T15:03:07.853Z] #44 19.95 vendor/golang.org/x/text/unicode/norm [2021-03-10T15:03:07.853Z] #44 20.04 mime [2021-03-10T15:03:07.853Z] #44 22.43 go/parser [2021-03-10T15:03:07.853Z] #44 22.44 go/doc [2021-03-10T15:03:07.853Z] #44 23.04 crypto/elliptic [2021-03-10T15:03:07.853Z] #44 23.04 encoding/asn1 [2021-03-10T15:03:07.853Z] #44 23.04 crypto/dsa [2021-03-10T15:03:07.853Z] #44 23.04 crypto/rand [2021-03-10T15:03:07.853Z] #44 23.59 vendor/golang.org/x/net/idna [2021-03-10T15:03:07.853Z] #44 23.80 crypto/ed25519 [2021-03-10T15:03:07.853Z] #44 23.82 crypto/rsa [2021-03-10T15:03:07.853Z] #44 24.95 github.com/LK4D4/vndr/build [2021-03-10T15:03:07.853Z] #44 25.30 vendor/golang.org/x/crypto/cryptobyte [2021-03-10T15:03:07.853Z] #44 25.31 crypto/x509/pkix [2021-03-10T15:03:07.853Z] #44 25.33 crypto/ecdsa [2021-03-10T15:03:07.853Z] #44 27.31 net/textproto [2021-03-10T15:03:07.853Z] #44 27.31 crypto/x509 [2021-03-10T15:03:07.853Z] #44 27.32 vendor/golang.org/x/net/http/httpproxy [2021-03-10T15:03:07.853Z] #44 27.69 vendor/golang.org/x/net/http/httpguts [2021-03-10T15:03:07.853Z] #44 27.69 mime/multipart [2021-03-10T15:03:07.853Z] #44 ... [2021-03-10T15:03:07.853Z] [2021-03-10T15:03:07.853Z] #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-03-10T15:03:07.853Z] #36 sha256:457618cc36183f5c970733f191289b10bb1e20797ba43f9bcc937f2a1047f041 [2021-03-10T15:03:07.853Z] #36 3.305 -- Detecting C compile features - done [2021-03-10T15:03:07.853Z] #36 3.314 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-10T15:03:07.853Z] #36 3.394 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-10T15:03:07.853Z] #36 3.448 -- Configuring done [2021-03-10T15:03:07.853Z] #36 3.453 -- Generating done [2021-03-10T15:03:07.853Z] #36 3.454 -- Build files have been written to: /tmp/tmp.hrPUDOq2o8/tini [2021-03-10T15:03:07.853Z] #36 3.456 + make tini-static [2021-03-10T15:03:07.853Z] #36 3.615 Scanning dependencies of target tini-static [2021-03-10T15:03:07.853Z] #36 3.661 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-10T15:03:07.853Z] #36 3.985 [100%] Linking C executable tini-static [2021-03-10T15:03:07.853Z] #36 4.187 [100%] Built target tini-static [2021-03-10T15:03:07.853Z] #36 4.216 + mkdir -p /build [2021-03-10T15:03:07.853Z] #36 4.221 + cp tini-static /build/docker-init [2021-03-10T15:03:08.424Z] #36 DONE 5.5s [2021-03-10T15:03:08.424Z] [2021-03-10T15:03:08.424Z] #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-03-10T15:03:08.424Z] #55 sha256:5fd39f946696b3069a085eb038d639de7c01ed54b78fcb6dc0179463921c2bf5 [2021-03-10T15:03:08.424Z] #55 12.58 + cd /tmp/tmp.JyAniGBoy6/src/github.com/containerd/containerd [2021-03-10T15:03:08.424Z] #55 12.58 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:03:08.994Z] #55 13.20 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-10T15:03:08.994Z] #55 13.20 + BUILDTAGS='netgo osusergo static_build' [2021-03-10T15:03:08.994Z] #55 13.20 + export EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:03:08.994Z] #55 13.20 + EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:03:08.994Z] #55 13.20 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-10T15:03:08.994Z] #55 13.20 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-10T15:03:08.994Z] #55 13.20 + '[' '' = dynamic ']' [2021-03-10T15:03:08.994Z] #55 13.20 + make [2021-03-10T15:03:09.175Z] #27 ... [2021-03-10T15:03:09.175Z] [2021-03-10T15:03:09.175Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-10T15:03:09.175Z] #42 1.935 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:09.175Z] #42 1.998 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:09.175Z] #42 1.998 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:09.175Z] #42 2.365 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-10T15:03:09.175Z] #42 3.548 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-10T15:03:09.175Z] #42 3.721 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-10T15:03:09.254Z] #55 13.68 + bin/ctr [2021-03-10T15:03:09.474Z] #42 ... [2021-03-10T15:03:09.474Z] [2021-03-10T15:03:09.474Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-10T15:03:09.474Z] #36 1.934 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:09.474Z] #36 1.994 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:09.474Z] #36 2.002 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:09.474Z] #36 2.396 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-10T15:03:09.474Z] #36 4.419 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-10T15:03:09.474Z] #36 4.539 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-10T15:03:09.474Z] #36 ... [2021-03-10T15:03:09.474Z] [2021-03-10T15:03:09.474Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-10T15:03:09.474Z] #55 1.936 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:09.474Z] #55 1.999 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:09.474Z] #55 2.025 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:09.474Z] #55 2.413 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-10T15:03:09.474Z] #55 3.723 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-10T15:03:09.474Z] #55 3.723 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-10T15:03:09.474Z] #55 ... [2021-03-10T15:03:09.474Z] [2021-03-10T15:03:09.474Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:09.474Z] #27 1.906 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:09.474Z] #27 1.909 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:09.474Z] #27 1.964 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:09.768Z] #27 ... [2021-03-10T15:03:09.768Z] [2021-03-10T15:03:09.768Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-10T15:03:09.768Z] #32 2.806 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-10T15:03:09.768Z] #32 2.806 Cloning into '.'... [2021-03-10T15:03:09.768Z] #32 ... [2021-03-10T15:03:09.768Z] [2021-03-10T15:03:09.768Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-10T15:03:09.768Z] #40 2.181 + git clone https://github.com/docker/distribution.git . [2021-03-10T15:03:09.768Z] #40 2.297 Cloning into '.'... [2021-03-10T15:03:09.835Z] Removing intermediate container 1c25db87485f [2021-03-10T15:03:09.835Z] ---> 07db1e5b412c [2021-03-10T15:03:09.835Z] Step 7/15 : WORKDIR /buildx [2021-03-10T15:03:09.835Z] ---> Running in e6a1f1fbbca9 [2021-03-10T15:03:10.062Z] #40 ... [2021-03-10T15:03:10.062Z] [2021-03-10T15:03:10.062Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:10.062Z] #47 3.926 + RM_GOPATH=0 [2021-03-10T15:03:10.062Z] #47 3.926 + TMP_GOPATH= [2021-03-10T15:03:10.062Z] #47 3.926 + : /build [2021-03-10T15:03:10.062Z] #47 3.926 + '[' -z '' ']' [2021-03-10T15:03:10.062Z] #47 3.926 ++ mktemp -d [2021-03-10T15:03:10.062Z] #47 3.928 + export GOPATH=/tmp/tmp.IZOV9glNoz [2021-03-10T15:03:10.062Z] #47 3.928 + GOPATH=/tmp/tmp.IZOV9glNoz [2021-03-10T15:03:10.062Z] #47 3.928 + RM_GOPATH=1 [2021-03-10T15:03:10.062Z] #47 3.928 + case "$(go env GOARCH)" in [2021-03-10T15:03:10.062Z] #47 3.930 ++ go env GOARCH [2021-03-10T15:03:10.062Z] #47 3.991 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:10.062Z] #47 3.991 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:10.062Z] #47 3.995 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:10.062Z] #47 3.999 + dir=/tmp/install [2021-03-10T15:03:10.062Z] #47 3.999 + bin=gotestsum [2021-03-10T15:03:10.062Z] #47 3.999 + shift [2021-03-10T15:03:10.062Z] #47 4.000 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-10T15:03:10.062Z] #47 4.010 + . /tmp/install/gotestsum.installer [2021-03-10T15:03:10.062Z] #47 4.010 ++ : v0.5.3 [2021-03-10T15:03:10.062Z] #47 4.010 + install_gotestsum [2021-03-10T15:03:10.062Z] #47 4.010 + set -e [2021-03-10T15:03:10.062Z] #47 4.010 + export GO111MODULE=on [2021-03-10T15:03:10.062Z] #47 4.010 + GO111MODULE=on [2021-03-10T15:03:10.062Z] #47 4.010 + GOBIN=/build [2021-03-10T15:03:10.062Z] #47 4.013 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-10T15:03:10.062Z] #47 4.156 go: finding gotest.tools v0.5.3 [2021-03-10T15:03:10.062Z] #47 4.164 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-10T15:03:10.062Z] #47 5.347 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-10T15:03:10.062Z] #47 5.769 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-10T15:03:10.062Z] #47 6.253 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:03:10.062Z] #47 6.255 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-10T15:03:10.062Z] #47 6.256 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:03:10.062Z] #47 6.265 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:03:10.062Z] #47 6.376 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:03:10.062Z] #47 6.430 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:03:10.062Z] #47 6.431 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:03:10.062Z] #47 6.432 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:03:10.062Z] #47 6.552 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-10T15:03:10.062Z] #47 6.608 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:03:10.062Z] #47 6.787 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:03:10.062Z] #47 6.813 go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:03:10.062Z] #47 7.014 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:03:10.062Z] #47 7.121 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:03:10.062Z] #47 7.729 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:03:10.062Z] #47 ... [2021-03-10T15:03:10.062Z] [2021-03-10T15:03:10.062Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:10.062Z] #27 2.691 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-10T15:03:10.136Z] Removing intermediate container e6a1f1fbbca9 [2021-03-10T15:03:10.136Z] ---> 70c12bf80b23 [2021-03-10T15:03:10.136Z] Step 8/15 : ARG BUILDX_COMMIT [2021-03-10T15:03:10.136Z] ---> Running in 31b2219ee4bd [2021-03-10T15:03:10.136Z] Removing intermediate container 31b2219ee4bd [2021-03-10T15:03:10.136Z] ---> 67c002210fbe [2021-03-10T15:03:10.136Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-03-10T15:03:10.136Z] ---> Running in 07e535eb854b [2021-03-10T15:03:10.779Z] From https://github.com/docker/buildx [2021-03-10T15:03:10.779Z] * [new tag] v0.5.1 -> build [2021-03-10T15:03:11.077Z] Switched to branch 'build' [2021-03-10T15:03:11.198Z] #28 DONE 13.0s [2021-03-10T15:03:11.198Z] [2021-03-10T15:03:11.198Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-10T15:03:11.198Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-10T15:03:11.198Z] #9 DONE 5.4s [2021-03-10T15:03:11.198Z] [2021-03-10T15:03:11.198Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-10T15:03:11.198Z] #10 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-10T15:03:11.372Z] Removing intermediate container 07e535eb854b [2021-03-10T15:03:11.372Z] ---> d673a81e0a09 [2021-03-10T15:03:11.372Z] Step 10/15 : ARG GOOS [2021-03-10T15:03:11.372Z] ---> Running in ee53ff435e72 [2021-03-10T15:03:11.455Z] #10 DONE 0.8s [2021-03-10T15:03:11.455Z] [2021-03-10T15:03:11.455Z] #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-03-10T15:03:11.455Z] #57 sha256:d4dcbd73938eb32845ec9b1dff5b311f918bd5865d2cf48e5a7709a99194bbe8 [2021-03-10T15:03:11.583Z] #27 3.825 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-10T15:03:11.583Z] #27 ... [2021-03-10T15:03:11.583Z] [2021-03-10T15:03:11.583Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:03:11.583Z] #13 3.445 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:03:11.583Z] #13 3.445 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:11.583Z] #13 3.445 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:11.583Z] #13 3.445 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:11.583Z] #13 4.046 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [419 kB] [2021-03-10T15:03:11.583Z] #13 5.958 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-10T15:03:11.583Z] #13 7.789 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-10T15:03:11.583Z] #13 9.800 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-10T15:03:11.669Z] Removing intermediate container ee53ff435e72 [2021-03-10T15:03:11.669Z] ---> 656aa0b91c48 [2021-03-10T15:03:11.669Z] Step 11/15 : ARG GOARCH [2021-03-10T15:03:11.669Z] ---> Running in 33f2840b3dab [2021-03-10T15:03:11.669Z] Removing intermediate container 33f2840b3dab [2021-03-10T15:03:11.669Z] ---> 4cc89469bed1 [2021-03-10T15:03:11.669Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2021-03-10T15:03:11.669Z] ---> Running in 7e9dcc5192ca [2021-03-10T15:03:11.724Z] #57 ... [2021-03-10T15:03:11.724Z] [2021-03-10T15:03:11.724Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-10T15:03:11.724Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-10T15:03:11.724Z] #30 DONE 0.3s [2021-03-10T15:03:11.724Z] [2021-03-10T15:03:11.724Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-10T15:03:11.724Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-10T15:03:11.724Z] #38 DONE 0.3s [2021-03-10T15:03:11.796Z] #55 ... [2021-03-10T15:03:11.796Z] [2021-03-10T15:03:11.796Z] #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-03-10T15:03:11.796Z] #57 sha256:9b8a8774db35f3d7472e07c7c5db2b79fd15ad63f133dd6902f8939926e5c6f9 [2021-03-10T15:03:11.796Z] #57 28.63 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:03:11.796Z] #57 28.63 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-10T15:03:11.796Z] #57 DONE 32.0s [2021-03-10T15:03:11.796Z] [2021-03-10T15:03:11.796Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-10T15:03:11.796Z] #58 sha256:2bfc5ee54f6694095142952552fa448aa05a20158eedd1fd40e0c154f0ee6530 [2021-03-10T15:03:11.796Z] #58 DONE 0.1s [2021-03-10T15:03:11.796Z] [2021-03-10T15:03:11.796Z] #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-03-10T15:03:11.796Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:11.796Z] #42 1.697 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:03:11.796Z] #42 1.697 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:03:11.796Z] #42 1.715 Note: Building without GnuTLS support [2021-03-10T15:03:11.796Z] #42 1.725 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:03:11.796Z] #42 1.725 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:03:11.796Z] #42 2.534 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:03:11.796Z] #42 2.633 GEN .gitid [2021-03-10T15:03:11.796Z] #42 2.646 GEN criu/include/version.h [2021-03-10T15:03:11.796Z] #42 2.743 GEN include/common/asm [2021-03-10T15:03:11.796Z] #42 3.762 PBCC images/timens.pb-c.c [2021-03-10T15:03:11.796Z] #42 3.788 DEP images/timens.pb-c.d [2021-03-10T15:03:11.796Z] #42 3.841 PBCC images/fown.pb-c.c [2021-03-10T15:03:11.796Z] #42 3.856 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-10T15:03:11.796Z] #42 3.899 PBCC images/opts.pb-c.c [2021-03-10T15:03:11.796Z] #42 3.918 PBCC images/memfd.pb-c.c [2021-03-10T15:03:11.796Z] #42 3.930 DEP images/fown.pb-c.d [2021-03-10T15:03:11.796Z] #42 3.953 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-10T15:03:11.796Z] #42 3.995 DEP images/opts.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.037 DEP images/memfd.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.069 PBCC images/sit.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.104 DEP images/sit.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.147 PBCC images/macvlan.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.160 DEP images/macvlan.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.194 PBCC images/autofs.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.215 DEP images/autofs.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.235 PBCC images/sysctl.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.264 DEP images/sysctl.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.293 PBCC images/time.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.333 DEP images/time.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.364 PBCC images/binfmt-misc.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.373 DEP images/binfmt-misc.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.398 PBCC images/seccomp.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.405 DEP images/seccomp.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.432 PBCC images/userns.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.447 DEP images/userns.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.466 PBCC images/cgroup.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.481 DEP images/cgroup.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.497 PBCC images/ext-file.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.507 DEP images/ext-file.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.536 PBCC images/rpc.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.567 DEP images/rpc.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.586 PBCC images/siginfo.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.597 DEP images/siginfo.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.615 PBCC images/pagemap.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.635 DEP images/pagemap.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.668 PBCC images/rlimit.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.678 DEP images/rlimit.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.705 PBCC images/file-lock.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.712 DEP images/file-lock.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.744 PBCC images/tty.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.765 DEP images/tty.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.788 PBCC images/tun.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.812 PBCC images/netdev.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.840 DEP images/tun.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.856 DEP images/netdev.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.884 PBCC images/vma.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.907 DEP images/vma.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.939 PBCC images/creds.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.953 DEP images/creds.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.974 PBCC images/utsns.pb-c.c [2021-03-10T15:03:11.796Z] #42 4.980 DEP images/utsns.pb-c.d [2021-03-10T15:03:11.796Z] #42 4.995 PBCC images/ipc-desc.pb-c.c [2021-03-10T15:03:11.796Z] #42 5.013 PBCC images/ipc-sem.pb-c.c [2021-03-10T15:03:11.796Z] #42 5.025 DEP images/ipc-desc.pb-c.d [2021-03-10T15:03:11.796Z] #42 5.035 DEP images/ipc-sem.pb-c.d [2021-03-10T15:03:11.796Z] #42 5.051 PBCC images/ipc-msg.pb-c.c [2021-03-10T15:03:11.796Z] #42 5.066 DEP images/ipc-msg.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.077 PBCC images/ipc-shm.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.093 DEP images/ipc-shm.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.111 PBCC images/ipc-var.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.118 DEP images/ipc-var.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.148 PBCC images/sk-opts.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.163 PBCC images/packet-sock.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.177 DEP images/sk-opts.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.188 DEP images/packet-sock.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.205 PBCC images/sk-netlink.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.220 DEP images/sk-netlink.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.249 PBCC images/sk-inet.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.262 DEP images/sk-inet.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.297 PBCC images/sk-unix.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.317 DEP images/sk-unix.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.332 PBCC images/mm.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.347 DEP images/mm.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.371 PBCC images/timerfd.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.394 DEP images/timerfd.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.417 PBCC images/timer.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.426 DEP images/timer.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.439 PBCC images/sa.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.454 DEP images/sa.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.470 PBCC images/pipe-data.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.477 DEP images/pipe-data.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.492 PBCC images/mnt.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.510 DEP images/mnt.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.528 PBCC images/sk-packet.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.536 DEP images/sk-packet.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.549 PBCC images/tcp-stream.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.578 DEP images/tcp-stream.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.601 PBCC images/pipe.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.620 DEP images/pipe.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.650 PBCC images/pstree.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.659 DEP images/pstree.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.681 PBCC images/fs.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.688 DEP images/fs.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.701 PBCC images/signalfd.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.717 DEP images/signalfd.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.757 PBCC images/fh.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.787 PBCC images/fsnotify.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.856 DEP images/fh.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.877 DEP images/fsnotify.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.898 PBCC images/eventpoll.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.916 DEP images/eventpoll.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.948 PBCC images/eventfd.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.954 DEP images/eventfd.pb-c.d [2021-03-10T15:03:11.797Z] #42 5.981 PBCC images/remap-file-path.pb-c.c [2021-03-10T15:03:11.797Z] #42 5.997 DEP images/remap-file-path.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.016 PBCC images/fifo.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.030 DEP images/fifo.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.045 PBCC images/ghost-file.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.061 DEP images/ghost-file.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.088 PBCC images/regfile.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.103 DEP images/regfile.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.124 PBCC images/ns.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.131 DEP images/ns.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.149 PBCC images/fdinfo.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.179 DEP images/fdinfo.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.209 PBCC images/core-aarch64.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.232 PBCC images/core-arm.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.243 PBCC images/core-ppc64.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.254 PBCC images/core-s390.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.270 PBCC images/core-x86.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.285 PBCC images/core.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.324 PBCC images/inventory.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.371 DEP images/core-aarch64.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.389 DEP images/core-arm.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.419 DEP images/core-ppc64.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.432 DEP images/core-s390.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.449 DEP images/core-x86.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.474 DEP images/core.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.489 DEP images/inventory.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.519 PBCC images/cpuinfo.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.528 DEP images/cpuinfo.pb-c.d [2021-03-10T15:03:11.797Z] #42 6.548 PBCC images/stats.pb-c.c [2021-03-10T15:03:11.797Z] #42 6.565 DEP images/stats.pb-c.d [2021-03-10T15:03:11.797Z] #42 ... [2021-03-10T15:03:11.797Z] [2021-03-10T15:03:11.797Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-10T15:03:11.797Z] #59 sha256:2f2605a7915dbe503762f458a93f1753d5d700690e8694baf826667a93d6649e [2021-03-10T15:03:11.797Z] #59 DONE 0.2s [2021-03-10T15:03:11.797Z] [2021-03-10T15:03:11.797Z] #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-03-10T15:03:11.797Z] #44 sha256:0a22f198b52dfa3d05e29f906d7f9ef52d0d30165650ae91c712b6ac5f1f7429 [2021-03-10T15:03:11.797Z] #44 28.45 crypto/tls [2021-03-10T15:03:11.797Z] #44 30.23 net/http/httptrace [2021-03-10T15:03:11.797Z] #44 30.31 net/http [2021-03-10T15:03:11.877Z] #13 ... [2021-03-10T15:03:11.877Z] [2021-03-10T15:03:11.877Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:11.877Z] #47 7.806 go: extracting github.com/fatih/color v1.9.0 [2021-03-10T15:03:11.877Z] #47 7.813 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:03:11.877Z] #47 7.818 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:03:11.877Z] #47 8.326 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:03:11.877Z] #47 8.339 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:03:11.877Z] #47 8.965 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:03:11.984Z] [2021-03-10T15:03:11.984Z] #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-03-10T15:03:11.984Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:03:12.516Z] #47 ... [2021-03-10T15:03:12.516Z] [2021-03-10T15:03:12.516Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:12.516Z] #64 4.969 + RM_GOPATH=0 [2021-03-10T15:03:12.516Z] #64 4.969 + TMP_GOPATH= [2021-03-10T15:03:12.516Z] #64 4.969 + : /build [2021-03-10T15:03:12.516Z] #64 4.969 + '[' -z '' ']' [2021-03-10T15:03:12.516Z] #64 4.970 ++ mktemp -d [2021-03-10T15:03:12.516Z] #64 4.970 + export GOPATH=/tmp/tmp.GQiT2wIFuK [2021-03-10T15:03:12.516Z] #64 4.970 + GOPATH=/tmp/tmp.GQiT2wIFuK [2021-03-10T15:03:12.516Z] #64 4.970 + RM_GOPATH=1 [2021-03-10T15:03:12.516Z] #64 4.970 + case "$(go env GOARCH)" in [2021-03-10T15:03:12.516Z] #64 4.976 ++ go env GOARCH [2021-03-10T15:03:12.516Z] #64 4.993 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:12.516Z] #64 4.993 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:12.516Z] #64 4.993 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:12.516Z] #64 4.996 + dir=/tmp/install [2021-03-10T15:03:12.516Z] #64 4.996 + bin=proxy [2021-03-10T15:03:12.516Z] #64 4.996 + shift [2021-03-10T15:03:12.516Z] #64 4.996 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-10T15:03:12.516Z] #64 4.996 + . /tmp/install/proxy.installer [2021-03-10T15:03:12.516Z] #64 4.996 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:03:12.516Z] #64 4.996 + install_proxy [2021-03-10T15:03:12.516Z] #64 4.996 + case "$1" in [2021-03-10T15:03:12.516Z] #64 4.996 + export CGO_ENABLED=0 [2021-03-10T15:03:12.516Z] #64 4.996 + CGO_ENABLED=0 [2021-03-10T15:03:12.516Z] #64 4.996 + _install_proxy [2021-03-10T15:03:12.516Z] #64 4.996 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-10T15:03:12.516Z] #64 4.996 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:03:12.516Z] #64 4.996 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.GQiT2wIFuK/src/github.com/docker/libnetwork [2021-03-10T15:03:12.516Z] #64 5.002 Cloning into '/tmp/tmp.GQiT2wIFuK/src/github.com/docker/libnetwork'... [2021-03-10T15:03:12.516Z] #64 ... [2021-03-10T15:03:12.516Z] [2021-03-10T15:03:12.516Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:12.516Z] #49 4.762 + RM_GOPATH=0 [2021-03-10T15:03:12.516Z] #49 4.762 + TMP_GOPATH= [2021-03-10T15:03:12.516Z] #49 4.762 + : /build [2021-03-10T15:03:12.516Z] #49 4.762 + '[' -z '' ']' [2021-03-10T15:03:12.516Z] #49 4.762 ++ mktemp -d [2021-03-10T15:03:12.516Z] #49 4.768 + export GOPATH=/tmp/tmp.NXz0LhFewI [2021-03-10T15:03:12.516Z] #49 4.768 + GOPATH=/tmp/tmp.NXz0LhFewI [2021-03-10T15:03:12.516Z] #49 4.768 + RM_GOPATH=1 [2021-03-10T15:03:12.516Z] #49 4.768 + case "$(go env GOARCH)" in [2021-03-10T15:03:12.516Z] #49 4.768 ++ go env GOARCH [2021-03-10T15:03:12.516Z] #49 4.837 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:12.516Z] #49 4.837 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:12.516Z] #49 4.837 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:12.516Z] #49 4.837 + dir=/tmp/install [2021-03-10T15:03:12.516Z] #49 4.837 + bin=golangci_lint [2021-03-10T15:03:12.516Z] #49 4.837 + shift [2021-03-10T15:03:12.516Z] #49 4.837 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-10T15:03:12.516Z] #49 4.837 + . /tmp/install/golangci_lint.installer [2021-03-10T15:03:12.516Z] #49 4.837 ++ : v1.23.8 [2021-03-10T15:03:12.516Z] #49 4.837 + install_golangci_lint [2021-03-10T15:03:12.516Z] #49 4.837 + set -e [2021-03-10T15:03:12.516Z] #49 4.837 + export GO111MODULE=on [2021-03-10T15:03:12.516Z] #49 4.837 + GO111MODULE=on [2021-03-10T15:03:12.516Z] #49 4.837 + GOBIN=/build [2021-03-10T15:03:12.516Z] #49 4.837 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-10T15:03:12.516Z] #49 4.894 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:03:12.516Z] #49 4.894 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-10T15:03:12.516Z] #49 4.894 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-10T15:03:12.516Z] #49 4.894 go: finding github.com/golangci v1.23.8 [2021-03-10T15:03:12.516Z] #49 4.894 go: finding github.com v1.23.8 [2021-03-10T15:03:12.516Z] #49 5.744 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:03:12.516Z] #49 6.124 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:03:12.516Z] #49 9.872 go: downloading github.com/fatih/color v1.7.0 [2021-03-10T15:03:12.516Z] #49 9.876 go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:03:12.516Z] #49 9.879 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:03:12.516Z] #49 9.879 go: downloading github.com/spf13/viper v1.6.1 [2021-03-10T15:03:12.516Z] #49 9.958 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:03:12.516Z] #49 9.976 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-10T15:03:12.516Z] #49 9.978 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:03:12.516Z] #49 9.990 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-10T15:03:12.516Z] #49 10.01 go: extracting github.com/fatih/color v1.7.0 [2021-03-10T15:03:12.516Z] #49 10.05 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:03:12.516Z] #49 10.05 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-10T15:03:12.516Z] #49 10.10 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:03:12.516Z] #49 10.10 go: extracting github.com/pkg/errors v0.8.1 [2021-03-10T15:03:12.516Z] #49 10.16 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:03:12.516Z] #49 10.21 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-10T15:03:12.811Z] #49 10.29 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:03:12.811Z] #49 10.30 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:03:12.811Z] #49 ... [2021-03-10T15:03:12.811Z] [2021-03-10T15:03:12.811Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:12.811Z] #58 4.676 + RM_GOPATH=0 [2021-03-10T15:03:12.811Z] #58 4.676 + TMP_GOPATH= [2021-03-10T15:03:12.811Z] #58 4.676 + : /build [2021-03-10T15:03:12.811Z] #58 4.676 + '[' -z '' ']' [2021-03-10T15:03:12.811Z] #58 4.676 ++ mktemp -d [2021-03-10T15:03:12.811Z] #58 4.680 + export GOPATH=/tmp/tmp.wWZHcEIYK2 [2021-03-10T15:03:12.811Z] #58 4.680 + GOPATH=/tmp/tmp.wWZHcEIYK2 [2021-03-10T15:03:12.811Z] #58 4.680 + RM_GOPATH=1 [2021-03-10T15:03:12.811Z] #58 4.680 + case "$(go env GOARCH)" in [2021-03-10T15:03:12.811Z] #58 4.684 ++ go env GOARCH [2021-03-10T15:03:12.811Z] #58 4.691 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:12.811Z] #58 4.691 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:12.811Z] #58 4.693 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:12.811Z] #58 4.705 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:03:12.811Z] #58 4.706 + dir=/tmp/install [2021-03-10T15:03:12.811Z] #58 4.706 + bin=rootlesskit [2021-03-10T15:03:12.811Z] #58 4.706 + shift [2021-03-10T15:03:12.811Z] #58 4.706 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-10T15:03:12.812Z] #58 4.706 + . /tmp/install/rootlesskit.installer [2021-03-10T15:03:12.812Z] #58 4.706 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:03:12.812Z] #58 4.706 + install_rootlesskit [2021-03-10T15:03:12.812Z] #58 4.706 + case "$1" in [2021-03-10T15:03:12.812Z] #58 4.706 + export CGO_ENABLED=0 [2021-03-10T15:03:12.812Z] #58 4.706 + CGO_ENABLED=0 [2021-03-10T15:03:12.812Z] #58 4.706 + _install_rootlesskit [2021-03-10T15:03:12.812Z] #58 4.706 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-10T15:03:12.812Z] #58 4.706 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.wWZHcEIYK2/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:03:12.812Z] #58 4.706 Cloning into '/tmp/tmp.wWZHcEIYK2/src/github.com/rootless-containers/rootlesskit'... [2021-03-10T15:03:12.812Z] #58 8.142 + cd /tmp/tmp.wWZHcEIYK2/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:03:12.812Z] #58 8.144 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:03:12.812Z] #58 8.165 + export GO111MODULE=on [2021-03-10T15:03:12.812Z] #58 8.165 + GO111MODULE=on [2021-03-10T15:03:12.812Z] #58 8.165 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:03:12.812Z] #58 8.165 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-10T15:03:12.812Z] #58 9.450 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:03:12.812Z] #58 9.451 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:03:12.812Z] #58 9.451 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:03:12.812Z] #58 9.455 go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:03:12.812Z] #58 9.459 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:03:12.812Z] #58 9.469 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:03:12.812Z] #58 9.537 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:03:12.812Z] #58 9.666 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:03:12.812Z] #58 9.671 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:03:12.812Z] #58 9.693 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-10T15:03:12.812Z] #58 9.712 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:03:12.812Z] #58 9.847 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:03:12.812Z] #58 9.854 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-10T15:03:12.812Z] #58 9.918 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-10T15:03:12.812Z] #58 9.979 go: extracting github.com/google/uuid v1.2.0 [2021-03-10T15:03:12.812Z] #58 10.22 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-10T15:03:12.812Z] #58 10.25 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:03:12.812Z] #58 10.29 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:03:12.812Z] #58 ... [2021-03-10T15:03:12.812Z] [2021-03-10T15:03:12.812Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:12.812Z] #51 4.557 + RM_GOPATH=0 [2021-03-10T15:03:12.812Z] #51 4.557 + TMP_GOPATH= [2021-03-10T15:03:12.812Z] #51 4.557 + : /build [2021-03-10T15:03:12.812Z] #51 4.557 + '[' -z '' ']' [2021-03-10T15:03:12.812Z] #51 4.557 ++ mktemp -d [2021-03-10T15:03:12.812Z] #51 4.557 + export GOPATH=/tmp/tmp.0CI6zF1kAD [2021-03-10T15:03:12.812Z] #51 4.557 + GOPATH=/tmp/tmp.0CI6zF1kAD [2021-03-10T15:03:12.812Z] #51 4.557 + RM_GOPATH=1 [2021-03-10T15:03:12.812Z] #51 4.557 + case "$(go env GOARCH)" in [2021-03-10T15:03:12.812Z] #51 4.557 ++ go env GOARCH [2021-03-10T15:03:12.812Z] #51 4.557 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:12.812Z] #51 4.557 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:12.812Z] #51 4.557 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:12.812Z] #51 4.560 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:03:12.812Z] #51 4.561 + dir=/tmp/install [2021-03-10T15:03:12.812Z] #51 4.561 + bin=shfmt [2021-03-10T15:03:12.812Z] #51 4.561 + shift [2021-03-10T15:03:12.812Z] #51 4.561 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-10T15:03:12.812Z] #51 4.561 + . /tmp/install/shfmt.installer [2021-03-10T15:03:12.812Z] #51 4.561 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:03:12.812Z] #51 4.561 + install_shfmt [2021-03-10T15:03:12.812Z] #51 4.561 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-10T15:03:12.812Z] #51 4.561 + git clone https://github.com/mvdan/sh.git /tmp/tmp.0CI6zF1kAD/src/github.com/mvdan/sh [2021-03-10T15:03:12.812Z] #51 4.561 Cloning into '/tmp/tmp.0CI6zF1kAD/src/github.com/mvdan/sh'... [2021-03-10T15:03:13.107Z] #51 ... [2021-03-10T15:03:13.107Z] [2021-03-10T15:03:13.107Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:13.107Z] #24 4.617 + RM_GOPATH=0 [2021-03-10T15:03:13.107Z] #24 4.617 + TMP_GOPATH= [2021-03-10T15:03:13.107Z] #24 4.617 + : /build [2021-03-10T15:03:13.107Z] #24 4.617 + '[' -z '' ']' [2021-03-10T15:03:13.107Z] #24 4.617 ++ mktemp -d [2021-03-10T15:03:13.107Z] #24 4.617 + export GOPATH=/tmp/tmp.Rjj36ZBVuP [2021-03-10T15:03:13.107Z] #24 4.617 + GOPATH=/tmp/tmp.Rjj36ZBVuP [2021-03-10T15:03:13.107Z] #24 4.617 + RM_GOPATH=1 [2021-03-10T15:03:13.107Z] #24 4.617 + case "$(go env GOARCH)" in [2021-03-10T15:03:13.107Z] #24 4.617 ++ go env GOARCH [2021-03-10T15:03:13.107Z] #24 4.617 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:13.107Z] #24 4.617 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:13.107Z] #24 4.630 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:13.107Z] #24 4.630 + dir=/tmp/install [2021-03-10T15:03:13.107Z] #24 4.630 + bin=dockercli [2021-03-10T15:03:13.107Z] #24 4.630 + shift [2021-03-10T15:03:13.107Z] #24 4.630 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-10T15:03:13.107Z] #24 4.630 + . /tmp/install/dockercli.installer [2021-03-10T15:03:13.107Z] #24 4.630 ++ : stable [2021-03-10T15:03:13.107Z] #24 4.630 ++ : 17.06.2-ce [2021-03-10T15:03:13.107Z] #24 4.630 + install_dockercli [2021-03-10T15:03:13.107Z] #24 4.630 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-10T15:03:13.107Z] #24 4.630 ++ uname -m [2021-03-10T15:03:13.107Z] #24 4.630 Install docker/cli version 17.06.2-ce from stable [2021-03-10T15:03:13.107Z] #24 4.638 + arch=s390x [2021-03-10T15:03:13.107Z] #24 4.638 + '[' s390x '!=' x86_64 ']' [2021-03-10T15:03:13.107Z] #24 4.638 + '[' s390x '!=' s390x ']' [2021-03-10T15:03:13.107Z] #24 4.638 + url=https://download.docker.com/linux/static [2021-03-10T15:03:13.107Z] #24 4.646 + tar -xz docker/docker [2021-03-10T15:03:13.107Z] #24 4.646 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-03-10T15:03:13.107Z] #24 10.68 + mkdir -p /build [2021-03-10T15:03:13.107Z] #24 ... [2021-03-10T15:03:13.107Z] [2021-03-10T15:03:13.107Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:03:13.107Z] #45 5.114 + RM_GOPATH=0 [2021-03-10T15:03:13.107Z] #45 5.115 + TMP_GOPATH= [2021-03-10T15:03:13.107Z] #45 5.115 + : /build [2021-03-10T15:03:13.107Z] #45 5.115 + '[' -z '' ']' [2021-03-10T15:03:13.107Z] #45 5.115 ++ mktemp -d [2021-03-10T15:03:13.107Z] #45 5.116 + export GOPATH=/tmp/tmp.N1hWhPYOeZ [2021-03-10T15:03:13.107Z] #45 5.116 + GOPATH=/tmp/tmp.N1hWhPYOeZ [2021-03-10T15:03:13.107Z] #45 5.116 + RM_GOPATH=1 [2021-03-10T15:03:13.107Z] #45 5.116 + case "$(go env GOARCH)" in [2021-03-10T15:03:13.107Z] #45 5.116 ++ go env GOARCH [2021-03-10T15:03:13.107Z] #45 5.121 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:13.107Z] #45 5.125 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:13.107Z] #45 5.128 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:13.107Z] #45 5.143 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:03:13.107Z] #45 5.143 + dir=/tmp/install [2021-03-10T15:03:13.107Z] #45 5.143 + bin=vndr [2021-03-10T15:03:13.107Z] #45 5.143 + shift [2021-03-10T15:03:13.107Z] #45 5.143 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-10T15:03:13.108Z] #45 5.143 + . /tmp/install/vndr.installer [2021-03-10T15:03:13.108Z] #45 5.143 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:03:13.108Z] #45 5.143 + install_vndr [2021-03-10T15:03:13.108Z] #45 5.143 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-10T15:03:13.108Z] #45 5.144 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.N1hWhPYOeZ/src/github.com/LK4D4/vndr [2021-03-10T15:03:13.108Z] #45 5.155 Cloning into '/tmp/tmp.N1hWhPYOeZ/src/github.com/LK4D4/vndr'... [2021-03-10T15:03:13.108Z] #45 5.915 + cd /tmp/tmp.N1hWhPYOeZ/src/github.com/LK4D4/vndr [2021-03-10T15:03:13.108Z] #45 5.915 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:03:13.108Z] #45 5.953 + go build -buildmode=pie -v -o /build/vndr . [2021-03-10T15:03:13.108Z] #45 6.890 internal/race [2021-03-10T15:03:13.108Z] #45 6.997 runtime [2021-03-10T15:03:13.108Z] #45 7.009 sync/atomic [2021-03-10T15:03:13.108Z] #45 7.430 unicode [2021-03-10T15:03:13.108Z] #45 ... [2021-03-10T15:03:13.108Z] [2021-03-10T15:03:13.108Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:13.108Z] #49 10.36 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:03:13.108Z] #49 10.38 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:03:13.108Z] #49 10.38 go: extracting github.com/spf13/viper v1.6.1 [2021-03-10T15:03:13.108Z] #49 10.45 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-10T15:03:13.108Z] #49 10.45 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:03:13.108Z] #49 10.51 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:03:13.108Z] #49 10.52 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-10T15:03:13.108Z] #49 10.52 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:03:13.108Z] #49 10.58 go: downloading github.com/spf13/afero v1.1.2 [2021-03-10T15:03:13.108Z] #49 10.64 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:03:13.108Z] #49 10.68 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-10T15:03:13.108Z] #49 10.78 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:03:13.108Z] #49 10.80 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:03:13.406Z] #49 10.94 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:03:13.406Z] #49 10.94 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:03:13.406Z] #49 10.94 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-10T15:03:13.406Z] #49 10.98 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-10T15:03:13.406Z] #49 11.00 go: extracting github.com/spf13/afero v1.1.2 [2021-03-10T15:03:13.406Z] #49 11.04 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:03:13.701Z] #49 11.23 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:03:13.701Z] #49 11.24 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-10T15:03:13.701Z] #49 11.35 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:03:13.709Z] #44 33.72 github.com/LK4D4/vndr/godl [2021-03-10T15:03:13.709Z] #44 34.01 github.com/LK4D4/vndr [2021-03-10T15:03:13.709Z] #44 ... [2021-03-10T15:03:13.709Z] [2021-03-10T15:03:13.709Z] #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-03-10T15:03:13.709Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:13.709Z] #42 7.611 make[1]: Nothing to be done for 'all'. [2021-03-10T15:03:13.709Z] #42 8.644 CC images/stats.o [2021-03-10T15:03:13.709Z] #42 8.804 CC images/core.o [2021-03-10T15:03:13.709Z] #42 8.993 CC images/core-x86.o [2021-03-10T15:03:13.709Z] #42 9.116 CC images/core-arm.o [2021-03-10T15:03:13.709Z] #42 9.281 CC images/core-aarch64.o [2021-03-10T15:03:13.969Z] #42 9.387 CC images/core-ppc64.o [2021-03-10T15:03:13.998Z] #49 11.36 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:03:14.229Z] #42 9.583 CC images/core-s390.o [2021-03-10T15:03:14.229Z] #42 9.747 CC images/cpuinfo.o [2021-03-10T15:03:14.229Z] #42 9.862 CC images/inventory.o [2021-03-10T15:03:14.295Z] #49 ... [2021-03-10T15:03:14.295Z] [2021-03-10T15:03:14.295Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:14.295Z] #24 10.69 + mv docker/docker /build/ [2021-03-10T15:03:14.295Z] #24 10.70 + rmdir docker [2021-03-10T15:03:14.295Z] #24 DONE 11.6s [2021-03-10T15:03:14.295Z] [2021-03-10T15:03:14.295Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:14.295Z] #49 11.65 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:03:14.295Z] #49 11.74 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:03:14.489Z] #42 9.931 CC images/fdinfo.o [2021-03-10T15:03:14.489Z] #42 10.06 CC images/fown.o [2021-03-10T15:03:14.489Z] #42 10.12 CC images/ns.o [2021-03-10T15:03:14.590Z] #49 12.04 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:03:14.590Z] #49 12.31 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:03:14.749Z] #42 10.21 CC images/regfile.o [2021-03-10T15:03:14.749Z] #42 10.27 CC images/ghost-file.o [2021-03-10T15:03:14.884Z] #49 12.32 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:03:14.884Z] #49 ... [2021-03-10T15:03:14.884Z] [2021-03-10T15:03:14.884Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:14.884Z] #34 2.890 + RM_GOPATH=0 [2021-03-10T15:03:14.884Z] #34 2.890 + TMP_GOPATH= [2021-03-10T15:03:14.884Z] #34 2.890 + : /build [2021-03-10T15:03:14.884Z] #34 2.890 + '[' -z '' ']' [2021-03-10T15:03:14.884Z] #34 2.890 ++ mktemp -d [2021-03-10T15:03:14.884Z] #34 2.890 + export GOPATH=/tmp/tmp.DS8rrSMiXs [2021-03-10T15:03:14.884Z] #34 2.890 + GOPATH=/tmp/tmp.DS8rrSMiXs [2021-03-10T15:03:14.884Z] #34 2.890 + RM_GOPATH=1 [2021-03-10T15:03:14.884Z] #34 2.890 + case "$(go env GOARCH)" in [2021-03-10T15:03:14.884Z] #34 2.890 ++ go env GOARCH [2021-03-10T15:03:14.884Z] #34 2.890 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:14.884Z] #34 2.890 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:14.884Z] #34 2.890 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:14.884Z] #34 2.890 + dir=/tmp/install [2021-03-10T15:03:14.884Z] #34 2.890 + bin=tomlv [2021-03-10T15:03:14.884Z] #34 2.890 + shift [2021-03-10T15:03:14.884Z] #34 2.890 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-10T15:03:14.884Z] #34 2.890 + . /tmp/install/tomlv.installer [2021-03-10T15:03:14.884Z] #34 2.890 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:03:14.884Z] #34 2.890 + install_tomlv [2021-03-10T15:03:14.884Z] #34 2.890 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-10T15:03:14.884Z] #34 2.890 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.DS8rrSMiXs/src/github.com/BurntSushi/toml [2021-03-10T15:03:14.884Z] #34 2.890 Cloning into '/tmp/tmp.DS8rrSMiXs/src/github.com/BurntSushi/toml'... [2021-03-10T15:03:14.884Z] #34 2.995 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:03:14.884Z] #34 3.616 + cd /tmp/tmp.DS8rrSMiXs/src/github.com/BurntSushi/toml [2021-03-10T15:03:14.884Z] #34 3.616 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:03:14.884Z] #34 3.629 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:03:14.884Z] #34 4.536 runtime/internal/atomic [2021-03-10T15:03:14.884Z] #34 4.546 internal/cpu [2021-03-10T15:03:14.884Z] #34 4.826 runtime/internal/sys [2021-03-10T15:03:14.884Z] #34 5.173 runtime/internal/math [2021-03-10T15:03:14.884Z] #34 5.267 math/bits [2021-03-10T15:03:14.884Z] #34 5.315 internal/bytealg [2021-03-10T15:03:14.884Z] #34 5.979 math [2021-03-10T15:03:14.884Z] #34 5.982 runtime [2021-03-10T15:03:14.884Z] #34 11.76 internal/testlog [2021-03-10T15:03:14.884Z] #34 12.05 encoding [2021-03-10T15:03:14.884Z] #34 12.31 runtime/cgo [2021-03-10T15:03:15.008Z] #42 10.45 CC images/fifo.o [2021-03-10T15:03:15.008Z] #42 10.53 CC images/remap-file-path.o [2021-03-10T15:03:15.178Z] #34 ... [2021-03-10T15:03:15.178Z] [2021-03-10T15:03:15.178Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:15.178Z] #51 12.72 + cd /tmp/tmp.0CI6zF1kAD/src/github.com/mvdan/sh [2021-03-10T15:03:15.178Z] #51 12.72 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:03:15.178Z] #51 12.80 + GO111MODULE=on [2021-03-10T15:03:15.178Z] #51 12.80 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-10T15:03:15.264Z] #39 ... [2021-03-10T15:03:15.264Z] [2021-03-10T15:03:15.264Z] #11 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-10T15:03:15.264Z] #11 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-10T15:03:15.264Z] #11 DONE 3.3s [2021-03-10T15:03:15.264Z] [2021-03-10T15:03:15.264Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:03:15.264Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:03:15.268Z] #42 10.63 CC images/eventfd.o [2021-03-10T15:03:15.268Z] #42 10.71 CC images/eventpoll.o [2021-03-10T15:03:15.268Z] #42 10.81 CC images/fh.o [2021-03-10T15:03:15.528Z] #42 10.93 CC images/fsnotify.o [2021-03-10T15:03:15.788Z] #42 11.09 CC images/signalfd.o [2021-03-10T15:03:15.788Z] #42 11.17 CC images/fs.o [2021-03-10T15:03:15.788Z] #42 11.26 CC images/pstree.o [2021-03-10T15:03:15.788Z] #42 11.35 CC images/pipe.o [2021-03-10T15:03:16.080Z] #42 11.45 CC images/tcp-stream.o [2021-03-10T15:03:16.080Z] #42 11.53 CC images/sk-packet.o [2021-03-10T15:03:16.080Z] #42 11.64 CC images/mnt.o [2021-03-10T15:03:16.340Z] #42 11.74 CC images/pipe-data.o [2021-03-10T15:03:16.340Z] #42 11.85 CC images/sa.o [2021-03-10T15:03:16.340Z] #42 11.92 CC images/timer.o [2021-03-10T15:03:16.600Z] #42 ... [2021-03-10T15:03:16.600Z] [2021-03-10T15:03:16.600Z] #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-03-10T15:03:16.600Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:03:16.600Z] #31 DONE 36.4s [2021-03-10T15:03:16.600Z] [2021-03-10T15:03:16.600Z] #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-03-10T15:03:16.600Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:16.600Z] #42 12.08 CC images/timerfd.o [2021-03-10T15:03:16.600Z] #42 12.17 CC images/mm.o [2021-03-10T15:03:16.736Z] #51 14.18 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:03:16.736Z] #51 14.19 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:03:16.736Z] #51 14.20 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:03:16.736Z] #51 14.37 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:03:16.860Z] #42 12.28 CC images/sk-opts.o [2021-03-10T15:03:16.860Z] #42 12.35 CC images/sk-unix.o [2021-03-10T15:03:17.030Z] #51 14.37 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:03:17.120Z] #42 12.47 CC images/sk-inet.o [2021-03-10T15:03:17.120Z] #42 12.59 CC images/tun.o [2021-03-10T15:03:17.324Z] #51 14.89 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:03:17.327Z] Fetching without tags [2021-03-10T15:03:17.380Z] #42 ... [2021-03-10T15:03:17.380Z] [2021-03-10T15:03:17.380Z] #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-03-10T15:03:17.380Z] #44 sha256:0a22f198b52dfa3d05e29f906d7f9ef52d0d30165650ae91c712b6ac5f1f7429 [2021-03-10T15:03:17.380Z] #44 DONE 37.7s [2021-03-10T15:03:17.380Z] [2021-03-10T15:03:17.380Z] #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-03-10T15:03:17.380Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:17.380Z] #42 12.72 CC images/sk-netlink.o [2021-03-10T15:03:17.380Z] #42 12.79 CC images/packet-sock.o [2021-03-10T15:03:17.639Z] #42 12.94 CC images/ipc-var.o [2021-03-10T15:03:17.639Z] #42 13.05 CC images/ipc-desc.o [2021-03-10T15:03:17.639Z] #42 13.13 CC images/ipc-shm.o [2021-03-10T15:03:17.719Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:03:17.231Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:03:17.245Z] > git config --add remote.origin.fetch +refs/pull/42054/head:refs/remotes/origin/PR-42054 # timeout=10 [2021-03-10T15:03:17.321Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:03:17.335Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:03:17.361Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:03:17.362Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:03:17.363Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:03:17.899Z] #42 13.23 CC images/ipc-msg.o [2021-03-10T15:03:17.899Z] #42 13.35 CC images/ipc-sem.o [2021-03-10T15:03:17.899Z] #42 13.41 CC images/utsns.o [2021-03-10T15:03:17.899Z] #42 13.48 CC images/creds.o [2021-03-10T15:03:17.965Z] #51 15.58 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:03:18.196Z] #42 13.53 CC images/vma.o [2021-03-10T15:03:18.196Z] #42 13.58 CC images/netdev.o [2021-03-10T15:03:18.196Z] #42 13.74 CC images/tty.o [2021-03-10T15:03:18.457Z] #42 13.94 CC images/file-lock.o [2021-03-10T15:03:18.457Z] #42 13.99 CC images/rlimit.o [2021-03-10T15:03:18.457Z] #42 14.07 CC images/pagemap.o [2021-03-10T15:03:18.542Z] #12 3.640 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:03:18.542Z] #12 3.895 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:18.717Z] #42 14.21 CC images/siginfo.o [2021-03-10T15:03:18.717Z] #42 14.30 CC images/rpc.o [2021-03-10T15:03:18.799Z] #12 3.910 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:18.799Z] #12 3.954 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:18.977Z] #42 14.60 CC images/ext-file.o [2021-03-10T15:03:19.007Z] #51 16.41 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:03:19.237Z] #42 14.66 CC images/cgroup.o [2021-03-10T15:03:19.237Z] #42 14.81 CC images/userns.o [2021-03-10T15:03:19.497Z] #42 14.90 CC images/google/protobuf/descriptor.o [2021-03-10T15:03:19.729Z] #12 4.802 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [453 kB] [2021-03-10T15:03:19.756Z] #42 ... [2021-03-10T15:03:19.756Z] [2021-03-10T15:03:19.757Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:03:19.757Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:03:19.757Z] #12 30.20 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-10T15:03:19.757Z] #12 30.21 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 30.22 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:03:19.757Z] #12 34.86 Selecting previously unselected package libapparmor1:amd64. [2021-03-10T15:03:19.757Z] #12 34.87 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 34.89 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-10T15:03:19.757Z] #12 35.00 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-10T15:03:19.757Z] #12 35.00 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 35.02 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-10T15:03:19.757Z] #12 35.12 Selecting previously unselected package libbtrfs0. [2021-03-10T15:03:19.757Z] #12 35.12 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 35.12 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:03:19.757Z] #12 35.19 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:03:19.757Z] #12 35.19 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 35.20 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:03:19.757Z] #12 35.27 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-10T15:03:19.757Z] #12 35.27 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 35.30 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:03:19.757Z] #12 35.46 Selecting previously unselected package libudev-dev:amd64. [2021-03-10T15:03:19.757Z] #12 35.46 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 35.51 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:03:19.757Z] #12 35.67 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-10T15:03:19.757Z] #12 35.67 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 35.70 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-10T15:03:19.757Z] #12 35.86 Selecting previously unselected package libpcre16-3:amd64. [2021-03-10T15:03:19.757Z] #12 35.86 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 35.87 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-10T15:03:19.757Z] #12 35.98 Selecting previously unselected package libpcre32-3:amd64. [2021-03-10T15:03:19.757Z] #12 35.98 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 35.99 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-10T15:03:19.757Z] #12 36.13 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-10T15:03:19.757Z] #12 36.14 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 36.14 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-10T15:03:19.757Z] #12 36.21 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-10T15:03:19.757Z] #12 36.22 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 36.22 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-10T15:03:19.757Z] #12 36.49 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-10T15:03:19.757Z] #12 36.49 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 36.58 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-10T15:03:19.757Z] #12 36.69 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-10T15:03:19.757Z] #12 36.70 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 36.70 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-10T15:03:19.757Z] #12 36.77 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-10T15:03:19.757Z] #12 36.77 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 36.78 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:03:19.757Z] #12 36.87 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-10T15:03:19.757Z] #12 36.87 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-10T15:03:19.757Z] #12 36.87 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:03:19.757Z] #12 37.10 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-10T15:03:19.757Z] #12 37.11 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:03:19.757Z] #12 37.12 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-10T15:03:19.757Z] #12 37.13 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:03:19.757Z] #12 37.15 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-10T15:03:19.757Z] #12 37.16 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-10T15:03:19.757Z] #12 37.19 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:03:19.757Z] #12 37.21 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:03:19.757Z] #12 37.24 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-10T15:03:19.757Z] #12 37.27 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:03:19.757Z] #12 37.34 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:03:19.757Z] #12 37.36 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:03:19.757Z] #12 37.37 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-10T15:03:19.757Z] #12 37.39 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-10T15:03:19.757Z] #12 37.41 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:03:19.757Z] #12 37.43 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:03:19.757Z] #12 37.45 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-10T15:03:19.757Z] #12 37.47 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:03:19.757Z] #12 37.50 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:03:19.757Z] #12 37.51 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:03:19.757Z] #12 37.52 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:03:19.757Z] #12 37.54 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:03:19.757Z] #12 37.54 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:03:19.757Z] #12 37.55 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:03:19.757Z] #12 37.58 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-10T15:03:19.757Z] #12 37.60 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:03:19.757Z] #12 37.65 Setting up dmsetup (2:1.02.155-3) ... [2021-03-10T15:03:19.757Z] #12 37.67 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:03:19.757Z] #12 37.68 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-10T15:03:19.757Z] #12 37.69 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:19.757Z] #12 DONE 38.0s [2021-03-10T15:03:19.757Z] [2021-03-10T15:03:19.757Z] #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-03-10T15:03:19.757Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:19.757Z] #42 15.28 CC images/opts.o [2021-03-10T15:03:19.757Z] #42 15.34 CC images/seccomp.o [2021-03-10T15:03:17.756Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:03:17.777Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:03:19.802Z] > git remote # timeout=10 [2021-03-10T15:03:19.869Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:03:19.880Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:03:19.883Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:03:20.016Z] #42 15.42 CC images/binfmt-misc.o [2021-03-10T15:03:20.016Z] #42 15.49 CC images/time.o [2021-03-10T15:03:20.016Z] #42 15.53 CC images/sysctl.o [2021-03-10T15:03:20.016Z] #42 15.61 CC images/autofs.o [2021-03-10T15:03:20.049Z] #51 17.50 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:03:20.049Z] #51 17.61 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:03:20.277Z] #42 15.67 CC images/macvlan.o [2021-03-10T15:03:20.277Z] #42 15.72 CC images/sit.o [2021-03-10T15:03:20.277Z] #42 15.79 CC images/memfd.o [2021-03-10T15:03:20.277Z] #42 15.87 CC images/timens.o [2021-03-10T15:03:20.292Z] #12 ... [2021-03-10T15:03:20.292Z] [2021-03-10T15:03:20.292Z] #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-03-10T15:03:20.292Z] #33 sha256:d30f6cc6f6b95a66bf5c1dd090cfa29aa8e9dbed77b44d6c510276ad0487df9e [2021-03-10T15:03:20.292Z] #33 4.773 + RM_GOPATH=0 [2021-03-10T15:03:20.292Z] #33 4.773 + TMP_GOPATH= [2021-03-10T15:03:20.292Z] #33 4.773 + : /build [2021-03-10T15:03:20.292Z] #33 4.773 + '[' -z '' ']' [2021-03-10T15:03:20.292Z] #33 4.773 ++ mktemp -d [2021-03-10T15:03:20.292Z] #33 4.775 + export GOPATH=/tmp/tmp.GphQ4NIT8V [2021-03-10T15:03:20.292Z] #33 4.775 + GOPATH=/tmp/tmp.GphQ4NIT8V [2021-03-10T15:03:20.292Z] #33 4.775 + RM_GOPATH=1 [2021-03-10T15:03:20.292Z] #33 4.775 + case "$(go env GOARCH)" in [2021-03-10T15:03:20.292Z] #33 4.775 ++ go env GOARCH [2021-03-10T15:03:20.292Z] #33 4.810 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:03:20.292Z] #33 4.810 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:20.292Z] #33 4.810 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:20.292Z] #33 4.810 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:20.292Z] #33 4.810 + dir=/tmp/install [2021-03-10T15:03:20.292Z] #33 4.810 + bin=tomlv [2021-03-10T15:03:20.292Z] #33 4.810 + shift [2021-03-10T15:03:20.292Z] #33 4.810 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-10T15:03:20.292Z] #33 4.810 + . /tmp/install/tomlv.installer [2021-03-10T15:03:20.292Z] #33 4.810 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:03:20.292Z] #33 4.810 + install_tomlv [2021-03-10T15:03:20.292Z] #33 4.810 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-10T15:03:20.292Z] #33 4.810 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.GphQ4NIT8V/src/github.com/BurntSushi/toml [2021-03-10T15:03:20.292Z] #33 4.810 Cloning into '/tmp/tmp.GphQ4NIT8V/src/github.com/BurntSushi/toml'... [2021-03-10T15:03:20.292Z] #33 5.566 + cd /tmp/tmp.GphQ4NIT8V/src/github.com/BurntSushi/toml [2021-03-10T15:03:20.292Z] #33 5.566 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:03:20.292Z] #33 5.582 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:03:20.292Z] #33 6.366 internal/cpu [2021-03-10T15:03:20.292Z] #33 6.372 runtime/internal/atomic [2021-03-10T15:03:20.292Z] #33 6.659 internal/bytealg [2021-03-10T15:03:20.292Z] #33 6.745 runtime/internal/sys [2021-03-10T15:03:20.292Z] #33 7.057 runtime/internal/math [2021-03-10T15:03:20.292Z] #33 7.132 math/bits [2021-03-10T15:03:20.292Z] #33 7.440 runtime [2021-03-10T15:03:20.292Z] #33 7.821 math [2021-03-10T15:03:20.343Z] #51 17.81 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:03:20.343Z] #51 17.97 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:03:20.534Z] Merge succeeded, producing de26283303087321a9cad15f865cca5cec3680eb [2021-03-10T15:03:20.535Z] Checking out Revision de26283303087321a9cad15f865cca5cec3680eb (PR-42054) [2021-03-10T15:03:20.537Z] #42 15.94 LINK images/built-in.o [2021-03-10T15:03:20.537Z] #42 15.99 GEN compel/include/asm [2021-03-10T15:03:20.537Z] #42 16.01 GEN compel/include/version.h [2021-03-10T15:03:20.537Z] #42 16.06 touch .config [2021-03-10T15:03:20.796Z] #42 16.15 GEN include/common/config.h [2021-03-10T15:03:20.796Z] #42 16.31 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-10T15:03:20.796Z] #42 16.35 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-10T15:03:20.796Z] #42 16.39 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-10T15:03:20.857Z] #33 ... [2021-03-10T15:03:20.857Z] [2021-03-10T15:03:20.857Z] #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-03-10T15:03:20.857Z] #46 sha256:ff1f14734c16f56925984b9fc5e5d1769b45cc1ccca560b1b0f90cc371df46b5 [2021-03-10T15:03:20.857Z] #46 5.897 + RM_GOPATH=0 [2021-03-10T15:03:20.857Z] #46 5.897 + TMP_GOPATH= [2021-03-10T15:03:20.857Z] #46 5.897 + : /build [2021-03-10T15:03:20.857Z] #46 5.897 + '[' -z '' ']' [2021-03-10T15:03:20.857Z] #46 5.897 ++ mktemp -d [2021-03-10T15:03:20.857Z] #46 5.897 + export GOPATH=/tmp/tmp.GSTuHzqLjv [2021-03-10T15:03:20.857Z] #46 5.897 + GOPATH=/tmp/tmp.GSTuHzqLjv [2021-03-10T15:03:20.857Z] #46 5.897 + RM_GOPATH=1 [2021-03-10T15:03:20.857Z] #46 5.913 + case "$(go env GOARCH)" in [2021-03-10T15:03:20.857Z] #46 5.913 ++ go env GOARCH [2021-03-10T15:03:20.857Z] #46 5.983 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:20.857Z] #46 5.983 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:20.857Z] #46 5.983 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:20.857Z] #46 5.983 + dir=/tmp/install [2021-03-10T15:03:20.857Z] #46 5.983 + bin=gotestsum [2021-03-10T15:03:20.857Z] #46 5.983 + shift [2021-03-10T15:03:20.857Z] #46 5.983 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-10T15:03:20.857Z] #46 5.983 + . /tmp/install/gotestsum.installer [2021-03-10T15:03:20.857Z] #46 5.983 ++ : v0.5.3 [2021-03-10T15:03:20.857Z] #46 5.983 + install_gotestsum [2021-03-10T15:03:20.857Z] #46 5.983 + set -e [2021-03-10T15:03:20.857Z] #46 5.983 + export GO111MODULE=on [2021-03-10T15:03:20.857Z] #46 5.983 + GO111MODULE=on [2021-03-10T15:03:20.857Z] #46 5.983 + GOBIN=/build [2021-03-10T15:03:20.857Z] #46 5.983 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-10T15:03:20.857Z] #46 6.061 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-10T15:03:20.857Z] #46 6.061 go: finding gotest.tools v0.5.3 [2021-03-10T15:03:20.857Z] #46 7.458 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-10T15:03:20.857Z] #46 8.011 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-10T15:03:20.857Z] #46 8.987 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:03:20.857Z] #46 8.988 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:03:20.857Z] #46 8.989 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:03:20.857Z] #46 8.990 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:03:20.857Z] #46 9.046 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-10T15:03:20.857Z] #46 9.228 go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:03:20.857Z] #46 9.282 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:03:20.857Z] #46 9.429 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:03:20.857Z] #46 9.448 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:03:20.981Z] #51 18.51 runtime [2021-03-10T15:03:20.981Z] #51 ... [2021-03-10T15:03:20.981Z] [2021-03-10T15:03:20.981Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-10T15:03:20.981Z] #42 11.73 Fetched 8111 kB in 10s (829 kB/s) [2021-03-10T15:03:20.981Z] #42 11.73 Reading package lists... [2021-03-10T15:03:20.981Z] #42 16.98 Reading package lists... [2021-03-10T15:03:20.981Z] #42 21.57 Building dependency tree... [2021-03-10T15:03:20.981Z] #42 ... [2021-03-10T15:03:20.981Z] [2021-03-10T15:03:20.981Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:20.981Z] #64 18.57 + cd /tmp/tmp.GQiT2wIFuK/src/github.com/docker/libnetwork [2021-03-10T15:03:20.981Z] #64 18.57 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:03:21.058Z] #42 16.41 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-10T15:03:21.058Z] #42 16.42 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-10T15:03:21.058Z] #42 16.43 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-10T15:03:21.058Z] #42 16.45 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-10T15:03:21.058Z] #42 16.50 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-10T15:03:21.058Z] #42 ... [2021-03-10T15:03:21.058Z] [2021-03-10T15:03:21.058Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-10T15:03:21.058Z] #13 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-10T15:03:21.058Z] #13 DONE 1.3s [2021-03-10T15:03:21.058Z] [2021-03-10T15:03:21.058Z] #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-03-10T15:03:21.058Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:21.058Z] #42 16.51 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-10T15:03:21.058Z] #42 16.54 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-10T15:03:21.058Z] #42 16.54 DEP compel/plugins/std/infect.d [2021-03-10T15:03:21.058Z] #42 16.58 DEP compel/plugins/std/string.d [2021-03-10T15:03:21.058Z] #42 16.62 DEP compel/plugins/std/log.d [2021-03-10T15:03:21.114Z] #46 9.657 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:03:21.114Z] #46 9.738 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:03:21.317Z] #42 16.67 DEP compel/plugins/std/fds.d [2021-03-10T15:03:21.317Z] #42 16.70 DEP compel/plugins/std/std.d [2021-03-10T15:03:21.317Z] #42 16.74 DEP compel/plugins/shmem/shmem.d [2021-03-10T15:03:21.317Z] #42 16.77 DEP compel/plugins/fds/fds.d [2021-03-10T15:03:21.317Z] #42 16.80 CC compel/plugins/std/std.o [2021-03-10T15:03:21.371Z] #46 9.745 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:03:21.371Z] #46 ... [2021-03-10T15:03:21.371Z] [2021-03-10T15:03:21.371Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:03:21.371Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:03:21.371Z] #12 6.704 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:03:21.576Z] #42 16.90 CC compel/plugins/std/fds.o [2021-03-10T15:03:21.576Z] #42 17.01 CC compel/plugins/std/log.o [2021-03-10T15:03:21.619Z] #64 19.07 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-10T15:03:21.619Z] #64 ... [2021-03-10T15:03:21.619Z] [2021-03-10T15:03:21.619Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-10T15:03:21.619Z] #55 12.33 Fetched 8111 kB in 10s (778 kB/s) [2021-03-10T15:03:21.619Z] #55 12.33 Reading package lists... [2021-03-10T15:03:21.619Z] #55 18.01 Reading package lists... [2021-03-10T15:03:21.619Z] #55 ... [2021-03-10T15:03:21.619Z] [2021-03-10T15:03:21.619Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:21.619Z] #49 12.67 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:03:21.619Z] #49 12.70 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:03:21.619Z] #49 13.23 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:03:21.619Z] #49 13.36 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:03:21.619Z] #49 14.05 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:03:21.619Z] #49 14.27 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:03:21.619Z] #49 14.99 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:03:21.619Z] #49 16.08 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-10T15:03:21.619Z] #49 16.17 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-10T15:03:21.619Z] #49 16.27 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:03:21.619Z] #49 16.51 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:03:21.619Z] #49 16.66 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:03:21.619Z] #49 16.68 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:03:21.619Z] #49 16.71 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:03:21.619Z] #49 16.73 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:03:21.619Z] #49 17.26 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:03:21.619Z] #49 17.26 go: downloading golang.org/x/text v0.3.2 [2021-03-10T15:03:21.619Z] #49 17.27 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:03:21.619Z] #49 17.29 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-10T15:03:21.619Z] #49 17.30 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:03:21.619Z] #49 17.31 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:03:21.619Z] #49 17.31 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:03:21.619Z] #49 17.32 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:03:21.619Z] #49 17.40 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:03:21.619Z] #49 17.50 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:03:21.619Z] #49 17.51 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:03:21.619Z] #49 17.51 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:03:21.619Z] #49 17.51 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-10T15:03:21.619Z] #49 17.51 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:03:21.619Z] #49 17.52 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:03:21.619Z] #49 17.52 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:03:21.619Z] #49 17.57 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:03:21.619Z] #49 17.58 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:03:21.619Z] #49 17.67 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:03:21.619Z] #49 17.68 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:03:21.619Z] #49 17.70 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:03:21.620Z] #49 17.71 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:03:21.620Z] #49 17.73 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:03:21.620Z] #49 17.75 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:03:21.620Z] #49 17.76 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:03:21.620Z] #49 17.76 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:03:21.620Z] #49 17.77 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:03:21.620Z] #49 17.79 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:03:21.620Z] #49 17.81 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:03:21.620Z] #49 17.81 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:03:21.620Z] #49 17.82 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:03:21.620Z] #49 17.97 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:03:21.620Z] #49 17.98 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:03:21.620Z] #49 18.02 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:03:21.620Z] #49 18.02 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:03:21.620Z] #49 18.06 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:03:21.620Z] #49 18.06 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:03:21.620Z] #49 18.07 go: downloading github.com/spf13/cast v1.3.0 [2021-03-10T15:03:21.620Z] #49 18.13 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:03:21.620Z] #49 18.18 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:03:21.620Z] #49 18.21 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:03:21.620Z] #49 18.38 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:03:21.620Z] #49 18.38 go: extracting github.com/spf13/cast v1.3.0 [2021-03-10T15:03:21.620Z] #49 18.38 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:03:21.620Z] #49 18.38 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:03:21.620Z] #49 18.58 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:03:21.620Z] #49 18.59 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:03:21.620Z] #49 18.59 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:03:21.620Z] #49 18.66 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:03:21.620Z] #49 18.66 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:03:21.620Z] #49 18.66 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:03:21.620Z] #49 18.80 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:03:21.620Z] #49 18.84 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:03:21.620Z] #49 18.84 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:03:21.620Z] #49 18.92 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:03:21.620Z] #49 18.99 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:03:21.620Z] #49 19.02 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:03:21.620Z] #49 19.02 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:03:21.620Z] #49 19.08 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:03:21.620Z] #49 19.08 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:03:21.620Z] #49 19.08 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:03:21.620Z] #49 19.10 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:03:21.620Z] #49 19.13 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:03:21.620Z] #49 19.14 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-10T15:03:21.620Z] #49 19.15 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:03:21.620Z] #49 19.22 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:03:21.620Z] #49 19.28 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:03:21.620Z] #49 19.29 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:03:21.630Z] #12 ... [2021-03-10T15:03:21.630Z] [2021-03-10T15:03:21.630Z] #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-03-10T15:03:21.630Z] #50 sha256:fc127c2cc8fd49f9f5c83dcdaf884c2062da9f12b9c8d88cd41268cd47d20b57 [2021-03-10T15:03:21.630Z] #50 4.920 + RM_GOPATH=0 [2021-03-10T15:03:21.630Z] #50 4.920 + TMP_GOPATH= [2021-03-10T15:03:21.630Z] #50 4.920 + : /build [2021-03-10T15:03:21.630Z] #50 4.920 + '[' -z '' ']' [2021-03-10T15:03:21.630Z] #50 4.920 ++ mktemp -d [2021-03-10T15:03:21.630Z] #50 4.922 + export GOPATH=/tmp/tmp.Ue6hmYiAUf [2021-03-10T15:03:21.630Z] #50 4.922 + GOPATH=/tmp/tmp.Ue6hmYiAUf [2021-03-10T15:03:21.630Z] #50 4.922 + RM_GOPATH=1 [2021-03-10T15:03:21.630Z] #50 4.922 + case "$(go env GOARCH)" in [2021-03-10T15:03:21.630Z] #50 4.958 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:03:21.630Z] #50 4.960 ++ go env GOARCH [2021-03-10T15:03:21.630Z] #50 4.960 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:21.630Z] #50 4.960 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:21.630Z] #50 4.960 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:21.630Z] #50 4.960 + dir=/tmp/install [2021-03-10T15:03:21.630Z] #50 4.960 + bin=shfmt [2021-03-10T15:03:21.630Z] #50 4.960 + shift [2021-03-10T15:03:21.630Z] #50 4.960 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-10T15:03:21.630Z] #50 4.960 + . /tmp/install/shfmt.installer [2021-03-10T15:03:21.630Z] #50 4.960 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:03:21.630Z] #50 4.960 + install_shfmt [2021-03-10T15:03:21.630Z] #50 4.960 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-10T15:03:21.630Z] #50 4.960 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Ue6hmYiAUf/src/github.com/mvdan/sh [2021-03-10T15:03:21.630Z] #50 4.960 Cloning into '/tmp/tmp.Ue6hmYiAUf/src/github.com/mvdan/sh'... [2021-03-10T15:03:21.630Z] #50 ... [2021-03-10T15:03:21.630Z] [2021-03-10T15:03:21.630Z] #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-03-10T15:03:21.630Z] #48 sha256:904479a0ad8bb65945d1c419770d47fdc37050c16b2e5e9927614694731365f5 [2021-03-10T15:03:21.630Z] #48 3.973 + RM_GOPATH=0 [2021-03-10T15:03:21.630Z] #48 3.973 + TMP_GOPATH= [2021-03-10T15:03:21.630Z] #48 3.973 + : /build [2021-03-10T15:03:21.630Z] #48 3.973 + '[' -z '' ']' [2021-03-10T15:03:21.630Z] #48 3.973 ++ mktemp -d [2021-03-10T15:03:21.630Z] #48 3.973 + export GOPATH=/tmp/tmp.Oxn0TY9sHJ [2021-03-10T15:03:21.630Z] #48 3.973 + GOPATH=/tmp/tmp.Oxn0TY9sHJ [2021-03-10T15:03:21.630Z] #48 3.973 + RM_GOPATH=1 [2021-03-10T15:03:21.630Z] #48 3.973 + case "$(go env GOARCH)" in [2021-03-10T15:03:21.630Z] #48 3.973 ++ go env GOARCH [2021-03-10T15:03:21.630Z] #48 3.993 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:21.630Z] #48 3.993 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:21.630Z] #48 3.993 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:21.630Z] #48 3.993 + dir=/tmp/install [2021-03-10T15:03:21.630Z] #48 3.993 + bin=golangci_lint [2021-03-10T15:03:21.630Z] #48 3.993 + shift [2021-03-10T15:03:21.630Z] #48 3.993 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-10T15:03:21.630Z] #48 3.993 + . /tmp/install/golangci_lint.installer [2021-03-10T15:03:21.630Z] #48 3.993 ++ : v1.23.8 [2021-03-10T15:03:21.630Z] #48 3.993 + install_golangci_lint [2021-03-10T15:03:21.630Z] #48 3.993 + set -e [2021-03-10T15:03:21.630Z] #48 3.993 + export GO111MODULE=on [2021-03-10T15:03:21.630Z] #48 3.993 + GO111MODULE=on [2021-03-10T15:03:21.630Z] #48 3.993 + GOBIN=/build [2021-03-10T15:03:21.630Z] #48 3.993 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-10T15:03:21.630Z] #48 4.007 go: finding github.com v1.23.8 [2021-03-10T15:03:21.630Z] #48 4.007 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-10T15:03:21.630Z] #48 4.007 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-10T15:03:21.630Z] #48 4.007 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:03:21.630Z] #48 4.007 go: finding github.com/golangci v1.23.8 [2021-03-10T15:03:21.630Z] #48 4.513 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:03:21.630Z] #48 4.967 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:03:21.836Z] #42 17.21 CC compel/plugins/std/string.o [2021-03-10T15:03:21.836Z] #42 17.37 CC compel/plugins/std/infect.o [2021-03-10T15:03:21.887Z] #48 ... [2021-03-10T15:03:21.887Z] [2021-03-10T15:03:21.887Z] #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-03-10T15:03:21.887Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:03:21.887Z] #54 6.891 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:21.887Z] #54 6.955 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:21.887Z] #54 7.092 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:21.887Z] #54 8.075 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:03:21.887Z] #54 10.44 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:03:21.887Z] #54 ... [2021-03-10T15:03:21.887Z] [2021-03-10T15:03:21.887Z] #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-03-10T15:03:21.887Z] #23 sha256:ef9a9595b309f3e83b715ae39abe300d43db08da5a8236420169e4d0ac51f375 [2021-03-10T15:03:21.887Z] #23 4.868 + RM_GOPATH=0 [2021-03-10T15:03:21.887Z] #23 4.868 + TMP_GOPATH= [2021-03-10T15:03:21.887Z] #23 4.868 + : /build [2021-03-10T15:03:21.887Z] #23 4.868 + '[' -z '' ']' [2021-03-10T15:03:21.887Z] #23 4.868 ++ mktemp -d [2021-03-10T15:03:21.887Z] #23 4.868 + export GOPATH=/tmp/tmp.U85F89Hsvi [2021-03-10T15:03:21.887Z] #23 4.868 + GOPATH=/tmp/tmp.U85F89Hsvi [2021-03-10T15:03:21.887Z] #23 4.868 + RM_GOPATH=1 [2021-03-10T15:03:21.887Z] #23 4.868 + case "$(go env GOARCH)" in [2021-03-10T15:03:21.887Z] #23 4.868 ++ go env GOARCH [2021-03-10T15:03:21.887Z] #23 4.879 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:21.887Z] #23 4.879 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:21.887Z] #23 4.887 Install docker/cli version 17.06.2-ce from stable [2021-03-10T15:03:21.887Z] #23 4.888 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:21.887Z] #23 4.888 + dir=/tmp/install [2021-03-10T15:03:21.887Z] #23 4.888 + bin=dockercli [2021-03-10T15:03:21.887Z] #23 4.888 + shift [2021-03-10T15:03:21.887Z] #23 4.888 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-10T15:03:21.887Z] #23 4.888 + . /tmp/install/dockercli.installer [2021-03-10T15:03:21.887Z] #23 4.888 ++ : stable [2021-03-10T15:03:21.887Z] #23 4.888 ++ : 17.06.2-ce [2021-03-10T15:03:21.887Z] #23 4.888 + install_dockercli [2021-03-10T15:03:21.887Z] #23 4.888 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-10T15:03:21.887Z] #23 4.889 ++ uname -m [2021-03-10T15:03:21.887Z] #23 4.896 + arch=x86_64 [2021-03-10T15:03:21.887Z] #23 4.896 + '[' x86_64 '!=' x86_64 ']' [2021-03-10T15:03:21.887Z] #23 4.896 + url=https://download.docker.com/linux/static [2021-03-10T15:03:21.887Z] #23 4.896 + tar -xz docker/docker [2021-03-10T15:03:21.887Z] #23 4.896 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-10T15:03:21.914Z] #49 19.50 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-10T15:03:21.914Z] #49 19.51 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:03:21.914Z] #49 19.57 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:03:21.914Z] #49 19.63 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:03:22.095Z] #42 17.50 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-10T15:03:22.095Z] #42 17.53 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-10T15:03:22.096Z] #42 17.57 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-10T15:03:22.096Z] #42 17.60 AR compel/plugins/std.lib.a [2021-03-10T15:03:22.096Z] #42 17.66 CC compel/plugins/fds/fds.o [2021-03-10T15:03:22.157Z] #23 ... [2021-03-10T15:03:22.157Z] [2021-03-10T15:03:22.157Z] #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-03-10T15:03:22.157Z] #63 sha256:0e24145af6a452131750e5745c344649c7a4abf57f10e2e7e48e53bd3b540631 [2021-03-10T15:03:22.157Z] #63 4.851 + RM_GOPATH=0 [2021-03-10T15:03:22.157Z] #63 4.853 + TMP_GOPATH= [2021-03-10T15:03:22.157Z] #63 4.853 + : /build [2021-03-10T15:03:22.157Z] #63 4.853 + '[' -z '' ']' [2021-03-10T15:03:22.157Z] #63 4.853 ++ mktemp -d [2021-03-10T15:03:22.157Z] #63 4.868 + export GOPATH=/tmp/tmp.D0s4KHBms0 [2021-03-10T15:03:22.157Z] #63 4.868 + GOPATH=/tmp/tmp.D0s4KHBms0 [2021-03-10T15:03:22.157Z] #63 4.868 + RM_GOPATH=1 [2021-03-10T15:03:22.157Z] #63 4.868 + case "$(go env GOARCH)" in [2021-03-10T15:03:22.157Z] #63 4.868 ++ go env GOARCH [2021-03-10T15:03:22.157Z] #63 4.879 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:22.157Z] #63 4.879 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:22.157Z] #63 4.879 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:22.157Z] #63 4.879 + dir=/tmp/install [2021-03-10T15:03:22.157Z] #63 4.879 + bin=proxy [2021-03-10T15:03:22.157Z] #63 4.879 + shift [2021-03-10T15:03:22.157Z] #63 4.879 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-10T15:03:22.157Z] #63 4.879 + . /tmp/install/proxy.installer [2021-03-10T15:03:22.157Z] #63 4.879 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:03:22.157Z] #63 4.879 + install_proxy [2021-03-10T15:03:22.157Z] #63 4.879 + case "$1" in [2021-03-10T15:03:22.157Z] #63 4.879 + export CGO_ENABLED=0 [2021-03-10T15:03:22.157Z] #63 4.879 + CGO_ENABLED=0 [2021-03-10T15:03:22.157Z] #63 4.879 + _install_proxy [2021-03-10T15:03:22.157Z] #63 4.879 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-10T15:03:22.157Z] #63 4.879 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.D0s4KHBms0/src/github.com/docker/libnetwork [2021-03-10T15:03:22.157Z] #63 4.879 Cloning into '/tmp/tmp.D0s4KHBms0/src/github.com/docker/libnetwork'... [2021-03-10T15:03:22.157Z] #63 4.888 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:03:22.157Z] #63 ... [2021-03-10T15:03:22.157Z] [2021-03-10T15:03:22.157Z] #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-03-10T15:03:22.157Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:03:22.157Z] #44 5.142 + RM_GOPATH=0 [2021-03-10T15:03:22.157Z] #44 5.142 + TMP_GOPATH= [2021-03-10T15:03:22.157Z] #44 5.142 + : /build [2021-03-10T15:03:22.157Z] #44 5.142 + '[' -z '' ']' [2021-03-10T15:03:22.157Z] #44 5.142 ++ mktemp -d [2021-03-10T15:03:22.157Z] #44 5.142 + export GOPATH=/tmp/tmp.ui8XzUZ6RT [2021-03-10T15:03:22.157Z] #44 5.142 + GOPATH=/tmp/tmp.ui8XzUZ6RT [2021-03-10T15:03:22.157Z] #44 5.142 + RM_GOPATH=1 [2021-03-10T15:03:22.157Z] #44 5.142 + case "$(go env GOARCH)" in [2021-03-10T15:03:22.157Z] #44 5.142 ++ go env GOARCH [2021-03-10T15:03:22.157Z] #44 5.143 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:22.157Z] #44 5.143 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:22.157Z] #44 5.150 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:22.157Z] #44 5.151 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:03:22.157Z] #44 5.151 + dir=/tmp/install [2021-03-10T15:03:22.157Z] #44 5.151 + bin=vndr [2021-03-10T15:03:22.157Z] #44 5.151 + shift [2021-03-10T15:03:22.157Z] #44 5.151 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-10T15:03:22.157Z] #44 5.151 + . /tmp/install/vndr.installer [2021-03-10T15:03:22.157Z] #44 5.151 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:03:22.157Z] #44 5.151 + install_vndr [2021-03-10T15:03:22.157Z] #44 5.151 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-10T15:03:22.157Z] #44 5.151 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ui8XzUZ6RT/src/github.com/LK4D4/vndr [2021-03-10T15:03:22.157Z] #44 5.163 Cloning into '/tmp/tmp.ui8XzUZ6RT/src/github.com/LK4D4/vndr'... [2021-03-10T15:03:22.157Z] #44 6.247 + cd /tmp/tmp.ui8XzUZ6RT/src/github.com/LK4D4/vndr [2021-03-10T15:03:22.157Z] #44 6.247 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:03:22.157Z] #44 6.285 + go build -buildmode=pie -v -o /build/vndr . [2021-03-10T15:03:22.157Z] #44 7.673 internal/race [2021-03-10T15:03:22.157Z] #44 7.836 sync/atomic [2021-03-10T15:03:22.157Z] #44 7.940 runtime [2021-03-10T15:03:22.157Z] #44 8.196 unicode [2021-03-10T15:03:22.207Z] #49 19.66 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:03:22.207Z] #49 19.74 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:03:22.207Z] #49 19.78 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:03:22.355Z] #42 17.73 AR compel/plugins/fds.lib.a [2021-03-10T15:03:22.355Z] #42 17.75 HOSTDEP compel/src/lib/log-host.d [2021-03-10T15:03:22.355Z] #42 17.78 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-10T15:03:22.355Z] #42 17.81 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-10T15:03:22.355Z] #42 17.83 HOSTDEP compel/src/main-host.d [2021-03-10T15:03:22.355Z] #42 17.86 DEP compel/src/lib/ptrace.d [2021-03-10T15:03:22.355Z] #42 17.90 DEP compel/src/lib/infect.d [2021-03-10T15:03:22.355Z] #42 17.95 DEP compel/src/lib/infect-util.d [2021-03-10T15:03:20.546Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:03:20.556Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:03:20.560Z] > git checkout -f de26283303087321a9cad15f865cca5cec3680eb # timeout=10 [2021-03-10T15:03:22.415Z] #44 ... [2021-03-10T15:03:22.415Z] [2021-03-10T15:03:22.415Z] #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-03-10T15:03:22.415Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:03:22.415Z] #35 6.792 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:22.415Z] #35 6.937 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:22.415Z] #35 7.115 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:22.415Z] #35 8.040 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:03:22.415Z] #35 10.16 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:03:22.415Z] #35 ... [2021-03-10T15:03:22.415Z] [2021-03-10T15:03:22.415Z] #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-03-10T15:03:22.415Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:22.415Z] #41 6.801 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:22.415Z] #41 6.896 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:22.415Z] #41 7.177 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:22.415Z] #41 7.969 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:03:22.415Z] #41 9.852 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:03:22.501Z] #49 19.86 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:03:22.501Z] #49 19.93 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:03:22.501Z] #49 19.93 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:03:22.501Z] #49 20.01 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:03:22.501Z] #49 20.01 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-10T15:03:22.501Z] #49 20.09 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:03:22.501Z] #49 20.15 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:03:22.616Z] #42 ... [2021-03-10T15:03:22.616Z] [2021-03-10T15:03:22.616Z] #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-03-10T15:03:22.616Z] #14 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-10T15:03:22.616Z] #14 DONE 1.4s [2021-03-10T15:03:22.616Z] [2021-03-10T15:03:22.616Z] #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-03-10T15:03:22.616Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:22.616Z] #42 17.98 DEP compel/src/lib/infect-rpc.d [2021-03-10T15:03:22.616Z] #42 18.04 DEP compel/arch/x86/src/lib/infect.d [2021-03-10T15:03:22.616Z] #42 18.09 DEP compel/arch/x86/src/lib/cpu.d [2021-03-10T15:03:22.616Z] #42 18.12 DEP compel/src/lib/log.d [2021-03-10T15:03:22.616Z] #42 18.15 DEP compel/src/main.d [2021-03-10T15:03:22.616Z] #42 18.20 DEP compel/src/lib/handle-elf.d [2021-03-10T15:03:22.672Z] #41 ... [2021-03-10T15:03:22.672Z] [2021-03-10T15:03:22.672Z] #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-03-10T15:03:22.672Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:03:22.672Z] #31 5.235 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-10T15:03:22.672Z] #31 5.248 Cloning into '.'... [2021-03-10T15:03:22.797Z] #49 20.15 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:03:22.797Z] #49 20.23 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:03:22.797Z] #49 20.25 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-10T15:03:22.797Z] #49 20.26 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:03:22.797Z] #49 20.28 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:03:22.797Z] #49 20.31 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-10T15:03:22.797Z] #49 ... [2021-03-10T15:03:22.797Z] [2021-03-10T15:03:22.797Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:22.797Z] #47 10.27 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:03:22.797Z] #47 13.44 go: finding github.com/fatih/color v1.9.0 [2021-03-10T15:03:22.797Z] #47 13.46 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:03:22.797Z] #47 13.48 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:03:22.797Z] #47 13.60 go: finding github.com/spf13/pflag v1.0.3 [2021-03-10T15:03:22.797Z] #47 13.64 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:03:22.797Z] #47 13.73 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:03:22.797Z] #47 13.90 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:03:22.797Z] #47 14.12 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:03:22.797Z] #47 14.19 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:03:22.797Z] #47 14.24 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:03:22.797Z] #47 14.26 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:03:22.797Z] #47 ... [2021-03-10T15:03:22.797Z] [2021-03-10T15:03:22.797Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-10T15:03:22.797Z] #36 13.72 Fetched 8111 kB in 12s (686 kB/s) [2021-03-10T15:03:22.797Z] #36 13.72 Reading package lists... [2021-03-10T15:03:22.875Z] #42 18.24 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-10T15:03:22.875Z] #42 18.28 CC compel/src/lib/log.o [2021-03-10T15:03:22.875Z] #42 18.34 CC compel/arch/x86/src/lib/cpu.o [2021-03-10T15:03:22.929Z] #31 ... [2021-03-10T15:03:22.929Z] [2021-03-10T15:03:22.929Z] #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-03-10T15:03:22.929Z] #46 sha256:ff1f14734c16f56925984b9fc5e5d1769b45cc1ccca560b1b0f90cc371df46b5 [2021-03-10T15:03:22.929Z] #46 10.07 go: extracting github.com/fatih/color v1.9.0 [2021-03-10T15:03:22.929Z] #46 10.14 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-10T15:03:22.929Z] #46 10.31 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:03:22.929Z] #46 10.32 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:03:22.929Z] #46 10.65 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:03:22.929Z] #46 10.66 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:03:22.929Z] #46 10.83 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:03:23.091Z] #36 19.49 Reading package lists... [2021-03-10T15:03:23.091Z] #36 ... [2021-03-10T15:03:23.091Z] [2021-03-10T15:03:23.091Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:23.091Z] #27 5.509 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-10T15:03:23.091Z] #27 13.39 Fetched 8111 kB in 12s (705 kB/s) [2021-03-10T15:03:23.091Z] #27 13.39 Reading package lists... [2021-03-10T15:03:23.091Z] #27 ... [2021-03-10T15:03:23.091Z] [2021-03-10T15:03:23.091Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:23.091Z] #49 20.45 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:03:23.091Z] #49 20.47 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:03:23.136Z] #42 18.54 CC compel/arch/x86/src/lib/infect.o [2021-03-10T15:03:23.385Z] #49 ... [2021-03-10T15:03:23.386Z] [2021-03-10T15:03:23.386Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:03:23.386Z] #45 10.78 unicode/utf8 [2021-03-10T15:03:23.386Z] #45 11.34 internal/testlog [2021-03-10T15:03:23.386Z] #45 11.79 unicode/utf16 [2021-03-10T15:03:23.386Z] #45 12.09 container/list [2021-03-10T15:03:23.386Z] #45 13.17 crypto/internal/subtle [2021-03-10T15:03:23.386Z] #45 13.87 crypto/subtle [2021-03-10T15:03:23.386Z] #45 14.09 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-10T15:03:23.386Z] #45 14.13 internal/nettrace [2021-03-10T15:03:23.386Z] #45 14.22 runtime/cgo [2021-03-10T15:03:23.386Z] #45 19.89 vendor/golang.org/x/crypto/internal/subtle [2021-03-10T15:03:23.386Z] #45 ... [2021-03-10T15:03:23.386Z] [2021-03-10T15:03:23.386Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:23.386Z] #58 10.92 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:03:23.386Z] #58 11.46 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:03:23.386Z] #58 11.49 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:03:23.386Z] #58 11.60 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:03:23.386Z] #58 12.43 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-10T15:03:23.386Z] #58 13.92 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:03:23.386Z] #58 15.33 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:03:23.386Z] #58 16.31 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:03:23.386Z] #58 16.68 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:03:23.386Z] #58 16.81 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:03:23.386Z] #58 16.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:03:23.386Z] #58 17.43 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:03:23.386Z] #58 18.81 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:03:23.386Z] #58 18.99 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:03:23.386Z] #58 19.07 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:03:23.386Z] #58 19.22 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:03:23.386Z] #58 19.28 go: finding github.com/google/uuid v1.2.0 [2021-03-10T15:03:23.386Z] #58 19.32 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:03:23.386Z] #58 19.35 go: finding github.com/gofrs/flock v0.8.0 [2021-03-10T15:03:23.386Z] #58 19.41 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-10T15:03:23.386Z] #58 19.46 go: finding github.com/gorilla/mux v1.8.0 [2021-03-10T15:03:23.386Z] #58 19.47 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:03:23.386Z] #58 19.49 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:03:23.386Z] #58 19.51 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:03:23.386Z] #58 19.56 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:03:23.386Z] #58 19.82 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:03:23.386Z] #58 19.86 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:03:23.396Z] #42 18.75 CC compel/src/lib/infect-rpc.o [2021-03-10T15:03:23.396Z] #42 18.86 CC compel/src/lib/infect-util.o [2021-03-10T15:03:23.676Z] #42 18.94 CC compel/src/lib/infect.o [2021-03-10T15:03:23.676Z] #42 ... [2021-03-10T15:03:23.676Z] [2021-03-10T15:03:23.676Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-10T15:03:23.676Z] #15 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-10T15:03:23.676Z] #15 0.927 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-10T15:03:23.676Z] #15 DONE 1.2s [2021-03-10T15:03:23.679Z] #58 ... [2021-03-10T15:03:23.679Z] [2021-03-10T15:03:23.679Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-10T15:03:23.679Z] #36 19.49 Reading package lists... [2021-03-10T15:03:23.679Z] #36 24.37 Building dependency tree... [2021-03-10T15:03:23.679Z] #36 ... [2021-03-10T15:03:23.679Z] [2021-03-10T15:03:23.679Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-10T15:03:23.679Z] #40 14.05 Checking out files: 98% (1664/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-10T15:03:23.679Z] #40 14.09 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-10T15:03:23.679Z] #40 16.76 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-10T15:03:23.839Z] Fetching without tags [2021-03-10T15:03:23.858Z] #46 12.19 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:03:23.937Z] [2021-03-10T15:03:23.937Z] #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-03-10T15:03:23.937Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:03:23.937Z] #39 42.85 + dpkg --print-architecture [2021-03-10T15:03:23.937Z] #39 42.86 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-10T15:03:23.937Z] #39 43.18 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-10T15:03:23.937Z] #39 43.18 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-10T15:03:23.973Z] #40 ... [2021-03-10T15:03:23.973Z] [2021-03-10T15:03:23.973Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-10T15:03:23.973Z] #42 21.57 Building dependency tree... [2021-03-10T15:03:23.973Z] #42 23.68 The following additional packages will be installed: [2021-03-10T15:03:23.973Z] #42 23.68 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-10T15:03:23.973Z] #42 23.68 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-10T15:03:23.973Z] #42 23.68 Suggested packages: [2021-03-10T15:03:23.973Z] #42 23.68 manpages-dev python-setuptools [2021-03-10T15:03:23.973Z] #42 24.69 The following NEW packages will be installed: [2021-03-10T15:03:23.973Z] #42 24.69 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-10T15:03:23.973Z] #42 24.69 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-10T15:03:23.973Z] #42 24.69 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-10T15:03:23.973Z] #42 24.69 python-six zlib1g-dev [2021-03-10T15:03:23.973Z] #42 24.88 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:03:23.973Z] #42 24.88 Need to get 3742 kB of archives. [2021-03-10T15:03:23.973Z] #42 24.88 After this operation, 22.0 MB of additional disk space will be used. [2021-03-10T15:03:23.973Z] #42 24.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2021-03-10T15:03:23.973Z] #42 24.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-03-10T15:03:24.180Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:03:24.268Z] #42 24.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2021-03-10T15:03:24.268Z] #42 24.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-03-10T15:03:24.268Z] #42 24.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2021-03-10T15:03:24.268Z] #42 24.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-03-10T15:03:24.268Z] #42 24.91 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2021-03-10T15:03:24.268Z] #42 24.91 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2021-03-10T15:03:24.268Z] #42 24.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2021-03-10T15:03:24.268Z] #42 24.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2021-03-10T15:03:24.268Z] #42 24.97 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2021-03-10T15:03:24.268Z] #42 25.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2021-03-10T15:03:24.268Z] #42 25.06 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2021-03-10T15:03:24.268Z] #42 25.08 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2021-03-10T15:03:24.268Z] #42 25.08 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-10T15:03:24.268Z] #42 25.10 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2021-03-10T15:03:24.562Z] #42 25.12 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2021-03-10T15:03:24.878Z] #39 ... [2021-03-10T15:03:24.878Z] [2021-03-10T15:03:24.878Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-10T15:03:24.878Z] #16 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-10T15:03:24.878Z] #16 DONE 1.2s [2021-03-10T15:03:24.995Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:03:25.020Z] First time build. Skipping changelog. [2021-03-10T15:03:25.138Z] [2021-03-10T15:03:25.138Z] #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-03-10T15:03:25.138Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:25.138Z] #42 19.54 CC compel/src/lib/ptrace.o [2021-03-10T15:03:25.138Z] #42 19.68 AR compel/libcompel.a [2021-03-10T15:03:25.138Z] #42 19.74 HOSTCC compel/src/main-host.o [2021-03-10T15:03:25.138Z] #42 19.83 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-10T15:03:25.138Z] #42 19.90 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-10T15:03:25.138Z] #42 20.03 HOSTCC compel/src/lib/log-host.o [2021-03-10T15:03:25.138Z] #42 20.07 HOSTLINK compel/compel-host-bin [2021-03-10T15:03:25.138Z] #42 20.15 DEP soccr/soccr.d [2021-03-10T15:03:25.138Z] #42 20.23 CC soccr/soccr.o [2021-03-10T15:03:25.138Z] #42 20.60 AR soccr/libsoccr.a [2021-03-10T15:03:25.138Z] #42 20.62 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:03:25.200Z] #42 25.85 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:25.200Z] #42 25.97 Fetched 3742 kB in 0s (10.7 MB/s) [2021-03-10T15:03:25.228Z] #46 13.63 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [Pipeline] withEnv [Pipeline] { [2021-03-10T15:03:25.398Z] #42 20.89 DEP criu/arch/x86/sigframe.d [2021-03-10T15:03:25.398Z] #42 20.93 DEP criu/arch/x86/sigaction_compat.d [2021-03-10T15:03:25.398Z] #42 20.97 DEP criu/arch/x86/kerndat.d [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-10T15:03:25.495Z] #42 26.09 Selecting previously unselected package libcap-dev:s390x. [2021-03-10T15:03:25.495Z] #42 26.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-10T15:03:25.495Z] #42 26.25 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2021-03-10T15:03:25.495Z] #42 26.26 Unpacking libcap-dev:s390x (1:2.25-2) ... [2021-03-10T15:03:25.495Z] #42 26.37 Selecting previously unselected package libnet1:s390x. [2021-03-10T15:03:25.495Z] #42 26.37 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-10T15:03:25.495Z] #42 26.38 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:25.658Z] #42 21.01 DEP criu/arch/x86/crtools.d [2021-03-10T15:03:25.658Z] #42 21.05 DEP criu/arch/x86/cpu.d [2021-03-10T15:03:25.658Z] #42 21.11 CC criu/arch/x86/cpu.o [2021-03-10T15:03:23.706Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:03:23.745Z] > git config --add remote.origin.fetch +refs/pull/42054/head:refs/remotes/origin/PR-42054 # timeout=10 [2021-03-10T15:03:23.779Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:03:23.798Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:03:23.843Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:03:23.843Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:03:23.846Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:03:24.194Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:03:24.205Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:03:25.790Z] #42 26.46 Selecting previously unselected package libnet1-dev. [2021-03-10T15:03:25.790Z] #42 26.50 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-10T15:03:25.790Z] #42 26.50 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:25.918Z] #42 21.30 CC criu/arch/x86/crtools.o [2021-03-10T15:03:26.084Z] #42 26.68 Selecting previously unselected package libnl-3-200:s390x. [2021-03-10T15:03:26.084Z] #42 26.69 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2021-03-10T15:03:26.084Z] #42 26.69 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-03-10T15:03:26.084Z] #42 26.82 Selecting previously unselected package libnl-3-dev:s390x. [2021-03-10T15:03:26.084Z] #42 26.82 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2021-03-10T15:03:26.084Z] #42 26.82 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2021-03-10T15:03:26.164Z] #46 ... [2021-03-10T15:03:26.164Z] [2021-03-10T15:03:26.164Z] #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-03-10T15:03:26.164Z] #23 sha256:ef9a9595b309f3e83b715ae39abe300d43db08da5a8236420169e4d0ac51f375 [2021-03-10T15:03:26.164Z] #23 13.77 + mkdir -p /build [2021-03-10T15:03:26.164Z] #23 13.78 + mv docker/docker /build/ [2021-03-10T15:03:26.164Z] #23 13.78 + rmdir docker [2021-03-10T15:03:26.164Z] #23 DONE 14.5s [2021-03-10T15:03:26.164Z] [2021-03-10T15:03:26.164Z] #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-03-10T15:03:26.164Z] #48 sha256:904479a0ad8bb65945d1c419770d47fdc37050c16b2e5e9927614694731365f5 [2021-03-10T15:03:26.164Z] #48 12.32 go: downloading github.com/spf13/viper v1.6.1 [2021-03-10T15:03:26.164Z] #48 12.35 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-10T15:03:26.164Z] #48 12.35 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-10T15:03:26.164Z] #48 12.36 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:03:26.164Z] #48 12.39 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:03:26.164Z] #48 12.44 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:03:26.164Z] #48 12.44 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:03:26.164Z] #48 12.52 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-10T15:03:26.164Z] #48 12.79 go: extracting github.com/spf13/viper v1.6.1 [2021-03-10T15:03:26.164Z] #48 12.87 go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:03:26.164Z] #48 12.96 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-10T15:03:26.164Z] #48 12.96 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-10T15:03:26.164Z] #48 12.97 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:03:26.164Z] #48 13.37 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:03:26.164Z] #48 13.49 go: extracting github.com/pkg/errors v0.8.1 [2021-03-10T15:03:26.164Z] #48 13.61 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:03:26.164Z] #48 13.61 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:03:26.164Z] #48 13.64 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:03:26.164Z] #48 13.64 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-10T15:03:26.164Z] #48 13.69 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-10T15:03:26.165Z] #48 13.70 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:03:26.165Z] #48 13.72 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-10T15:03:26.165Z] #48 13.74 go: downloading github.com/spf13/cast v1.3.0 [2021-03-10T15:03:26.165Z] #48 13.74 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-10T15:03:26.165Z] #48 13.91 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:03:26.165Z] #48 13.93 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:03:26.165Z] #48 13.98 go: downloading github.com/fatih/color v1.7.0 [2021-03-10T15:03:26.165Z] #48 14.12 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:03:26.165Z] #48 14.29 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:03:26.165Z] #48 14.31 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:03:26.165Z] #48 14.50 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:03:26.165Z] #48 14.55 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-10T15:03:26.165Z] #48 14.61 go: extracting github.com/fatih/color v1.7.0 [2021-03-10T15:03:26.178Z] #42 21.60 CC criu/arch/x86/kerndat.o [2021-03-10T15:03:26.203Z] + docker version [2021-03-10T15:03:26.421Z] #48 14.93 go: extracting github.com/spf13/cast v1.3.0 [2021-03-10T15:03:26.438Z] #42 21.74 CC criu/arch/x86/sigaction_compat.o [2021-03-10T15:03:26.438Z] #42 21.81 CC criu/arch/x86/sigframe.o [2021-03-10T15:03:26.438Z] #42 ... [2021-03-10T15:03:26.438Z] [2021-03-10T15:03:26.438Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-10T15:03:26.438Z] #17 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-10T15:03:26.438Z] #17 DONE 1.5s [2021-03-10T15:03:26.438Z] [2021-03-10T15:03:26.438Z] #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-03-10T15:03:26.438Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:26.438Z] #42 21.89 LINK criu/arch/x86/crtools.built-in.o [2021-03-10T15:03:26.438Z] #42 21.94 DEP criu/pie/util-vdso-elf32.d [2021-03-10T15:03:26.438Z] #42 21.99 DEP criu/pie/util-vdso.d [2021-03-10T15:03:26.450Z] #42 27.08 Selecting previously unselected package libprotobuf-c1:s390x. [2021-03-10T15:03:26.450Z] #42 27.08 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-03-10T15:03:26.450Z] #42 27.08 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-10T15:03:26.450Z] #42 27.18 Selecting previously unselected package libprotobuf-c-dev:s390x. [2021-03-10T15:03:26.450Z] #42 27.18 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2021-03-10T15:03:26.450Z] #42 27.19 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-03-10T15:03:26.450Z] #42 27.26 Selecting previously unselected package zlib1g-dev:s390x. [2021-03-10T15:03:26.450Z] #42 27.27 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2021-03-10T15:03:26.450Z] #42 27.27 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-03-10T15:03:26.695Z] #48 15.03 go: downloading github.com/spf13/afero v1.1.2 [2021-03-10T15:03:26.695Z] #48 15.18 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:03:26.695Z] #48 15.27 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:03:26.698Z] #42 22.03 DEP criu/pie/util.d [2021-03-10T15:03:26.698Z] #42 22.09 CC criu/pie/util.o [2021-03-10T15:03:26.698Z] #42 22.18 CC criu/pie/util-vdso.o [2021-03-10T15:03:26.744Z] #42 27.46 Selecting previously unselected package libprotobuf17:s390x. [2021-03-10T15:03:26.744Z] #42 27.46 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2021-03-10T15:03:26.744Z] #42 27.46 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2021-03-10T15:03:26.951Z] #48 15.47 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:03:26.951Z] #48 15.55 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:03:26.951Z] #48 ... [2021-03-10T15:03:26.951Z] [2021-03-10T15:03:26.951Z] #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-03-10T15:03:26.951Z] #57 sha256:d4dcbd73938eb32845ec9b1dff5b311f918bd5865d2cf48e5a7709a99194bbe8 [2021-03-10T15:03:26.951Z] #57 5.617 + RM_GOPATH=0 [2021-03-10T15:03:26.951Z] #57 5.617 + TMP_GOPATH= [2021-03-10T15:03:26.951Z] #57 5.617 + : /build [2021-03-10T15:03:26.951Z] #57 5.617 + '[' -z '' ']' [2021-03-10T15:03:26.951Z] #57 5.617 ++ mktemp -d [2021-03-10T15:03:26.951Z] #57 5.617 + export GOPATH=/tmp/tmp.mfjn7kJqng [2021-03-10T15:03:26.951Z] #57 5.617 + GOPATH=/tmp/tmp.mfjn7kJqng [2021-03-10T15:03:26.951Z] #57 5.617 + RM_GOPATH=1 [2021-03-10T15:03:26.951Z] #57 5.617 + case "$(go env GOARCH)" in [2021-03-10T15:03:26.951Z] #57 5.617 ++ go env GOARCH [2021-03-10T15:03:26.951Z] #57 5.617 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:26.951Z] #57 5.617 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:26.951Z] #57 5.617 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:26.951Z] #57 5.642 + dir=/tmp/install [2021-03-10T15:03:26.951Z] #57 5.642 + bin=rootlesskit [2021-03-10T15:03:26.951Z] #57 5.642 + shift [2021-03-10T15:03:26.951Z] #57 5.642 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-10T15:03:26.951Z] #57 5.642 + . /tmp/install/rootlesskit.installer [2021-03-10T15:03:26.951Z] #57 5.642 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:03:26.951Z] #57 5.642 + install_rootlesskit [2021-03-10T15:03:26.951Z] #57 5.642 + case "$1" in [2021-03-10T15:03:26.951Z] #57 5.642 + export CGO_ENABLED=0 [2021-03-10T15:03:26.951Z] #57 5.642 + CGO_ENABLED=0 [2021-03-10T15:03:26.951Z] #57 5.642 + _install_rootlesskit [2021-03-10T15:03:26.951Z] #57 5.642 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-10T15:03:26.951Z] #57 5.642 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.mfjn7kJqng/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:03:26.951Z] #57 5.642 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:03:26.951Z] #57 5.661 Cloning into '/tmp/tmp.mfjn7kJqng/src/github.com/rootless-containers/rootlesskit'... [2021-03-10T15:03:26.951Z] #57 10.40 + cd /tmp/tmp.mfjn7kJqng/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:03:26.951Z] #57 10.40 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:03:26.951Z] #57 10.47 + export GO111MODULE=on [2021-03-10T15:03:26.951Z] #57 10.47 + GO111MODULE=on [2021-03-10T15:03:26.951Z] #57 10.47 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:03:26.951Z] #57 10.47 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-10T15:03:26.951Z] #57 12.39 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:03:26.951Z] #57 12.40 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:03:26.951Z] #57 12.44 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:03:26.951Z] #57 12.53 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:03:26.951Z] #57 12.54 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:03:26.951Z] #57 12.70 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-10T15:03:26.951Z] #57 12.75 go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:03:26.951Z] #57 12.87 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:03:26.951Z] #57 13.07 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:03:26.951Z] #57 13.15 go: extracting github.com/google/uuid v1.2.0 [2021-03-10T15:03:26.951Z] #57 13.23 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-10T15:03:26.951Z] #57 13.24 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:03:26.951Z] #57 13.32 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-10T15:03:26.951Z] #57 13.33 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:03:26.951Z] #57 13.35 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-10T15:03:26.951Z] #57 13.40 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:03:26.951Z] #57 13.60 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:03:26.951Z] #57 14.30 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:03:26.951Z] #57 14.57 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:03:26.958Z] #42 22.36 CC criu/pie/util-vdso-elf32.o [2021-03-10T15:03:26.958Z] #42 22.54 AR criu/pie/pie.lib.a [2021-03-10T15:03:27.001Z] Merge succeeded, producing 29f025854f8fd98d0852a139a9e5b9dc7dfe244e [2021-03-10T15:03:27.001Z] Checking out Revision 29f025854f8fd98d0852a139a9e5b9dc7dfe244e (PR-42054) [2021-03-10T15:03:27.075Z] #42 ... [2021-03-10T15:03:27.075Z] [2021-03-10T15:03:27.075Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-10T15:03:27.075Z] #55 18.01 Reading package lists... [2021-03-10T15:03:27.075Z] #55 22.94 Building dependency tree... [2021-03-10T15:03:27.075Z] #55 24.97 The following additional packages will be installed: [2021-03-10T15:03:27.075Z] #55 24.99 libbtrfs0 [2021-03-10T15:03:27.075Z] #55 25.08 The following NEW packages will be installed: [2021-03-10T15:03:27.075Z] #55 25.12 libbtrfs-dev libbtrfs0 [2021-03-10T15:03:27.075Z] #55 25.28 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:03:27.075Z] #55 25.28 Need to get 118 kB of archives. [2021-03-10T15:03:27.075Z] #55 25.28 After this operation, 390 kB of additional disk space will be used. [2021-03-10T15:03:27.075Z] #55 25.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-03-10T15:03:27.075Z] #55 25.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-03-10T15:03:27.075Z] #55 25.99 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:27.075Z] #55 26.08 Fetched 118 kB in 0s (1567 kB/s) [2021-03-10T15:03:27.075Z] #55 26.17 Selecting previously unselected package libbtrfs0. [2021-03-10T15:03:27.075Z] #55 26.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-10T15:03:27.075Z] #55 26.33 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2021-03-10T15:03:27.075Z] #55 26.35 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:03:27.075Z] #55 26.46 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:03:27.075Z] #55 26.48 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-03-10T15:03:27.075Z] #55 26.48 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:03:27.075Z] #55 26.64 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:03:27.075Z] #55 26.65 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:03:27.075Z] #55 26.66 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:27.075Z] #55 DONE 27.7s [2021-03-10T15:03:27.075Z] [2021-03-10T15:03:27.075Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:27.211Z] #57 ... [2021-03-10T15:03:27.211Z] [2021-03-10T15:03:27.211Z] #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-03-10T15:03:27.211Z] #48 sha256:904479a0ad8bb65945d1c419770d47fdc37050c16b2e5e9927614694731365f5 [2021-03-10T15:03:27.211Z] #48 15.63 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:03:27.211Z] #48 15.70 go: extracting github.com/spf13/afero v1.1.2 [2021-03-10T15:03:27.218Z] #42 22.60 DEP criu/pie/restorer.d [2021-03-10T15:03:27.218Z] #42 22.67 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-10T15:03:27.218Z] #42 22.72 DEP criu/arch/x86/restorer_unmap.d [2021-03-10T15:03:27.218Z] #42 22.74 DEP criu/arch/x86/restorer.d [2021-03-10T15:03:27.218Z] #42 22.78 DEP criu/arch/x86/vdso-pie.d [2021-03-10T15:03:27.218Z] #42 22.81 DEP criu/pie/parasite-vdso.d [2021-03-10T15:03:27.218Z] #42 22.85 DEP criu/pie/parasite.d [2021-03-10T15:03:27.467Z] #48 15.92 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:03:27.467Z] #48 15.93 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:03:27.467Z] #48 16.02 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:03:27.478Z] #42 22.93 CC criu/pie/parasite.o [2021-03-10T15:03:25.008Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:03:27.723Z] #48 16.23 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:03:27.723Z] #48 ... [2021-03-10T15:03:27.723Z] [2021-03-10T15:03:27.723Z] #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-03-10T15:03:27.723Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:03:27.723Z] #39 5.892 + git clone https://github.com/docker/distribution.git . [2021-03-10T15:03:27.723Z] #39 5.892 Cloning into '.'... [2021-03-10T15:03:27.740Z] #42 23.25 LINK criu/pie/parasite.built-in.o [2021-03-10T15:03:27.980Z] #39 ... [2021-03-10T15:03:27.980Z] [2021-03-10T15:03:27.980Z] #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-03-10T15:03:27.980Z] #57 sha256:d4dcbd73938eb32845ec9b1dff5b311f918bd5865d2cf48e5a7709a99194bbe8 [2021-03-10T15:03:27.980Z] #57 16.30 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:03:27.980Z] #57 16.39 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:03:27.980Z] #57 16.49 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-10T15:03:28.002Z] #42 23.26 GEN criu/pie/parasite-blob.h [2021-03-10T15:03:28.002Z] #42 23.27 CC criu/pie/parasite-vdso.o [2021-03-10T15:03:28.002Z] #42 ... [2021-03-10T15:03:28.002Z] [2021-03-10T15:03:28.002Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:03:28.002Z] #18 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-10T15:03:28.002Z] #18 DONE 1.6s [2021-03-10T15:03:28.002Z] [2021-03-10T15:03:28.002Z] #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-03-10T15:03:28.002Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:28.002Z] #42 23.45 CC criu/arch/x86/vdso-pie.o [2021-03-10T15:03:28.002Z] #42 23.54 CC criu/arch/x86/restorer.o [2021-03-10T15:03:28.262Z] #42 23.67 CC criu/arch/x86/restorer_unmap.o [2021-03-10T15:03:28.262Z] #42 23.70 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-10T15:03:28.262Z] #42 23.80 CC criu/pie/restorer.o [2021-03-10T15:03:26.499Z] > git remote # timeout=10 [2021-03-10T15:03:26.613Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:03:26.625Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:03:26.628Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:03:26.975Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:03:27.002Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:03:27.009Z] > git checkout -f 29f025854f8fd98d0852a139a9e5b9dc7dfe244e # timeout=10 [2021-03-10T15:03:28.592Z] #56 1.608 + RM_GOPATH=0 [2021-03-10T15:03:28.592Z] #56 1.608 + TMP_GOPATH= [2021-03-10T15:03:28.592Z] #56 1.608 + : /build [2021-03-10T15:03:28.592Z] #56 1.608 + '[' -z '' ']' [2021-03-10T15:03:28.592Z] #56 1.609 ++ mktemp -d [2021-03-10T15:03:28.592Z] #56 1.613 + export GOPATH=/tmp/tmp.C1ifhsRvAh [2021-03-10T15:03:28.592Z] #56 1.613 + GOPATH=/tmp/tmp.C1ifhsRvAh [2021-03-10T15:03:28.592Z] #56 1.613 + RM_GOPATH=1 [2021-03-10T15:03:28.592Z] #56 1.613 + case "$(go env GOARCH)" in [2021-03-10T15:03:28.592Z] #56 1.614 ++ go env GOARCH [2021-03-10T15:03:28.592Z] #56 1.618 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:28.592Z] #56 1.618 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:28.592Z] #56 1.619 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:28.592Z] #56 1.620 + dir=/tmp/install [2021-03-10T15:03:28.592Z] #56 1.621 + bin=containerd [2021-03-10T15:03:28.592Z] #56 1.622 + shift [2021-03-10T15:03:28.592Z] #56 1.622 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-10T15:03:28.592Z] #56 1.622 + . /tmp/install/containerd.installer [2021-03-10T15:03:28.592Z] #56 1.623 ++ set -e [2021-03-10T15:03:28.592Z] #56 1.623 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:03:28.592Z] #56 1.627 + install_containerd [2021-03-10T15:03:28.592Z] #56 1.628 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-10T15:03:28.592Z] #56 1.628 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:03:28.592Z] #56 1.628 + git clone https://github.com/containerd/containerd.git /tmp/tmp.C1ifhsRvAh/src/github.com/containerd/containerd [2021-03-10T15:03:28.592Z] #56 1.629 Cloning into '/tmp/tmp.C1ifhsRvAh/src/github.com/containerd/containerd'... [2021-03-10T15:03:28.886Z] #56 ... [2021-03-10T15:03:28.886Z] [2021-03-10T15:03:28.886Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:03:28.886Z] #13 17.07 Fetched 8576 kB in 14s (617 kB/s) [2021-03-10T15:03:28.886Z] #13 17.07 Reading package lists... [2021-03-10T15:03:28.886Z] #13 21.69 Reading package lists... [2021-03-10T15:03:28.886Z] #13 26.36 Building dependency tree... [2021-03-10T15:03:28.886Z] #13 ... [2021-03-10T15:03:28.886Z] [2021-03-10T15:03:28.886Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-10T15:03:28.886Z] #42 28.25 Selecting previously unselected package libprotobuf-lite17:s390x. [2021-03-10T15:03:28.886Z] #42 28.25 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2021-03-10T15:03:28.886Z] #42 28.29 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-03-10T15:03:28.886Z] #42 28.45 Selecting previously unselected package libprotobuf-dev:s390x. [2021-03-10T15:03:28.886Z] #42 28.45 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2021-03-10T15:03:28.886Z] #42 28.46 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-03-10T15:03:28.886Z] #42 29.35 Selecting previously unselected package libprotoc17:s390x. [2021-03-10T15:03:28.886Z] #42 29.35 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2021-03-10T15:03:28.887Z] #42 29.35 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2021-03-10T15:03:29.180Z] #42 29.85 Selecting previously unselected package protobuf-c-compiler. [2021-03-10T15:03:29.180Z] #42 29.86 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2021-03-10T15:03:29.180Z] #42 29.86 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:03:29.180Z] #42 29.99 Selecting previously unselected package protobuf-compiler. [2021-03-10T15:03:29.180Z] #42 30.03 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2021-03-10T15:03:29.180Z] #42 30.03 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:03:29.201Z] #42 24.55 LINK criu/pie/restorer.built-in.o [2021-03-10T15:03:29.201Z] #42 24.55 GEN criu/pie/restorer-blob.h [2021-03-10T15:03:29.201Z] #42 24.62 DEP criu/vdso.d [2021-03-10T15:03:29.201Z] #42 24.69 DEP criu/vdso-compat.d [2021-03-10T15:03:29.201Z] #42 24.74 DEP criu/uts_ns.d [2021-03-10T15:03:29.201Z] #42 24.79 DEP criu/util.d [2021-03-10T15:03:29.460Z] #42 24.85 DEP criu/uffd.d [2021-03-10T15:03:29.460Z] #42 24.91 DEP criu/tun.d [2021-03-10T15:03:29.460Z] #42 24.96 DEP criu/tty.d [2021-03-10T15:03:29.460Z] #42 25.02 DEP criu/timerfd.d [2021-03-10T15:03:29.473Z] #42 30.16 Selecting previously unselected package python-pkg-resources. [2021-03-10T15:03:29.474Z] #42 30.16 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:03:29.474Z] #42 30.17 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-10T15:03:29.474Z] #42 30.36 Selecting previously unselected package python-six. [2021-03-10T15:03:29.721Z] #42 25.06 DEP criu/timens.d [2021-03-10T15:03:29.721Z] #42 25.12 DEP criu/sysfs_parse.d [2021-03-10T15:03:29.721Z] #42 25.17 DEP criu/sysctl.d [2021-03-10T15:03:29.721Z] #42 25.23 DEP criu/string.d [2021-03-10T15:03:29.721Z] #42 25.26 DEP criu/stats.d [2021-03-10T15:03:29.721Z] #42 25.30 DEP criu/sockets.d [2021-03-10T15:03:29.721Z] #42 25.36 DEP criu/sk-unix.d [2021-03-10T15:03:29.721Z] #42 ... [2021-03-10T15:03:29.721Z] [2021-03-10T15:03:29.721Z] #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-03-10T15:03:29.721Z] #52 sha256:9e4aed23a5b5493261a6cff7c5d15c54004f029ae517b8dcf06724d0df4c55f3 [2021-03-10T15:03:29.721Z] #52 1.222 + RM_GOPATH=0 [2021-03-10T15:03:29.721Z] #52 1.222 + TMP_GOPATH= [2021-03-10T15:03:29.721Z] #52 1.222 + : /build [2021-03-10T15:03:29.721Z] #52 1.222 + '[' -z '' ']' [2021-03-10T15:03:29.721Z] #52 1.223 ++ mktemp -d [2021-03-10T15:03:29.721Z] #52 1.224 + export GOPATH=/tmp/tmp.c9FbJO7azj [2021-03-10T15:03:29.721Z] #52 1.224 + GOPATH=/tmp/tmp.c9FbJO7azj [2021-03-10T15:03:29.721Z] #52 1.224 + RM_GOPATH=1 [2021-03-10T15:03:29.721Z] #52 1.224 + case "$(go env GOARCH)" in [2021-03-10T15:03:29.721Z] #52 1.224 ++ go env GOARCH [2021-03-10T15:03:29.721Z] #52 1.237 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:29.721Z] #52 1.237 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:29.721Z] #52 1.240 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:29.721Z] #52 1.241 + dir=/tmp/install [2021-03-10T15:03:29.721Z] #52 1.241 + bin=runc [2021-03-10T15:03:29.721Z] #52 1.241 + shift [2021-03-10T15:03:29.721Z] #52 1.241 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-10T15:03:29.721Z] #52 1.242 + . /tmp/install/runc.installer [2021-03-10T15:03:29.721Z] #52 1.242 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:03:29.721Z] #52 1.242 + install_runc [2021-03-10T15:03:29.721Z] #52 1.242 + uname -r [2021-03-10T15:03:29.721Z] #52 1.249 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-10T15:03:29.721Z] #52 1.249 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-10T15:03:29.721Z] #52 1.250 + RUNC_BUILDTAGS='seccomp ' [2021-03-10T15:03:29.721Z] #52 1.250 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-10T15:03:29.721Z] #52 1.250 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.c9FbJO7azj/src/github.com/opencontainers/runc [2021-03-10T15:03:29.721Z] #52 1.253 Cloning into '/tmp/tmp.c9FbJO7azj/src/github.com/opencontainers/runc'... [2021-03-10T15:03:29.721Z] #52 3.040 + cd /tmp/tmp.c9FbJO7azj/src/github.com/opencontainers/runc [2021-03-10T15:03:29.721Z] #52 3.041 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:03:29.721Z] #52 3.165 + '[' -z '' ']' [2021-03-10T15:03:29.721Z] #52 3.165 + target=static [2021-03-10T15:03:29.721Z] #52 3.165 + make 'BUILDTAGS=seccomp ' static [2021-03-10T15:03:29.721Z] #52 3.419 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-10T15:03:29.769Z] #42 30.36 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-10T15:03:29.769Z] #42 30.36 Unpacking python-six (1.12.0-1) ... [2021-03-10T15:03:29.769Z] #42 30.44 Selecting previously unselected package python-protobuf. [2021-03-10T15:03:29.769Z] #42 30.44 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2021-03-10T15:03:29.769Z] #42 30.45 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-10T15:03:29.871Z] #57 18.10 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:03:29.981Z] #52 ... [2021-03-10T15:03:29.981Z] [2021-03-10T15:03:29.981Z] #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-03-10T15:03:29.981Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:29.981Z] #42 25.43 DEP criu/sk-tcp.d [2021-03-10T15:03:29.981Z] #42 25.50 DEP criu/sk-queue.d [2021-03-10T15:03:30.064Z] #42 30.98 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-10T15:03:30.241Z] #42 25.58 DEP criu/sk-packet.d [2021-03-10T15:03:30.241Z] #42 25.63 DEP criu/sk-netlink.d [2021-03-10T15:03:30.241Z] #42 ... [2021-03-10T15:03:30.241Z] [2021-03-10T15:03:30.241Z] #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-03-10T15:03:30.241Z] #48 sha256:3bee09a757e3c51a5396a6e7e3b6176c8d0c8c23a6579ea6151f315e11d842e3 [2021-03-10T15:03:30.241Z] #48 49.70 + /build/golangci-lint --version [2021-03-10T15:03:30.241Z] #48 49.91 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-10T15:03:30.241Z] #48 DONE 50.7s [2021-03-10T15:03:30.241Z] [2021-03-10T15:03:30.241Z] #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-03-10T15:03:30.241Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:30.241Z] #42 25.68 DEP criu/sk-inet.d [2021-03-10T15:03:30.241Z] #42 25.76 DEP criu/signalfd.d [2021-03-10T15:03:30.434Z] #57 18.78 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:03:30.501Z] #42 25.82 DEP criu/sigframe.d [2021-03-10T15:03:30.501Z] #42 25.90 DEP criu/shmem.d [2021-03-10T15:03:30.501Z] #42 ... [2021-03-10T15:03:30.501Z] [2021-03-10T15:03:30.501Z] #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-03-10T15:03:30.501Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:03:30.501Z] #39 DONE 50.3s [2021-03-10T15:03:30.501Z] [2021-03-10T15:03:30.501Z] #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-03-10T15:03:30.501Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:30.501Z] #42 25.96 DEP criu/servicefd.d [2021-03-10T15:03:30.501Z] #42 26.02 DEP criu/seize.d [2021-03-10T15:03:30.501Z] #42 26.07 DEP criu/seccomp.d [2021-03-10T15:03:30.501Z] #42 26.14 DEP criu/rst-malloc.d [2021-03-10T15:03:30.761Z] #42 26.18 DEP criu/rbtree.d [2021-03-10T15:03:30.761Z] #42 26.21 DEP criu/pstree.d [2021-03-10T15:03:31.021Z] #42 26.31 DEP criu/protobuf.d [2021-03-10T15:03:31.021Z] #42 26.38 GEN criu/protobuf-desc-gen.h [2021-03-10T15:03:31.048Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:03:31.063Z] First time build. Skipping changelog. [2021-03-10T15:03:31.111Z] #42 ... [2021-03-10T15:03:31.111Z] [2021-03-10T15:03:31.111Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:31.111Z] #51 18.51 runtime/cgo [2021-03-10T15:03:31.111Z] #51 ... [2021-03-10T15:03:31.111Z] [2021-03-10T15:03:31.111Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:03:31.111Z] #13 28.08 The following additional packages will be installed: [2021-03-10T15:03:31.111Z] #13 28.08 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-10T15:03:31.111Z] #13 28.08 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-10T15:03:31.111Z] #13 28.08 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-10T15:03:31.111Z] #13 28.08 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-10T15:03:31.111Z] #13 28.09 mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:03:31.111Z] #13 28.09 Suggested packages: [2021-03-10T15:03:31.111Z] #13 28.09 gcc-8-locales seccomp wine64 [2021-03-10T15:03:31.111Z] #13 29.07 The following NEW packages will be installed: [2021-03-10T15:03:31.111Z] #13 29.07 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-10T15:03:31.111Z] #13 29.12 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-10T15:03:31.111Z] #13 29.12 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-10T15:03:31.111Z] #13 29.12 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-10T15:03:31.111Z] #13 29.12 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-10T15:03:31.111Z] #13 29.13 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:03:31.111Z] #13 29.15 The following packages will be upgraded: [2021-03-10T15:03:31.111Z] #13 29.15 libseccomp2 libsystemd0 libudev1 [2021-03-10T15:03:31.111Z] #13 29.31 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:03:31.111Z] #13 29.31 Need to get 73.8 MB of archives. [2021-03-10T15:03:31.111Z] #13 29.31 After this operation, 494 MB of additional disk space will be used. [2021-03-10T15:03:31.111Z] #13 29.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u6 [307 kB] [2021-03-10T15:03:31.111Z] #13 29.34 Get:2 http://deb.debian.org/debian buster-backports/main s390x libseccomp2 s390x 2.4.1-2~bpo10+1 [44.9 kB] [2021-03-10T15:03:31.111Z] #13 29.37 Get:3 http://deb.debian.org/debian buster-backports/main s390x libseccomp-dev s390x 2.4.1-2~bpo10+1 [65.3 kB] [2021-03-10T15:03:31.111Z] #13 29.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u6 [145 kB] [2021-03-10T15:03:31.111Z] #13 29.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2021-03-10T15:03:31.406Z] #13 29.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-10T15:03:32.084Z] + docker version [2021-03-10T15:03:32.326Z] #57 20.87 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:03:32.402Z] #42 27.63 DEP criu/protobuf-desc.d [2021-03-10T15:03:32.403Z] #42 27.69 DEP criu/proc_parse.d [2021-03-10T15:03:32.403Z] #42 27.79 DEP criu/plugin.d [2021-03-10T15:03:32.403Z] #42 27.81 DEP criu/pipes.d [2021-03-10T15:03:32.403Z] #42 27.86 DEP criu/pie-util.d [2021-03-10T15:03:32.403Z] #42 27.88 DEP criu/pie-util-vdso.d [2021-03-10T15:03:32.403Z] #42 27.92 DEP criu/pie-util-vdso-elf32.d [2021-03-10T15:03:32.403Z] #42 27.95 DEP criu/path.d [2021-03-10T15:03:32.403Z] #42 28.00 DEP criu/parasite-syscall.d [2021-03-10T15:03:32.449Z] #13 30.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-10T15:03:32.449Z] #13 30.78 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2021-03-10T15:03:32.449Z] #13 30.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2021-03-10T15:03:32.449Z] #13 30.84 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-10T15:03:32.663Z] #42 28.07 DEP criu/pagemap.d [2021-03-10T15:03:32.663Z] #42 28.13 DEP criu/pagemap-cache.d [2021-03-10T15:03:32.663Z] #42 28.17 DEP criu/page-xfer.d [2021-03-10T15:03:32.663Z] #42 28.24 DEP criu/page-pipe.d [2021-03-10T15:03:32.923Z] #42 28.29 DEP criu/netfilter.d [2021-03-10T15:03:32.923Z] #42 28.36 DEP criu/net.d [2021-03-10T15:03:32.923Z] #42 28.42 DEP criu/namespaces.d [2021-03-10T15:03:32.923Z] #42 28.47 DEP criu/mount.d [2021-03-10T15:03:33.183Z] #42 28.53 DEP criu/memfd.d [2021-03-10T15:03:33.183Z] #42 28.57 DEP criu/mem.d [2021-03-10T15:03:33.183Z] #42 28.62 DEP criu/lsm.d [2021-03-10T15:03:33.183Z] #42 28.66 DEP criu/log.d [2021-03-10T15:03:33.183Z] #42 28.69 DEP criu/libnetlink.d [2021-03-10T15:03:33.183Z] #42 28.73 DEP criu/kerndat.d [2021-03-10T15:03:33.253Z] #57 ... [2021-03-10T15:03:33.253Z] [2021-03-10T15:03:33.253Z] #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-03-10T15:03:33.253Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:03:33.253Z] #44 11.84 unicode/utf8 [2021-03-10T15:03:33.253Z] #44 12.50 math [2021-03-10T15:03:33.253Z] #44 17.23 unicode/utf16 [2021-03-10T15:03:33.253Z] #44 17.51 container/list [2021-03-10T15:03:33.253Z] #44 18.11 crypto/internal/subtle [2021-03-10T15:03:33.253Z] #44 18.22 crypto/subtle [2021-03-10T15:03:33.253Z] #44 18.39 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-10T15:03:33.253Z] #44 18.52 internal/nettrace [2021-03-10T15:03:33.253Z] #44 18.67 runtime/cgo [2021-03-10T15:03:33.443Z] #42 28.78 DEP criu/kcmp-ids.d [2021-03-10T15:03:33.443Z] #42 28.81 DEP criu/irmap.d [2021-03-10T15:03:33.443Z] #42 28.86 DEP criu/ipc_ns.d [2021-03-10T15:03:33.443Z] #42 28.94 DEP criu/image.d [2021-03-10T15:03:33.443Z] #42 28.99 DEP criu/image-desc.d [2021-03-10T15:03:33.517Z] #44 ... [2021-03-10T15:03:33.517Z] [2021-03-10T15:03:33.517Z] #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-03-10T15:03:33.517Z] #50 sha256:fc127c2cc8fd49f9f5c83dcdaf884c2062da9f12b9c8d88cd41268cd47d20b57 [2021-03-10T15:03:33.517Z] #50 17.07 + cd /tmp/tmp.Ue6hmYiAUf/src/github.com/mvdan/sh [2021-03-10T15:03:33.517Z] #50 17.07 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:03:33.517Z] #50 17.21 + GO111MODULE=on [2021-03-10T15:03:33.517Z] #50 17.21 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-10T15:03:33.517Z] #50 18.55 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:03:33.517Z] #50 18.63 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:03:33.517Z] #50 18.65 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:03:33.517Z] #50 18.77 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:03:33.517Z] #50 18.81 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:03:33.518Z] #50 19.76 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:03:33.518Z] #50 20.59 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:03:33.518Z] #50 22.10 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:03:31.049Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:03:33.703Z] #42 29.03 DEP criu/fsnotify.d [2021-03-10T15:03:33.703Z] #42 29.10 DEP criu/filesystems.d [2021-03-10T15:03:33.703Z] #42 29.16 DEP criu/files.d [2021-03-10T15:03:33.703Z] #42 29.21 DEP criu/files-reg.d [2021-03-10T15:03:33.794Z] #50 ... [2021-03-10T15:03:33.794Z] [2021-03-10T15:03:33.794Z] #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-03-10T15:03:33.794Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:03:33.794Z] #35 12.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:03:33.964Z] #42 29.27 DEP criu/files-ext.d [2021-03-10T15:03:33.964Z] #42 29.31 DEP criu/file-lock.d [2021-03-10T15:03:33.964Z] #42 29.35 DEP criu/file-ids.d [2021-03-10T15:03:33.964Z] #42 29.40 DEP criu/fifo.d [2021-03-10T15:03:33.964Z] #42 29.46 DEP criu/fdstore.d [2021-03-10T15:03:33.964Z] #42 29.51 DEP criu/fault-injection.d [2021-03-10T15:03:33.964Z] #42 29.53 DEP criu/external.d [2021-03-10T15:03:33.964Z] #42 29.58 DEP criu/eventpoll.d [2021-03-10T15:03:34.049Z] #35 ... [2021-03-10T15:03:34.049Z] [2021-03-10T15:03:34.049Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:03:34.049Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:03:34.049Z] #12 9.058 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:03:34.049Z] #12 11.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:03:34.049Z] #12 ... [2021-03-10T15:03:34.049Z] [2021-03-10T15:03:34.049Z] #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-03-10T15:03:34.049Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:34.049Z] #41 12.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:03:34.224Z] #42 29.63 DEP criu/eventfd.d [2021-03-10T15:03:34.224Z] #42 29.67 DEP criu/crtools.d [2021-03-10T15:03:34.224Z] #42 29.71 DEP criu/cr-service.d [2021-03-10T15:03:34.224Z] #42 29.76 DEP criu/cr-restore.d [2021-03-10T15:03:34.224Z] #42 29.83 DEP criu/cr-errno.d [2021-03-10T15:03:34.305Z] #41 ... [2021-03-10T15:03:34.305Z] [2021-03-10T15:03:34.305Z] #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-03-10T15:03:34.305Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:03:34.305Z] #54 12.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:03:34.305Z] #54 ... [2021-03-10T15:03:34.305Z] [2021-03-10T15:03:34.305Z] #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-03-10T15:03:34.305Z] #33 sha256:d30f6cc6f6b95a66bf5c1dd090cfa29aa8e9dbed77b44d6c510276ad0487df9e [2021-03-10T15:03:34.305Z] #33 12.82 internal/testlog [2021-03-10T15:03:34.305Z] #33 13.21 encoding [2021-03-10T15:03:34.305Z] #33 13.52 runtime/cgo [2021-03-10T15:03:34.484Z] #42 29.83 DEP criu/cr-dump.d [2021-03-10T15:03:34.484Z] #42 29.89 DEP criu/cr-dedup.d [2021-03-10T15:03:34.484Z] #42 29.94 DEP criu/cr-check.d [2021-03-10T15:03:34.484Z] #42 29.99 DEP criu/config.d [2021-03-10T15:03:34.484Z] #42 30.04 DEP criu/clone-noasan.d [2021-03-10T15:03:34.561Z] #33 ... [2021-03-10T15:03:34.561Z] [2021-03-10T15:03:34.561Z] #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-03-10T15:03:34.561Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:03:34.745Z] #42 30.07 DEP criu/cgroup.d [2021-03-10T15:03:34.745Z] #42 30.12 DEP criu/cgroup-props.d [2021-03-10T15:03:34.745Z] #42 30.15 DEP criu/bitmap.d [2021-03-10T15:03:34.745Z] #42 30.17 DEP criu/bfd.d [2021-03-10T15:03:34.745Z] #42 30.20 DEP criu/autofs.d [2021-03-10T15:03:34.745Z] #42 30.26 DEP criu/aio.d [2021-03-10T15:03:34.817Z] #39 22.75 Checking out files: 85% (1439/1682) Checking out files: 86% (1447/1682) Checking out files: 87% (1464/1682) Checking out files: 88% (1481/1682) Checking out files: 89% (1497/1682) Checking out files: 90% (1514/1682) Checking out files: 91% (1531/1682) Checking out files: 92% (1548/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-10T15:03:34.817Z] #39 23.07 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-10T15:03:35.005Z] #42 30.32 DEP criu/action-scripts.d [2021-03-10T15:03:35.005Z] #42 30.44 CC criu/action-scripts.o [2021-03-10T15:03:35.041Z] #13 ... [2021-03-10T15:03:35.041Z] [2021-03-10T15:03:35.041Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:35.041Z] #64 DONE 32.2s [2021-03-10T15:03:35.041Z] [2021-03-10T15:03:35.041Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-10T15:03:35.041Z] #36 24.37 Building dependency tree... [2021-03-10T15:03:35.041Z] #36 26.15 The following additional packages will be installed: [2021-03-10T15:03:35.041Z] #36 26.15 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-10T15:03:35.041Z] #36 26.16 Suggested packages: [2021-03-10T15:03:35.041Z] #36 26.16 cmake-doc ninja-build lrzip [2021-03-10T15:03:35.041Z] #36 26.16 Recommended packages: [2021-03-10T15:03:35.041Z] #36 26.16 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-10T15:03:35.041Z] #36 26.97 The following NEW packages will be installed: [2021-03-10T15:03:35.041Z] #36 26.99 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-10T15:03:35.041Z] #36 26.99 vim-common xxd [2021-03-10T15:03:35.041Z] #36 27.22 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:03:35.041Z] #36 27.22 Need to get 14.0 MB of archives. [2021-03-10T15:03:35.041Z] #36 27.22 After this operation, 62.1 MB of additional disk space will be used. [2021-03-10T15:03:35.041Z] #36 27.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-03-10T15:03:35.041Z] #36 27.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:03:35.041Z] #36 27.26 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2021-03-10T15:03:35.041Z] #36 27.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-03-10T15:03:35.041Z] #36 27.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2021-03-10T15:03:35.041Z] #36 27.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2021-03-10T15:03:35.041Z] #36 27.91 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2021-03-10T15:03:35.041Z] #36 27.91 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2021-03-10T15:03:35.041Z] #36 27.91 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2021-03-10T15:03:35.041Z] #36 27.91 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2021-03-10T15:03:35.041Z] #36 29.79 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:35.041Z] #36 29.86 Fetched 14.0 MB in 2s (7163 kB/s) [2021-03-10T15:03:35.041Z] #36 29.94 Selecting previously unselected package xxd. [2021-03-10T15:03:35.041Z] #36 29.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-10T15:03:35.041Z] #36 29.99 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-03-10T15:03:35.041Z] #36 29.99 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:03:35.041Z] #36 30.15 Selecting previously unselected package vim-common. [2021-03-10T15:03:35.041Z] #36 30.16 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:03:35.041Z] #36 30.17 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:03:35.041Z] #36 30.54 Selecting previously unselected package cmake-data. [2021-03-10T15:03:35.041Z] #36 30.54 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-10T15:03:35.041Z] #36 30.54 Unpacking cmake-data (3.13.4-1) ... [2021-03-10T15:03:35.041Z] #36 33.08 Selecting previously unselected package libicu63:s390x. [2021-03-10T15:03:35.041Z] #36 33.14 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-03-10T15:03:35.041Z] #36 33.15 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-03-10T15:03:35.041Z] #36 ... [2021-03-10T15:03:35.041Z] [2021-03-10T15:03:35.041Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-10T15:03:35.041Z] #32 33.41 Checking out files: 93% (1419/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-03-10T15:03:35.041Z] #32 33.60 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-10T15:03:35.041Z] #32 33.68 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:03:35.041Z] #32 ... [2021-03-10T15:03:35.041Z] [2021-03-10T15:03:35.041Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:35.041Z] #27 13.39 Reading package lists... [2021-03-10T15:03:35.041Z] #27 17.98 Reading package lists... [2021-03-10T15:03:35.041Z] #27 22.34 Building dependency tree... [2021-03-10T15:03:35.041Z] #27 23.98 The following additional packages will be installed: [2021-03-10T15:03:35.041Z] #27 23.98 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-10T15:03:35.041Z] #27 23.98 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-10T15:03:35.041Z] #27 24.00 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-10T15:03:35.041Z] #27 24.01 Suggested packages: [2021-03-10T15:03:35.041Z] #27 24.01 krb5-doc krb5-user [2021-03-10T15:03:35.041Z] #27 24.01 Recommended packages: [2021-03-10T15:03:35.041Z] #27 24.01 krb5-locales publicsuffix libsasl2-modules [2021-03-10T15:03:35.041Z] #27 24.91 The following NEW packages will be installed: [2021-03-10T15:03:35.041Z] #27 24.91 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-10T15:03:35.041Z] #27 24.91 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-10T15:03:35.041Z] #27 24.92 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-10T15:03:35.041Z] #27 24.92 libssh2-1 libssl1.1 openssl [2021-03-10T15:03:35.041Z] #27 25.14 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-10T15:03:35.041Z] #27 25.14 Need to get 4601 kB of archives. [2021-03-10T15:03:35.041Z] #27 25.14 After this operation, 11.9 MB of additional disk space will be used. [2021-03-10T15:03:35.041Z] #27 25.14 Get:1 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2021-03-10T15:03:35.041Z] #27 25.16 Get:2 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2021-03-10T15:03:35.041Z] #27 25.17 Get:3 http://deb.debian.org/debian buster/main s390x ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-10T15:03:35.041Z] #27 25.18 Get:4 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u5 [1200 kB] [2021-03-10T15:03:35.041Z] #27 25.18 Get:5 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2021-03-10T15:03:35.041Z] #27 25.18 Get:6 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2021-03-10T15:03:35.041Z] #27 25.18 Get:7 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2021-03-10T15:03:35.041Z] #27 25.20 Get:8 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2021-03-10T15:03:35.041Z] #27 25.24 Get:9 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2021-03-10T15:03:35.041Z] #27 25.26 Get:10 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2021-03-10T15:03:35.041Z] #27 25.27 Get:11 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2021-03-10T15:03:35.041Z] #27 25.28 Get:12 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2021-03-10T15:03:35.041Z] #27 25.28 Get:13 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2021-03-10T15:03:35.041Z] #27 25.30 Get:14 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2021-03-10T15:03:35.041Z] #27 25.32 Get:15 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2021-03-10T15:03:35.041Z] #27 25.34 Get:16 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-03-10T15:03:35.041Z] #27 25.35 Get:17 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-03-10T15:03:35.041Z] #27 25.36 Get:18 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-03-10T15:03:35.041Z] #27 25.41 Get:19 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-10T15:03:35.041Z] #27 25.42 Get:20 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u6 [213 kB] [2021-03-10T15:03:35.041Z] #27 25.44 Get:21 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u5 [827 kB] [2021-03-10T15:03:35.041Z] #27 26.20 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:35.041Z] #27 26.31 Fetched 4601 kB in 1s (9056 kB/s) [2021-03-10T15:03:35.041Z] #27 26.43 Selecting previously unselected package libssl1.1:s390x. [2021-03-10T15:03:35.041Z] #27 26.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6675 files and directories currently installed.) [2021-03-10T15:03:35.041Z] #27 26.46 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_s390x.deb ... [2021-03-10T15:03:35.041Z] #27 26.47 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-03-10T15:03:35.042Z] #27 27.04 Selecting previously unselected package libsasl2-modules-db:s390x. [2021-03-10T15:03:35.042Z] #27 27.04 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-03-10T15:03:35.042Z] #27 27.09 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:03:35.042Z] #27 27.20 Selecting previously unselected package libsasl2-2:s390x. [2021-03-10T15:03:35.042Z] #27 27.21 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-03-10T15:03:35.042Z] #27 27.23 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:03:35.042Z] #27 27.61 Selecting previously unselected package libldap-common. [2021-03-10T15:03:35.042Z] #27 27.61 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-10T15:03:35.042Z] #27 27.63 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:03:35.265Z] #42 30.62 CC criu/aio.o [2021-03-10T15:03:35.265Z] #42 30.79 CC criu/autofs.o [2021-03-10T15:03:35.274Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01faf71cb5d81dd8a) in /home/ubuntu/workspace/moby_PR-42054 [Pipeline] { [Pipeline] checkout [2021-03-10T15:03:35.387Z] #27 ... [2021-03-10T15:03:35.387Z] [2021-03-10T15:03:35.387Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:35.387Z] #49 22.89 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-10T15:03:35.387Z] #49 22.89 go: extracting golang.org/x/text v0.3.2 [2021-03-10T15:03:35.387Z] #49 27.88 go: finding github.com/fatih/color v1.7.0 [2021-03-10T15:03:35.387Z] #49 28.06 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:03:35.387Z] #49 28.10 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:03:35.387Z] #49 28.12 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:03:35.387Z] #49 28.18 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:03:35.387Z] #49 28.20 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:03:35.387Z] #49 28.24 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:03:35.387Z] #49 28.26 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:03:35.387Z] #49 28.26 go: finding github.com/pkg/errors v0.8.1 [2021-03-10T15:03:35.387Z] #49 28.27 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:03:35.387Z] #49 28.30 go: finding github.com/stretchr/testify v1.4.0 [2021-03-10T15:03:35.387Z] #49 28.31 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.31 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.32 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:03:35.387Z] #49 28.34 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.35 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:03:35.387Z] #49 28.36 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.37 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.39 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.40 go: finding github.com/stretchr/objx v0.2.0 [2021-03-10T15:03:35.387Z] #49 28.41 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:03:35.387Z] #49 28.43 go: finding github.com/spf13/viper v1.6.1 [2021-03-10T15:03:35.387Z] #49 28.58 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.61 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.62 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:03:35.387Z] #49 28.65 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:03:35.387Z] #49 28.66 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:03:35.387Z] #49 28.69 go: finding github.com/spf13/cobra v0.0.5 [2021-03-10T15:03:35.387Z] #49 28.72 go: finding github.com/gobwas/glob v0.2.3 [2021-03-10T15:03:35.387Z] #49 28.75 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:03:35.387Z] #49 28.79 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:03:35.387Z] #49 28.80 go: finding github.com/spf13/pflag v1.0.5 [2021-03-10T15:03:35.387Z] #49 28.85 go: finding github.com/magiconair/properties v1.8.1 [2021-03-10T15:03:35.387Z] #49 28.88 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:03:35.387Z] #49 28.90 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:03:35.387Z] #49 28.91 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:03:35.387Z] #49 28.96 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:03:35.387Z] #49 28.98 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:03:35.387Z] #49 29.09 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:03:35.387Z] #49 29.12 go: finding github.com/spf13/afero v1.1.2 [2021-03-10T15:03:35.387Z] #49 29.19 go: finding github.com/spf13/cast v1.3.0 [2021-03-10T15:03:35.387Z] #49 29.21 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:03:35.387Z] #49 29.23 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:03:35.387Z] #49 29.24 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:03:35.387Z] #49 29.27 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:03:35.387Z] #49 29.28 go: finding golang.org/x/text v0.3.2 [2021-03-10T15:03:35.387Z] #49 29.29 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-10T15:03:35.387Z] #49 29.30 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:03:35.387Z] #49 29.36 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:03:35.387Z] #49 29.38 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:03:35.387Z] #49 29.38 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:03:35.387Z] #49 29.39 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:03:35.387Z] #49 29.44 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:03:35.387Z] #49 29.45 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:03:35.387Z] #49 29.47 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:03:35.387Z] #49 29.47 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:03:35.387Z] #49 29.48 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-10T15:03:35.387Z] #49 29.50 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:03:35.387Z] #49 29.51 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:03:35.387Z] #49 29.53 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:03:35.387Z] #49 29.57 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:03:35.387Z] #49 29.57 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:03:35.387Z] #49 29.57 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:03:35.387Z] #49 29.60 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:03:35.387Z] #49 29.62 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-10T15:03:35.387Z] #49 29.63 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:03:35.387Z] #49 29.63 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-10T15:03:35.387Z] #49 29.64 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:03:35.387Z] #49 29.64 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:03:35.387Z] #49 29.70 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:03:35.387Z] #49 29.73 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:03:35.387Z] #49 29.73 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:03:35.387Z] #49 29.87 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:03:35.387Z] #49 29.89 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:03:35.387Z] #49 ... [2021-03-10T15:03:35.387Z] [2021-03-10T15:03:35.387Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:35.387Z] #27 27.97 Selecting previously unselected package libldap-2.4-2:s390x. [2021-03-10T15:03:35.387Z] #27 27.97 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_s390x.deb ... [2021-03-10T15:03:35.387Z] #27 27.98 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:03:35.436Z] The recommended git tool is: git [2021-03-10T15:03:35.681Z] #27 28.16 Selecting previously unselected package openssl. [2021-03-10T15:03:35.681Z] #27 28.16 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_s390x.deb ... [2021-03-10T15:03:35.681Z] #27 28.16 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:03:35.835Z] #42 31.26 CC criu/bfd.o [2021-03-10T15:03:35.976Z] #27 28.49 Selecting previously unselected package ca-certificates. [2021-03-10T15:03:35.976Z] #27 28.50 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-10T15:03:35.976Z] #27 28.50 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-10T15:03:36.095Z] #42 31.40 CC criu/bitmap.o [2021-03-10T15:03:36.095Z] #42 31.46 CC criu/cgroup-props.o [2021-03-10T15:03:36.221Z] Client: Docker Engine - Community [2021-03-10T15:03:36.221Z] Version: 20.10.3 [2021-03-10T15:03:36.221Z] API version: 1.41 [2021-03-10T15:03:36.221Z] Go version: go1.13.15 [2021-03-10T15:03:36.221Z] Git commit: 48d30b5 [2021-03-10T15:03:36.221Z] Built: Fri Jan 29 14:33:53 2021 [2021-03-10T15:03:36.221Z] OS/Arch: linux/arm64 [2021-03-10T15:03:36.221Z] Context: default [2021-03-10T15:03:36.221Z] Experimental: true [2021-03-10T15:03:36.221Z] [2021-03-10T15:03:36.221Z] Server: Docker Engine - Community [2021-03-10T15:03:36.221Z] Engine: [2021-03-10T15:03:36.221Z] Version: 20.10.3 [2021-03-10T15:03:36.221Z] API version: 1.41 (minimum version 1.12) [2021-03-10T15:03:36.221Z] Go version: go1.13.15 [2021-03-10T15:03:36.221Z] Git commit: 46229ca [2021-03-10T15:03:36.221Z] Built: Fri Jan 29 14:32:08 2021 [2021-03-10T15:03:36.221Z] OS/Arch: linux/arm64 [2021-03-10T15:03:36.221Z] Experimental: true [2021-03-10T15:03:36.221Z] containerd: [2021-03-10T15:03:36.221Z] Version: 1.4.3 [2021-03-10T15:03:36.221Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:03:36.221Z] runc: [2021-03-10T15:03:36.221Z] Version: 1.0.0-rc92 [2021-03-10T15:03:36.221Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:03:36.221Z] docker-init: [2021-03-10T15:03:36.221Z] Version: 0.19.0 [2021-03-10T15:03:36.221Z] GitCommit: de40ad0 [2021-03-10T15:03:36.270Z] #27 28.74 Selecting previously unselected package libkeyutils1:s390x. [2021-03-10T15:03:36.270Z] #27 28.74 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ... [2021-03-10T15:03:36.270Z] #27 28.75 Unpacking libkeyutils1:s390x (1.6-6) ... [2021-03-10T15:03:36.270Z] #27 28.82 Selecting previously unselected package libkrb5support0:s390x. [2021-03-10T15:03:36.270Z] #27 28.82 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2021-03-10T15:03:36.270Z] #27 28.82 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [Pipeline] sh [2021-03-10T15:03:36.368Z] #42 31.70 CC criu/cgroup.o [2021-03-10T15:03:36.564Z] #27 28.95 Selecting previously unselected package libk5crypto3:s390x. [2021-03-10T15:03:36.564Z] #27 28.95 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2021-03-10T15:03:36.564Z] #27 28.95 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-03-10T15:03:36.564Z] #27 29.10 Selecting previously unselected package libkrb5-3:s390x. [2021-03-10T15:03:36.564Z] #27 29.11 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2021-03-10T15:03:36.564Z] #27 29.11 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-03-10T15:03:36.582Z] + docker info [2021-03-10T15:03:36.858Z] #27 29.43 Selecting previously unselected package libgssapi-krb5-2:s390x. [2021-03-10T15:03:36.858Z] #27 29.43 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2021-03-10T15:03:36.858Z] #27 29.44 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-03-10T15:03:37.154Z] #27 29.61 Selecting previously unselected package libnghttp2-14:s390x. [2021-03-10T15:03:37.154Z] #27 29.61 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2021-03-10T15:03:37.154Z] #27 29.62 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-03-10T15:03:37.154Z] #27 29.74 Selecting previously unselected package libpsl5:s390x. [2021-03-10T15:03:37.154Z] #27 29.74 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2021-03-10T15:03:37.154Z] #27 29.75 Unpacking libpsl5:s390x (0.20.2-2) ... [2021-03-10T15:03:37.154Z] #27 29.86 Selecting previously unselected package librtmp1:s390x. [2021-03-10T15:03:37.308Z] #42 32.58 CC criu/clone-noasan.o [2021-03-10T15:03:37.308Z] #42 32.65 CC criu/config.o [2021-03-10T15:03:37.339Z] #39 ... [2021-03-10T15:03:37.339Z] [2021-03-10T15:03:37.339Z] #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-03-10T15:03:37.339Z] #46 sha256:ff1f14734c16f56925984b9fc5e5d1769b45cc1ccca560b1b0f90cc371df46b5 [2021-03-10T15:03:37.339Z] #46 15.56 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:03:37.339Z] #46 18.97 go: finding github.com/fatih/color v1.9.0 [2021-03-10T15:03:37.339Z] #46 19.02 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:03:37.339Z] #46 19.19 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:03:37.339Z] #46 19.21 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:03:37.339Z] #46 19.27 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:03:37.339Z] #46 19.27 go: finding github.com/spf13/pflag v1.0.3 [2021-03-10T15:03:37.339Z] #46 19.55 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:03:37.339Z] #46 19.76 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:03:37.339Z] #46 19.80 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:03:37.339Z] #46 19.84 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:03:37.339Z] #46 19.90 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:03:37.339Z] #46 ... [2021-03-10T15:03:37.339Z] [2021-03-10T15:03:37.339Z] #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-03-10T15:03:37.339Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:03:37.339Z] #39 25.33 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-10T15:03:37.480Z] #27 29.86 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2021-03-10T15:03:37.480Z] #27 29.87 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:03:37.480Z] #27 29.99 Selecting previously unselected package libssh2-1:s390x. [2021-03-10T15:03:37.480Z] #27 29.99 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2021-03-10T15:03:37.480Z] #27 30.00 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2021-03-10T15:03:37.480Z] #27 30.09 Selecting previously unselected package libcurl4:s390x. [2021-03-10T15:03:37.568Z] #42 33.10 CC criu/cr-check.o [2021-03-10T15:03:37.778Z] #27 30.10 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2021-03-10T15:03:37.778Z] #27 30.10 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-03-10T15:03:37.778Z] #27 ... [2021-03-10T15:03:37.778Z] [2021-03-10T15:03:37.778Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-10T15:03:37.778Z] #42 32.94 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-03-10T15:03:37.778Z] #42 32.94 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:37.778Z] #42 32.95 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-10T15:03:37.778Z] #42 32.96 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-03-10T15:03:37.778Z] #42 32.97 Setting up python-six (1.12.0-1) ... [2021-03-10T15:03:37.778Z] #42 34.46 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-03-10T15:03:37.778Z] #42 34.46 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-03-10T15:03:37.778Z] #42 34.48 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2021-03-10T15:03:37.778Z] #42 34.48 Setting up libcap-dev:s390x (1:2.25-2) ... [2021-03-10T15:03:37.778Z] #42 34.49 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2021-03-10T15:03:37.778Z] #42 34.50 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:03:37.778Z] #42 34.51 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:37.778Z] #42 34.51 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-03-10T15:03:37.778Z] #42 34.52 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:03:37.778Z] #42 34.53 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-10T15:03:37.778Z] #42 38.10 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2021-03-10T15:03:37.778Z] #42 38.11 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:37.778Z] #42 DONE 38.6s [2021-03-10T15:03:37.778Z] [2021-03-10T15:03:37.778Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:37.778Z] #27 30.42 Selecting previously unselected package curl. [2021-03-10T15:03:37.778Z] #27 30.44 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2021-03-10T15:03:37.778Z] #27 30.44 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-10T15:03:37.902Z] #39 ... [2021-03-10T15:03:37.902Z] [2021-03-10T15:03:37.902Z] #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-03-10T15:03:37.902Z] #48 sha256:904479a0ad8bb65945d1c419770d47fdc37050c16b2e5e9927614694731365f5 [2021-03-10T15:03:37.902Z] #48 16.52 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:03:37.902Z] #48 17.56 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:03:37.902Z] #48 17.67 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:03:37.902Z] #48 17.68 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:03:37.902Z] #48 18.09 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:03:37.902Z] #48 18.62 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:03:37.902Z] #48 18.88 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:03:37.902Z] #48 20.69 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:03:37.902Z] #48 20.84 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:03:37.902Z] #48 22.26 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:03:37.902Z] #48 22.31 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:03:37.902Z] #48 22.31 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:03:37.902Z] #48 22.39 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:03:37.902Z] #48 22.44 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:03:37.902Z] #48 22.48 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:03:37.902Z] #48 22.48 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:03:37.902Z] #48 22.48 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:03:37.902Z] #48 22.48 go: downloading golang.org/x/text v0.3.2 [2021-03-10T15:03:37.902Z] #48 22.48 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:03:37.902Z] #48 22.65 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:03:37.902Z] #48 22.69 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:03:37.902Z] #48 22.73 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:03:37.902Z] #48 22.82 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:03:37.902Z] #48 22.85 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:03:37.902Z] #48 22.85 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:03:37.902Z] #48 22.85 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:03:37.902Z] #48 22.85 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:03:37.902Z] #48 22.86 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:03:37.902Z] #48 22.87 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:03:37.902Z] #48 22.91 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:03:37.902Z] #48 23.02 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:03:37.902Z] #48 23.22 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:03:37.902Z] #48 23.23 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:03:37.902Z] #48 23.31 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:03:37.902Z] #48 23.37 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:03:37.903Z] #48 23.56 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:03:37.903Z] #48 23.57 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:03:37.903Z] #48 23.59 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:03:37.903Z] #48 23.62 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:03:37.903Z] #48 23.86 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:03:37.903Z] #48 23.93 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:03:37.903Z] #48 23.94 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:03:37.903Z] #48 24.08 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:03:37.903Z] #48 24.10 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:03:37.903Z] #48 24.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:03:37.903Z] #48 24.10 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:03:37.903Z] #48 24.11 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:03:37.903Z] #48 24.16 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:03:37.903Z] #48 24.16 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:03:37.903Z] #48 24.34 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:03:37.903Z] #48 24.37 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-10T15:03:37.903Z] #48 24.37 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:03:37.903Z] #48 24.42 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:03:37.903Z] #48 24.44 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-10T15:03:37.903Z] #48 24.53 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:03:37.903Z] #48 24.53 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:03:37.903Z] #48 24.61 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:03:37.903Z] #48 24.61 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:03:37.903Z] #48 24.68 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:03:37.903Z] #48 24.83 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-10T15:03:37.903Z] #48 24.83 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-10T15:03:37.903Z] #48 24.87 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:03:37.903Z] #48 24.88 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:03:37.903Z] #48 24.97 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:03:37.903Z] #48 24.98 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:03:37.903Z] #48 25.05 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:03:37.903Z] #48 25.08 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:03:37.903Z] #48 25.09 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:03:37.903Z] #48 25.20 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:03:37.903Z] #48 25.20 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-10T15:03:37.903Z] #48 25.24 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:03:37.903Z] #48 25.37 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:03:37.903Z] #48 25.46 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:03:37.903Z] #48 25.47 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:03:37.903Z] #48 25.50 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:03:37.903Z] #48 25.51 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:03:37.903Z] #48 25.59 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:03:37.903Z] #48 25.59 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:03:37.903Z] #48 25.61 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:03:37.903Z] #48 25.79 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-10T15:03:37.903Z] #48 25.99 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:03:37.903Z] #48 26.01 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:03:37.903Z] #48 26.09 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:03:37.903Z] #48 26.38 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:03:37.903Z] #48 26.52 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:03:37.950Z] using credential docker-jenkins-github-credentials [2021-03-10T15:03:37.957Z] Cloning the remote Git repository [2021-03-10T15:03:37.957Z] Cloning with configured refspecs honoured and without tags [2021-03-10T15:03:38.017Z] Cloning repository https://github.com/moby/moby.git [2021-03-10T15:03:38.072Z] #27 30.59 Selecting previously unselected package libonig5:s390x. [2021-03-10T15:03:38.072Z] #27 30.60 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2021-03-10T15:03:38.072Z] #27 30.60 Unpacking libonig5:s390x (6.9.1-1) ... [2021-03-10T15:03:38.138Z] #42 ... [2021-03-10T15:03:38.138Z] [2021-03-10T15:03:38.138Z] #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-03-10T15:03:38.138Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:03:38.138Z] #19 1.249 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:03:38.138Z] #19 1.331 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:03:38.138Z] #19 1.340 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:03:38.138Z] #19 1.348 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:03:38.138Z] #19 1.627 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [453 kB] [2021-03-10T15:03:38.138Z] #19 2.022 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:03:38.138Z] #19 2.515 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:03:38.138Z] #19 3.040 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:03:38.138Z] #19 4.193 Fetched 8922 kB in 3s (2789 kB/s) [2021-03-10T15:03:38.138Z] #19 4.193 Reading package lists... [2021-03-10T15:03:38.138Z] #19 5.212 Reading package lists... [2021-03-10T15:03:38.138Z] #19 6.190 Building dependency tree... [2021-03-10T15:03:38.138Z] #19 6.567 libcap2-bin is already the newest version (1:2.25-2). [2021-03-10T15:03:38.138Z] #19 6.567 The following additional packages will be installed: [2021-03-10T15:03:38.138Z] #19 6.567 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-10T15:03:38.138Z] #19 6.567 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-10T15:03:38.138Z] #19 6.567 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-10T15:03:38.138Z] #19 6.568 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-10T15:03:38.138Z] #19 6.568 python3.7 python3.7-minimal vim-runtime xxd [2021-03-10T15:03:38.138Z] #19 6.569 Suggested packages: [2021-03-10T15:03:38.138Z] #19 6.569 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-10T15:03:38.138Z] #19 6.569 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-10T15:03:38.138Z] #19 6.569 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-10T15:03:38.138Z] #19 6.569 Recommended packages: [2021-03-10T15:03:38.138Z] #19 6.569 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-10T15:03:38.138Z] #19 6.569 python3-keyrings.alt python3-xdg unzip [2021-03-10T15:03:38.138Z] #19 7.071 The following NEW packages will be installed: [2021-03-10T15:03:38.138Z] #19 7.072 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-10T15:03:38.138Z] #19 7.072 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-10T15:03:38.138Z] #19 7.072 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-10T15:03:38.138Z] #19 7.072 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-10T15:03:38.138Z] #19 7.073 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-10T15:03:38.138Z] #19 7.073 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-10T15:03:38.138Z] #19 7.073 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-10T15:03:38.138Z] #19 7.073 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-10T15:03:38.138Z] #19 7.073 xz-utils zip [2021-03-10T15:03:38.138Z] #19 7.350 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:03:38.138Z] #19 7.350 Need to get 28.5 MB of archives. [2021-03-10T15:03:38.138Z] #19 7.350 After this operation, 116 MB of additional disk space will be used. [2021-03-10T15:03:38.138Z] #19 7.350 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-10T15:03:38.138Z] #19 7.354 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-03-10T15:03:38.138Z] #19 7.387 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-03-10T15:03:38.138Z] #19 7.425 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-10T15:03:38.138Z] #19 7.425 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-10T15:03:38.138Z] #19 7.425 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-03-10T15:03:38.138Z] #19 7.461 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-10T15:03:38.138Z] #19 7.483 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-10T15:03:38.138Z] #19 7.484 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-10T15:03:38.138Z] #19 7.485 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-10T15:03:38.138Z] #19 7.487 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-10T15:03:38.138Z] #19 7.489 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-10T15:03:38.138Z] #19 7.490 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-10T15:03:38.138Z] #19 7.490 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-10T15:03:38.138Z] #19 7.492 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-10T15:03:38.138Z] #19 7.493 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-10T15:03:38.138Z] #19 7.501 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-10T15:03:38.138Z] #19 7.504 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:03:38.138Z] #19 7.507 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-10T15:03:38.138Z] #19 7.511 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-10T15:03:38.138Z] #19 7.512 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-10T15:03:38.138Z] #19 7.516 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-10T15:03:38.138Z] #19 7.527 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-10T15:03:38.138Z] #19 7.528 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-10T15:03:38.138Z] #19 7.531 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-10T15:03:38.138Z] #19 7.538 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-10T15:03:38.138Z] #19 7.544 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-10T15:03:38.138Z] #19 7.544 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-10T15:03:38.138Z] #19 7.544 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-10T15:03:38.138Z] #19 7.759 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-10T15:03:38.138Z] #19 7.760 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-10T15:03:38.138Z] #19 7.761 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-10T15:03:38.138Z] #19 7.762 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-10T15:03:38.138Z] #19 7.765 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-10T15:03:38.138Z] #19 7.769 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-10T15:03:38.138Z] #19 7.792 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-10T15:03:38.138Z] #19 7.794 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-10T15:03:38.138Z] #19 7.796 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-10T15:03:38.138Z] #19 7.799 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-10T15:03:38.138Z] #19 7.801 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-10T15:03:38.138Z] #19 7.820 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-10T15:03:38.138Z] #19 7.821 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-10T15:03:38.138Z] #19 7.839 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-10T15:03:38.138Z] #19 7.845 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-10T15:03:38.138Z] #19 7.849 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-10T15:03:38.138Z] #19 7.992 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-10T15:03:38.138Z] #19 8.011 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-10T15:03:38.138Z] #19 8.025 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-10T15:03:38.138Z] #19 8.252 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:38.138Z] #19 8.288 Fetched 28.5 MB in 1s (30.4 MB/s) [2021-03-10T15:03:38.138Z] #19 8.325 Selecting previously unselected package pigz. [2021-03-10T15:03:38.138Z] #19 8.325 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-03-10T15:03:38.138Z] #19 8.341 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-10T15:03:38.138Z] #19 8.344 Unpacking pigz (2.4-1) ... [2021-03-10T15:03:38.138Z] #19 8.413 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-10T15:03:38.138Z] #19 8.417 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:03:38.138Z] #19 8.421 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:03:38.138Z] #19 8.582 Selecting previously unselected package python3.7-minimal. [2021-03-10T15:03:38.138Z] #19 8.586 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:03:38.138Z] #19 8.595 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:03:38.138Z] #19 8.857 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:03:38.138Z] #19 8.881 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:03:38.138Z] #19 9.633 Selecting previously unselected package python3-minimal. [2021-03-10T15:03:38.138Z] #19 9.633 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-03-10T15:03:38.138Z] #19 9.652 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-10T15:03:38.138Z] #19 9.657 Unpacking python3-minimal (3.7.3-1) ... [2021-03-10T15:03:38.138Z] #19 9.719 Selecting previously unselected package libmpdec2:amd64. [2021-03-10T15:03:38.138Z] #19 9.722 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-10T15:03:38.138Z] #19 9.731 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-10T15:03:38.138Z] #19 9.801 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-10T15:03:38.138Z] #19 9.805 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:03:38.138Z] #19 9.814 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:03:38.138Z] #19 10.14 Selecting previously unselected package python3.7. [2021-03-10T15:03:38.138Z] #19 10.14 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:03:38.138Z] #19 10.14 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:03:38.138Z] #19 10.23 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T15:03:38.138Z] #19 10.24 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-10T15:03:38.138Z] #19 10.25 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-10T15:03:38.166Z] #48 26.52 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:03:38.166Z] #48 26.60 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:03:38.166Z] #48 26.63 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:03:38.166Z] #48 ... [2021-03-10T15:03:38.166Z] [2021-03-10T15:03:38.166Z] #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-03-10T15:03:38.166Z] #63 sha256:0e24145af6a452131750e5745c344649c7a4abf57f10e2e7e48e53bd3b540631 [2021-03-10T15:03:38.166Z] #63 23.25 Checking out files: 61% (1174/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-10T15:03:38.166Z] #63 23.92 + cd /tmp/tmp.D0s4KHBms0/src/github.com/docker/libnetwork [2021-03-10T15:03:38.166Z] #63 23.92 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:03:38.166Z] #63 24.24 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-10T15:03:38.398Z] #19 10.30 Setting up python3-minimal (3.7.3-1) ... [2021-03-10T15:03:38.400Z] #27 30.81 Selecting previously unselected package libjq1:s390x. [2021-03-10T15:03:38.400Z] #27 30.81 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-03-10T15:03:38.400Z] #27 30.81 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-10T15:03:38.400Z] #27 30.96 Selecting previously unselected package jq. [2021-03-10T15:03:38.400Z] #27 30.97 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-03-10T15:03:38.400Z] #27 30.97 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:03:38.400Z] #27 31.09 Setting up libkeyutils1:s390x (1.6-6) ... [2021-03-10T15:03:38.658Z] #19 10.69 Selecting previously unselected package python3. [2021-03-10T15:03:38.658Z] #19 10.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 ... 24096 files and directories currently installed.) [2021-03-10T15:03:38.658Z] #19 10.70 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-10T15:03:38.658Z] #19 10.72 Unpacking python3 (3.7.3-1) ... [2021-03-10T15:03:38.658Z] #19 10.80 Selecting previously unselected package libip4tc0:amd64. [2021-03-10T15:03:38.693Z] #27 31.10 Setting up libpsl5:s390x (0.20.2-2) ... [2021-03-10T15:03:38.693Z] #27 31.11 Setting up libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-03-10T15:03:38.917Z] #19 10.80 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-10T15:03:38.917Z] #19 10.81 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-10T15:03:38.917Z] #19 10.87 Selecting previously unselected package libip6tc0:amd64. [2021-03-10T15:03:38.917Z] #19 10.87 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-10T15:03:38.917Z] #19 10.88 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-10T15:03:38.917Z] #19 10.97 Selecting previously unselected package libiptc0:amd64. [2021-03-10T15:03:38.917Z] #19 10.97 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-10T15:03:38.917Z] #19 10.99 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-10T15:03:38.987Z] #27 31.51 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-03-10T15:03:38.987Z] #27 31.52 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:03:38.987Z] #27 31.53 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-03-10T15:03:38.987Z] #27 31.54 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:03:38.987Z] #27 31.55 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:03:38.987Z] #27 31.55 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-03-10T15:03:38.987Z] #27 31.56 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:03:38.987Z] #27 31.57 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2021-03-10T15:03:38.987Z] #27 31.58 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-03-10T15:03:38.987Z] #27 31.58 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:03:38.987Z] #27 31.59 Setting up libonig5:s390x (6.9.1-1) ... [2021-03-10T15:03:38.987Z] #27 31.60 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-10T15:03:38.987Z] #27 31.61 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:03:38.987Z] #27 31.62 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-10T15:03:38.077Z] > git init /home/ubuntu/workspace/moby_PR-42054 # timeout=10 [2021-03-10T15:03:38.322Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:03:38.323Z] > git --version # timeout=10 [2021-03-10T15:03:38.335Z] > git --version # 'git version 2.17.1' [2021-03-10T15:03:38.335Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:03:38.368Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:03:39.177Z] #19 11.07 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-10T15:03:39.177Z] #19 11.07 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-10T15:03:39.177Z] #19 11.08 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-10T15:03:39.177Z] #19 11.15 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-10T15:03:39.177Z] #19 11.15 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-10T15:03:39.177Z] #19 11.16 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-10T15:03:39.177Z] #19 11.23 Selecting previously unselected package libnftnl11:amd64. [2021-03-10T15:03:39.177Z] #19 11.23 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-10T15:03:39.177Z] #19 11.24 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-10T15:03:39.177Z] #19 11.30 Selecting previously unselected package iptables. [2021-03-10T15:03:39.437Z] #19 11.31 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-10T15:03:39.437Z] #19 11.32 Unpacking iptables (1.8.2-4) ... [2021-03-10T15:03:39.697Z] #19 11.48 Selecting previously unselected package xxd. [2021-03-10T15:03:39.697Z] #19 11.48 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:03:39.697Z] #19 11.48 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:03:39.697Z] #19 11.62 Selecting previously unselected package vim-common. [2021-03-10T15:03:39.697Z] #19 11.62 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:03:39.697Z] #19 11.65 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:03:39.957Z] #19 11.79 Selecting previously unselected package bash-completion. [2021-03-10T15:03:39.957Z] #19 11.80 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-10T15:03:40.650Z] #27 33.27 Updating certificates in /etc/ssl/certs... [2021-03-10T15:03:41.541Z] #27 ... [2021-03-10T15:03:41.541Z] [2021-03-10T15:03:41.541Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:41.541Z] #34 29.36 sync [2021-03-10T15:03:41.541Z] #34 29.37 internal/reflectlite [2021-03-10T15:03:41.541Z] #34 31.58 errors [2021-03-10T15:03:41.541Z] #34 31.58 sort [2021-03-10T15:03:41.541Z] #34 31.91 strconv [2021-03-10T15:03:41.541Z] #34 32.83 io [2021-03-10T15:03:41.541Z] #34 34.08 internal/oserror [2021-03-10T15:03:41.541Z] #34 34.15 syscall [2021-03-10T15:03:41.541Z] #34 35.55 reflect [2021-03-10T15:03:41.541Z] #34 ... [2021-03-10T15:03:41.541Z] [2021-03-10T15:03:41.541Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-10T15:03:41.541Z] #36 38.57 Selecting previously unselected package libxml2:s390x. [2021-03-10T15:03:41.541Z] #36 38.59 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2021-03-10T15:03:41.541Z] #36 38.60 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:03:41.541Z] #36 39.18 Selecting previously unselected package libarchive13:s390x. [2021-03-10T15:03:41.541Z] #36 39.18 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2021-03-10T15:03:41.541Z] #36 39.18 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-03-10T15:03:41.541Z] #36 39.41 Selecting previously unselected package libjsoncpp1:s390x. [2021-03-10T15:03:41.541Z] #36 39.42 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2021-03-10T15:03:41.541Z] #36 39.42 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2021-03-10T15:03:41.541Z] #36 39.56 Selecting previously unselected package librhash0:s390x. [2021-03-10T15:03:41.541Z] #36 39.58 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2021-03-10T15:03:41.541Z] #36 39.58 Unpacking librhash0:s390x (1.3.8-1) ... [2021-03-10T15:03:41.542Z] #36 39.73 Selecting previously unselected package libuv1:s390x. [2021-03-10T15:03:41.542Z] #36 39.75 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2021-03-10T15:03:41.542Z] #36 39.75 Unpacking libuv1:s390x (1.24.1-1) ... [2021-03-10T15:03:41.542Z] #36 39.94 Selecting previously unselected package cmake. [2021-03-10T15:03:41.542Z] #36 39.94 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2021-03-10T15:03:41.542Z] #36 39.95 Unpacking cmake (3.13.4-1) ... [2021-03-10T15:03:41.542Z] #36 41.76 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-03-10T15:03:41.542Z] #36 41.78 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:03:41.542Z] #36 41.79 Setting up libuv1:s390x (1.24.1-1) ... [2021-03-10T15:03:41.542Z] #36 41.80 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:03:41.542Z] #36 41.81 Setting up librhash0:s390x (1.3.8-1) ... [2021-03-10T15:03:41.542Z] #36 41.82 Setting up cmake-data (3.13.4-1) ... [2021-03-10T15:03:41.542Z] #36 41.83 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:03:41.542Z] #36 41.85 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2021-03-10T15:03:41.542Z] #36 41.85 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-03-10T15:03:41.542Z] #36 41.86 Setting up cmake (3.13.4-1) ... [2021-03-10T15:03:41.542Z] #36 41.87 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:41.542Z] #36 41.97 Processing triggers for mime-support (3.62) ... [2021-03-10T15:03:41.542Z] #36 DONE 42.3s [2021-03-10T15:03:41.542Z] [2021-03-10T15:03:41.542Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:03:41.542Z] #43 2.374 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:03:41.542Z] #43 2.374 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:03:41.542Z] #43 2.425 Note: Building without GnuTLS support [2021-03-10T15:03:41.542Z] #43 2.428 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:03:41.542Z] #43 2.428 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:03:41.542Z] #43 3.658 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:03:41.542Z] #43 3.708 GEN .gitid [2021-03-10T15:03:41.542Z] #43 3.718 GEN criu/include/version.h [2021-03-10T15:03:41.542Z] #43 3.794 GEN include/common/asm [2021-03-10T15:03:42.496Z] #19 ... [2021-03-10T15:03:42.496Z] [2021-03-10T15:03:42.496Z] #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-03-10T15:03:42.496Z] #52 sha256:9e4aed23a5b5493261a6cff7c5d15c54004f029ae517b8dcf06724d0df4c55f3 [2021-03-10T15:03:42.496Z] #52 20.58 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-10T15:03:42.496Z] #52 21.41 + mkdir -p /build [2021-03-10T15:03:42.496Z] #52 21.41 + cp runc /build/runc [2021-03-10T15:03:42.496Z] #52 DONE 22.3s [2021-03-10T15:03:42.496Z] [2021-03-10T15:03:42.496Z] #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-03-10T15:03:42.496Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:42.496Z] #42 33.64 CC criu/cr-dedup.o [2021-03-10T15:03:42.496Z] #42 33.77 CC criu/cr-dump.o [2021-03-10T15:03:42.496Z] #42 34.54 CC criu/cr-errno.o [2021-03-10T15:03:42.496Z] #42 34.56 CC criu/cr-restore.o [2021-03-10T15:03:42.496Z] #42 35.98 CC criu/cr-service.o [2021-03-10T15:03:42.496Z] #42 36.51 CC criu/crtools.o [2021-03-10T15:03:42.496Z] #42 36.69 CC criu/eventfd.o [2021-03-10T15:03:42.496Z] #42 36.81 CC criu/eventpoll.o [2021-03-10T15:03:42.496Z] #42 37.09 CC criu/external.o [2021-03-10T15:03:42.496Z] #42 37.21 CC criu/fault-injection.o [2021-03-10T15:03:42.496Z] #42 37.26 CC criu/fdstore.o [2021-03-10T15:03:42.496Z] #42 37.39 CC criu/fifo.o [2021-03-10T15:03:42.496Z] #42 37.52 CC criu/file-ids.o [2021-03-10T15:03:42.496Z] #42 37.64 CC criu/file-lock.o [2021-03-10T15:03:42.496Z] #42 37.93 CC criu/files-ext.o [2021-03-10T15:03:42.496Z] #42 38.05 CC criu/files-reg.o [2021-03-10T15:03:43.064Z] #42 38.70 CC criu/files.o [2021-03-10T15:03:43.103Z] #43 4.979 PBCC images/timens.pb-c.c [2021-03-10T15:03:43.103Z] #43 5.001 DEP images/timens.pb-c.d [2021-03-10T15:03:43.103Z] #43 5.046 PBCC images/fown.pb-c.c [2021-03-10T15:03:43.103Z] #43 5.066 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-10T15:03:43.103Z] #43 ... [2021-03-10T15:03:43.103Z] [2021-03-10T15:03:43.103Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:43.103Z] #27 35.45 137 added, 0 removed; done. [2021-03-10T15:03:43.103Z] #27 35.50 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-03-10T15:03:43.103Z] #27 35.51 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:03:43.103Z] #27 35.52 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-03-10T15:03:43.103Z] #27 35.52 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-10T15:03:43.103Z] #27 35.53 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:43.103Z] #27 35.57 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-10T15:03:43.103Z] #27 35.57 Updating certificates in /etc/ssl/certs... [2021-03-10T15:03:43.632Z] #42 39.28 CC criu/filesystems.o [2021-03-10T15:03:43.891Z] #42 ... [2021-03-10T15:03:43.891Z] [2021-03-10T15:03:43.891Z] #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-03-10T15:03:43.891Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:03:43.891Z] #19 14.32 Unpacking bash-completion (1:2.8-6) ... [2021-03-10T15:03:43.891Z] #19 14.45 Selecting previously unselected package bzip2. [2021-03-10T15:03:43.891Z] #19 14.45 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 14.46 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:03:43.891Z] #19 14.52 Selecting previously unselected package xz-utils. [2021-03-10T15:03:43.891Z] #19 14.53 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 14.53 Unpacking xz-utils (5.2.4-1) ... [2021-03-10T15:03:43.891Z] #19 14.67 Selecting previously unselected package apparmor. [2021-03-10T15:03:43.891Z] #19 14.67 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 14.74 Unpacking apparmor (2.13.2-10) ... [2021-03-10T15:03:43.891Z] #19 14.88 Selecting previously unselected package aufs-tools. [2021-03-10T15:03:43.891Z] #19 14.88 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 14.88 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:03:43.891Z] #19 14.99 Selecting previously unselected package libonig5:amd64. [2021-03-10T15:03:43.891Z] #19 14.99 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 15.00 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:03:43.891Z] #19 15.06 Selecting previously unselected package libjq1:amd64. [2021-03-10T15:03:43.891Z] #19 15.06 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 15.07 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:03:43.891Z] #19 15.11 Selecting previously unselected package jq. [2021-03-10T15:03:43.891Z] #19 15.11 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 15.12 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:03:43.891Z] #19 15.17 Selecting previously unselected package libaio1:amd64. [2021-03-10T15:03:43.891Z] #19 15.18 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 15.18 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-10T15:03:43.891Z] #19 15.23 Selecting previously unselected package libgpm2:amd64. [2021-03-10T15:03:43.891Z] #19 15.24 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 15.27 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-10T15:03:43.891Z] #19 15.31 Selecting previously unselected package libicu63:amd64. [2021-03-10T15:03:43.891Z] #19 15.31 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-10T15:03:43.891Z] #19 15.32 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:03:44.144Z] #27 ... [2021-03-10T15:03:44.144Z] [2021-03-10T15:03:44.144Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:03:44.144Z] #45 31.57 github.com/LK4D4/vndr/godl/singleflight [2021-03-10T15:03:44.144Z] #45 31.58 io [2021-03-10T15:03:44.144Z] #45 31.83 strconv [2021-03-10T15:03:44.144Z] #45 32.56 bytes [2021-03-10T15:03:44.144Z] #45 34.18 bufio [2021-03-10T15:03:44.144Z] #45 34.89 reflect [2021-03-10T15:03:44.144Z] #45 35.39 syscall [2021-03-10T15:03:44.144Z] #45 ... [2021-03-10T15:03:44.144Z] [2021-03-10T15:03:44.144Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:03:44.144Z] #43 5.122 PBCC images/opts.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.218 PBCC images/memfd.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.230 DEP images/fown.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.274 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.334 DEP images/opts.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.407 DEP images/memfd.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.454 PBCC images/sit.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.504 DEP images/sit.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.559 PBCC images/macvlan.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.608 DEP images/macvlan.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.658 PBCC images/autofs.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.668 DEP images/autofs.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.712 PBCC images/sysctl.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.732 DEP images/sysctl.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.766 PBCC images/time.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.813 DEP images/time.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.850 PBCC images/binfmt-misc.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.878 DEP images/binfmt-misc.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.923 PBCC images/seccomp.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.941 DEP images/seccomp.pb-c.d [2021-03-10T15:03:44.144Z] #43 5.973 PBCC images/userns.pb-c.c [2021-03-10T15:03:44.144Z] #43 5.996 DEP images/userns.pb-c.d [2021-03-10T15:03:44.144Z] #43 6.055 PBCC images/cgroup.pb-c.c [2021-03-10T15:03:44.144Z] #43 6.077 DEP images/cgroup.pb-c.d [2021-03-10T15:03:44.144Z] #43 6.107 PBCC images/ext-file.pb-c.c [2021-03-10T15:03:44.144Z] #43 6.137 DEP images/ext-file.pb-c.d [2021-03-10T15:03:44.144Z] #43 6.159 PBCC images/rpc.pb-c.c [2021-03-10T15:03:44.144Z] #43 6.187 DEP images/rpc.pb-c.d [2021-03-10T15:03:44.144Z] #43 6.214 PBCC images/siginfo.pb-c.c [2021-03-10T15:03:44.144Z] #43 6.219 DEP images/siginfo.pb-c.d [2021-03-10T15:03:44.144Z] #43 6.268 PBCC images/pagemap.pb-c.c [2021-03-10T15:03:44.144Z] #43 6.306 DEP images/pagemap.pb-c.d [2021-03-10T15:03:44.144Z] #43 6.335 PBCC images/rlimit.pb-c.c [2021-03-10T15:03:44.144Z] #43 6.349 DEP images/rlimit.pb-c.d [2021-03-10T15:03:44.144Z] #43 6.382 PBCC images/file-lock.pb-c.c [2021-03-10T15:03:44.144Z] #43 6.394 DEP images/file-lock.pb-c.d [2021-03-10T15:03:44.144Z] #43 6.433 PBCC images/tty.pb-c.c [2021-03-10T15:03:44.144Z] #43 6.497 DEP images/tty.pb-c.d [2021-03-10T15:03:44.149Z] #19 16.20 Selecting previously unselected package libnet1:amd64. [2021-03-10T15:03:44.149Z] #19 16.20 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:03:44.149Z] #19 16.20 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:44.149Z] #19 16.24 Selecting previously unselected package libnl-3-200:amd64. [2021-03-10T15:03:44.149Z] #19 16.25 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-10T15:03:44.149Z] #19 16.25 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:03:44.149Z] #19 16.29 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-10T15:03:44.149Z] #19 16.30 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:03:44.149Z] #19 16.30 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:03:44.311Z] Client: Docker Engine - Community [2021-03-10T15:03:44.311Z] Version: 20.10.3 [2021-03-10T15:03:44.311Z] API version: 1.41 [2021-03-10T15:03:44.311Z] Go version: go1.13.15 [2021-03-10T15:03:44.311Z] Git commit: 48d30b5 [2021-03-10T15:03:44.311Z] Built: Fri Jan 29 14:33:21 2021 [2021-03-10T15:03:44.311Z] OS/Arch: linux/amd64 [2021-03-10T15:03:44.311Z] Context: default [2021-03-10T15:03:44.311Z] Experimental: true [2021-03-10T15:03:44.311Z] [2021-03-10T15:03:44.311Z] Server: Docker Engine - Community [2021-03-10T15:03:44.311Z] Engine: [2021-03-10T15:03:44.311Z] Version: 20.10.3 [2021-03-10T15:03:44.311Z] API version: 1.41 (minimum version 1.12) [2021-03-10T15:03:44.311Z] Go version: go1.13.15 [2021-03-10T15:03:44.311Z] Git commit: 46229ca [2021-03-10T15:03:44.311Z] Built: Fri Jan 29 14:31:32 2021 [2021-03-10T15:03:44.311Z] OS/Arch: linux/amd64 [2021-03-10T15:03:44.311Z] Experimental: true [2021-03-10T15:03:44.311Z] containerd: [2021-03-10T15:03:44.311Z] Version: 1.4.3 [2021-03-10T15:03:44.311Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:03:44.311Z] runc: [2021-03-10T15:03:44.311Z] Version: 1.0.0-rc92 [2021-03-10T15:03:44.311Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:03:44.311Z] docker-init: [2021-03-10T15:03:44.311Z] Version: 0.19.0 [2021-03-10T15:03:44.311Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-10T15:03:44.407Z] #19 16.33 Selecting previously unselected package libreadline5:amd64. [2021-03-10T15:03:44.407Z] #19 16.34 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-10T15:03:44.407Z] #19 16.34 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-10T15:03:44.407Z] #19 16.38 Selecting previously unselected package net-tools. [2021-03-10T15:03:44.407Z] #19 16.38 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-10T15:03:44.407Z] #19 16.38 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:03:44.407Z] #19 16.44 Selecting previously unselected package python-pip-whl. [2021-03-10T15:03:44.438Z] #43 6.550 PBCC images/tun.pb-c.c [2021-03-10T15:03:44.438Z] #43 6.559 PBCC images/netdev.pb-c.c [2021-03-10T15:03:44.438Z] #43 6.596 DEP images/tun.pb-c.d [2021-03-10T15:03:44.438Z] #43 6.613 DEP images/netdev.pb-c.d [2021-03-10T15:03:44.438Z] #43 6.644 PBCC images/vma.pb-c.c [2021-03-10T15:03:44.438Z] #43 6.732 DEP images/vma.pb-c.d [2021-03-10T15:03:44.632Z] + docker info [2021-03-10T15:03:44.667Z] #19 16.44 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-10T15:03:44.667Z] #19 16.45 Unpacking python-pip-whl (18.1-5) ... [2021-03-10T15:03:44.667Z] #19 16.60 Selecting previously unselected package python3-lib2to3. [2021-03-10T15:03:44.667Z] #19 16.60 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-10T15:03:44.667Z] #19 16.60 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:03:44.667Z] #19 16.66 Selecting previously unselected package python3-distutils. [2021-03-10T15:03:44.667Z] #19 16.66 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-10T15:03:44.667Z] #19 16.66 Unpacking python3-distutils (3.7.3-1) ... [2021-03-10T15:03:44.667Z] #19 16.71 Selecting previously unselected package python3-pip. [2021-03-10T15:03:44.733Z] #43 6.763 PBCC images/creds.pb-c.c [2021-03-10T15:03:44.733Z] #43 6.803 DEP images/creds.pb-c.d [2021-03-10T15:03:44.733Z] #43 6.846 PBCC images/utsns.pb-c.c [2021-03-10T15:03:44.733Z] #43 6.870 DEP images/utsns.pb-c.d [2021-03-10T15:03:44.733Z] #43 6.914 PBCC images/ipc-desc.pb-c.c [2021-03-10T15:03:44.733Z] #43 6.918 PBCC images/ipc-sem.pb-c.c [2021-03-10T15:03:44.733Z] #43 6.921 DEP images/ipc-desc.pb-c.d [2021-03-10T15:03:44.733Z] #43 6.959 DEP images/ipc-sem.pb-c.d [2021-03-10T15:03:44.733Z] #43 7.006 PBCC images/ipc-msg.pb-c.c [2021-03-10T15:03:44.733Z] #43 7.011 DEP images/ipc-msg.pb-c.d [2021-03-10T15:03:44.733Z] #43 7.078 PBCC images/ipc-shm.pb-c.c [2021-03-10T15:03:44.926Z] #19 16.71 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-10T15:03:44.926Z] #19 16.72 Unpacking python3-pip (18.1-5) ... [2021-03-10T15:03:44.926Z] #19 16.78 Selecting previously unselected package python3-pkg-resources. [2021-03-10T15:03:44.926Z] #19 16.79 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:03:44.926Z] #19 16.79 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:03:44.926Z] #19 16.86 Selecting previously unselected package python3-setuptools. [2021-03-10T15:03:44.926Z] #19 16.86 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-10T15:03:44.926Z] #19 16.87 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-10T15:03:44.926Z] #19 16.93 Selecting previously unselected package python3-wheel. [2021-03-10T15:03:44.926Z] #19 16.93 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-10T15:03:44.926Z] #19 16.94 Unpacking python3-wheel (0.32.3-2) ... [2021-03-10T15:03:45.029Z] #43 7.082 DEP images/ipc-shm.pb-c.d [2021-03-10T15:03:45.029Z] #43 7.117 PBCC images/ipc-var.pb-c.c [2021-03-10T15:03:45.029Z] #43 7.141 DEP images/ipc-var.pb-c.d [2021-03-10T15:03:45.029Z] #43 7.166 PBCC images/sk-opts.pb-c.c [2021-03-10T15:03:45.029Z] #43 7.186 PBCC images/packet-sock.pb-c.c [2021-03-10T15:03:45.029Z] #43 7.221 DEP images/sk-opts.pb-c.d [2021-03-10T15:03:45.029Z] #43 7.268 DEP images/packet-sock.pb-c.d [2021-03-10T15:03:45.029Z] #43 7.287 PBCC images/sk-netlink.pb-c.c [2021-03-10T15:03:45.029Z] #43 ... [2021-03-10T15:03:45.029Z] [2021-03-10T15:03:45.029Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-10T15:03:45.029Z] #27 37.34 0 added, 0 removed; done. [2021-03-10T15:03:45.029Z] #27 37.34 Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:03:45.029Z] #27 37.35 done. [2021-03-10T15:03:45.029Z] #27 DONE 37.7s [2021-03-10T15:03:45.029Z] [2021-03-10T15:03:45.029Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-10T15:03:45.029Z] #28 DONE 0.1s [2021-03-10T15:03:45.029Z] [2021-03-10T15:03:45.029Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:03:45.029Z] #43 7.332 DEP images/sk-netlink.pb-c.d [2021-03-10T15:03:45.184Z] #19 16.98 Selecting previously unselected package sudo. [2021-03-10T15:03:45.184Z] #19 16.99 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-10T15:03:45.184Z] #19 16.99 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:03:45.184Z] #19 17.11 Selecting previously unselected package thin-provisioning-tools. [2021-03-10T15:03:45.184Z] #19 17.11 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-10T15:03:45.184Z] #19 17.11 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:03:45.184Z] #19 17.20 Selecting previously unselected package uidmap. [2021-03-10T15:03:45.184Z] #19 17.20 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-10T15:03:45.184Z] #19 17.21 Unpacking uidmap (1:4.5-1.1) ... [2021-03-10T15:03:45.324Z] #43 7.442 PBCC images/sk-inet.pb-c.c [2021-03-10T15:03:45.324Z] #43 7.452 DEP images/sk-inet.pb-c.d [2021-03-10T15:03:45.324Z] #43 7.555 PBCC images/sk-unix.pb-c.c [2021-03-10T15:03:45.324Z] #43 7.566 DEP images/sk-unix.pb-c.d [2021-03-10T15:03:45.324Z] #43 7.586 PBCC images/mm.pb-c.c [2021-03-10T15:03:45.324Z] #43 7.639 DEP images/mm.pb-c.d [2021-03-10T15:03:45.443Z] #19 17.27 Selecting previously unselected package vim-runtime. [2021-03-10T15:03:45.443Z] #19 17.27 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:03:45.443Z] #19 17.28 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-10T15:03:45.443Z] #19 17.30 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-10T15:03:45.443Z] #19 17.30 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:03:45.619Z] #43 7.705 PBCC images/timerfd.pb-c.c [2021-03-10T15:03:45.619Z] #43 7.750 DEP images/timerfd.pb-c.d [2021-03-10T15:03:45.619Z] #43 7.782 PBCC images/timer.pb-c.c [2021-03-10T15:03:45.619Z] #43 7.826 DEP images/timer.pb-c.d [2021-03-10T15:03:45.913Z] #43 7.930 PBCC images/sa.pb-c.c [2021-03-10T15:03:45.913Z] #43 7.972 DEP images/sa.pb-c.d [2021-03-10T15:03:45.913Z] #43 7.987 PBCC images/pipe-data.pb-c.c [2021-03-10T15:03:45.913Z] #43 8.029 DEP images/pipe-data.pb-c.d [2021-03-10T15:03:45.913Z] #43 ... [2021-03-10T15:03:45.913Z] [2021-03-10T15:03:45.913Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:03:45.913Z] #13 34.15 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-10T15:03:45.913Z] #13 37.42 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-10T15:03:45.913Z] #13 37.56 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2021-03-10T15:03:45.913Z] #13 ... [2021-03-10T15:03:45.913Z] [2021-03-10T15:03:45.913Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:03:45.913Z] #43 8.038 PBCC images/mnt.pb-c.c [2021-03-10T15:03:45.913Z] #43 8.105 DEP images/mnt.pb-c.d [2021-03-10T15:03:45.913Z] #43 8.169 PBCC images/sk-packet.pb-c.c [2021-03-10T15:03:45.913Z] #43 8.235 DEP images/sk-packet.pb-c.d [2021-03-10T15:03:45.913Z] #43 8.274 PBCC images/tcp-stream.pb-c.c [2021-03-10T15:03:46.010Z] #19 17.90 Selecting previously unselected package vim. [2021-03-10T15:03:46.010Z] #19 17.90 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:03:46.010Z] #19 17.91 Unpacking vim (2:8.1.0875-5) ... [2021-03-10T15:03:46.010Z] #19 18.04 Selecting previously unselected package xfsprogs. [2021-03-10T15:03:46.010Z] #19 18.04 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-10T15:03:46.010Z] #19 18.05 Unpacking xfsprogs (4.20.0-1) ... [2021-03-10T15:03:46.010Z] #19 18.16 Selecting previously unselected package zip. [2021-03-10T15:03:46.207Z] #43 8.336 DEP images/tcp-stream.pb-c.d [2021-03-10T15:03:46.207Z] #43 8.429 PBCC images/pipe.pb-c.c [2021-03-10T15:03:46.207Z] #43 8.470 DEP images/pipe.pb-c.d [2021-03-10T15:03:46.207Z] #43 8.568 PBCC images/pstree.pb-c.c [2021-03-10T15:03:46.265Z] #63 ... [2021-03-10T15:03:46.265Z] [2021-03-10T15:03:46.265Z] #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-03-10T15:03:46.265Z] #50 sha256:fc127c2cc8fd49f9f5c83dcdaf884c2062da9f12b9c8d88cd41268cd47d20b57 [2021-03-10T15:03:46.265Z] #50 23.34 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:03:46.265Z] #50 23.48 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:03:46.265Z] #50 23.65 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:03:46.265Z] #50 23.79 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:03:46.265Z] #50 24.75 runtime [2021-03-10T15:03:46.265Z] #50 ... [2021-03-10T15:03:46.265Z] [2021-03-10T15:03:46.265Z] #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-03-10T15:03:46.265Z] #48 sha256:904479a0ad8bb65945d1c419770d47fdc37050c16b2e5e9927614694731365f5 [2021-03-10T15:03:46.265Z] #48 26.72 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:03:46.265Z] #48 26.80 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:03:46.265Z] #48 26.83 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:03:46.265Z] #48 26.89 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:03:46.265Z] #48 26.93 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:03:46.265Z] #48 27.03 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:03:46.265Z] #48 27.04 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:03:46.265Z] #48 27.31 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:03:46.265Z] #48 27.43 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-10T15:03:46.265Z] #48 27.45 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:03:46.265Z] #48 27.74 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-10T15:03:46.265Z] #48 28.04 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:03:46.265Z] #48 28.13 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:03:46.265Z] #48 28.14 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-10T15:03:46.265Z] #48 28.65 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:03:46.265Z] #48 28.66 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:03:46.265Z] #48 28.92 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:03:46.265Z] #48 32.63 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-10T15:03:46.265Z] #48 33.56 go: extracting golang.org/x/text v0.3.2 [2021-03-10T15:03:46.265Z] #48 ... [2021-03-10T15:03:46.265Z] [2021-03-10T15:03:46.265Z] #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-03-10T15:03:46.265Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:03:46.265Z] #54 23.65 Fetched 8423 kB in 17s (484 kB/s) [2021-03-10T15:03:46.265Z] #54 23.65 Reading package lists... [2021-03-10T15:03:46.265Z] #54 30.55 Reading package lists... [2021-03-10T15:03:46.265Z] #54 ... [2021-03-10T15:03:46.265Z] [2021-03-10T15:03:46.265Z] #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-03-10T15:03:46.265Z] #57 sha256:d4dcbd73938eb32845ec9b1dff5b311f918bd5865d2cf48e5a7709a99194bbe8 [2021-03-10T15:03:46.265Z] #57 23.60 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:03:46.265Z] #57 23.64 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:03:46.265Z] #57 23.80 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:03:46.265Z] #57 23.81 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:03:46.265Z] #57 24.08 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:03:46.265Z] #57 26.62 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:03:46.265Z] #57 26.65 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:03:46.265Z] #57 26.79 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:03:46.265Z] #57 27.07 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:03:46.265Z] #57 27.25 go: finding github.com/google/uuid v1.2.0 [2021-03-10T15:03:46.265Z] #57 27.26 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:03:46.265Z] #57 27.30 go: finding github.com/gofrs/flock v0.8.0 [2021-03-10T15:03:46.265Z] #57 27.30 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-10T15:03:46.265Z] #57 27.34 go: finding github.com/gorilla/mux v1.8.0 [2021-03-10T15:03:46.265Z] #57 27.52 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:03:46.265Z] #57 27.53 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:03:46.265Z] #57 27.60 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:03:46.265Z] #57 27.63 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:03:46.265Z] #57 27.97 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:03:46.265Z] #57 28.06 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:03:46.265Z] #57 ... [2021-03-10T15:03:46.265Z] [2021-03-10T15:03:46.265Z] #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-03-10T15:03:46.265Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:03:46.265Z] #35 23.97 Fetched 8423 kB in 18s (476 kB/s) [2021-03-10T15:03:46.265Z] #35 23.97 Reading package lists... [2021-03-10T15:03:46.265Z] #35 30.98 Reading package lists... [2021-03-10T15:03:46.265Z] #35 ... [2021-03-10T15:03:46.265Z] [2021-03-10T15:03:46.265Z] #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-03-10T15:03:46.265Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:46.265Z] #41 23.64 Fetched 8423 kB in 17s (483 kB/s) [2021-03-10T15:03:46.265Z] #41 23.64 Reading package lists... [2021-03-10T15:03:46.265Z] #41 30.79 Reading package lists... [2021-03-10T15:03:46.265Z] #41 ... [2021-03-10T15:03:46.265Z] [2021-03-10T15:03:46.265Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:03:46.265Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:03:46.265Z] #12 22.24 Fetched 8922 kB in 19s (473 kB/s) [2021-03-10T15:03:46.265Z] #12 22.24 Reading package lists... [2021-03-10T15:03:46.268Z] #19 18.16 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-10T15:03:46.268Z] #19 18.17 Unpacking zip (3.0-11+b1) ... [2021-03-10T15:03:46.268Z] #19 18.23 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:03:46.268Z] #19 18.24 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:03:46.268Z] #19 18.25 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-10T15:03:46.268Z] #19 18.26 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-10T15:03:46.268Z] #19 18.29 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-10T15:03:46.268Z] #19 18.30 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-10T15:03:46.268Z] #19 18.31 Setting up uidmap (1:4.5-1.1) ... [2021-03-10T15:03:46.268Z] #19 18.32 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-10T15:03:46.268Z] #19 18.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:46.268Z] #19 18.35 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:03:46.268Z] #19 18.36 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:03:46.268Z] #19 18.37 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:03:46.501Z] #43 8.612 DEP images/pstree.pb-c.d [2021-03-10T15:03:46.501Z] #43 8.670 PBCC images/fs.pb-c.c [2021-03-10T15:03:46.501Z] #43 8.696 DEP images/fs.pb-c.d [2021-03-10T15:03:46.502Z] #43 8.748 PBCC images/signalfd.pb-c.c [2021-03-10T15:03:46.502Z] #43 8.786 DEP images/signalfd.pb-c.d [2021-03-10T15:03:46.527Z] #19 18.38 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:03:46.527Z] #19 18.39 Setting up zip (3.0-11+b1) ... [2021-03-10T15:03:46.527Z] #19 18.40 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:03:46.527Z] #19 18.42 Setting up bash-completion (1:2.8-6) ... [2021-03-10T15:03:46.527Z] #19 ... [2021-03-10T15:03:46.527Z] [2021-03-10T15:03:46.527Z] #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-03-10T15:03:46.527Z] #55 sha256:5fd39f946696b3069a085eb038d639de7c01ed54b78fcb6dc0179463921c2bf5 [2021-03-10T15:03:46.527Z] #55 40.72 + bin/containerd [2021-03-10T15:03:46.527Z] #55 ... [2021-03-10T15:03:46.527Z] [2021-03-10T15:03:46.527Z] #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-03-10T15:03:46.527Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:46.527Z] #42 39.44 CC criu/fsnotify.o [2021-03-10T15:03:46.527Z] #42 39.72 CC criu/image-desc.o [2021-03-10T15:03:46.527Z] #42 39.75 CC criu/image.o [2021-03-10T15:03:46.527Z] #42 39.96 CC criu/ipc_ns.o [2021-03-10T15:03:46.527Z] #42 40.26 CC criu/irmap.o [2021-03-10T15:03:46.527Z] #42 40.45 CC criu/kcmp-ids.o [2021-03-10T15:03:46.527Z] #42 40.53 CC criu/kerndat.o [2021-03-10T15:03:46.527Z] #42 40.84 CC criu/libnetlink.o [2021-03-10T15:03:46.527Z] #42 40.94 CC criu/log.o [2021-03-10T15:03:46.527Z] #42 41.06 CC criu/lsm.o [2021-03-10T15:03:46.527Z] #42 41.17 CC criu/mem.o [2021-03-10T15:03:46.527Z] #42 41.58 CC criu/memfd.o [2021-03-10T15:03:46.527Z] #42 41.73 CC criu/mount.o [2021-03-10T15:03:46.796Z] #43 ... [2021-03-10T15:03:46.796Z] [2021-03-10T15:03:46.796Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:03:46.796Z] #47 DONE 44.1s [2021-03-10T15:03:46.796Z] [2021-03-10T15:03:46.796Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:03:46.796Z] #43 8.958 PBCC images/fh.pb-c.c [2021-03-10T15:03:46.796Z] #43 8.985 PBCC images/fsnotify.pb-c.c [2021-03-10T15:03:47.090Z] #43 9.095 DEP images/fh.pb-c.d [2021-03-10T15:03:47.090Z] #43 9.164 DEP images/fsnotify.pb-c.d [2021-03-10T15:03:47.090Z] #43 9.213 PBCC images/eventpoll.pb-c.c [2021-03-10T15:03:47.090Z] #43 9.251 DEP images/eventpoll.pb-c.d [2021-03-10T15:03:47.090Z] #43 9.354 PBCC images/eventfd.pb-c.c [2021-03-10T15:03:47.455Z] #43 9.364 DEP images/eventfd.pb-c.d [2021-03-10T15:03:47.455Z] #43 9.408 PBCC images/remap-file-path.pb-c.c [2021-03-10T15:03:47.455Z] #43 9.434 DEP images/remap-file-path.pb-c.d [2021-03-10T15:03:47.455Z] #43 9.504 PBCC images/fifo.pb-c.c [2021-03-10T15:03:47.455Z] #43 9.534 DEP images/fifo.pb-c.d [2021-03-10T15:03:47.455Z] #43 9.585 PBCC images/ghost-file.pb-c.c [2021-03-10T15:03:47.455Z] #43 9.698 DEP images/ghost-file.pb-c.d [2021-03-10T15:03:47.455Z] #43 9.738 PBCC images/regfile.pb-c.c [2021-03-10T15:03:47.455Z] #43 9.789 DEP images/regfile.pb-c.d [2021-03-10T15:03:47.463Z] #42 42.69 CC criu/namespaces.o [2021-03-10T15:03:47.722Z] #42 43.16 CC criu/net.o [2021-03-10T15:03:47.749Z] #43 9.850 PBCC images/ns.pb-c.c [2021-03-10T15:03:47.749Z] #43 9.888 DEP images/ns.pb-c.d [2021-03-10T15:03:47.749Z] #43 9.934 PBCC images/fdinfo.pb-c.c [2021-03-10T15:03:47.749Z] #43 10.01 DEP images/fdinfo.pb-c.d [2021-03-10T15:03:47.749Z] #43 10.07 PBCC images/core-aarch64.pb-c.c [2021-03-10T15:03:48.043Z] #43 10.14 PBCC images/core-arm.pb-c.c [2021-03-10T15:03:48.043Z] #43 10.17 PBCC images/core-ppc64.pb-c.c [2021-03-10T15:03:48.043Z] #43 10.21 PBCC images/core-s390.pb-c.c [2021-03-10T15:03:48.043Z] #43 10.27 PBCC images/core-x86.pb-c.c [2021-03-10T15:03:48.043Z] #43 10.33 PBCC images/core.pb-c.c [2021-03-10T15:03:48.043Z] #43 10.41 PBCC images/inventory.pb-c.c [2021-03-10T15:03:48.163Z] #12 29.68 Reading package lists... [2021-03-10T15:03:48.163Z] #12 ... [2021-03-10T15:03:48.163Z] [2021-03-10T15:03:48.163Z] #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-03-10T15:03:48.163Z] #33 sha256:d30f6cc6f6b95a66bf5c1dd090cfa29aa8e9dbed77b44d6c510276ad0487df9e [2021-03-10T15:03:48.163Z] #33 36.38 sync [2021-03-10T15:03:48.163Z] #33 36.39 internal/reflectlite [2021-03-10T15:03:48.337Z] #43 10.47 DEP images/core-aarch64.pb-c.d [2021-03-10T15:03:48.337Z] #43 10.51 DEP images/core-arm.pb-c.d [2021-03-10T15:03:48.337Z] #43 10.55 DEP images/core-ppc64.pb-c.d [2021-03-10T15:03:48.337Z] #43 10.60 DEP images/core-s390.pb-c.d [2021-03-10T15:03:48.630Z] #43 10.68 DEP images/core-x86.pb-c.d [2021-03-10T15:03:48.630Z] #43 10.72 DEP images/core.pb-c.d [2021-03-10T15:03:48.630Z] #43 10.77 DEP images/inventory.pb-c.d [2021-03-10T15:03:48.630Z] #43 10.82 PBCC images/cpuinfo.pb-c.c [2021-03-10T15:03:48.630Z] #43 10.84 DEP images/cpuinfo.pb-c.d [2021-03-10T15:03:48.630Z] #43 ... [2021-03-10T15:03:48.630Z] [2021-03-10T15:03:48.630Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:48.630Z] #51 36.14 reflect [2021-03-10T15:03:48.630Z] #51 36.15 syscall [2021-03-10T15:03:48.630Z] #51 42.24 time [2021-03-10T15:03:48.658Z] #42 43.94 CC criu/netfilter.o [2021-03-10T15:03:48.658Z] #42 44.03 CC criu/page-pipe.o [2021-03-10T15:03:48.658Z] #42 44.18 CC criu/page-xfer.o [2021-03-10T15:03:48.879Z] Client: [2021-03-10T15:03:48.879Z] Context: default [2021-03-10T15:03:48.879Z] Debug Mode: false [2021-03-10T15:03:48.879Z] Plugins: [2021-03-10T15:03:48.879Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-10T15:03:48.879Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-10T15:03:48.879Z] [2021-03-10T15:03:48.879Z] Server: [2021-03-10T15:03:48.879Z] Containers: 0 [2021-03-10T15:03:48.879Z] Running: 0 [2021-03-10T15:03:48.879Z] Paused: 0 [2021-03-10T15:03:48.879Z] Stopped: 0 [2021-03-10T15:03:48.879Z] Images: 0 [2021-03-10T15:03:48.879Z] Server Version: 20.10.3 [2021-03-10T15:03:48.879Z] Storage Driver: overlay2 [2021-03-10T15:03:48.879Z] Backing Filesystem: extfs [2021-03-10T15:03:48.879Z] Supports d_type: true [2021-03-10T15:03:48.879Z] Native Overlay Diff: true [2021-03-10T15:03:48.879Z] Logging Driver: json-file [2021-03-10T15:03:48.879Z] Cgroup Driver: cgroupfs [2021-03-10T15:03:48.879Z] Cgroup Version: 1 [2021-03-10T15:03:48.879Z] Plugins: [2021-03-10T15:03:48.879Z] Volume: local [2021-03-10T15:03:48.879Z] Network: bridge host ipvlan macvlan null overlay [2021-03-10T15:03:48.879Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-10T15:03:48.879Z] Swarm: inactive [2021-03-10T15:03:48.879Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-10T15:03:48.879Z] Default Runtime: runc [2021-03-10T15:03:48.879Z] Init Binary: docker-init [2021-03-10T15:03:48.879Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:03:48.879Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:03:48.879Z] init version: de40ad0 [2021-03-10T15:03:48.879Z] Security Options: [2021-03-10T15:03:48.879Z] apparmor [2021-03-10T15:03:48.879Z] seccomp [2021-03-10T15:03:48.879Z] Profile: default [2021-03-10T15:03:48.879Z] Kernel Version: 4.15.0-1093-aws [2021-03-10T15:03:48.879Z] Operating System: Ubuntu 16.04.7 LTS [2021-03-10T15:03:48.879Z] OSType: linux [2021-03-10T15:03:48.879Z] Architecture: aarch64 [2021-03-10T15:03:48.879Z] CPUs: 4 [2021-03-10T15:03:48.879Z] Total Memory: 7.525GiB [2021-03-10T15:03:48.879Z] Name: ip-10-100-121-44 [2021-03-10T15:03:48.879Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-03-10T15:03:48.879Z] Docker Root Dir: /var/lib/docker [2021-03-10T15:03:48.879Z] Debug Mode: false [2021-03-10T15:03:48.879Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:03:48.879Z] Labels: [2021-03-10T15:03:48.879Z] Experimental: true [2021-03-10T15:03:48.879Z] Insecure Registries: [2021-03-10T15:03:48.879Z] 127.0.0.0/8 [2021-03-10T15:03:48.879Z] Live Restore Enabled: true [2021-03-10T15:03:48.879Z] [2021-03-10T15:03:48.879Z] WARNING: No swap limit support [Pipeline] sh [2021-03-10T15:03:48.924Z] #51 ... [2021-03-10T15:03:48.924Z] [2021-03-10T15:03:48.924Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:03:48.924Z] #43 10.90 PBCC images/stats.pb-c.c [2021-03-10T15:03:48.924Z] #43 10.91 DEP images/stats.pb-c.d [2021-03-10T15:03:49.172Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:03:49.172Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:03:49.172Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42054/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-10T15:03:49.225Z] #42 44.58 CC criu/pagemap-cache.o [2021-03-10T15:03:49.225Z] #42 44.68 CC criu/pagemap.o [2021-03-10T15:03:49.434Z] + bash /home/ubuntu/workspace/moby_PR-42054/check-config.sh [2021-03-10T15:03:49.434Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-10T15:03:49.434Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-03-10T15:03:49.434Z] [2021-03-10T15:03:49.434Z] Generally Necessary: [2021-03-10T15:03:49.434Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-10T15:03:49.434Z] - apparmor: enabled and tools installed [2021-03-10T15:03:49.434Z] - CONFIG_NAMESPACES: enabled [2021-03-10T15:03:49.434Z] - CONFIG_NET_NS: enabled [2021-03-10T15:03:49.434Z] - CONFIG_PID_NS: enabled [2021-03-10T15:03:49.434Z] - CONFIG_IPC_NS: enabled [2021-03-10T15:03:49.434Z] - CONFIG_UTS_NS: enabled [2021-03-10T15:03:49.434Z] - CONFIG_CGROUPS: enabled [2021-03-10T15:03:49.434Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-10T15:03:49.434Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-10T15:03:49.434Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-10T15:03:49.434Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-10T15:03:49.434Z] - CONFIG_CPUSETS: enabled [2021-03-10T15:03:49.434Z] - CONFIG_MEMCG: enabled [2021-03-10T15:03:49.434Z] - CONFIG_KEYS: enabled [2021-03-10T15:03:49.434Z] - CONFIG_VETH: enabled (as module) [2021-03-10T15:03:49.484Z] #42 44.99 CC criu/parasite-syscall.o [2021-03-10T15:03:49.695Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-10T15:03:49.695Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-10T15:03:49.695Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-10T15:03:49.695Z] [2021-03-10T15:03:49.695Z] Optional Features: [2021-03-10T15:03:49.695Z] - CONFIG_USER_NS: enabled [2021-03-10T15:03:49.695Z] - CONFIG_SECCOMP: enabled [2021-03-10T15:03:49.695Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-10T15:03:49.695Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-10T15:03:49.695Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-10T15:03:49.695Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-10T15:03:49.695Z] - CONFIG_BLK_CGROUP: enabled [2021-03-10T15:03:49.695Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-10T15:03:49.695Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-10T15:03:49.695Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-10T15:03:49.695Z] - CONFIG_CGROUP_PERF: enabled [2021-03-10T15:03:49.695Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-10T15:03:49.743Z] #42 45.27 CC criu/path.o [2021-03-10T15:03:49.743Z] #42 45.36 CC criu/pie-util-vdso-elf32.o [2021-03-10T15:03:49.786Z] #43 11.85 make[1]: Nothing to be done for 'all'. [2021-03-10T15:03:49.957Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-10T15:03:49.957Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-10T15:03:49.957Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-10T15:03:49.957Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-10T15:03:49.957Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-10T15:03:49.957Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-10T15:03:49.957Z] - CONFIG_IP_VS: enabled (as module) [2021-03-10T15:03:49.957Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-10T15:03:49.957Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-10T15:03:49.957Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-10T15:03:49.957Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-10T15:03:49.957Z] - CONFIG_EXT4_FS: enabled [2021-03-10T15:03:49.957Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-10T15:03:49.957Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-10T15:03:49.957Z] - Network Drivers: [2021-03-10T15:03:49.957Z] - "overlay": [2021-03-10T15:03:49.957Z] - CONFIG_VXLAN: enabled (as module) [2021-03-10T15:03:49.957Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-10T15:03:49.957Z] Optional (for encrypted networks): [2021-03-10T15:03:50.002Z] #42 45.48 CC criu/pie-util-vdso.o [2021-03-10T15:03:50.002Z] #42 45.59 CC criu/pie-util.o [2021-03-10T15:03:50.056Z] #33 ... [2021-03-10T15:03:50.056Z] [2021-03-10T15:03:50.056Z] #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-03-10T15:03:50.056Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:03:50.056Z] #44 28.60 vendor/golang.org/x/crypto/curve25519 [2021-03-10T15:03:50.056Z] #44 38.65 github.com/LK4D4/vndr/godl/singleflight [2021-03-10T15:03:50.056Z] #44 38.70 internal/reflectlite [2021-03-10T15:03:50.222Z] - CONFIG_CRYPTO: enabled [2021-03-10T15:03:50.222Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-10T15:03:50.222Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-10T15:03:50.222Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-10T15:03:50.222Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-10T15:03:50.222Z] - CONFIG_XFRM: enabled [2021-03-10T15:03:50.222Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-10T15:03:50.222Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-10T15:03:50.222Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-10T15:03:50.222Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-10T15:03:50.222Z] - "ipvlan": [2021-03-10T15:03:50.222Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-10T15:03:50.222Z] - "macvlan": [2021-03-10T15:03:50.222Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-10T15:03:50.222Z] - CONFIG_DUMMY: enabled (as module) [2021-03-10T15:03:50.222Z] - "ftp,tftp client in container": [2021-03-10T15:03:50.222Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-10T15:03:50.222Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-10T15:03:50.222Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-10T15:03:50.222Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-10T15:03:50.222Z] - Storage Drivers: [2021-03-10T15:03:50.222Z] - "aufs": [2021-03-10T15:03:50.222Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-10T15:03:50.222Z] - "btrfs": [2021-03-10T15:03:50.222Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-10T15:03:50.222Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-10T15:03:50.222Z] - "devicemapper": [2021-03-10T15:03:50.222Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-10T15:03:50.222Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-10T15:03:50.222Z] - "overlay": [2021-03-10T15:03:50.222Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-10T15:03:50.222Z] - "zfs": [2021-03-10T15:03:50.222Z] - /dev/zfs: missing [2021-03-10T15:03:50.222Z] - zfs command: missing [2021-03-10T15:03:50.222Z] - zpool command: missing [2021-03-10T15:03:50.222Z] [2021-03-10T15:03:50.222Z] Limits: [2021-03-10T15:03:50.222Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-10T15:03:50.222Z] [2021-03-10T15:03:50.222Z] + true [Pipeline] } [Pipeline] // stage [2021-03-10T15:03:50.261Z] #42 45.65 CC criu/pipes.o [2021-03-10T15:03:50.261Z] #42 45.84 CC criu/plugin.o [2021-03-10T15:03:50.261Z] #42 ... [2021-03-10T15:03:50.261Z] [2021-03-10T15:03:50.261Z] #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-03-10T15:03:50.261Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:03:50.261Z] #19 19.19 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-10T15:03:50.261Z] #19 19.20 Setting up xz-utils (5.2.4-1) ... [2021-03-10T15:03:50.261Z] #19 19.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-10T15:03:50.261Z] #19 19.22 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:03:50.261Z] #19 19.26 invoke-rc.d: could not determine current runlevel [2021-03-10T15:03:50.261Z] #19 19.26 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:03:50.261Z] #19 19.27 Setting up pigz (2.4-1) ... [2021-03-10T15:03:50.261Z] #19 19.28 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-10T15:03:50.261Z] #19 19.29 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:03:50.261Z] #19 19.31 Setting up python-pip-whl (18.1-5) ... [2021-03-10T15:03:50.261Z] #19 19.32 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-10T15:03:50.261Z] #19 19.33 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:03:50.261Z] #19 19.42 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-10T15:03:50.261Z] #19 19.44 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:03:50.261Z] #19 19.45 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:03:50.261Z] #19 19.46 Setting up vim (2:8.1.0875-5) ... [2021-03-10T15:03:50.261Z] #19 19.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-10T15:03:50.261Z] #19 19.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-10T15:03:50.261Z] #19 19.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-10T15:03:50.261Z] #19 19.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-10T15:03:50.261Z] #19 19.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-10T15:03:50.261Z] #19 19.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-10T15:03:50.261Z] #19 19.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-10T15:03:50.261Z] #19 19.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-10T15:03:50.261Z] #19 19.51 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:03:50.261Z] #19 19.53 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:03:50.261Z] #19 19.54 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-10T15:03:50.261Z] #19 19.55 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:03:50.261Z] #19 19.56 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-10T15:03:50.261Z] #19 19.57 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:03:50.261Z] #19 20.22 Setting up iptables (1.8.2-4) ... [2021-03-10T15:03:50.261Z] #19 20.23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:03:50.261Z] #19 20.23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:03:50.261Z] #19 20.24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:03:50.261Z] #19 20.24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:03:50.261Z] #19 20.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-10T15:03:50.261Z] #19 20.25 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-10T15:03:50.261Z] #19 20.26 Setting up python3 (3.7.3-1) ... [2021-03-10T15:03:50.261Z] #19 20.35 Setting up python3-wheel (0.32.3-2) ... [2021-03-10T15:03:50.261Z] #19 20.49 Setting up apparmor (2.13.2-10) ... [2021-03-10T15:03:50.261Z] #19 21.32 Setting up xfsprogs (4.20.0-1) ... [2021-03-10T15:03:50.261Z] #19 21.33 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:03:50.261Z] #19 21.48 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:03:50.261Z] #19 21.69 Setting up python3-distutils (3.7.3-1) ... [2021-03-10T15:03:50.261Z] #19 21.83 Setting up python3-setuptools (40.8.0-1) ... [2021-03-10T15:03:50.261Z] #19 22.09 Setting up python3-pip (18.1-5) ... [2021-03-10T15:03:50.261Z] #19 22.30 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:50.261Z] #19 22.32 Processing triggers for mime-support (3.62) ... [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-10T15:03:50.312Z] #44 ... [2021-03-10T15:03:50.312Z] [2021-03-10T15:03:50.312Z] #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-03-10T15:03:50.312Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:50.312Z] #41 30.79 Reading package lists... [2021-03-10T15:03:50.427Z] #43 ... [2021-03-10T15:03:50.427Z] [2021-03-10T15:03:50.427Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:03:50.427Z] #37 1.547 + RM_GOPATH=0 [2021-03-10T15:03:50.427Z] #37 1.547 + TMP_GOPATH= [2021-03-10T15:03:50.427Z] #37 1.547 + : /build [2021-03-10T15:03:50.427Z] #37 1.547 + '[' -z '' ']' [2021-03-10T15:03:50.427Z] #37 1.547 ++ mktemp -d [2021-03-10T15:03:50.427Z] #37 1.547 + export GOPATH=/tmp/tmp.2YARl86fCx [2021-03-10T15:03:50.427Z] #37 1.547 + GOPATH=/tmp/tmp.2YARl86fCx [2021-03-10T15:03:50.427Z] #37 1.547 + RM_GOPATH=1 [2021-03-10T15:03:50.427Z] #37 1.547 + case "$(go env GOARCH)" in [2021-03-10T15:03:50.427Z] #37 1.547 ++ go env GOARCH [2021-03-10T15:03:50.427Z] #37 1.572 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:50.427Z] #37 1.572 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:03:50.427Z] #37 1.573 ++ dirname /tmp/install/install.sh [2021-03-10T15:03:50.427Z] #37 1.573 + dir=/tmp/install [2021-03-10T15:03:50.427Z] #37 1.573 + bin=tini [2021-03-10T15:03:50.427Z] #37 1.573 + shift [2021-03-10T15:03:50.427Z] #37 1.573 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-10T15:03:50.427Z] #37 1.573 + . /tmp/install/tini.installer [2021-03-10T15:03:50.427Z] #37 1.574 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:03:50.427Z] #37 1.574 + install_tini [2021-03-10T15:03:50.427Z] #37 1.574 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-10T15:03:50.427Z] #37 1.574 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:03:50.427Z] #37 1.574 + git clone https://github.com/krallin/tini.git /tmp/tmp.2YARl86fCx/tini [2021-03-10T15:03:50.427Z] #37 1.581 Cloning into '/tmp/tmp.2YARl86fCx/tini'... [2021-03-10T15:03:50.427Z] #37 2.430 + cd /tmp/tmp.2YARl86fCx/tini [2021-03-10T15:03:50.427Z] #37 2.430 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:03:50.427Z] #37 2.452 + cmake . [2021-03-10T15:03:50.427Z] #37 2.887 -- The C compiler identification is GNU 8.3.0 [2021-03-10T15:03:50.427Z] #37 2.933 -- Check for working C compiler: /usr/bin/cc [2021-03-10T15:03:50.427Z] #37 3.387 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-10T15:03:50.427Z] #37 3.388 -- Detecting C compiler ABI info [2021-03-10T15:03:50.427Z] #37 4.150 -- Detecting C compiler ABI info - done [2021-03-10T15:03:50.427Z] #37 4.184 -- Detecting C compile features [2021-03-10T15:03:50.427Z] #37 6.435 -- Detecting C compile features - done [2021-03-10T15:03:50.427Z] #37 6.449 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-10T15:03:50.427Z] #37 6.636 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-10T15:03:50.427Z] #37 6.711 -- Configuring done [2021-03-10T15:03:50.427Z] #37 6.730 -- Generating done [2021-03-10T15:03:50.427Z] #37 6.737 -- Build files have been written to: /tmp/tmp.2YARl86fCx/tini [2021-03-10T15:03:50.427Z] #37 6.753 + make tini-static [2021-03-10T15:03:50.427Z] #37 7.088 Scanning dependencies of target tini-static [2021-03-10T15:03:50.427Z] #37 7.160 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-10T15:03:50.427Z] #37 8.054 [100%] Linking C executable tini-static [2021-03-10T15:03:50.427Z] #37 8.612 [100%] Built target tini-static [2021-03-10T15:03:50.427Z] #37 8.694 + mkdir -p /build [2021-03-10T15:03:50.427Z] #37 8.699 + cp tini-static /build/docker-init [2021-03-10T15:03:50.427Z] #37 DONE 8.9s [2021-03-10T15:03:50.575Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 . [2021-03-10T15:03:50.793Z] [2021-03-10T15:03:50.793Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:03:50.793Z] #43 12.86 CC images/stats.o [2021-03-10T15:03:50.837Z] #1 [internal] load build definition from Dockerfile [2021-03-10T15:03:50.837Z] #1 sha256:914c3a9e4950067b9d82ddbf71e36837da9072f4eb1ebaefc37d17011a38374b [2021-03-10T15:03:50.837Z] #1 transferring dockerfile: 16.82kB 0.0s done [2021-03-10T15:03:50.837Z] #1 DONE 0.1s [2021-03-10T15:03:50.837Z] [2021-03-10T15:03:50.837Z] #2 [internal] load .dockerignore [2021-03-10T15:03:50.837Z] #2 sha256:f18588ad397ccb2e851450deb23ccec251b3bf864f0cda16c96c5e44c5133eda [2021-03-10T15:03:50.837Z] #2 transferring context: 87B done [2021-03-10T15:03:50.837Z] #2 DONE 0.0s [2021-03-10T15:03:50.874Z] #41 37.70 Building dependency tree... [2021-03-10T15:03:51.100Z] [2021-03-10T15:03:51.100Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-10T15:03:51.100Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-03-10T15:03:51.136Z] #43 13.27 CC images/core.o [2021-03-10T15:03:51.196Z] #19 DONE 23.3s [2021-03-10T15:03:51.196Z] [2021-03-10T15:03:51.196Z] #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-03-10T15:03:51.196Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:51.196Z] #42 45.96 CC criu/proc_parse.o [2021-03-10T15:03:51.196Z] #42 46.69 CC criu/protobuf-desc.o [2021-03-10T15:03:51.455Z] #42 46.96 CC criu/protobuf.o [2021-03-10T15:03:51.455Z] #42 47.08 CC criu/pstree.o [2021-03-10T15:03:52.019Z] #43 13.91 CC images/core-x86.o [2021-03-10T15:03:52.019Z] #43 14.30 CC images/core-arm.o [2021-03-10T15:03:52.022Z] #42 ... [2021-03-10T15:03:52.022Z] [2021-03-10T15:03:52.022Z] #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-03-10T15:03:52.022Z] #20 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-10T15:03:52.022Z] #20 0.526 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-10T15:03:52.022Z] #20 0.529 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-10T15:03:52.022Z] #20 0.532 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-10T15:03:52.022Z] #20 DONE 0.6s [2021-03-10T15:03:52.022Z] [2021-03-10T15:03:52.022Z] #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-03-10T15:03:52.022Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:03:52.022Z] #42 47.45 CC criu/rbtree.o [2021-03-10T15:03:52.022Z] #42 47.55 CC criu/rst-malloc.o [2021-03-10T15:03:52.022Z] #42 47.64 CC criu/seccomp.o [2021-03-10T15:03:52.045Z] #3 DONE 0.9s [2021-03-10T15:03:52.045Z] [2021-03-10T15:03:52.045Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-10T15:03:52.045Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-03-10T15:03:52.045Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-10T15:03:52.045Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-03-10T15:03:52.045Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.1s [2021-03-10T15:03:52.045Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-10T15:03:52.045Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-03-10T15:03:52.307Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 5.24MB / 9.01MB 0.2s [2021-03-10T15:03:52.307Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s [2021-03-10T15:03:52.569Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s done [2021-03-10T15:03:52.569Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a [2021-03-10T15:03:52.589Z] #42 47.86 CC criu/seize.o [2021-03-10T15:03:52.832Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-03-10T15:03:52.832Z] #4 DONE 0.9s [2021-03-10T15:03:52.848Z] #42 48.12 CC criu/servicefd.o [2021-03-10T15:03:52.848Z] #42 48.24 CC criu/shmem.o [2021-03-10T15:03:52.913Z] #43 14.61 CC images/core-aarch64.o [2021-03-10T15:03:52.913Z] #43 14.88 CC images/core-ppc64.o [2021-03-10T15:03:53.099Z] [2021-03-10T15:03:53.099Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-10T15:03:53.099Z] #6 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-03-10T15:03:53.106Z] #42 48.50 CC criu/sigframe.o [2021-03-10T15:03:53.106Z] #42 48.55 CC criu/signalfd.o [2021-03-10T15:03:53.106Z] #42 48.63 CC criu/sk-inet.o [2021-03-10T15:03:53.277Z] #43 15.24 CC images/core-s390.o [2021-03-10T15:03:53.277Z] #43 ... [2021-03-10T15:03:53.277Z] [2021-03-10T15:03:53.277Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:53.277Z] #34 41.29 time [2021-03-10T15:03:53.277Z] #34 46.00 internal/fmtsort [2021-03-10T15:03:53.277Z] #34 46.50 internal/syscall/execenv [2021-03-10T15:03:53.277Z] #34 46.55 internal/poll [2021-03-10T15:03:53.277Z] #34 46.63 internal/syscall/unix [2021-03-10T15:03:53.277Z] #34 46.84 strings [2021-03-10T15:03:53.277Z] #34 47.69 os [2021-03-10T15:03:53.277Z] #34 48.91 path [2021-03-10T15:03:53.277Z] #34 49.54 text/tabwriter [2021-03-10T15:03:53.277Z] #34 50.46 fmt [2021-03-10T15:03:53.277Z] #34 50.46 path/filepath [2021-03-10T15:03:53.365Z] #42 48.93 CC criu/sk-netlink.o [2021-03-10T15:03:53.369Z] #6 DONE 0.2s [2021-03-10T15:03:53.370Z] [2021-03-10T15:03:53.370Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-10T15:03:53.370Z] #7 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-03-10T15:03:53.370Z] #7 DONE 0.3s [2021-03-10T15:03:53.370Z] [2021-03-10T15:03:53.370Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-10T15:03:53.370Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-03-10T15:03:53.391Z] #41 41.63 The following additional packages will be installed: [2021-03-10T15:03:53.391Z] #41 41.63 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-10T15:03:53.391Z] #41 41.64 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-10T15:03:53.391Z] #41 41.66 Suggested packages: [2021-03-10T15:03:53.391Z] #41 41.67 manpages-dev python-setuptools [2021-03-10T15:03:53.613Z] #34 51.45 io/ioutil [2021-03-10T15:03:53.613Z] #34 ... [2021-03-10T15:03:53.613Z] [2021-03-10T15:03:53.613Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:03:53.613Z] #43 15.69 CC images/cpuinfo.o [2021-03-10T15:03:53.624Z] #42 49.04 CC criu/sk-packet.o [2021-03-10T15:03:53.631Z] #5 DONE 0.3s [2021-03-10T15:03:53.647Z] #41 ... [2021-03-10T15:03:53.647Z] [2021-03-10T15:03:53.647Z] #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-03-10T15:03:53.647Z] #63 sha256:0e24145af6a452131750e5745c344649c7a4abf57f10e2e7e48e53bd3b540631 [2021-03-10T15:03:53.647Z] #63 DONE 42.0s [2021-03-10T15:03:53.647Z] [2021-03-10T15:03:53.647Z] #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-03-10T15:03:53.647Z] #48 sha256:904479a0ad8bb65945d1c419770d47fdc37050c16b2e5e9927614694731365f5 [2021-03-10T15:03:53.647Z] #48 39.42 go: finding github.com/fatih/color v1.7.0 [2021-03-10T15:03:53.647Z] #48 39.54 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:03:53.647Z] #48 39.57 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:03:53.647Z] #48 39.62 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:03:53.647Z] #48 39.68 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:03:53.647Z] #48 39.69 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:03:53.647Z] #48 39.72 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:03:53.647Z] #48 39.74 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:03:53.647Z] #48 39.81 go: finding github.com/pkg/errors v0.8.1 [2021-03-10T15:03:53.647Z] #48 39.91 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:03:53.647Z] #48 39.91 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:03:53.647Z] #48 39.91 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:03:53.647Z] #48 39.94 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:03:53.647Z] #48 39.97 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:03:53.647Z] #48 39.97 go: finding github.com/stretchr/testify v1.4.0 [2021-03-10T15:03:53.647Z] #48 39.98 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:03:53.647Z] #48 39.98 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:03:53.647Z] #48 39.98 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:03:53.647Z] #48 40.01 go: finding github.com/spf13/viper v1.6.1 [2021-03-10T15:03:53.647Z] #48 40.03 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:03:53.647Z] #48 40.05 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:03:53.647Z] #48 40.13 go: finding github.com/stretchr/objx v0.2.0 [2021-03-10T15:03:53.647Z] #48 40.27 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:03:53.647Z] #48 40.29 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:03:53.647Z] #48 40.37 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:03:53.647Z] #48 40.37 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:03:53.647Z] #48 40.38 go: finding github.com/spf13/cobra v0.0.5 [2021-03-10T15:03:53.647Z] #48 40.40 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:03:53.647Z] #48 40.41 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:03:53.647Z] #48 40.41 go: finding github.com/gobwas/glob v0.2.3 [2021-03-10T15:03:53.647Z] #48 40.45 go: finding github.com/spf13/pflag v1.0.5 [2021-03-10T15:03:53.647Z] #48 40.48 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:03:53.647Z] #48 40.49 go: finding github.com/magiconair/properties v1.8.1 [2021-03-10T15:03:53.647Z] #48 40.62 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:03:53.647Z] #48 40.66 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:03:53.647Z] #48 40.70 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:03:53.647Z] #48 40.71 go: finding github.com/spf13/afero v1.1.2 [2021-03-10T15:03:53.647Z] #48 40.75 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:03:53.647Z] #48 40.79 go: finding github.com/spf13/cast v1.3.0 [2021-03-10T15:03:53.647Z] #48 40.83 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:03:53.647Z] #48 40.85 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:03:53.647Z] #48 40.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:03:53.647Z] #48 40.95 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:03:53.647Z] #48 41.07 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-10T15:03:53.647Z] #48 41.17 go: finding golang.org/x/text v0.3.2 [2021-03-10T15:03:53.647Z] #48 41.18 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:03:53.647Z] #48 41.27 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:03:53.647Z] #48 41.39 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:03:53.647Z] #48 41.51 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:03:53.647Z] #48 41.61 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:03:53.647Z] #48 41.61 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:03:53.647Z] #48 41.76 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:03:53.647Z] #48 41.76 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:03:53.647Z] #48 41.78 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:03:53.647Z] #48 41.79 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:03:53.647Z] #48 41.83 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:03:53.647Z] #48 41.83 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:03:53.647Z] #48 41.86 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:03:53.647Z] #48 41.87 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:03:53.647Z] #48 41.91 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-10T15:03:53.647Z] #48 41.93 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:03:53.647Z] #48 41.94 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:03:53.647Z] #48 41.97 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:03:53.647Z] #48 42.00 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:03:53.647Z] #48 42.09 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-10T15:03:53.647Z] #48 42.13 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:03:53.647Z] #48 42.16 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:03:53.882Z] #42 49.22 CC criu/sk-queue.o [2021-03-10T15:03:53.882Z] #42 49.39 CC criu/sk-tcp.o [2021-03-10T15:03:53.903Z] #48 42.27 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:03:53.903Z] #48 42.43 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-10T15:03:53.917Z] #43 15.95 CC images/inventory.o [2021-03-10T15:03:53.917Z] #43 16.13 CC images/fdinfo.o [2021-03-10T15:03:53.917Z] #43 16.30 CC images/fown.o [2021-03-10T15:03:54.140Z] #42 49.55 CC criu/sk-unix.o [2021-03-10T15:03:54.159Z] #48 42.83 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:03:54.291Z] #43 16.53 CC images/ns.o [2021-03-10T15:03:54.291Z] #43 16.65 CC images/regfile.o [2021-03-10T15:03:54.291Z] #43 ... [2021-03-10T15:03:54.291Z] [2021-03-10T15:03:54.291Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:03:54.291Z] #45 41.97 time [2021-03-10T15:03:54.291Z] #45 46.23 internal/poll [2021-03-10T15:03:54.291Z] #45 46.49 strings [2021-03-10T15:03:54.291Z] #45 47.52 os [2021-03-10T15:03:54.291Z] #45 48.86 regexp/syntax [2021-03-10T15:03:54.291Z] #45 50.47 fmt [2021-03-10T15:03:54.416Z] #48 43.04 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:03:54.590Z] #45 52.09 regexp [2021-03-10T15:03:54.590Z] #45 ... [2021-03-10T15:03:54.590Z] [2021-03-10T15:03:54.590Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-10T15:03:54.590Z] #29 4.833 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-10T15:03:54.590Z] #29 5.069 [2021-03-10T15:03:54.590Z] #29 5.209 0.2% ## 2.8% ####### 10.4% ############# 19.4% ################# 24.8% ####################### 33.1% ########################## 36.9% ############################### 44.4% ################################### 48.9% ###################################### 53.3% ############################################ 62.4% #################################################### 72.3% ####################################################### 76.9% ############################################################# 84.9% ################################################################### 93.6% ######################################################################## 100.0% [2021-03-10T15:03:54.590Z] #29 7.255 [2021-03-10T15:03:54.590Z] #29 7.468 0.1% ########## 14.2% ########################################### 60.5% ######################################################################## 100.0% [2021-03-10T15:03:54.590Z] #29 8.005 [2021-03-10T15:03:54.590Z] #29 8.130 #### 6.2% ######################################################## 78.4% ######################################################################## 100.0% [2021-03-10T15:03:54.590Z] #29 8.777 [2021-03-10T15:03:54.591Z] [2021-03-10T15:03:54.591Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:03:54.591Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-10T15:03:54.591Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-10T15:03:54.591Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-03-10T15:03:54.591Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-10T15:03:54.591Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-03-10T15:03:54.591Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.0s [2021-03-10T15:03:54.672Z] #48 43.04 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:03:54.672Z] #48 43.12 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:03:54.672Z] #48 43.17 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:03:54.707Z] #42 50.12 CC criu/sockets.o [2021-03-10T15:03:54.854Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 10.49MB / 49.18MB 0.3s [2021-03-10T15:03:54.854Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 17.83MB / 49.18MB 0.4s [2021-03-10T15:03:54.888Z] #29 8.916 0.3% ##### 7.5% ############# 18.1% ################### 26.8% ########################### 37.5% ################################## 48.2% [2021-03-10T15:03:54.888Z] #29 ... [2021-03-10T15:03:54.888Z] [2021-03-10T15:03:54.888Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:54.888Z] #34 52.71 flag [2021-03-10T15:03:54.888Z] #34 52.73 github.com/BurntSushi/toml [2021-03-10T15:03:54.965Z] #42 50.41 CC criu/stats.o [2021-03-10T15:03:54.965Z] #42 50.50 CC criu/string.o [2021-03-10T15:03:55.116Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 20.97MB / 49.18MB 0.5s [2021-03-10T15:03:55.116Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.5s [2021-03-10T15:03:55.116Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 2.10MB / 7.68MB 0.7s [2021-03-10T15:03:55.223Z] #42 50.53 CC criu/sysctl.o [2021-03-10T15:03:55.223Z] #42 50.72 CC criu/sysfs_parse.o [2021-03-10T15:03:55.377Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 32.51MB / 49.18MB 0.8s [2021-03-10T15:03:55.377Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 6.29MB / 7.68MB 0.8s [2021-03-10T15:03:55.377Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 40.89MB / 49.18MB 0.9s [2021-03-10T15:03:55.377Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.9s [2021-03-10T15:03:55.483Z] #42 50.83 CC criu/timens.o [2021-03-10T15:03:55.483Z] #42 50.93 CC criu/timerfd.o [2021-03-10T15:03:55.639Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.0s [2021-03-10T15:03:55.639Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.1s done [2021-03-10T15:03:55.639Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 1.1s [2021-03-10T15:03:55.639Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 6.19MB / 9.98MB 1.3s [2021-03-10T15:03:55.742Z] #42 51.08 CC criu/tty.o [2021-03-10T15:03:55.903Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.5s [2021-03-10T15:03:55.931Z] #34 53.90 log [2021-03-10T15:03:56.613Z] #48 ... [2021-03-10T15:03:56.613Z] [2021-03-10T15:03:56.613Z] #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-03-10T15:03:56.613Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:03:56.613Z] #54 30.55 Reading package lists... [2021-03-10T15:03:56.613Z] #54 37.22 Building dependency tree... [2021-03-10T15:03:56.613Z] #54 41.09 The following additional packages will be installed: [2021-03-10T15:03:56.613Z] #54 41.10 libbtrfs0 [2021-03-10T15:03:56.613Z] #54 41.30 The following NEW packages will be installed: [2021-03-10T15:03:56.613Z] #54 41.33 libbtrfs-dev libbtrfs0 [2021-03-10T15:03:56.613Z] #54 41.84 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:03:56.613Z] #54 41.84 Need to get 119 kB of archives. [2021-03-10T15:03:56.613Z] #54 41.84 After this operation, 387 kB of additional disk space will be used. [2021-03-10T15:03:56.613Z] #54 41.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-10T15:03:56.613Z] #54 41.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-10T15:03:56.613Z] #54 43.35 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:56.613Z] #54 43.58 Fetched 119 kB in 0s (314 kB/s) [2021-03-10T15:03:56.613Z] #54 43.68 Selecting previously unselected package libbtrfs0. [2021-03-10T15:03:56.613Z] #54 43.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:03:56.613Z] #54 43.75 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-10T15:03:56.613Z] #54 43.76 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:03:56.613Z] #54 43.89 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:03:56.613Z] #54 43.91 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-10T15:03:56.613Z] #54 43.92 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:03:56.613Z] #54 44.49 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:03:56.613Z] #54 44.53 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:03:56.613Z] #54 44.55 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:03:56.613Z] #54 DONE 44.8s [2021-03-10T15:03:56.613Z] [2021-03-10T15:03:56.613Z] #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-03-10T15:03:56.613Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:56.613Z] #41 43.39 The following NEW packages will be installed: [2021-03-10T15:03:56.613Z] #41 43.39 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-10T15:03:56.613Z] #41 43.43 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-10T15:03:56.613Z] #41 43.43 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-10T15:03:56.613Z] #41 43.43 python-six zlib1g-dev [2021-03-10T15:03:56.613Z] #41 43.84 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:03:56.613Z] #41 43.84 Need to get 4095 kB of archives. [2021-03-10T15:03:56.613Z] #41 43.84 After this operation, 22.5 MB of additional disk space will be used. [2021-03-10T15:03:56.613Z] #41 43.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-10T15:03:56.613Z] #41 43.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-10T15:03:56.613Z] #41 43.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-10T15:03:56.613Z] #41 43.85 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-10T15:03:56.613Z] #41 43.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-10T15:03:56.613Z] #41 43.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-10T15:03:56.613Z] #41 43.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-10T15:03:56.613Z] #41 43.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-10T15:03:56.613Z] #41 43.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-10T15:03:56.613Z] #41 43.98 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-10T15:03:56.613Z] #41 44.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-10T15:03:56.613Z] #41 44.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-10T15:03:56.613Z] #41 44.18 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-10T15:03:56.613Z] #41 44.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-10T15:03:56.613Z] #41 44.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-10T15:03:56.613Z] #41 44.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-10T15:03:56.613Z] #41 44.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-10T15:03:56.753Z] #42 51.89 CC criu/tun.o [2021-03-10T15:03:56.753Z] #42 52.12 CC criu/uffd.o [2021-03-10T15:03:57.012Z] #42 52.56 CC criu/util.o [2021-03-10T15:03:57.567Z] #41 45.92 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:57.567Z] #41 46.13 Fetched 4095 kB in 1s (6114 kB/s) [2021-03-10T15:03:57.579Z] #42 53.13 CC criu/uts_ns.o [2021-03-10T15:03:57.825Z] #41 46.28 Selecting previously unselected package libcap-dev:amd64. [2021-03-10T15:03:57.826Z] #41 46.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:03:57.826Z] #41 46.38 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-10T15:03:57.826Z] #41 46.40 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-10T15:03:57.838Z] #42 53.22 CC criu/vdso-compat.o [2021-03-10T15:03:57.838Z] #42 53.29 CC criu/vdso.o [2021-03-10T15:03:57.849Z] #8 ... [2021-03-10T15:03:57.849Z] [2021-03-10T15:03:57.849Z] #22 [internal] load build context [2021-03-10T15:03:57.849Z] #22 sha256:ea05de3ca92989117039ecf9c2a6ab8a128b66f707b4db0fe1748b16ef1229a6 [2021-03-10T15:03:57.849Z] #22 transferring context: 53.42MB 2.3s done [2021-03-10T15:03:57.849Z] #22 DONE 3.2s [2021-03-10T15:03:57.849Z] [2021-03-10T15:03:57.849Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:03:57.849Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-10T15:03:58.011Z] #34 55.84 github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:03:58.083Z] #41 46.56 Selecting previously unselected package libnet1:amd64. [2021-03-10T15:03:58.083Z] #41 46.56 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:03:58.083Z] #41 46.59 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:58.083Z] #41 46.71 Selecting previously unselected package libnet1-dev. [2021-03-10T15:03:58.083Z] #41 46.72 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:03:58.083Z] #41 46.74 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:03:58.102Z] #42 53.48 LINK criu/built-in.o [2021-03-10T15:03:58.102Z] #42 53.54 LINK criu/criu [2021-03-10T15:03:58.102Z] #42 53.67 DEP lib/c/criu.d [2021-03-10T15:03:58.111Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.6s done [2021-03-10T15:03:58.111Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2021-03-10T15:03:58.340Z] #41 46.99 Selecting previously unselected package libnl-3-200:amd64. [2021-03-10T15:03:58.361Z] #42 53.69 CC images/rpc.pb-c.o [2021-03-10T15:03:58.361Z] #42 53.91 CC lib/c/criu.o [2021-03-10T15:03:58.596Z] #41 47.00 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-10T15:03:58.596Z] #41 47.04 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:03:58.596Z] #41 47.20 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-10T15:03:58.596Z] #41 47.20 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-10T15:03:58.596Z] #41 47.21 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-10T15:03:58.687Z] #8 ... [2021-03-10T15:03:58.687Z] [2021-03-10T15:03:58.687Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-10T15:03:58.687Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-03-10T15:03:58.687Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-10T15:03:58.687Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-10T15:03:58.687Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-10T15:03:58.687Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2021-03-10T15:03:58.687Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.0s done [2021-03-10T15:03:58.687Z] #61 DONE 4.1s [2021-03-10T15:03:58.687Z] [2021-03-10T15:03:58.687Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:03:58.687Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-10T15:03:58.687Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 4.0s done [2021-03-10T15:03:58.687Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 4.0s [2021-03-10T15:03:58.687Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 4.0s [2021-03-10T15:03:58.687Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 5.24MB / 62.53MB 4.2s [2021-03-10T15:03:58.687Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.19MB / 97.69MB 4.2s [2021-03-10T15:03:58.687Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 14.68MB / 62.53MB 4.3s [2021-03-10T15:03:58.687Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 3.15MB / 52.16MB 4.3s [2021-03-10T15:03:58.687Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 12.91MB / 97.69MB 4.3s [2021-03-10T15:03:58.867Z] #41 ... [2021-03-10T15:03:58.867Z] [2021-03-10T15:03:58.867Z] #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-03-10T15:03:58.867Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:03:58.867Z] #35 30.98 Reading package lists... [2021-03-10T15:03:58.867Z] #35 37.53 Building dependency tree... [2021-03-10T15:03:58.867Z] #35 41.26 The following additional packages will be installed: [2021-03-10T15:03:58.867Z] #35 41.30 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-10T15:03:58.867Z] #35 41.30 Suggested packages: [2021-03-10T15:03:58.867Z] #35 41.30 cmake-doc ninja-build lrzip [2021-03-10T15:03:58.867Z] #35 41.30 Recommended packages: [2021-03-10T15:03:58.867Z] #35 41.30 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-10T15:03:58.867Z] #35 42.56 The following NEW packages will be installed: [2021-03-10T15:03:58.867Z] #35 42.58 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-10T15:03:58.867Z] #35 42.60 vim-common xxd [2021-03-10T15:03:58.867Z] #35 43.16 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:03:58.867Z] #35 43.16 Need to get 14.9 MB of archives. [2021-03-10T15:03:58.867Z] #35 43.16 After this operation, 61.8 MB of additional disk space will be used. [2021-03-10T15:03:58.867Z] #35 43.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-10T15:03:58.867Z] #35 43.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:03:58.867Z] #35 43.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-10T15:03:58.867Z] #35 43.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-10T15:03:58.867Z] #35 44.25 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-10T15:03:58.867Z] #35 44.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-10T15:03:58.867Z] #35 44.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-10T15:03:58.867Z] #35 44.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-10T15:03:58.867Z] #35 44.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-10T15:03:58.867Z] #35 44.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-10T15:03:58.867Z] #35 46.33 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:03:58.867Z] #35 46.58 Fetched 14.9 MB in 2s (7734 kB/s) [2021-03-10T15:03:58.867Z] #35 46.66 Selecting previously unselected package xxd. [2021-03-10T15:03:58.867Z] #35 46.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 ... 15410 files and directories currently installed.) [2021-03-10T15:03:58.867Z] #35 46.78 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:03:58.867Z] #35 46.87 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:03:58.867Z] #35 47.11 Selecting previously unselected package vim-common. [2021-03-10T15:03:58.867Z] #35 47.11 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:03:58.867Z] #35 47.15 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:03:58.867Z] #35 ... [2021-03-10T15:03:58.867Z] [2021-03-10T15:03:58.867Z] #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-03-10T15:03:58.867Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:03:58.867Z] #41 47.50 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-10T15:03:58.932Z] #42 54.39 LINK lib/c/built-in.o [2021-03-10T15:03:58.932Z] #42 54.40 LINK lib/c/libcriu.so [2021-03-10T15:03:58.932Z] #42 54.43 LINK lib/c/libcriu.a [2021-03-10T15:03:58.932Z] #42 54.51 GEN magic.py [2021-03-10T15:03:58.951Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 18.81MB / 62.53MB 4.4s [2021-03-10T15:03:58.951Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 13.63MB / 52.16MB 4.4s [2021-03-10T15:03:58.951Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 19.92MB / 97.69MB 4.4s [2021-03-10T15:03:58.951Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 25.95MB / 62.53MB 4.5s [2021-03-10T15:03:58.951Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 18.87MB / 52.16MB 4.5s [2021-03-10T15:03:58.951Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 29.36MB / 97.69MB 4.5s [2021-03-10T15:03:59.123Z] #41 47.51 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:03:59.123Z] #41 47.51 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:03:59.123Z] #41 47.65 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-10T15:03:59.123Z] #41 47.66 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:03:59.123Z] #41 47.66 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-10T15:03:59.190Z] #42 54.66 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:03:59.190Z] #42 54.66 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:03:59.190Z] #42 54.67 Note: Building without GnuTLS support [2021-03-10T15:03:59.190Z] #42 54.68 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:03:59.190Z] #42 54.68 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:03:59.215Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 33.55MB / 62.53MB 4.6s [2021-03-10T15:03:59.215Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 28.13MB / 52.16MB 4.6s [2021-03-10T15:03:59.215Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 40.89MB / 97.69MB 4.6s [2021-03-10T15:03:59.215Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 44.22MB / 62.53MB 4.7s [2021-03-10T15:03:59.215Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 32.51MB / 52.16MB 4.7s [2021-03-10T15:03:59.215Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 48.23MB / 97.69MB 4.7s [2021-03-10T15:03:59.215Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.9s [2021-03-10T15:03:59.215Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 50.33MB / 52.16MB 4.9s [2021-03-10T15:03:59.393Z] #41 47.81 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-10T15:03:59.393Z] #41 47.85 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-10T15:03:59.393Z] #41 47.86 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:03:59.449Z] #42 ... [2021-03-10T15:03:59.449Z] [2021-03-10T15:03:59.449Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:03:59.449Z] #21 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-10T15:03:59.449Z] #21 1.365 Collecting yamllint==1.16.0 [2021-03-10T15:03:59.449Z] #21 6.572 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-10T15:03:59.449Z] #21 6.603 Collecting pyyaml (from yamllint==1.16.0) [2021-03-10T15:03:59.449Z] #21 6.675 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-10T15:03:59.449Z] #21 6.794 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-10T15:03:59.449Z] #21 6.811 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-10T15:03:59.449Z] #21 6.831 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-10T15:03:59.449Z] #21 6.955 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-10T15:03:59.449Z] #21 DONE 7.4s [2021-03-10T15:03:59.449Z] [2021-03-10T15:03:59.449Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-10T15:03:59.449Z] #24 sha256:7bc2330da74e360d96684fb3636fa47d74acc4541fa35339dc78f71b9db0cb73 [2021-03-10T15:03:59.477Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 59.99MB / 97.69MB 5.0s [2021-03-10T15:03:59.477Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 67.11MB / 97.69MB 5.1s [2021-03-10T15:03:59.529Z] #34 ... [2021-03-10T15:03:59.529Z] [2021-03-10T15:03:59.529Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:03:59.529Z] #51 46.84 context [2021-03-10T15:03:59.529Z] #51 47.26 encoding/binary [2021-03-10T15:03:59.529Z] #51 47.44 os [2021-03-10T15:03:59.529Z] #51 49.33 encoding/base64 [2021-03-10T15:03:59.529Z] #51 49.80 golang.org/x/sys/unix [2021-03-10T15:03:59.529Z] #51 50.84 fmt [2021-03-10T15:03:59.529Z] #51 54.30 encoding/json [2021-03-10T15:03:59.529Z] #51 55.84 github.com/pkg/diff [2021-03-10T15:03:59.529Z] #51 56.88 go/ast [2021-03-10T15:03:59.529Z] #51 ... [2021-03-10T15:03:59.529Z] [2021-03-10T15:03:59.529Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:03:59.529Z] #13 47.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-03-10T15:03:59.529Z] #13 ... [2021-03-10T15:03:59.529Z] [2021-03-10T15:03:59.529Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-10T15:03:59.529Z] #29 8.916 0.3% ##### 7.5% ############# 18.1% ################### 26.8% ########################### 37.5% ################################## 48.2% ######################################## 56.8% ############################################### 65.4% ###################################################### 76.1% ############################################################## 86.7% #################################################################### 95.3% ######################################################################## 100.0% [2021-03-10T15:03:59.529Z] #29 10.36 [2021-03-10T15:03:59.538Z] Client: [2021-03-10T15:03:59.538Z] Context: default [2021-03-10T15:03:59.538Z] Debug Mode: false [2021-03-10T15:03:59.538Z] Plugins: [2021-03-10T15:03:59.538Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-10T15:03:59.538Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-10T15:03:59.538Z] [2021-03-10T15:03:59.538Z] Server: [2021-03-10T15:03:59.538Z] Containers: 0 [2021-03-10T15:03:59.538Z] Running: 0 [2021-03-10T15:03:59.538Z] Paused: 0 [2021-03-10T15:03:59.538Z] Stopped: 0 [2021-03-10T15:03:59.538Z] Images: 0 [2021-03-10T15:03:59.538Z] Server Version: 20.10.3 [2021-03-10T15:03:59.538Z] Storage Driver: overlay2 [2021-03-10T15:03:59.538Z] Backing Filesystem: extfs [2021-03-10T15:03:59.538Z] Supports d_type: true [2021-03-10T15:03:59.538Z] Native Overlay Diff: true [2021-03-10T15:03:59.538Z] Logging Driver: json-file [2021-03-10T15:03:59.538Z] Cgroup Driver: systemd [2021-03-10T15:03:59.538Z] Cgroup Version: 2 [2021-03-10T15:03:59.538Z] Plugins: [2021-03-10T15:03:59.538Z] Volume: local [2021-03-10T15:03:59.538Z] Network: bridge host ipvlan macvlan null overlay [2021-03-10T15:03:59.538Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-10T15:03:59.538Z] Swarm: inactive [2021-03-10T15:03:59.538Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-10T15:03:59.538Z] Default Runtime: runc [2021-03-10T15:03:59.538Z] Init Binary: docker-init [2021-03-10T15:03:59.538Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:03:59.538Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:03:59.538Z] init version: de40ad0 [2021-03-10T15:03:59.538Z] Security Options: [2021-03-10T15:03:59.538Z] apparmor [2021-03-10T15:03:59.538Z] seccomp [2021-03-10T15:03:59.538Z] Profile: default [2021-03-10T15:03:59.538Z] cgroupns [2021-03-10T15:03:59.538Z] Kernel Version: 5.4.0-1037-aws [2021-03-10T15:03:59.538Z] Operating System: Ubuntu 20.04.2 LTS [2021-03-10T15:03:59.538Z] OSType: linux [2021-03-10T15:03:59.538Z] Architecture: x86_64 [2021-03-10T15:03:59.538Z] CPUs: 2 [2021-03-10T15:03:59.538Z] Total Memory: 7.487GiB [2021-03-10T15:03:59.538Z] Name: ip-10-100-41-147 [2021-03-10T15:03:59.538Z] ID: OFF2:BTCM:CKDV:MQWH:UM2E:5MQ5:AWUO:EWJ5:ACPR:VNBW:3JGL:VG7K [2021-03-10T15:03:59.538Z] Docker Root Dir: /var/lib/docker [2021-03-10T15:03:59.538Z] Debug Mode: false [2021-03-10T15:03:59.538Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:03:59.538Z] Labels: [2021-03-10T15:03:59.538Z] Experimental: true [2021-03-10T15:03:59.538Z] Insecure Registries: [2021-03-10T15:03:59.538Z] 127.0.0.0/8 [2021-03-10T15:03:59.538Z] Live Restore Enabled: true [2021-03-10T15:03:59.538Z] [2021-03-10T15:03:59.538Z] WARNING: No kernel memory TCP limit support [2021-03-10T15:03:59.538Z] WARNING: No oom kill disable support [2021-03-10T15:03:59.538Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-10T15:03:59.649Z] #41 48.11 Selecting previously unselected package libprotobuf17:amd64. [2021-03-10T15:03:59.650Z] #41 48.11 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:03:59.650Z] #41 48.11 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-10T15:03:59.729Z] #24 DONE 0.3s [2021-03-10T15:03:59.729Z] [2021-03-10T15:03:59.729Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:03:59.729Z] #29 sha256:7583b5edd325312688f1c724ca73534611969f50c399025cb2b249e3e323c761 [2021-03-10T15:03:59.739Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 74.87MB / 97.69MB 5.2s [2021-03-10T15:03:59.739Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 5.4s [2021-03-10T15:03:59.875Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 . [2021-03-10T15:04:00.139Z] #2 [internal] load .dockerignore [2021-03-10T15:04:00.139Z] #2 sha256:e515f50145b48ac9b024a71a958993f6ee6f5fc59397dd524b98af9d01732dcf [2021-03-10T15:04:00.398Z] #2 transferring context: [2021-03-10T15:04:00.467Z] #29 10.54 0.0% # 2.2% ### 5.0% ##### 7.5% ####### 10.0% ######### 13.1% ########### 15.5% ########### 15.5% ########### 15.6% ########### 16.0% ############ 17.2% ############## 20.0% ############### 21.9% ################# 24.6% ################### 27.0% ##################### 29.5% ####################### 32.0% ######################## 34.5% ########################## 37.0% ############################ 39.5% ############################## 42.6% ################################ 45.7% ################################## 47.5% #################################### 50.0% ###################################### 53.2% ######################################## 56.3% ########################################## 58.7% ########################################### 60.6% ############################################# 63.1% ############################################### 66.2% ################################################ 67.9% ################################################## 69.5% ################################################### 71.7% ##################################################### 74.8% ######################################################## 78.0% ########################################################## 81.0% ############################################################# 84.8% ############################################################### 88.0% ################################################################# 90.4% ################################################################### 93.5% ##################################################################### 96.7% ######################################################################## 100.0% [2021-03-10T15:04:00.467Z] #29 15.31 [2021-03-10T15:04:00.579Z] #41 48.93 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-10T15:04:00.579Z] #41 48.94 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:04:00.579Z] #41 48.94 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-10T15:04:00.579Z] #41 49.17 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-10T15:04:00.579Z] #41 49.17 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-10T15:04:00.579Z] #41 49.19 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-10T15:04:00.579Z] #41 ... [2021-03-10T15:04:00.579Z] [2021-03-10T15:04:00.579Z] #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-03-10T15:04:00.579Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:04:00.579Z] #44 39.09 math/rand [2021-03-10T15:04:00.579Z] #44 40.28 internal/singleflight [2021-03-10T15:04:00.579Z] #44 41.46 strconv [2021-03-10T15:04:00.579Z] #44 41.47 io [2021-03-10T15:04:00.579Z] #44 43.73 bytes [2021-03-10T15:04:00.579Z] #44 46.01 reflect [2021-03-10T15:04:00.579Z] #44 46.70 bufio [2021-03-10T15:04:00.579Z] #44 48.58 syscall [2021-03-10T15:04:00.660Z] #2 ... [2021-03-10T15:04:00.660Z] [2021-03-10T15:04:00.660Z] #1 [internal] load build definition from Dockerfile [2021-03-10T15:04:00.660Z] #1 sha256:0a3e918cc76a513272f75b4b441752dd00df82d45f366d7caa46c861ede9816d [2021-03-10T15:04:00.660Z] #1 transferring dockerfile: 16.82kB 0.0s done [2021-03-10T15:04:00.660Z] #1 DONE 0.7s [2021-03-10T15:04:00.660Z] [2021-03-10T15:04:00.660Z] #2 [internal] load .dockerignore [2021-03-10T15:04:00.660Z] #2 sha256:e515f50145b48ac9b024a71a958993f6ee6f5fc59397dd524b98af9d01732dcf [2021-03-10T15:04:00.660Z] #2 transferring context: 87B done [2021-03-10T15:04:00.660Z] #2 DONE 0.7s [2021-03-10T15:04:00.837Z] #44 ... [2021-03-10T15:04:00.837Z] [2021-03-10T15:04:00.837Z] #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-03-10T15:04:00.837Z] #33 sha256:d30f6cc6f6b95a66bf5c1dd090cfa29aa8e9dbed77b44d6c510276ad0487df9e [2021-03-10T15:04:00.837Z] #33 39.18 errors [2021-03-10T15:04:00.837Z] #33 39.18 sort [2021-03-10T15:04:00.837Z] #33 39.55 strconv [2021-03-10T15:04:00.837Z] #33 40.55 io [2021-03-10T15:04:00.837Z] #33 42.56 internal/oserror [2021-03-10T15:04:00.837Z] #33 42.93 syscall [2021-03-10T15:04:00.837Z] #33 43.48 reflect [2021-03-10T15:04:00.837Z] #33 ... [2021-03-10T15:04:00.837Z] [2021-03-10T15:04:00.837Z] #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-03-10T15:04:00.837Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:04:00.837Z] #31 48.23 Checking out files: 85% (1299/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-03-10T15:04:00.837Z] #31 49.00 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-10T15:04:00.925Z] [2021-03-10T15:04:00.925Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-10T15:04:00.925Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-10T15:04:01.094Z] #31 49.45 + [2021-03-10T15:04:01.094Z] #31 ... [2021-03-10T15:04:01.094Z] [2021-03-10T15:04:01.094Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:01.094Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:04:01.094Z] #12 29.68 Reading package lists... [2021-03-10T15:04:01.094Z] #12 36.79 Building dependency tree... [2021-03-10T15:04:01.094Z] #12 41.03 The following additional packages will be installed: [2021-03-10T15:04:01.094Z] #12 41.06 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-10T15:04:01.094Z] #12 41.06 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-10T15:04:01.094Z] #12 41.06 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-10T15:04:01.094Z] #12 41.06 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-10T15:04:01.094Z] #12 41.06 mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:04:01.094Z] #12 41.09 Suggested packages: [2021-03-10T15:04:01.094Z] #12 41.09 gcc-8-locales seccomp wine64 [2021-03-10T15:04:01.094Z] #12 42.93 The following NEW packages will be installed: [2021-03-10T15:04:01.094Z] #12 42.93 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-10T15:04:01.094Z] #12 42.94 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-10T15:04:01.094Z] #12 42.95 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-10T15:04:01.094Z] #12 42.95 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-10T15:04:01.094Z] #12 42.95 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-10T15:04:01.094Z] #12 42.97 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:04:01.094Z] #12 42.98 The following packages will be upgraded: [2021-03-10T15:04:01.094Z] #12 42.99 libseccomp2 libsystemd0 libudev1 [2021-03-10T15:04:01.094Z] #12 43.50 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:04:01.094Z] #12 43.50 Need to get 78.2 MB of archives. [2021-03-10T15:04:01.094Z] #12 43.50 After this operation, 487 MB of additional disk space will be used. [2021-03-10T15:04:01.094Z] #12 43.50 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-10T15:04:01.094Z] #12 43.51 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-10T15:04:01.094Z] #12 43.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-10T15:04:01.094Z] #12 43.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-10T15:04:01.094Z] #12 43.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-10T15:04:01.094Z] #12 43.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-10T15:04:01.094Z] #12 43.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-10T15:04:01.094Z] #12 44.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-10T15:04:01.094Z] #12 44.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-10T15:04:01.094Z] #12 44.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-10T15:04:01.094Z] #12 44.49 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-10T15:04:01.094Z] #12 44.76 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-10T15:04:01.094Z] #12 44.79 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-03-10T15:04:01.351Z] #12 ... [2021-03-10T15:04:01.351Z] [2021-03-10T15:04:01.351Z] #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-03-10T15:04:01.351Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:04:01.351Z] #31 49.45 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:04:01.495Z] #3 DONE 0.4s [2021-03-10T15:04:01.495Z] [2021-03-10T15:04:01.495Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-10T15:04:01.495Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-10T15:04:01.495Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-10T15:04:01.495Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-10T15:04:01.495Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-10T15:04:01.495Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-10T15:04:01.495Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-10T15:04:01.570Z] #29 16.28 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-10T15:04:01.666Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.4s done [2021-03-10T15:04:01.756Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-03-10T15:04:01.864Z] #29 ... [2021-03-10T15:04:01.864Z] [2021-03-10T15:04:01.864Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:04:01.864Z] #34 DONE 59.6s [2021-03-10T15:04:01.864Z] [2021-03-10T15:04:01.864Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:04:01.864Z] #13 59.07 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-03-10T15:04:01.864Z] #13 59.07 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-03-10T15:04:01.864Z] #13 59.11 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-03-10T15:04:01.864Z] #13 59.12 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-03-10T15:04:01.864Z] #13 59.15 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2021-03-10T15:04:01.864Z] #13 59.15 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u6 [110 kB] [2021-03-10T15:04:01.864Z] #13 59.18 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2021-03-10T15:04:01.864Z] #13 59.24 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2021-03-10T15:04:01.864Z] #13 59.28 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2021-03-10T15:04:01.864Z] #13 59.32 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2021-03-10T15:04:01.864Z] #13 59.36 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2021-03-10T15:04:01.864Z] #13 59.73 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2021-03-10T15:04:01.864Z] #13 59.90 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2021-03-10T15:04:01.864Z] #13 59.96 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u6 [322 kB] [2021-03-10T15:04:02.015Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-03-10T15:04:02.242Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 7.5s done [2021-03-10T15:04:02.276Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-03-10T15:04:02.276Z] #4 DONE 0.8s [2021-03-10T15:04:02.535Z] [2021-03-10T15:04:02.535Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-10T15:04:02.535Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-10T15:04:02.540Z] #13 60.95 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:04:02.540Z] #13 61.02 Fetched 73.8 MB in 31s (2388 kB/s) [2021-03-10T15:04:02.815Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2021-03-10T15:04:02.834Z] #13 61.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-10T15:04:02.834Z] #13 61.13 Preparing to unpack .../libsystemd0_241-7~deb10u6_s390x.deb ... [2021-03-10T15:04:02.834Z] #13 61.14 Unpacking libsystemd0:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:04:03.105Z] #7 DONE 0.5s [2021-03-10T15:04:03.105Z] [2021-03-10T15:04:03.105Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-10T15:04:03.105Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-10T15:04:03.105Z] #6 DONE 0.4s [2021-03-10T15:04:03.105Z] [2021-03-10T15:04:03.105Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-10T15:04:03.105Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-10T15:04:03.105Z] #5 DONE 0.5s [2021-03-10T15:04:03.128Z] #13 61.42 Setting up libsystemd0:s390x (241-7~deb10u6) ... [2021-03-10T15:04:03.128Z] #13 61.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 ... 15177 files and directories currently installed.) [2021-03-10T15:04:03.128Z] #13 61.55 Preparing to unpack .../libseccomp2_2.4.1-2~bpo10+1_s390x.deb ... [2021-03-10T15:04:03.128Z] #13 61.56 Unpacking libseccomp2:s390x (2.4.1-2~bpo10+1) over (2.3.3-4) ... [2021-03-10T15:04:03.391Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done [2021-03-10T15:04:03.422Z] #13 61.75 Setting up libseccomp2:s390x (2.4.1-2~bpo10+1) ... [2021-03-10T15:04:03.678Z] [2021-03-10T15:04:03.678Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:03.678Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:03.678Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-10T15:04:03.678Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-10T15:04:03.678Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-10T15:04:03.678Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [2021-03-10T15:04:03.678Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-10T15:04:03.678Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s [2021-03-10T15:04:03.678Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.1s [2021-03-10T15:04:03.756Z] Fetching without tags [2021-03-10T15:04:03.762Z] #13 61.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-10T15:04:03.762Z] #13 61.91 Preparing to unpack .../libudev1_241-7~deb10u6_s390x.deb ... [2021-03-10T15:04:03.762Z] #13 61.92 Unpacking libudev1:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:04:03.762Z] #13 62.01 Setting up libudev1:s390x (241-7~deb10u6) ... [2021-03-10T15:04:03.762Z] #13 62.06 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-10T15:04:03.762Z] #13 62.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-10T15:04:03.762Z] #13 62.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2021-03-10T15:04:03.762Z] #13 62.09 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:04:03.953Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.68MB / 50.40MB 0.4s [2021-03-10T15:04:03.953Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2021-03-10T15:04:03.953Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.4s [2021-03-10T15:04:03.960Z] #29 ... [2021-03-10T15:04:03.960Z] [2021-03-10T15:04:03.960Z] #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-03-10T15:04:03.960Z] #55 sha256:5fd39f946696b3069a085eb038d639de7c01ed54b78fcb6dc0179463921c2bf5 [2021-03-10T15:04:03.960Z] #55 58.05 + bin/containerd-stress [2021-03-10T15:04:03.960Z] #55 59.77 + bin/containerd-shim [2021-03-10T15:04:03.960Z] #55 62.51 + bin/containerd-shim-runc-v1 [2021-03-10T15:04:03.960Z] #55 65.11 + bin/containerd-shim-runc-v2 [2021-03-10T15:04:03.960Z] #55 66.25 + binaries [2021-03-10T15:04:03.960Z] #55 66.25 + install -D bin/containerd /build/containerd [2021-03-10T15:04:03.960Z] #55 66.28 + install -D bin/containerd-shim /build/containerd-shim [2021-03-10T15:04:03.960Z] #55 66.29 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-10T15:04:03.960Z] #55 66.29 + install -D bin/ctr /build/ctr [2021-03-10T15:04:03.960Z] #55 ... [2021-03-10T15:04:03.960Z] [2021-03-10T15:04:03.960Z] #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-03-10T15:04:03.960Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:03.960Z] #42 55.09 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:04:03.960Z] #42 55.32 make[1]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.51 make[1]: 'images/built-in.o' is up to date. [2021-03-10T15:04:03.960Z] #42 55.52 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-10T15:04:03.960Z] #42 55.53 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-10T15:04:03.960Z] #42 55.54 make[1]: 'compel/libcompel.a' is up to date. [2021-03-10T15:04:03.960Z] #42 55.56 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-10T15:04:03.960Z] #42 55.56 make[1]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.57 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:04:03.960Z] #42 55.65 make[2]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.66 make[2]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.68 make[2]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.71 make[2]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.73 make[2]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.74 make[2]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.75 make[2]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.78 make[2]: Nothing to be done for 'all'. [2021-03-10T15:04:03.960Z] #42 55.78 INSTALL criu/criu [2021-03-10T15:04:03.527Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:04:03.565Z] > git config --add remote.origin.fetch +refs/pull/42054/head:refs/remotes/origin/PR-42054 # timeout=10 [2021-03-10T15:04:03.608Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:04:03.670Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:04:03.739Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:04:03.739Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:04:03.740Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:04:04.220Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 24.12MB / 50.40MB 0.5s [2021-03-10T15:04:04.220Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done [2021-03-10T15:04:04.220Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.85MB / 50.40MB 0.7s [2021-03-10T15:04:04.220Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s done [2021-03-10T15:04:04.220Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.15MB / 68.67MB 0.7s [2021-03-10T15:04:04.220Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.10MB / 51.83MB 0.7s [2021-03-10T15:04:04.229Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:04:04.335Z] #8 ... [2021-03-10T15:04:04.335Z] [2021-03-10T15:04:04.335Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-10T15:04:04.335Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-03-10T15:04:04.335Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-10T15:04:04.335Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-10T15:04:04.335Z] #25 sha256:330cbf028662c0c41ff94c23dc1e37d1cd52703e79e795e275d5f6c86022a8e3 529B / 529B done [2021-03-10T15:04:04.335Z] #25 sha256:fc905079e700da665fc183fff2fcc52bb91dd47590da3b534f1c4f5c4a965f28 1.46kB / 1.46kB done [2021-03-10T15:04:04.335Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 49.18MB / 49.18MB 2.3s done [2021-03-10T15:04:04.335Z] #25 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 3.9s done [2021-03-10T15:04:04.486Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.09MB / 50.40MB 0.8s [2021-03-10T15:04:04.486Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.39MB / 68.67MB 0.8s [2021-03-10T15:04:04.486Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 0.9s [2021-03-10T15:04:04.486Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 12.58MB / 68.67MB 0.9s [2021-03-10T15:04:04.486Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.24MB / 51.83MB 0.9s [2021-03-10T15:04:04.601Z] #25 ... [2021-03-10T15:04:04.601Z] [2021-03-10T15:04:04.601Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:04.601Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-10T15:04:04.601Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 10.0s [2021-03-10T15:04:04.601Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 10.1s done [2021-03-10T15:04:04.749Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 18.87MB / 68.67MB 1.0s [2021-03-10T15:04:04.749Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 12.28MB / 51.83MB 1.0s [2021-03-10T15:04:04.749Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.45MB / 68.67MB 1.2s [2021-03-10T15:04:04.749Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 29.36MB / 51.83MB 1.2s [2021-03-10T15:04:04.858Z] #13 ... [2021-03-10T15:04:04.858Z] [2021-03-10T15:04:04.858Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:04.858Z] #43 16.89 CC images/ghost-file.o [2021-03-10T15:04:04.858Z] #43 17.18 CC images/fifo.o [2021-03-10T15:04:04.858Z] #43 17.33 CC images/remap-file-path.o [2021-03-10T15:04:04.858Z] #43 17.47 CC images/eventfd.o [2021-03-10T15:04:04.858Z] #43 17.61 CC images/eventpoll.o [2021-03-10T15:04:04.858Z] #43 17.86 CC images/fh.o [2021-03-10T15:04:04.858Z] #43 18.12 CC images/fsnotify.o [2021-03-10T15:04:04.858Z] #43 18.52 CC images/signalfd.o [2021-03-10T15:04:04.858Z] #43 18.74 CC images/fs.o [2021-03-10T15:04:04.858Z] #43 18.89 CC images/pstree.o [2021-03-10T15:04:04.858Z] #43 19.06 CC images/pipe.o [2021-03-10T15:04:04.858Z] #43 19.28 CC images/tcp-stream.o [2021-03-10T15:04:04.858Z] #43 19.51 CC images/sk-packet.o [2021-03-10T15:04:04.858Z] #43 19.83 CC images/mnt.o [2021-03-10T15:04:04.858Z] #43 20.08 CC images/pipe-data.o [2021-03-10T15:04:04.858Z] #43 20.24 CC images/sa.o [2021-03-10T15:04:04.858Z] #43 20.45 CC images/timer.o [2021-03-10T15:04:04.858Z] #43 20.65 CC images/timerfd.o [2021-03-10T15:04:04.858Z] #43 20.80 CC images/mm.o [2021-03-10T15:04:04.858Z] #43 20.95 CC images/sk-opts.o [2021-03-10T15:04:04.858Z] #43 21.05 CC images/sk-unix.o [2021-03-10T15:04:04.858Z] #43 21.19 CC images/sk-inet.o [2021-03-10T15:04:04.858Z] #43 21.49 CC images/tun.o [2021-03-10T15:04:04.858Z] #43 21.70 CC images/sk-netlink.o [2021-03-10T15:04:04.858Z] #43 21.95 CC images/packet-sock.o [2021-03-10T15:04:04.858Z] #43 22.32 CC images/ipc-var.o [2021-03-10T15:04:04.858Z] #43 22.44 CC images/ipc-desc.o [2021-03-10T15:04:04.858Z] #43 22.55 CC images/ipc-shm.o [2021-03-10T15:04:04.858Z] #43 22.71 CC images/ipc-msg.o [2021-03-10T15:04:04.858Z] #43 23.06 CC images/ipc-sem.o [2021-03-10T15:04:04.858Z] #43 23.22 CC images/utsns.o [2021-03-10T15:04:04.858Z] #43 23.36 CC images/creds.o [2021-03-10T15:04:04.858Z] #43 23.47 CC images/vma.o [2021-03-10T15:04:04.858Z] #43 23.56 CC images/netdev.o [2021-03-10T15:04:04.858Z] #43 24.05 CC images/tty.o [2021-03-10T15:04:04.858Z] #43 24.48 CC images/file-lock.o [2021-03-10T15:04:04.858Z] #43 24.63 CC images/rlimit.o [2021-03-10T15:04:04.858Z] #43 24.74 CC images/pagemap.o [2021-03-10T15:04:04.858Z] #43 24.92 CC images/siginfo.o [2021-03-10T15:04:04.858Z] #43 25.14 CC images/rpc.o [2021-03-10T15:04:04.858Z] #43 25.66 CC images/ext-file.o [2021-03-10T15:04:04.858Z] #43 25.82 CC images/cgroup.o [2021-03-10T15:04:04.858Z] #43 26.15 CC images/userns.o [2021-03-10T15:04:04.858Z] #43 26.31 CC images/google/protobuf/descriptor.o [2021-03-10T15:04:04.858Z] #43 ... [2021-03-10T15:04:04.858Z] [2021-03-10T15:04:04.858Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-10T15:04:04.858Z] #29 16.67 [2021-03-10T15:04:04.858Z] #29 16.85 #=#=# ##O#- # ##################### 29.8% ######################################################################## 100.0% [2021-03-10T15:04:04.858Z] #29 17.19 [2021-03-10T15:04:04.858Z] #29 18.04 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-10T15:04:04.858Z] #29 18.08 skipping existing aab193acf6ba [2021-03-10T15:04:04.858Z] #29 18.15 [2021-03-10T15:04:04.858Z] #29 19.18 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-10T15:04:04.858Z] #29 19.45 [2021-03-10T15:04:04.862Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.4s [2021-03-10T15:04:04.927Z] #42 DONE 60.5s [2021-03-10T15:04:04.927Z] [2021-03-10T15:04:04.927Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:04:04.927Z] #29 sha256:7583b5edd325312688f1c724ca73534611969f50c399025cb2b249e3e323c761 [2021-03-10T15:04:04.927Z] #29 DONE 5.4s [2021-03-10T15:04:04.927Z] [2021-03-10T15:04:04.927Z] #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-03-10T15:04:04.927Z] #55 sha256:5fd39f946696b3069a085eb038d639de7c01ed54b78fcb6dc0179463921c2bf5 [2021-03-10T15:04:05.011Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.85MB / 68.67MB 1.3s [2021-03-10T15:04:05.011Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.51MB / 51.83MB 1.3s [2021-03-10T15:04:05.011Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.3s done [2021-03-10T15:04:05.011Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.09MB / 68.67MB 1.4s [2021-03-10T15:04:05.011Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.80MB / 51.83MB 1.4s [2021-03-10T15:04:05.190Z] #55 DONE 69.3s [2021-03-10T15:04:05.190Z] [2021-03-10T15:04:05.190Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-10T15:04:05.190Z] #32 sha256:963fdce205fbb1461b0ef3c31acbd9bc2e87d7fa0586871cfe864a907276fd42 [2021-03-10T15:04:05.190Z] #32 DONE 0.3s [2021-03-10T15:04:05.274Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 1.5s [2021-03-10T15:04:05.274Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 58.46MB / 68.67MB 1.7s [2021-03-10T15:04:05.274Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 47.19MB / 51.83MB 1.7s [2021-03-10T15:04:05.274Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.34MB / 120.17MB 1.7s [2021-03-10T15:04:05.381Z] Merge succeeded, producing 62ce3a6b9ca6053b246df34045c6b87c933ce568 [2021-03-10T15:04:05.381Z] Checking out Revision 62ce3a6b9ca6053b246df34045c6b87c933ce568 (PR-42054) [2021-03-10T15:04:05.453Z] [2021-03-10T15:04:05.453Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-10T15:04:05.453Z] #34 sha256:1ad83e1bcb425c6f0282a16c78a2d50534ed64772330868db0be2b39dd475d86 [2021-03-10T15:04:05.453Z] #34 DONE 0.1s [2021-03-10T15:04:05.453Z] [2021-03-10T15:04:05.453Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-10T15:04:05.453Z] #37 sha256:74061c10708d6ef3fcad7ab50d52c3ac76feee281a98aa51b484fe89e3006da5 [2021-03-10T15:04:05.543Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 62.91MB / 68.67MB 1.8s [2021-03-10T15:04:05.543Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.8s [2021-03-10T15:04:05.543Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-03-10T15:04:05.543Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 1.9s [2021-03-10T15:04:05.543Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 18.87MB / 120.17MB 1.9s [2021-03-10T15:04:05.715Z] #37 DONE 0.1s [2021-03-10T15:04:05.715Z] [2021-03-10T15:04:05.715Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-10T15:04:05.715Z] #40 sha256:a8801247f6655775c33f2893fdec136da71363b44599dc3d3edd99eeb21de6ef [2021-03-10T15:04:05.741Z] #29 19.61 0.2% ### 4.4% ######## 11.6% ############ 17.8% ################# 23.9% ##################### 30.1% ########################## 36.2% ############################### 44.4% ####################################### [2021-03-10T15:04:05.741Z] #29 ... [2021-03-10T15:04:05.741Z] [2021-03-10T15:04:05.741Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:04:05.741Z] #45 53.23 flag [2021-03-10T15:04:05.741Z] #45 54.66 go/token [2021-03-10T15:04:05.741Z] #45 54.69 internal/lazyregexp [2021-03-10T15:04:05.741Z] #45 54.87 net/url [2021-03-10T15:04:05.741Z] #45 55.22 go/scanner [2021-03-10T15:04:05.741Z] #45 56.15 go/ast [2021-03-10T15:04:05.741Z] #45 56.20 text/template/parse [2021-03-10T15:04:05.741Z] #45 58.81 go/parser [2021-03-10T15:04:05.741Z] #45 59.14 text/template [2021-03-10T15:04:05.741Z] #45 61.62 encoding/xml [2021-03-10T15:04:05.741Z] #45 ... [2021-03-10T15:04:05.741Z] [2021-03-10T15:04:05.741Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-10T15:04:05.804Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 29.36MB / 120.17MB 2.1s [2021-03-10T15:04:05.804Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 38.80MB / 120.17MB 2.2s [2021-03-10T15:04:05.973Z] #40 DONE 0.6s [2021-03-10T15:04:06.068Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.3s done [2021-03-10T15:04:06.068Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 55.57MB / 120.17MB 2.5s [2021-03-10T15:04:06.068Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.5s [2021-03-10T15:04:06.231Z] [2021-03-10T15:04:06.231Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-10T15:04:06.231Z] #43 sha256:37143b4e00fd22ecee380969176563beba1040fbc469033fa06c126d40138b46 [2021-03-10T15:04:06.231Z] #43 DONE 0.1s [2021-03-10T15:04:06.231Z] [2021-03-10T15:04:06.231Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-10T15:04:06.231Z] #45 sha256:0bc8912a6fba277786e2e11b750281bf7c7b258b201ceb18115be5af46564c5f [2021-03-10T15:04:06.231Z] #45 DONE 0.1s [2021-03-10T15:04:06.231Z] [2021-03-10T15:04:06.231Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-10T15:04:06.231Z] #47 sha256:219f99efb8b0929e63aa55b1c9774bb141c16c507272938744f9cc627a3d2a4a [2021-03-10T15:04:06.231Z] #47 DONE 0.1s [2021-03-10T15:04:06.231Z] [2021-03-10T15:04:06.231Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-10T15:04:06.231Z] #49 sha256:f2472864ae89db1a36f3847544f9f7bca03449c8ca845bb762389fb02a0e0eb9 [2021-03-10T15:04:06.247Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2021-03-10T15:04:06.330Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 63.96MB / 120.17MB 2.6s [2021-03-10T15:04:06.330Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.99MB / 120.17MB 2.7s [2021-03-10T15:04:04.216Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:04:04.242Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:04:05.037Z] > git remote # timeout=10 [2021-03-10T15:04:05.066Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:04:05.086Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:04:05.087Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:04:05.327Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T15:04:05.365Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:04:05.382Z] > git checkout -f 62ce3a6b9ca6053b246df34045c6b87c933ce568 # timeout=10 [2021-03-10T15:04:06.489Z] #49 DONE 0.2s [2021-03-10T15:04:06.489Z] [2021-03-10T15:04:06.489Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-10T15:04:06.489Z] #51 sha256:9e5c793cd6132601ee748879675afdf3041d0f7b760d88198f0688f676b34ff1 [2021-03-10T15:04:06.489Z] #51 DONE 0.1s [2021-03-10T15:04:06.594Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 81.79MB / 120.17MB 2.8s [2021-03-10T15:04:06.594Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 91.77MB / 120.17MB 2.9s [2021-03-10T15:04:06.607Z] #31 ... [2021-03-10T15:04:06.607Z] [2021-03-10T15:04:06.607Z] #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-03-10T15:04:06.607Z] #55 sha256:52ecccb4bc933fc8b2d2227ab7fc8efdc7a5d7c0df5c803075ceffb832977f09 [2021-03-10T15:04:06.607Z] #55 1.233 + RM_GOPATH=0 [2021-03-10T15:04:06.607Z] #55 1.233 + TMP_GOPATH= [2021-03-10T15:04:06.607Z] #55 1.233 + : /build [2021-03-10T15:04:06.607Z] #55 1.233 + '[' -z '' ']' [2021-03-10T15:04:06.607Z] #55 1.236 ++ mktemp -d [2021-03-10T15:04:06.607Z] #55 1.237 + export GOPATH=/tmp/tmp.mzkGeQ4FaH [2021-03-10T15:04:06.607Z] #55 1.237 + GOPATH=/tmp/tmp.mzkGeQ4FaH [2021-03-10T15:04:06.607Z] #55 1.237 + RM_GOPATH=1 [2021-03-10T15:04:06.607Z] #55 1.237 + case "$(go env GOARCH)" in [2021-03-10T15:04:06.607Z] #55 1.237 ++ go env GOARCH [2021-03-10T15:04:06.607Z] #55 1.255 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:06.607Z] #55 1.256 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:06.607Z] #55 1.256 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:06.607Z] #55 1.269 + dir=/tmp/install [2021-03-10T15:04:06.607Z] #55 1.275 + bin=containerd [2021-03-10T15:04:06.607Z] #55 1.276 + shift [2021-03-10T15:04:06.607Z] #55 1.276 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-10T15:04:06.607Z] #55 1.276 + . /tmp/install/containerd.installer [2021-03-10T15:04:06.607Z] #55 1.276 ++ set -e [2021-03-10T15:04:06.607Z] #55 1.276 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:04:06.607Z] #55 1.277 + install_containerd [2021-03-10T15:04:06.607Z] #55 1.279 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-10T15:04:06.607Z] #55 1.279 + git clone https://github.com/containerd/containerd.git /tmp/tmp.mzkGeQ4FaH/src/github.com/containerd/containerd [2021-03-10T15:04:06.607Z] #55 1.279 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:04:06.607Z] #55 1.281 Cloning into '/tmp/tmp.mzkGeQ4FaH/src/github.com/containerd/containerd'... [2021-03-10T15:04:06.607Z] #55 ... [2021-03-10T15:04:06.607Z] [2021-03-10T15:04:06.607Z] #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-03-10T15:04:06.607Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:04:06.607Z] #41 50.48 Selecting previously unselected package libprotoc17:amd64. [2021-03-10T15:04:06.607Z] #41 50.49 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:04:06.607Z] #41 50.49 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-10T15:04:06.607Z] #41 51.12 Selecting previously unselected package protobuf-c-compiler. [2021-03-10T15:04:06.607Z] #41 51.13 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:04:06.607Z] #41 51.17 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:04:06.607Z] #41 51.62 Selecting previously unselected package protobuf-compiler. [2021-03-10T15:04:06.607Z] #41 51.62 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-10T15:04:06.607Z] #41 51.63 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:04:06.607Z] #41 51.86 Selecting previously unselected package python-pkg-resources. [2021-03-10T15:04:06.607Z] #41 51.87 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:04:06.607Z] #41 51.88 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-10T15:04:06.607Z] #41 52.23 Selecting previously unselected package python-six. [2021-03-10T15:04:06.607Z] #41 52.23 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-10T15:04:06.607Z] #41 52.26 Unpacking python-six (1.12.0-1) ... [2021-03-10T15:04:06.607Z] #41 52.39 Selecting previously unselected package python-protobuf. [2021-03-10T15:04:06.607Z] #41 52.42 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-10T15:04:06.607Z] #41 52.43 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-10T15:04:06.607Z] #41 53.12 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-10T15:04:06.624Z] #29 19.61 0.2% ### 4.4% ######## 11.6% ############ 17.8% ################# 23.9% ##################### 30.1% ########################## 36.2% ############################### 44.4% ####################################### 54.6% ############################################ 62.4% ################################################# 68.5% ####################################################### 76.7% ########################################################### 82.9% ################################################################# 91.0% ####################################################################### 99.3% ######################################################################## 100.0% [2021-03-10T15:04:06.624Z] #29 21.22 [2021-03-10T15:04:06.747Z] [2021-03-10T15:04:06.747Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-10T15:04:06.747Z] #53 sha256:686f3d1748b792bd3ae5eb30d049965057cdae43dd064645de0fe647085749b2 [2021-03-10T15:04:06.747Z] #53 DONE 0.2s [2021-03-10T15:04:06.747Z] [2021-03-10T15:04:06.747Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-10T15:04:06.747Z] #56 sha256:6472f90b66efa38b42b246d131559ca2784d566f6cd59d39e7e10904d6230de6 [2021-03-10T15:04:06.854Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.0s done [2021-03-10T15:04:06.854Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.79MB / 120.17MB 3.1s [2021-03-10T15:04:06.854Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.2s [2021-03-10T15:04:06.854Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.0s done [2021-03-10T15:04:06.874Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done [2021-03-10T15:04:07.005Z] #56 DONE 0.3s [2021-03-10T15:04:07.005Z] [2021-03-10T15:04:07.005Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-10T15:04:07.005Z] #60 sha256:5a4c9a4b4e8d0fdab221480d646c2fddd3e61ac53923f9fe379d17297a20b9ec [2021-03-10T15:04:07.118Z] #8 ... [2021-03-10T15:04:07.118Z] [2021-03-10T15:04:07.118Z] #22 [internal] load build context [2021-03-10T15:04:07.118Z] #22 sha256:16f57af128bb2ee349845cd8d07feb22b33b7ee5b0f117903a946beec1f8652e [2021-03-10T15:04:07.118Z] #22 transferring context: 53.41MB 3.2s done [2021-03-10T15:04:07.118Z] #22 DONE 3.6s [2021-03-10T15:04:07.118Z] [2021-03-10T15:04:07.118Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:07.118Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:07.135Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 12.7s done [2021-03-10T15:04:07.261Z] #29 22.07 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-10T15:04:07.263Z] #60 DONE 0.2s [2021-03-10T15:04:07.263Z] [2021-03-10T15:04:07.263Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-10T15:04:07.263Z] #62 sha256:3a2e5a3e92610c8bbca774072a800f4ee4334931bc1f7100c0a611fe11c038d8 [2021-03-10T15:04:07.396Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 13.0s [2021-03-10T15:04:07.521Z] #62 DONE 0.3s [2021-03-10T15:04:07.521Z] [2021-03-10T15:04:07.521Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-10T15:04:07.521Z] #64 sha256:44fcf1974ae5859ac29c1fc0d1f649fd49b16f73491dce30498436b7b3ce04f1 [2021-03-10T15:04:07.521Z] #64 DONE 0.1s [2021-03-10T15:04:07.521Z] [2021-03-10T15:04:07.521Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-10T15:04:07.521Z] #65 sha256:664f1146b2feb407574427ea143a74f742fc4cb1b892f5368a4818843b0f5c38 [2021-03-10T15:04:07.521Z] #65 DONE 0.0s [2021-03-10T15:04:07.521Z] [2021-03-10T15:04:07.521Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-10T15:04:07.521Z] #66 sha256:cfce5a484e365124eb5105da1994bad1d2558e61a1bc7081d9ee07e9d0ed2813 [2021-03-10T15:04:07.538Z] #41 ... [2021-03-10T15:04:07.538Z] [2021-03-10T15:04:07.538Z] #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-03-10T15:04:07.538Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:04:07.538Z] #44 56.07 time [2021-03-10T15:04:07.554Z] #29 22.26 [2021-03-10T15:04:07.554Z] #29 22.40 ################ 23.0% ######################################################################## 100.0% [2021-03-10T15:04:07.554Z] #29 22.44 [2021-03-10T15:04:07.659Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 13.1s [2021-03-10T15:04:07.659Z] #8 ... [2021-03-10T15:04:07.659Z] [2021-03-10T15:04:07.659Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-10T15:04:07.659Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-03-10T15:04:07.659Z] #25 DONE 13.3s [2021-03-10T15:04:07.659Z] [2021-03-10T15:04:07.659Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:07.659Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-10T15:04:07.659Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 13.2s done [2021-03-10T15:04:07.659Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2021-03-10T15:04:08.062Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.1s done [2021-03-10T15:04:08.089Z] #66 DONE 0.7s [2021-03-10T15:04:08.192Z] #29 22.96 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-10T15:04:08.348Z] [2021-03-10T15:04:08.348Z] #67 exporting to image [2021-03-10T15:04:08.348Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-10T15:04:08.348Z] #67 exporting layers [2021-03-10T15:04:08.468Z] #44 ... [2021-03-10T15:04:08.468Z] [2021-03-10T15:04:08.468Z] #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-03-10T15:04:08.468Z] #50 sha256:fc127c2cc8fd49f9f5c83dcdaf884c2062da9f12b9c8d88cd41268cd47d20b57 [2021-03-10T15:04:08.468Z] #50 46.79 syscall [2021-03-10T15:04:08.468Z] #50 46.84 reflect [2021-03-10T15:04:08.468Z] #50 55.52 time [2021-03-10T15:04:08.468Z] #50 ... [2021-03-10T15:04:08.468Z] [2021-03-10T15:04:08.468Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:08.468Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:04:08.468Z] #12 48.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-03-10T15:04:08.468Z] #12 50.94 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-10T15:04:08.468Z] #12 50.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-10T15:04:08.468Z] #12 50.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-10T15:04:08.468Z] #12 50.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-10T15:04:08.468Z] #12 50.95 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-10T15:04:08.468Z] #12 50.96 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-10T15:04:08.468Z] #12 50.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-10T15:04:08.468Z] #12 51.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-10T15:04:08.468Z] #12 51.04 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-10T15:04:08.468Z] #12 51.07 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-10T15:04:08.468Z] #12 51.09 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-10T15:04:08.468Z] #12 51.14 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-10T15:04:08.468Z] #12 51.15 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-10T15:04:08.468Z] #12 51.17 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-10T15:04:08.468Z] #12 52.40 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:04:08.468Z] #12 52.62 Fetched 78.2 MB in 8s (9842 kB/s) [2021-03-10T15:04:08.468Z] #12 52.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:04:08.468Z] #12 52.86 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-10T15:04:08.468Z] #12 52.92 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:04:08.468Z] #12 53.35 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-10T15:04:08.468Z] #12 53.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 ... 15410 files and directories currently installed.) [2021-03-10T15:04:08.468Z] #12 53.67 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-10T15:04:08.468Z] #12 53.74 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-10T15:04:08.485Z] #29 23.28 #=#=# [2021-03-10T15:04:08.725Z] #12 54.05 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:04:08.786Z] #29 23.44 ######################################################################## 100.0% [2021-03-10T15:04:08.786Z] #29 23.48 [2021-03-10T15:04:08.786Z] #29 23.56 Download of images into '/build' complete. [2021-03-10T15:04:08.786Z] #29 23.56 Use something like the following to load the result into a Docker daemon: [2021-03-10T15:04:08.786Z] #29 23.56 tar -cC '/build' . | docker load [2021-03-10T15:04:08.982Z] #12 ... [2021-03-10T15:04:08.982Z] [2021-03-10T15:04:08.982Z] #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-03-10T15:04:08.982Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:04:08.982Z] #35 47.51 Selecting previously unselected package cmake-data. [2021-03-10T15:04:08.982Z] #35 47.51 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-10T15:04:08.982Z] #35 47.52 Unpacking cmake-data (3.13.4-1) ... [2021-03-10T15:04:08.982Z] #35 50.84 Selecting previously unselected package libicu63:amd64. [2021-03-10T15:04:08.982Z] #35 50.84 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-10T15:04:08.982Z] #35 50.87 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:04:08.982Z] #35 ... [2021-03-10T15:04:08.982Z] [2021-03-10T15:04:08.982Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:08.982Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:04:08.982Z] #12 54.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:04:08.982Z] #12 54.35 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-10T15:04:09.000Z] #8 ... [2021-03-10T15:04:09.000Z] [2021-03-10T15:04:09.000Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-10T15:04:09.000Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-10T15:04:09.000Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-10T15:04:09.000Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-10T15:04:09.000Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-10T15:04:09.000Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.2s done [2021-03-10T15:04:09.000Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.9s done [2021-03-10T15:04:09.000Z] #61 DONE 5.2s [2021-03-10T15:04:09.000Z] [2021-03-10T15:04:09.000Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:09.000Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:09.080Z] #29 DONE 23.9s [2021-03-10T15:04:09.080Z] [2021-03-10T15:04:09.080Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:09.080Z] #43 27.29 CC images/opts.o [2021-03-10T15:04:09.080Z] #43 27.47 CC images/seccomp.o [2021-03-10T15:04:09.080Z] #43 27.59 CC images/binfmt-misc.o [2021-03-10T15:04:09.080Z] #43 27.70 CC images/time.o [2021-03-10T15:04:09.080Z] #43 27.86 CC images/sysctl.o [2021-03-10T15:04:09.080Z] #43 28.04 CC images/autofs.o [2021-03-10T15:04:09.080Z] #43 28.32 CC images/macvlan.o [2021-03-10T15:04:09.080Z] #43 28.41 CC images/sit.o [2021-03-10T15:04:09.080Z] #43 28.68 CC images/memfd.o [2021-03-10T15:04:09.080Z] #43 28.93 CC images/timens.o [2021-03-10T15:04:09.080Z] #43 29.07 LINK images/built-in.o [2021-03-10T15:04:09.080Z] #43 29.23 GEN compel/include/asm [2021-03-10T15:04:09.080Z] #43 29.24 GEN compel/include/version.h [2021-03-10T15:04:09.080Z] #43 29.24 touch .config [2021-03-10T15:04:09.080Z] #43 29.26 GEN include/common/config.h [2021-03-10T15:04:09.080Z] #43 29.30 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2021-03-10T15:04:09.080Z] #43 29.34 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-10T15:04:09.080Z] #43 29.35 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-10T15:04:09.080Z] #43 29.37 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2021-03-10T15:04:09.080Z] #43 29.38 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2021-03-10T15:04:09.080Z] #43 29.42 DEP compel/arch/s390/plugins/std/parasite-head.d [2021-03-10T15:04:09.080Z] #43 29.42 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-10T15:04:09.080Z] #43 29.43 DEP compel/plugins/std/infect.d [2021-03-10T15:04:09.080Z] #43 29.51 DEP compel/plugins/std/string.d [2021-03-10T15:04:09.080Z] #43 29.61 DEP compel/plugins/std/log.d [2021-03-10T15:04:09.080Z] #43 29.69 DEP compel/plugins/std/fds.d [2021-03-10T15:04:09.080Z] #43 29.71 DEP compel/plugins/std/std.d [2021-03-10T15:04:09.080Z] #43 29.80 DEP compel/plugins/shmem/shmem.d [2021-03-10T15:04:09.080Z] #43 29.91 DEP compel/plugins/fds/fds.d [2021-03-10T15:04:09.080Z] #43 30.09 CC compel/plugins/std/std.o [2021-03-10T15:04:09.080Z] #43 30.40 CC compel/plugins/std/fds.o [2021-03-10T15:04:09.080Z] #43 30.71 CC compel/plugins/std/log.o [2021-03-10T15:04:09.080Z] #43 31.40 CC compel/plugins/std/string.o [2021-03-10T15:04:09.149Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:04:09.182Z] First time build. Skipping changelog. [2021-03-10T15:04:09.240Z] #12 54.38 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:04:09.530Z] #12 54.64 Setting up libudev1:amd64 (241-7~deb10u6) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-10T15:04:09.718Z] #43 31.93 CC compel/plugins/std/infect.o [2021-03-10T15:04:09.798Z] #12 55.09 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-10T15:04:09.798Z] #12 55.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 ... 15410 files and directories currently installed.) [2021-03-10T15:04:09.798Z] #12 55.13 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-10T15:04:10.012Z] #43 32.23 CC compel/arch/s390/plugins/std/parasite-head.o [2021-03-10T15:04:10.012Z] #43 32.26 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2021-03-10T15:04:10.012Z] #43 32.29 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2021-03-10T15:04:10.012Z] #43 32.39 AR compel/plugins/std.lib.a [2021-03-10T15:04:10.012Z] #43 ... [2021-03-10T15:04:10.012Z] [2021-03-10T15:04:10.012Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:04:10.012Z] #51 57.62 golang.org/x/crypto/ssh/terminal [2021-03-10T15:04:10.012Z] #51 58.93 mvdan.cc/editorconfig [2021-03-10T15:04:10.012Z] #51 60.39 mvdan.cc/sh/v3/fileutil [2021-03-10T15:04:10.012Z] #51 60.43 mvdan.cc/sh/v3/syntax [2021-03-10T15:04:10.012Z] #51 64.73 mvdan.cc/sh/v3/cmd/shfmt [2021-03-10T15:04:10.055Z] #12 55.16 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:04:10.306Z] #51 ... [2021-03-10T15:04:10.306Z] [2021-03-10T15:04:10.306Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:10.306Z] #43 32.42 CC compel/plugins/fds/fds.o [2021-03-10T15:04:10.306Z] #43 32.59 AR compel/plugins/fds.lib.a [2021-03-10T15:04:10.306Z] #43 32.62 HOSTDEP compel/src/lib/log-host.d [2021-03-10T15:04:10.306Z] #43 32.68 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-10T15:04:10.306Z] + docker version [2021-03-10T15:04:10.385Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.6s done [2021-03-10T15:04:10.385Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-10T15:04:10.599Z] #43 32.74 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2021-03-10T15:04:10.600Z] #43 32.80 HOSTDEP compel/src/main-host.d [2021-03-10T15:04:10.600Z] #43 32.88 DEP compel/src/lib/ptrace.d [2021-03-10T15:04:10.620Z] #12 ... [2021-03-10T15:04:10.620Z] [2021-03-10T15:04:10.620Z] #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-03-10T15:04:10.620Z] #46 sha256:ff1f14734c16f56925984b9fc5e5d1769b45cc1ccca560b1b0f90cc371df46b5 [2021-03-10T15:04:10.620Z] #46 DONE 59.1s [2021-03-10T15:04:10.620Z] [2021-03-10T15:04:10.620Z] #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-03-10T15:04:10.620Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:04:10.620Z] #35 57.72 Selecting previously unselected package libxml2:amd64. [2021-03-10T15:04:10.620Z] #35 57.75 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-10T15:04:10.620Z] #35 57.76 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:04:10.620Z] #35 58.80 Selecting previously unselected package libarchive13:amd64. [2021-03-10T15:04:10.620Z] #35 58.81 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-10T15:04:10.620Z] #35 58.98 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-10T15:04:10.894Z] #43 33.01 DEP compel/src/lib/infect.d [2021-03-10T15:04:10.894Z] #43 33.20 DEP compel/src/lib/infect-util.d [2021-03-10T15:04:10.956Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-03-10T15:04:10.957Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-10T15:04:10.972Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.7s done [2021-03-10T15:04:10.972Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0.1s [2021-03-10T15:04:11.185Z] #35 59.64 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-10T15:04:11.185Z] #35 59.66 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-10T15:04:11.185Z] #35 59.66 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-10T15:04:11.188Z] #43 33.30 DEP compel/src/lib/infect-rpc.d [2021-03-10T15:04:11.188Z] #43 33.37 DEP compel/arch/s390/src/lib/infect.d [2021-03-10T15:04:11.188Z] #43 33.44 DEP compel/arch/s390/src/lib/cpu.d [2021-03-10T15:04:11.188Z] #43 33.47 DEP compel/src/lib/log.d [2021-03-10T15:04:11.442Z] #35 59.77 Selecting previously unselected package librhash0:amd64. [2021-03-10T15:04:11.442Z] #35 59.77 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-10T15:04:11.442Z] #35 59.78 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-10T15:04:11.482Z] #43 33.56 DEP compel/src/main.d [2021-03-10T15:04:11.482Z] #43 33.66 DEP compel/src/lib/handle-elf.d [2021-03-10T15:04:11.482Z] #43 33.72 DEP compel/arch/s390/src/lib/handle-elf.d [2021-03-10T15:04:11.482Z] #43 33.76 CC compel/src/lib/log.o [2021-03-10T15:04:11.526Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-03-10T15:04:11.526Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-10T15:04:09.137Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:04:11.633Z] #67 exporting layers 3.3s done [2021-03-10T15:04:11.633Z] #67 writing image sha256:5ea09e19815536dab66511bec892c3ccbdb8079201d38b695d2b3b36c14dea44 done [2021-03-10T15:04:11.633Z] #67 naming to docker.io/library/docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 done [2021-03-10T15:04:11.633Z] #67 DONE 3.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-03-10T15:04:11.699Z] #35 60.08 Selecting previously unselected package libuv1:amd64. [2021-03-10T15:04:11.699Z] #35 60.10 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-10T15:04:11.699Z] #35 60.12 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-10T15:04:11.777Z] #43 ... [2021-03-10T15:04:11.777Z] [2021-03-10T15:04:11.777Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-10T15:04:11.777Z] #51 DONE 69.2s [2021-03-10T15:04:11.777Z] [2021-03-10T15:04:11.777Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:11.777Z] #43 33.89 CC compel/arch/s390/src/lib/cpu.o [2021-03-10T15:04:11.956Z] #35 60.42 Selecting previously unselected package cmake. [2021-03-10T15:04:11.956Z] #35 60.45 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-10T15:04:11.956Z] #35 60.46 Unpacking cmake (3.13.4-1) ... [2021-03-10T15:04:11.974Z] + trap exit INT TERM [2021-03-10T15:04:11.974Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-03-10T15:04:11.974Z] + CONTAINER_NAME=docker-pr6 [2021-03-10T15:04:11.974Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42054/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh dynbinary-daemon [2021-03-10T15:04:12.071Z] #43 34.11 CC compel/arch/s390/src/lib/infect.o [2021-03-10T15:04:12.232Z] [2021-03-10T15:04:12.466Z] #8 ... [2021-03-10T15:04:12.466Z] [2021-03-10T15:04:12.466Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-10T15:04:12.466Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-10T15:04:12.466Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-10T15:04:12.466Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-10T15:04:12.466Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-03-10T15:04:12.466Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-03-10T15:04:12.466Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 4.7s done [2021-03-10T15:04:12.466Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 3.7s done [2021-03-10T15:04:12.466Z] #25 DONE 8.9s [2021-03-10T15:04:12.466Z] [2021-03-10T15:04:12.466Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:12.466Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:12.490Z] Removing bundles/ [2021-03-10T15:04:12.490Z] [2021-03-10T15:04:12.490Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-03-10T15:04:12.490Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:04:12.490Z] GOOS="" GOARCH="" GOARM="" [2021-03-10T15:04:12.709Z] #43 34.76 CC compel/src/lib/infect-rpc.o [2021-03-10T15:04:13.003Z] #43 35.04 CC compel/src/lib/infect-util.o [2021-03-10T15:04:13.003Z] #43 35.19 CC compel/src/lib/infect.o [2021-03-10T15:04:13.539Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.5s done [2021-03-10T15:04:13.539Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0.1s [2021-03-10T15:04:14.477Z] #35 ... [2021-03-10T15:04:14.477Z] [2021-03-10T15:04:14.477Z] #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-03-10T15:04:14.477Z] #33 sha256:d30f6cc6f6b95a66bf5c1dd090cfa29aa8e9dbed77b44d6c510276ad0487df9e [2021-03-10T15:04:14.477Z] #33 52.58 time [2021-03-10T15:04:14.477Z] #33 58.06 internal/poll [2021-03-10T15:04:14.477Z] #33 58.23 internal/fmtsort [2021-03-10T15:04:14.477Z] #33 58.92 internal/syscall/execenv [2021-03-10T15:04:14.477Z] #33 59.10 internal/syscall/unix [2021-03-10T15:04:14.477Z] #33 59.51 strings [2021-03-10T15:04:14.477Z] #33 60.55 os [2021-03-10T15:04:14.477Z] #33 ... [2021-03-10T15:04:14.477Z] [2021-03-10T15:04:14.477Z] #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-03-10T15:04:14.477Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:04:14.477Z] #41 57.78 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-10T15:04:14.477Z] #41 57.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:04:14.477Z] #41 57.81 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:04:14.477Z] #41 57.82 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-10T15:04:14.477Z] #41 57.85 Setting up python-six (1.12.0-1) ... [2021-03-10T15:04:14.477Z] #41 61.97 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:04:14.477Z] #41 61.99 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:04:14.477Z] #41 62.03 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-10T15:04:14.477Z] #41 62.04 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-10T15:04:14.477Z] #41 62.05 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-10T15:04:14.477Z] #41 62.07 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:04:14.477Z] #41 62.10 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:04:14.477Z] #41 62.12 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-10T15:04:14.477Z] #41 62.14 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:04:14.477Z] #41 62.17 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-10T15:04:14.508Z] Client: Docker Engine - Community [2021-03-10T15:04:14.508Z] Version: 20.10.3 [2021-03-10T15:04:14.508Z] API version: 1.41 [2021-03-10T15:04:14.508Z] Go version: go1.13.15 [2021-03-10T15:04:14.508Z] Git commit: 48d30b5 [2021-03-10T15:04:14.508Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-10T15:04:14.508Z] OS/Arch: linux/amd64 [2021-03-10T15:04:14.508Z] Context: default [2021-03-10T15:04:14.508Z] Experimental: true [2021-03-10T15:04:14.508Z] [2021-03-10T15:04:14.508Z] Server: Docker Engine - Community [2021-03-10T15:04:14.508Z] Engine: [2021-03-10T15:04:14.508Z] Version: 20.10.3 [2021-03-10T15:04:14.508Z] API version: 1.41 (minimum version 1.12) [2021-03-10T15:04:14.508Z] Go version: go1.13.15 [2021-03-10T15:04:14.508Z] Git commit: 46229ca [2021-03-10T15:04:14.508Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-10T15:04:14.508Z] OS/Arch: linux/amd64 [2021-03-10T15:04:14.508Z] Experimental: true [2021-03-10T15:04:14.508Z] containerd: [2021-03-10T15:04:14.508Z] Version: 1.4.3 [2021-03-10T15:04:14.508Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:04:14.508Z] runc: [2021-03-10T15:04:14.508Z] Version: 1.0.0-rc92 [2021-03-10T15:04:14.508Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:04:14.508Z] docker-init: [2021-03-10T15:04:14.508Z] Version: 0.19.0 [2021-03-10T15:04:14.508Z] GitCommit: de40ad0 [2021-03-10T15:04:14.572Z] #43 36.55 CC compel/src/lib/ptrace.o [2021-03-10T15:04:14.572Z] #43 36.76 AR compel/libcompel.a [2021-03-10T15:04:14.572Z] #43 36.80 HOSTCC compel/src/main-host.o [Pipeline] sh [2021-03-10T15:04:14.866Z] #43 37.01 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2021-03-10T15:04:14.866Z] #43 37.09 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-10T15:04:14.898Z] + docker info [2021-03-10T15:04:15.010Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.4s done [2021-03-10T15:04:15.041Z] #41 ... [2021-03-10T15:04:15.041Z] [2021-03-10T15:04:15.041Z] #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-03-10T15:04:15.041Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:04:15.041Z] #35 63.47 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:04:15.041Z] #35 63.51 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:04:15.041Z] #35 63.53 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-10T15:04:15.041Z] #35 63.55 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:04:15.041Z] #35 63.61 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-10T15:04:15.041Z] #35 63.63 Setting up cmake-data (3.13.4-1) ... [2021-03-10T15:04:15.041Z] #35 63.65 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:04:15.041Z] #35 63.67 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-10T15:04:15.041Z] #35 63.69 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-10T15:04:15.041Z] #35 63.70 Setting up cmake (3.13.4-1) ... [2021-03-10T15:04:15.160Z] #43 37.34 HOSTCC compel/src/lib/log-host.o [2021-03-10T15:04:15.160Z] #43 ... [2021-03-10T15:04:15.160Z] [2021-03-10T15:04:15.160Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:04:15.160Z] #13 63.54 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-10T15:04:15.160Z] #13 63.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2021-03-10T15:04:15.160Z] #13 63.54 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:04:15.160Z] #13 65.34 Selecting previously unselected package binutils-mingw-w64. [2021-03-10T15:04:15.160Z] #13 65.35 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-10T15:04:15.160Z] #13 65.36 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:04:15.160Z] #13 65.46 Selecting previously unselected package libdevmapper1.02.1:s390x. [2021-03-10T15:04:15.160Z] #13 65.46 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-03-10T15:04:15.160Z] #13 65.46 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-03-10T15:04:15.160Z] #13 65.65 Selecting previously unselected package dmsetup. [2021-03-10T15:04:15.160Z] #13 65.65 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2021-03-10T15:04:15.160Z] #13 65.66 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-10T15:04:15.160Z] #13 65.76 Selecting previously unselected package mingw-w64-common. [2021-03-10T15:04:15.160Z] #13 65.76 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-10T15:04:15.160Z] #13 65.77 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-10T15:04:15.160Z] #13 69.18 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-10T15:04:15.160Z] #13 69.20 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-10T15:04:15.160Z] #13 69.20 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:04:15.160Z] #13 72.78 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-10T15:04:15.160Z] #13 72.80 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-10T15:04:15.160Z] #13 72.80 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:15.160Z] #13 72.91 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-10T15:04:15.160Z] #13 72.91 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-10T15:04:15.160Z] #13 72.91 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:15.271Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-10T15:04:15.298Z] #35 63.71 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:04:15.298Z] #35 63.83 Processing triggers for mime-support (3.62) ... [2021-03-10T15:04:15.454Z] #13 ... [2021-03-10T15:04:15.454Z] [2021-03-10T15:04:15.454Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:15.454Z] #43 37.53 HOSTLINK compel/compel-host-bin [2021-03-10T15:04:15.454Z] #43 37.65 DEP soccr/soccr.d [2021-03-10T15:04:15.748Z] #43 37.76 CC soccr/soccr.o [2021-03-10T15:04:16.042Z] #43 ... [2021-03-10T15:04:16.042Z] [2021-03-10T15:04:16.042Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:04:16.042Z] #45 63.46 go/doc [2021-03-10T15:04:16.042Z] #45 66.36 github.com/LK4D4/vndr/build [2021-03-10T15:04:16.042Z] #45 66.37 github.com/LK4D4/vndr/versioned [2021-03-10T15:04:16.042Z] #45 66.46 compress/flate [2021-03-10T15:04:16.042Z] #45 68.90 hash/crc32 [2021-03-10T15:04:16.042Z] #45 69.16 crypto/x509/pkix [2021-03-10T15:04:16.042Z] #45 69.26 compress/gzip [2021-03-10T15:04:16.042Z] #45 69.67 vendor/golang.org/x/crypto/cryptobyte [2021-03-10T15:04:16.042Z] #45 69.90 net [2021-03-10T15:04:16.042Z] #45 71.16 vendor/golang.org/x/sys/cpu [2021-03-10T15:04:16.042Z] #45 71.41 vendor/golang.org/x/crypto/internal/chacha20 [2021-03-10T15:04:16.042Z] #45 71.85 vendor/golang.org/x/crypto/poly1305 [2021-03-10T15:04:16.042Z] #45 72.22 vendor/golang.org/x/crypto/chacha20poly1305 [2021-03-10T15:04:16.042Z] #45 72.61 vendor/golang.org/x/crypto/curve25519 [2021-03-10T15:04:16.042Z] #45 72.90 vendor/golang.org/x/crypto/hkdf [2021-03-10T15:04:16.042Z] #45 73.00 vendor/golang.org/x/text/transform [2021-03-10T15:04:16.042Z] #45 73.52 vendor/golang.org/x/text/unicode/bidi [2021-03-10T15:04:16.042Z] #45 ... [2021-03-10T15:04:16.042Z] [2021-03-10T15:04:16.042Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:04:16.042Z] #56 45.35 Checking out files: 57% (2195/3818) Checking out files: 58% (2215/3818) Checking out files: 59% (2253/3818) Checking out files: 60% (2291/3818) Checking out files: 61% (2329/3818) Checking out files: 62% (2368/3818) Checking out files: 63% (2406/3818) Checking out files: 64% (2444/3818) Checking out files: 65% (2482/3818) Checking out files: 66% (2520/3818) Checking out files: 67% (2559/3818) Checking out files: 68% (2597/3818) Checking out files: 69% (2635/3818) Checking out files: 70% (2673/3818) Checking out files: 71% (2711/3818) Checking out files: 72% (2749/3818) Checking out files: 73% (2788/3818) Checking out files: 74% (2826/3818) Checking out files: 75% (2864/3818) Checking out files: 76% (2902/3818) Checking out files: 77% (2940/3818) Checking out files: 78% (2979/3818) Checking out files: 79% (3017/3818) Checking out files: 80% (3055/3818) Checking out files: 81% (3093/3818) Checking out files: 82% (3131/3818) Checking out files: 83% (3169/3818) Checking out files: 84% (3208/3818) Checking out files: 85% (3246/3818) Checking out files: 86% (3284/3818) Checking out files: 87% (3322/3818) Checking out files: 88% (3360/3818) Checking out files: 89% (3399/3818) Checking out files: 90% (3437/3818) Checking out files: 91% (3475/3818) Checking out files: 92% (3513/3818) Checking out files: 93% (3551/3818) Checking out files: 94% (3589/3818) Checking out files: 95% (3628/3818) Checking out files: 96% (3666/3818) Checking out files: 97% (3704/3818) Checking out files: 98% (3742/3818) Checking out files: 99% (3780/3818) Checking out files: 100% (3818/3818) Checking out files: 100% (3818/3818), done. [2021-03-10T15:04:16.042Z] #56 46.16 + cd /tmp/tmp.C1ifhsRvAh/src/github.com/containerd/containerd [2021-03-10T15:04:16.042Z] #56 46.16 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:04:16.042Z] #56 47.51 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-10T15:04:16.042Z] #56 47.51 + BUILDTAGS='netgo osusergo static_build' [2021-03-10T15:04:16.042Z] #56 47.51 + export EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:04:16.042Z] #56 47.51 + EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:04:16.042Z] #56 47.51 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-10T15:04:16.042Z] #56 47.51 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-10T15:04:16.042Z] #56 47.51 + '[' '' = dynamic ']' [2021-03-10T15:04:16.042Z] #56 47.51 + make [2021-03-10T15:04:16.042Z] #56 48.75 + bin/ctr [2021-03-10T15:04:16.229Z] #35 DONE 64.7s [2021-03-10T15:04:16.229Z] [2021-03-10T15:04:16.229Z] #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-03-10T15:04:16.229Z] #36 sha256:33f7439db39a79d7e3ec765741f59a3c4a21219d8c761ea8c6551f031c408a94 [2021-03-10T15:04:17.598Z] #36 1.259 + RM_GOPATH=0 [2021-03-10T15:04:17.598Z] #36 1.259 + TMP_GOPATH= [2021-03-10T15:04:17.598Z] #36 1.259 + : /build [2021-03-10T15:04:17.598Z] #36 1.259 + '[' -z '' ']' [2021-03-10T15:04:17.598Z] #36 1.260 ++ mktemp -d [2021-03-10T15:04:17.598Z] #36 1.261 + export GOPATH=/tmp/tmp.UGnNPK7UNK [2021-03-10T15:04:17.598Z] #36 1.261 + GOPATH=/tmp/tmp.UGnNPK7UNK [2021-03-10T15:04:17.598Z] #36 1.261 + RM_GOPATH=1 [2021-03-10T15:04:17.598Z] #36 1.262 + case "$(go env GOARCH)" in [2021-03-10T15:04:17.598Z] #36 1.262 ++ go env GOARCH [2021-03-10T15:04:17.598Z] #36 1.289 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:17.598Z] #36 1.289 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:17.598Z] #36 1.289 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:17.598Z] #36 1.294 + dir=/tmp/install [2021-03-10T15:04:17.598Z] #36 1.295 + bin=tini [2021-03-10T15:04:17.598Z] #36 1.295 + shift [2021-03-10T15:04:17.598Z] #36 1.295 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-10T15:04:17.598Z] #36 1.295 + . /tmp/install/tini.installer [2021-03-10T15:04:17.598Z] #36 1.295 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:04:17.598Z] #36 1.295 + install_tini [2021-03-10T15:04:17.598Z] #36 1.296 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-10T15:04:17.598Z] #36 1.296 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:04:17.598Z] #36 1.296 + git clone https://github.com/krallin/tini.git /tmp/tmp.UGnNPK7UNK/tini [2021-03-10T15:04:17.598Z] #36 1.297 Cloning into '/tmp/tmp.UGnNPK7UNK/tini'... [2021-03-10T15:04:17.778Z] #8 ... [2021-03-10T15:04:17.778Z] [2021-03-10T15:04:17.778Z] #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-03-10T15:04:17.778Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-03-10T15:04:17.778Z] #26 2.617 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:17.778Z] #26 2.617 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:17.778Z] #26 2.627 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:17.778Z] #26 2.805 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-10T15:04:17.778Z] #26 3.032 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-10T15:04:17.778Z] #26 3.388 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-10T15:04:17.778Z] #26 4.913 Fetched 8246 kB in 3s (3227 kB/s) [2021-03-10T15:04:17.778Z] #26 4.913 Reading package lists... [2021-03-10T15:04:17.778Z] #26 6.250 Reading package lists... [2021-03-10T15:04:17.778Z] #26 7.580 Building dependency tree... [2021-03-10T15:04:17.778Z] #26 8.261 The following additional packages will be installed: [2021-03-10T15:04:17.778Z] #26 8.261 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-10T15:04:17.778Z] #26 8.261 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-10T15:04:17.778Z] #26 8.265 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-10T15:04:17.778Z] #26 8.265 Suggested packages: [2021-03-10T15:04:17.778Z] #26 8.265 krb5-doc krb5-user [2021-03-10T15:04:17.778Z] #26 8.265 Recommended packages: [2021-03-10T15:04:17.778Z] #26 8.265 krb5-locales publicsuffix libsasl2-modules [2021-03-10T15:04:17.778Z] #26 8.501 The following NEW packages will be installed: [2021-03-10T15:04:17.778Z] #26 8.501 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-10T15:04:17.778Z] #26 8.501 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-10T15:04:17.778Z] #26 8.501 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-10T15:04:17.778Z] #26 8.513 libssh2-1 libssl1.1 openssl [2021-03-10T15:04:17.778Z] #26 8.802 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-10T15:04:17.778Z] #26 8.802 Need to get 4777 kB of archives. [2021-03-10T15:04:17.778Z] #26 8.802 After this operation, 11.5 MB of additional disk space will be used. [2021-03-10T15:04:17.778Z] #26 8.802 Get:1 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-03-10T15:04:17.778Z] #26 8.802 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u5 [1382 kB] [2021-03-10T15:04:17.778Z] #26 8.823 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-03-10T15:04:17.778Z] #26 8.823 Get:4 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-10T15:04:17.778Z] #26 8.823 Get:5 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-03-10T15:04:17.778Z] #26 8.824 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-03-10T15:04:17.778Z] #26 8.824 Get:7 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-03-10T15:04:17.778Z] #26 8.826 Get:8 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-03-10T15:04:17.778Z] #26 8.835 Get:9 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-03-10T15:04:17.778Z] #26 8.839 Get:10 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-03-10T15:04:17.778Z] #26 8.839 Get:11 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-10T15:04:17.778Z] #26 8.884 Get:12 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-03-10T15:04:17.778Z] #26 8.884 Get:13 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-03-10T15:04:17.778Z] #26 8.884 Get:14 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-03-10T15:04:17.778Z] #26 8.884 Get:15 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-03-10T15:04:17.778Z] #26 8.884 Get:16 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u5 [823 kB] [2021-03-10T15:04:17.778Z] #26 8.905 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2021-03-10T15:04:17.778Z] #26 8.924 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2021-03-10T15:04:17.778Z] #26 8.926 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-03-10T15:04:17.778Z] #26 8.941 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-03-10T15:04:17.778Z] #26 8.941 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-03-10T15:04:17.778Z] #26 9.201 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:04:17.778Z] #26 9.245 Fetched 4777 kB in 0s (12.1 MB/s) [2021-03-10T15:04:17.778Z] #26 9.292 Selecting previously unselected package libssl1.1:arm64. [2021-03-10T15:04:17.778Z] #26 9.292 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6670 files and directories currently installed.) [2021-03-10T15:04:17.778Z] #26 9.301 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_arm64.deb ... [2021-03-10T15:04:17.778Z] #26 9.314 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:17.778Z] #26 9.506 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-03-10T15:04:17.778Z] #26 9.506 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-03-10T15:04:17.778Z] #26 9.511 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:17.778Z] #26 9.568 Selecting previously unselected package libsasl2-2:arm64. [2021-03-10T15:04:17.778Z] #26 9.568 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-03-10T15:04:17.778Z] #26 9.574 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:17.778Z] #26 9.634 Selecting previously unselected package libldap-common. [2021-03-10T15:04:17.778Z] #26 9.636 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-10T15:04:17.778Z] #26 9.643 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:17.778Z] #26 9.706 Selecting previously unselected package libldap-2.4-2:arm64. [2021-03-10T15:04:17.778Z] #26 9.706 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-03-10T15:04:17.778Z] #26 9.710 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:17.778Z] #26 9.795 Selecting previously unselected package openssl. [2021-03-10T15:04:17.778Z] #26 9.795 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_arm64.deb ... [2021-03-10T15:04:17.778Z] #26 9.801 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:17.778Z] #26 10.03 Selecting previously unselected package ca-certificates. [2021-03-10T15:04:17.778Z] #26 10.03 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-10T15:04:17.778Z] #26 10.04 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:17.778Z] #26 10.16 Selecting previously unselected package libkeyutils1:arm64. [2021-03-10T15:04:17.778Z] #26 10.16 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2021-03-10T15:04:17.778Z] #26 10.17 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-03-10T15:04:17.778Z] #26 10.21 Selecting previously unselected package libkrb5support0:arm64. [2021-03-10T15:04:17.778Z] #26 10.21 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-03-10T15:04:17.778Z] #26 ... [2021-03-10T15:04:17.778Z] [2021-03-10T15:04:17.778Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:17.778Z] #8 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-10T15:04:18.161Z] #36 2.070 + cd /tmp/tmp.UGnNPK7UNK/tini [2021-03-10T15:04:18.417Z] #36 2.070 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:04:18.417Z] #36 2.135 + cmake . [2021-03-10T15:04:18.981Z] #36 2.819 -- The C compiler identification is GNU 8.3.0 [2021-03-10T15:04:19.167Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.2s done [2021-03-10T15:04:19.167Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0.0s done [2021-03-10T15:04:19.237Z] #36 2.872 -- Check for working C compiler: /usr/bin/cc [2021-03-10T15:04:19.429Z] #8 DONE 25.2s [2021-03-10T15:04:19.429Z] [2021-03-10T15:04:19.429Z] #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-03-10T15:04:19.429Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-03-10T15:04:19.429Z] #26 10.22 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-03-10T15:04:19.429Z] #26 10.30 Selecting previously unselected package libk5crypto3:arm64. [2021-03-10T15:04:19.429Z] #26 10.30 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 10.31 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-03-10T15:04:19.429Z] #26 10.38 Selecting previously unselected package libkrb5-3:arm64. [2021-03-10T15:04:19.429Z] #26 10.38 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 10.38 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-03-10T15:04:19.429Z] #26 10.55 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-03-10T15:04:19.429Z] #26 10.56 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 10.56 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-03-10T15:04:19.429Z] #26 10.63 Selecting previously unselected package libnghttp2-14:arm64. [2021-03-10T15:04:19.429Z] #26 10.63 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 10.64 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-03-10T15:04:19.429Z] #26 10.77 Selecting previously unselected package libpsl5:arm64. [2021-03-10T15:04:19.429Z] #26 10.77 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 10.77 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-03-10T15:04:19.429Z] #26 10.84 Selecting previously unselected package librtmp1:arm64. [2021-03-10T15:04:19.429Z] #26 10.84 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 10.86 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:04:19.429Z] #26 10.96 Selecting previously unselected package libssh2-1:arm64. [2021-03-10T15:04:19.429Z] #26 10.96 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 10.96 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-03-10T15:04:19.429Z] #26 11.03 Selecting previously unselected package libcurl4:arm64. [2021-03-10T15:04:19.429Z] #26 11.03 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 11.04 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-03-10T15:04:19.429Z] #26 11.24 Selecting previously unselected package curl. [2021-03-10T15:04:19.429Z] #26 11.24 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 11.24 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-10T15:04:19.429Z] #26 11.31 Selecting previously unselected package libonig5:arm64. [2021-03-10T15:04:19.429Z] #26 11.31 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 11.31 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-03-10T15:04:19.429Z] #26 11.52 Selecting previously unselected package libjq1:arm64. [2021-03-10T15:04:19.429Z] #26 11.52 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 11.53 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-10T15:04:19.429Z] #26 11.58 Selecting previously unselected package jq. [2021-03-10T15:04:19.429Z] #26 11.58 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-03-10T15:04:19.429Z] #26 11.58 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:04:19.429Z] #26 11.64 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-03-10T15:04:19.429Z] #26 11.66 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-03-10T15:04:19.429Z] #26 11.68 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:19.475Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.7s done [2021-03-10T15:04:19.475Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2021-03-10T15:04:19.692Z] #26 11.96 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-03-10T15:04:19.692Z] #26 11.98 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:19.692Z] #26 12.00 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-03-10T15:04:19.692Z] #26 12.01 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:19.692Z] #26 12.03 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:04:19.692Z] #26 12.05 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-03-10T15:04:19.692Z] #26 12.07 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:19.801Z] #36 3.529 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-10T15:04:19.801Z] #36 3.536 -- Detecting C compiler ABI info [2021-03-10T15:04:19.956Z] #26 12.08 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-03-10T15:04:19.956Z] #26 12.10 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-03-10T15:04:19.956Z] #26 12.11 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:19.956Z] #26 12.13 Setting up libonig5:arm64 (6.9.1-1) ... [2021-03-10T15:04:19.956Z] #26 12.16 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-10T15:04:19.956Z] #26 12.17 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:19.956Z] #26 12.19 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:20.365Z] #36 4.232 -- Detecting C compiler ABI info - done [2021-03-10T15:04:20.622Z] #36 ... [2021-03-10T15:04:20.622Z] [2021-03-10T15:04:20.622Z] #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-03-10T15:04:20.622Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:04:20.622Z] #41 68.54 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-10T15:04:20.622Z] #41 68.58 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:04:20.622Z] #41 DONE 69.1s [2021-03-10T15:04:20.622Z] [2021-03-10T15:04:20.622Z] #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-03-10T15:04:20.622Z] #36 sha256:33f7439db39a79d7e3ec765741f59a3c4a21219d8c761ea8c6551f031c408a94 [2021-03-10T15:04:20.622Z] #36 4.283 -- Detecting C compile features [2021-03-10T15:04:20.902Z] #26 13.04 Updating certificates in /etc/ssl/certs... [2021-03-10T15:04:21.186Z] #36 ... [2021-03-10T15:04:21.186Z] [2021-03-10T15:04:21.186Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:21.186Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:04:21.186Z] #12 58.08 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-10T15:04:21.186Z] #12 58.08 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-10T15:04:21.186Z] #12 58.10 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:04:21.186Z] #12 61.30 Selecting previously unselected package binutils-mingw-w64. [2021-03-10T15:04:21.186Z] #12 61.30 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-10T15:04:21.186Z] #12 61.35 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:04:21.186Z] #12 61.53 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-10T15:04:21.186Z] #12 61.53 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:04:21.186Z] #12 61.58 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:04:21.186Z] #12 62.02 Selecting previously unselected package dmsetup. [2021-03-10T15:04:21.186Z] #12 62.02 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:04:21.186Z] #12 62.02 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-10T15:04:21.186Z] #12 62.25 Selecting previously unselected package mingw-w64-common. [2021-03-10T15:04:21.186Z] #12 62.29 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-10T15:04:21.186Z] #12 62.31 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-10T15:04:21.387Z] #8 ... [2021-03-10T15:04:21.387Z] [2021-03-10T15:04:21.387Z] #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-03-10T15:04:21.387Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-10T15:04:21.387Z] #26 1.108 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:21.387Z] #26 1.108 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:21.387Z] #26 1.116 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:21.387Z] #26 1.304 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:04:21.387Z] #26 1.504 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:04:21.387Z] #26 1.821 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:04:21.387Z] #26 3.426 Fetched 8423 kB in 3s (3273 kB/s) [2021-03-10T15:04:21.387Z] #26 3.426 Reading package lists... [2021-03-10T15:04:21.387Z] #26 4.350 Reading package lists... [2021-03-10T15:04:21.387Z] #26 5.257 Building dependency tree... [2021-03-10T15:04:21.387Z] #26 5.577 The following additional packages will be installed: [2021-03-10T15:04:21.387Z] #26 5.577 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-10T15:04:21.387Z] #26 5.577 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-10T15:04:21.387Z] #26 5.577 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-10T15:04:21.387Z] #26 5.577 Suggested packages: [2021-03-10T15:04:21.387Z] #26 5.577 krb5-doc krb5-user [2021-03-10T15:04:21.387Z] #26 5.577 Recommended packages: [2021-03-10T15:04:21.387Z] #26 5.577 krb5-locales publicsuffix libsasl2-modules [2021-03-10T15:04:21.387Z] #26 5.745 The following NEW packages will be installed: [2021-03-10T15:04:21.387Z] #26 5.745 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-10T15:04:21.387Z] #26 5.745 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-10T15:04:21.387Z] #26 5.745 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-10T15:04:21.387Z] #26 5.745 libssh2-1 libssl1.1 openssl [2021-03-10T15:04:21.387Z] #26 6.023 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-10T15:04:21.387Z] #26 6.023 Need to get 5057 kB of archives. [2021-03-10T15:04:21.387Z] #26 6.023 After this operation, 12.1 MB of additional disk space will be used. [2021-03-10T15:04:21.387Z] #26 6.023 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-10T15:04:21.387Z] #26 6.025 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-10T15:04:21.387Z] #26 6.033 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-10T15:04:21.387Z] #26 6.033 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-10T15:04:21.387Z] #26 6.038 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-10T15:04:21.387Z] #26 6.038 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-10T15:04:21.387Z] #26 6.043 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-10T15:04:21.387Z] #26 6.052 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-10T15:04:21.387Z] #26 6.055 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-10T15:04:21.387Z] #26 6.059 Get:10 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-10T15:04:21.387Z] #26 6.070 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-10T15:04:21.387Z] #26 6.070 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-10T15:04:21.387Z] #26 6.070 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-10T15:04:21.387Z] #26 6.070 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-10T15:04:21.387Z] #26 6.070 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-10T15:04:21.387Z] #26 6.070 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-10T15:04:21.387Z] #26 6.081 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-10T15:04:21.387Z] #26 6.084 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-10T15:04:21.387Z] #26 6.089 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-10T15:04:21.387Z] #26 6.107 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-10T15:04:21.387Z] #26 6.109 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-10T15:04:21.387Z] #26 6.255 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:04:21.387Z] #26 6.278 Fetched 5057 kB in 0s (14.8 MB/s) [2021-03-10T15:04:21.387Z] #26 6.363 Selecting previously unselected package libssl1.1:amd64. [2021-03-10T15:04:21.387Z] #26 6.363 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-03-10T15:04:21.387Z] #26 6.363 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-10T15:04:21.387Z] #26 6.377 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:21.387Z] #26 6.561 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T15:04:21.387Z] #26 6.561 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-10T15:04:21.387Z] #26 6.565 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:21.387Z] #26 6.608 Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T15:04:21.387Z] #26 6.610 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-10T15:04:21.387Z] #26 6.617 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:21.387Z] #26 6.661 Selecting previously unselected package libldap-common. [2021-03-10T15:04:21.387Z] #26 6.663 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-10T15:04:21.387Z] #26 6.670 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:21.387Z] #26 6.726 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T15:04:21.387Z] #26 6.726 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-10T15:04:21.387Z] #26 6.732 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:21.387Z] #26 6.785 Selecting previously unselected package openssl. [2021-03-10T15:04:21.387Z] #26 6.785 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-10T15:04:21.387Z] #26 6.790 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:21.387Z] #26 6.935 Selecting previously unselected package ca-certificates. [2021-03-10T15:04:21.387Z] #26 6.935 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-10T15:04:21.388Z] #26 6.938 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:21.388Z] #26 7.010 Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T15:04:21.388Z] #26 7.013 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.015 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-10T15:04:21.388Z] #26 7.048 Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T15:04:21.388Z] #26 7.048 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.052 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.089 Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T15:04:21.388Z] #26 7.089 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.092 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.148 Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T15:04:21.388Z] #26 7.148 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.152 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.259 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T15:04:21.388Z] #26 7.259 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.262 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.327 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T15:04:21.388Z] #26 7.327 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.331 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.376 Selecting previously unselected package libpsl5:amd64. [2021-03-10T15:04:21.388Z] #26 7.379 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.382 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-10T15:04:21.388Z] #26 7.424 Selecting previously unselected package librtmp1:amd64. [2021-03-10T15:04:21.388Z] #26 7.424 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.428 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:04:21.388Z] #26 7.468 Selecting previously unselected package libssh2-1:amd64. [2021-03-10T15:04:21.388Z] #26 7.468 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.471 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-10T15:04:21.388Z] #26 7.524 Selecting previously unselected package libcurl4:amd64. [2021-03-10T15:04:21.388Z] #26 7.524 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.530 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.592 Selecting previously unselected package curl. [2021-03-10T15:04:21.388Z] #26 7.592 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.596 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.655 Selecting previously unselected package libonig5:amd64. [2021-03-10T15:04:21.388Z] #26 7.655 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.657 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:04:21.388Z] #26 7.713 Selecting previously unselected package libjq1:amd64. [2021-03-10T15:04:21.388Z] #26 7.713 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.717 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:04:21.388Z] #26 7.759 Selecting previously unselected package jq. [2021-03-10T15:04:21.388Z] #26 7.759 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:04:21.388Z] #26 7.763 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:04:21.388Z] #26 7.797 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-10T15:04:21.388Z] #26 7.809 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-10T15:04:21.388Z] #26 7.819 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:21.388Z] #26 7.963 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.973 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:21.388Z] #26 7.988 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 7.999 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 8.009 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:04:21.388Z] #26 8.021 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 8.031 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 8.041 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-10T15:04:21.388Z] #26 8.052 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:21.388Z] #26 8.063 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:21.388Z] #26 8.079 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:04:21.388Z] #26 8.089 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:04:21.388Z] #26 8.099 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:21.388Z] #26 8.110 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:21.388Z] #26 8.675 Updating certificates in /etc/ssl/certs... [2021-03-10T15:04:21.388Z] #26 ... [2021-03-10T15:04:21.388Z] [2021-03-10T15:04:21.388Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:21.388Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:21.750Z] #12 ... [2021-03-10T15:04:21.750Z] [2021-03-10T15:04:21.750Z] #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-03-10T15:04:21.750Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:04:21.750Z] #44 60.30 strings [2021-03-10T15:04:21.750Z] #44 62.61 os [2021-03-10T15:04:21.750Z] #44 63.01 regexp/syntax [2021-03-10T15:04:21.750Z] #44 66.55 fmt [2021-03-10T15:04:21.750Z] #44 68.42 regexp [2021-03-10T15:04:21.919Z] #26 13.96 137 added, 0 removed; done. [2021-03-10T15:04:22.007Z] #44 ... [2021-03-10T15:04:22.007Z] [2021-03-10T15:04:22.007Z] #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-03-10T15:04:22.007Z] #50 sha256:fc127c2cc8fd49f9f5c83dcdaf884c2062da9f12b9c8d88cd41268cd47d20b57 [2021-03-10T15:04:22.007Z] #50 60.46 encoding/binary [2021-03-10T15:04:22.007Z] #50 62.00 context [2021-03-10T15:04:22.007Z] #50 62.75 encoding/base64 [2021-03-10T15:04:22.007Z] #50 63.04 os [2021-03-10T15:04:22.007Z] #50 63.78 golang.org/x/sys/unix [2021-03-10T15:04:22.007Z] #50 67.50 fmt [2021-03-10T15:04:22.264Z] #50 ... [2021-03-10T15:04:22.264Z] [2021-03-10T15:04:22.264Z] #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-03-10T15:04:22.264Z] #33 sha256:d30f6cc6f6b95a66bf5c1dd090cfa29aa8e9dbed77b44d6c510276ad0487df9e [2021-03-10T15:04:22.264Z] #33 62.91 path [2021-03-10T15:04:22.264Z] #33 63.61 text/tabwriter [2021-03-10T15:04:22.264Z] #33 64.46 fmt [2021-03-10T15:04:22.264Z] #33 64.48 path/filepath [2021-03-10T15:04:22.264Z] #33 66.26 io/ioutil [2021-03-10T15:04:22.264Z] #33 68.18 github.com/BurntSushi/toml [2021-03-10T15:04:22.264Z] #33 68.19 flag [2021-03-10T15:04:22.264Z] #33 70.16 log [2021-03-10T15:04:22.828Z] #33 ... [2021-03-10T15:04:22.828Z] [2021-03-10T15:04:22.828Z] #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-03-10T15:04:22.828Z] #36 sha256:33f7439db39a79d7e3ec765741f59a3c4a21219d8c761ea8c6551f031c408a94 [2021-03-10T15:04:22.828Z] #36 6.517 -- Detecting C compile features - done [2021-03-10T15:04:22.828Z] #36 6.572 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-10T15:04:23.040Z] Client: [2021-03-10T15:04:23.040Z] Context: default [2021-03-10T15:04:23.040Z] Debug Mode: false [2021-03-10T15:04:23.040Z] Plugins: [2021-03-10T15:04:23.040Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-10T15:04:23.040Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-10T15:04:23.040Z] [2021-03-10T15:04:23.040Z] Server: [2021-03-10T15:04:23.040Z] Containers: 0 [2021-03-10T15:04:23.040Z] Running: 0 [2021-03-10T15:04:23.040Z] Paused: 0 [2021-03-10T15:04:23.040Z] Stopped: 0 [2021-03-10T15:04:23.040Z] Images: 0 [2021-03-10T15:04:23.040Z] Server Version: 20.10.3 [2021-03-10T15:04:23.040Z] Storage Driver: overlay2 [2021-03-10T15:04:23.040Z] Backing Filesystem: extfs [2021-03-10T15:04:23.040Z] Supports d_type: true [2021-03-10T15:04:23.040Z] Native Overlay Diff: true [2021-03-10T15:04:23.040Z] Logging Driver: json-file [2021-03-10T15:04:23.040Z] Cgroup Driver: cgroupfs [2021-03-10T15:04:23.040Z] Cgroup Version: 1 [2021-03-10T15:04:23.040Z] Plugins: [2021-03-10T15:04:23.040Z] Volume: local [2021-03-10T15:04:23.040Z] Network: bridge host ipvlan macvlan null overlay [2021-03-10T15:04:23.040Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-10T15:04:23.040Z] Swarm: inactive [2021-03-10T15:04:23.040Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-03-10T15:04:23.040Z] Default Runtime: runc [2021-03-10T15:04:23.040Z] Init Binary: docker-init [2021-03-10T15:04:23.040Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-10T15:04:23.040Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-10T15:04:23.040Z] init version: de40ad0 [2021-03-10T15:04:23.040Z] Security Options: [2021-03-10T15:04:23.040Z] apparmor [2021-03-10T15:04:23.040Z] seccomp [2021-03-10T15:04:23.040Z] Profile: default [2021-03-10T15:04:23.040Z] Kernel Version: 5.4.0-1037-aws [2021-03-10T15:04:23.040Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-10T15:04:23.040Z] OSType: linux [2021-03-10T15:04:23.040Z] Architecture: x86_64 [2021-03-10T15:04:23.040Z] CPUs: 2 [2021-03-10T15:04:23.040Z] Total Memory: 7.487GiB [2021-03-10T15:04:23.040Z] Name: ip-10-100-107-168 [2021-03-10T15:04:23.040Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-10T15:04:23.040Z] Docker Root Dir: /var/lib/docker [2021-03-10T15:04:23.040Z] Debug Mode: false [2021-03-10T15:04:23.040Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:04:23.040Z] Labels: [2021-03-10T15:04:23.040Z] Experimental: true [2021-03-10T15:04:23.040Z] Insecure Registries: [2021-03-10T15:04:23.040Z] 127.0.0.0/8 [2021-03-10T15:04:23.040Z] Live Restore Enabled: true [2021-03-10T15:04:23.040Z] [2021-03-10T15:04:23.040Z] WARNING: No swap limit support [2021-03-10T15:04:23.040Z] WARNING: No blkio weight support [2021-03-10T15:04:23.040Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-10T15:04:23.085Z] #36 6.958 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-10T15:04:23.306Z] #26 15.38 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-03-10T15:04:23.306Z] #26 15.41 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:04:23.333Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:04:23.333Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:04:23.333Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42054/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-10T15:04:23.333Z] + bash /home/ubuntu/workspace/moby_PR-42054/check-config.sh [2021-03-10T15:04:23.333Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-10T15:04:23.333Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-10T15:04:23.333Z] [2021-03-10T15:04:23.333Z] Generally Necessary: [2021-03-10T15:04:23.333Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-10T15:04:23.333Z] - apparmor: enabled and tools installed [2021-03-10T15:04:23.333Z] - CONFIG_NAMESPACES: enabled [2021-03-10T15:04:23.333Z] - CONFIG_NET_NS: enabled [2021-03-10T15:04:23.333Z] - CONFIG_PID_NS: enabled [2021-03-10T15:04:23.333Z] - CONFIG_IPC_NS: enabled [2021-03-10T15:04:23.333Z] - CONFIG_UTS_NS: enabled [2021-03-10T15:04:23.333Z] - CONFIG_CGROUPS: enabled [2021-03-10T15:04:23.333Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-10T15:04:23.333Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-10T15:04:23.333Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-10T15:04:23.333Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-10T15:04:23.333Z] - CONFIG_CPUSETS: enabled [2021-03-10T15:04:23.333Z] - CONFIG_MEMCG: enabled [2021-03-10T15:04:23.333Z] - CONFIG_KEYS: enabled [2021-03-10T15:04:23.333Z] - CONFIG_VETH: enabled (as module) [2021-03-10T15:04:23.333Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-10T15:04:23.333Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-10T15:04:23.333Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-10T15:04:23.333Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-10T15:04:23.333Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-10T15:04:23.333Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-10T15:04:23.333Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-10T15:04:23.333Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-10T15:04:23.333Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-10T15:04:23.342Z] #36 7.059 -- Configuring done [2021-03-10T15:04:23.342Z] #36 7.093 -- Generating done [2021-03-10T15:04:23.342Z] #36 7.094 -- Build files have been written to: /tmp/tmp.UGnNPK7UNK/tini [2021-03-10T15:04:23.342Z] #36 7.102 + make tini-static [2021-03-10T15:04:23.568Z] #26 15.95 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-03-10T15:04:23.593Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-10T15:04:23.593Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-10T15:04:23.593Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-10T15:04:23.593Z] [2021-03-10T15:04:23.593Z] Optional Features: [2021-03-10T15:04:23.593Z] - CONFIG_USER_NS: enabled [2021-03-10T15:04:23.593Z] - CONFIG_SECCOMP: enabled [2021-03-10T15:04:23.593Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-10T15:04:23.593Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-10T15:04:23.593Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-10T15:04:23.593Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-10T15:04:23.593Z] - CONFIG_BLK_CGROUP: enabled [2021-03-10T15:04:23.593Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-10T15:04:23.593Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-10T15:04:23.593Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-10T15:04:23.593Z] - CONFIG_CGROUP_PERF: enabled [2021-03-10T15:04:23.593Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-10T15:04:23.593Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-10T15:04:23.593Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-10T15:04:23.593Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-10T15:04:23.593Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-10T15:04:23.593Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-10T15:04:23.593Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-10T15:04:23.593Z] - CONFIG_IP_VS: enabled (as module) [2021-03-10T15:04:23.593Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-10T15:04:23.593Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-10T15:04:23.593Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-10T15:04:23.593Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-10T15:04:23.593Z] - CONFIG_EXT4_FS: enabled [2021-03-10T15:04:23.593Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-10T15:04:23.593Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-10T15:04:23.593Z] - Network Drivers: [2021-03-10T15:04:23.593Z] - "overlay": [2021-03-10T15:04:23.593Z] - CONFIG_VXLAN: enabled (as module) [2021-03-10T15:04:23.593Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-10T15:04:23.593Z] Optional (for encrypted networks): [2021-03-10T15:04:23.829Z] #26 16.02 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-10T15:04:23.853Z] - CONFIG_CRYPTO: enabled [2021-03-10T15:04:23.853Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-10T15:04:23.853Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-10T15:04:23.853Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-10T15:04:23.853Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-10T15:04:23.853Z] - CONFIG_XFRM: enabled [2021-03-10T15:04:23.853Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-10T15:04:23.853Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-10T15:04:23.853Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-10T15:04:23.853Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-10T15:04:23.853Z] - "ipvlan": [2021-03-10T15:04:23.853Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-10T15:04:23.853Z] - "macvlan": [2021-03-10T15:04:23.853Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-10T15:04:23.853Z] - CONFIG_DUMMY: enabled (as module) [2021-03-10T15:04:23.853Z] - "ftp,tftp client in container": [2021-03-10T15:04:23.853Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-10T15:04:23.853Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-10T15:04:23.853Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-10T15:04:23.853Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-10T15:04:23.853Z] - Storage Drivers: [2021-03-10T15:04:23.853Z] - "aufs": [2021-03-10T15:04:23.853Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-10T15:04:23.853Z] - "btrfs": [2021-03-10T15:04:23.853Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-10T15:04:23.853Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-10T15:04:23.853Z] - "devicemapper": [2021-03-10T15:04:23.853Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-10T15:04:23.853Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-10T15:04:23.853Z] - "overlay": [2021-03-10T15:04:23.853Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-10T15:04:23.853Z] - "zfs": [2021-03-10T15:04:23.853Z] - /dev/zfs: present [2021-03-10T15:04:23.853Z] - zfs command: missing [2021-03-10T15:04:23.853Z] - zpool command: missing [2021-03-10T15:04:23.853Z] [2021-03-10T15:04:23.853Z] Limits: [2021-03-10T15:04:23.853Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-10T15:04:23.853Z] [2021-03-10T15:04:23.853Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-03-10T15:04:23.907Z] #36 7.528 Scanning dependencies of target tini-static [2021-03-10T15:04:23.907Z] #36 7.588 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [Pipeline] sh [2021-03-10T15:04:24.207Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 . [2021-03-10T15:04:24.471Z] #2 [internal] load .dockerignore [2021-03-10T15:04:24.471Z] #2 sha256:8b6a0fa9f0f8e5342f1292dd8bd5a768e5498001f0556c759b12340b66d6b944 [2021-03-10T15:04:24.471Z] #2 transferring context: 87B done [2021-03-10T15:04:24.471Z] #2 DONE 0.2s [2021-03-10T15:04:24.471Z] [2021-03-10T15:04:24.471Z] #1 [internal] load build definition from Dockerfile [2021-03-10T15:04:24.471Z] #1 sha256:e247ec08fcbdb67b93e74bc263d29188f2398fa0a088762cd89b99da98a9314c [2021-03-10T15:04:24.471Z] #1 transferring dockerfile: 16.82kB done [2021-03-10T15:04:24.471Z] #1 DONE 0.2s [2021-03-10T15:04:24.471Z] [2021-03-10T15:04:24.471Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-10T15:04:24.471Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-10T15:04:24.549Z] #56 ... [2021-03-10T15:04:24.549Z] [2021-03-10T15:04:24.549Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:24.549Z] #43 38.52 AR soccr/libsoccr.a [2021-03-10T15:04:24.549Z] #43 38.55 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:04:24.549Z] #43 38.72 DEP criu/arch/s390/sigframe.d [2021-03-10T15:04:24.549Z] #43 38.80 DEP criu/arch/s390/crtools.d [2021-03-10T15:04:24.549Z] #43 38.99 DEP criu/arch/s390/cpu.d [2021-03-10T15:04:24.549Z] #43 39.18 CC criu/arch/s390/cpu.o [2021-03-10T15:04:24.549Z] #43 39.43 CC criu/arch/s390/crtools.o [2021-03-10T15:04:24.549Z] #43 40.29 CC criu/arch/s390/sigframe.o [2021-03-10T15:04:24.549Z] #43 40.40 LINK criu/arch/s390/crtools.built-in.o [2021-03-10T15:04:24.549Z] #43 40.43 DEP criu/pie/util-vdso.d [2021-03-10T15:04:24.549Z] #43 40.52 DEP criu/pie/util.d [2021-03-10T15:04:24.549Z] #43 40.66 CC criu/pie/util.o [2021-03-10T15:04:24.549Z] #43 40.87 CC criu/pie/util-vdso.o [2021-03-10T15:04:24.549Z] #43 41.46 AR criu/pie/pie.lib.a [2021-03-10T15:04:24.549Z] #43 41.51 DEP criu/pie/restorer.d [2021-03-10T15:04:24.549Z] #43 41.74 DEP criu/arch/s390/restorer.d [2021-03-10T15:04:24.549Z] #43 41.91 DEP criu/arch/s390/vdso-pie.d [2021-03-10T15:04:24.549Z] #43 42.06 DEP criu/pie/parasite-vdso.d [2021-03-10T15:04:24.549Z] #43 42.27 DEP criu/pie/parasite.d [2021-03-10T15:04:24.549Z] #43 42.49 CC criu/pie/parasite.o [2021-03-10T15:04:24.549Z] #43 43.37 LINK criu/pie/parasite.built-in.o [2021-03-10T15:04:24.549Z] #43 43.38 GEN criu/pie/parasite-blob.h [2021-03-10T15:04:24.549Z] #43 43.39 CC criu/pie/parasite-vdso.o [2021-03-10T15:04:24.549Z] #43 43.90 CC criu/arch/s390/vdso-pie.o [2021-03-10T15:04:24.549Z] #43 44.16 CC criu/arch/s390/restorer.o [2021-03-10T15:04:24.549Z] #43 44.46 CC criu/pie/restorer.o [2021-03-10T15:04:24.549Z] #43 46.21 LINK criu/pie/restorer.built-in.o [2021-03-10T15:04:24.549Z] #43 46.22 GEN criu/pie/restorer-blob.h [2021-03-10T15:04:24.549Z] #43 46.28 DEP criu/vdso.d [2021-03-10T15:04:24.549Z] #43 46.42 DEP criu/uts_ns.d [2021-03-10T15:04:24.549Z] #43 46.58 DEP criu/util.d [2021-03-10T15:04:24.549Z] #43 46.68 DEP criu/uffd.d [2021-03-10T15:04:24.550Z] #43 46.79 DEP criu/tun.d [2021-03-10T15:04:24.691Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.3s [2021-03-10T15:04:24.771Z] #26 16.86 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:04:24.843Z] #43 47.02 DEP criu/tty.d [2021-03-10T15:04:24.843Z] #43 47.16 DEP criu/timerfd.d [2021-03-10T15:04:24.953Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.7s done [2021-03-10T15:04:25.045Z] #3 DONE 0.5s [2021-03-10T15:04:25.045Z] [2021-03-10T15:04:25.045Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-10T15:04:25.045Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-10T15:04:25.045Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-10T15:04:25.045Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-10T15:04:25.045Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-10T15:04:25.045Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.0s [2021-03-10T15:04:25.045Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-10T15:04:25.137Z] #43 47.40 DEP criu/timens.d [2021-03-10T15:04:25.288Z] #36 8.959 [100%] Linking C executable tini-static [2021-03-10T15:04:25.311Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 8.39MB / 9.64MB 0.1s [2021-03-10T15:04:25.311Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-03-10T15:04:25.349Z] #26 17.65 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:25.349Z] #26 17.67 Updating certificates in /etc/ssl/certs... [2021-03-10T15:04:25.431Z] #43 47.56 DEP criu/sysfs_parse.d [2021-03-10T15:04:25.546Z] #36 9.444 [100%] Built target tini-static [2021-03-10T15:04:25.574Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-03-10T15:04:25.725Z] #43 47.76 DEP criu/sysctl.d [2021-03-10T15:04:25.725Z] #43 47.94 DEP criu/string.d [2021-03-10T15:04:25.725Z] #43 47.97 DEP criu/stats.d [2021-03-10T15:04:25.725Z] #43 ... [2021-03-10T15:04:25.725Z] [2021-03-10T15:04:25.725Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:04:25.725Z] #13 84.22 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-10T15:04:25.725Z] #13 84.22 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-10T15:04:25.725Z] #13 84.23 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:25.803Z] #36 9.539 + mkdir -p /build [2021-03-10T15:04:25.803Z] #36 9.542 + cp tini-static /build/docker-init [2021-03-10T15:04:25.833Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-03-10T15:04:25.833Z] #4 DONE 0.9s [2021-03-10T15:04:25.892Z] #8 ... [2021-03-10T15:04:25.892Z] [2021-03-10T15:04:25.892Z] #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-03-10T15:04:25.892Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-10T15:04:25.892Z] #26 9.388 137 added, 0 removed; done. [2021-03-10T15:04:25.892Z] #26 9.458 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:25.892Z] #26 9.469 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:04:25.892Z] #26 9.480 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-10T15:04:25.892Z] #26 9.491 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-10T15:04:25.892Z] #26 9.502 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:04:25.892Z] #26 9.519 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:25.892Z] #26 9.527 Updating certificates in /etc/ssl/certs... [2021-03-10T15:04:25.892Z] #26 10.17 0 added, 0 removed; done. [2021-03-10T15:04:25.892Z] #26 10.17 Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:04:25.892Z] #26 10.18 done. [2021-03-10T15:04:25.892Z] #26 DONE 13.2s [2021-03-10T15:04:25.892Z] [2021-03-10T15:04:25.892Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:25.892Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:25.892Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-10T15:04:25.892Z] #8 ... [2021-03-10T15:04:25.892Z] [2021-03-10T15:04:25.892Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-10T15:04:25.892Z] #27 sha256:632119ab4c7b62bfb201a887de66066b21f1a899415dfcda3024ce0ed2bf4500 [2021-03-10T15:04:25.892Z] #27 DONE 0.3s [2021-03-10T15:04:26.093Z] [2021-03-10T15:04:26.093Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-10T15:04:26.093Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-10T15:04:26.154Z] [2021-03-10T15:04:26.154Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:26.154Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:26.154Z] #8 DONE 22.4s [2021-03-10T15:04:26.154Z] [2021-03-10T15:04:26.154Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-10T15:04:26.154Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-10T15:04:26.294Z] #26 ... [2021-03-10T15:04:26.294Z] [2021-03-10T15:04:26.294Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-10T15:04:26.294Z] #9 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-03-10T15:04:26.294Z] #9 DONE 6.6s [2021-03-10T15:04:26.294Z] [2021-03-10T15:04:26.294Z] #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-03-10T15:04:26.294Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-03-10T15:04:26.294Z] #26 18.41 0 added, 0 removed; done. [2021-03-10T15:04:26.294Z] #26 18.41 Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:04:26.294Z] #26 18.41 done. [2021-03-10T15:04:26.294Z] #26 ... [2021-03-10T15:04:26.294Z] [2021-03-10T15:04:26.294Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-10T15:04:26.294Z] #10 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-03-10T15:04:26.367Z] #36 DONE 10.0s [2021-03-10T15:04:26.367Z] [2021-03-10T15:04:26.367Z] #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-03-10T15:04:26.367Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:26.367Z] #42 2.402 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:04:26.367Z] #42 2.402 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:04:26.367Z] #42 2.419 Note: Building without GnuTLS support [2021-03-10T15:04:26.367Z] #42 2.432 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:04:26.367Z] #42 2.432 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:04:26.367Z] #42 4.611 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:04:26.367Z] #42 4.670 GEN .gitid [2021-03-10T15:04:26.367Z] #42 4.699 GEN criu/include/version.h [2021-03-10T15:04:26.367Z] #42 4.752 GEN include/common/asm [2021-03-10T15:04:26.555Z] #10 ... [2021-03-10T15:04:26.555Z] [2021-03-10T15:04:26.555Z] #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-03-10T15:04:26.555Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-03-10T15:04:26.555Z] #26 DONE 18.9s [2021-03-10T15:04:26.660Z] #7 DONE 0.3s [2021-03-10T15:04:26.660Z] [2021-03-10T15:04:26.660Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-10T15:04:26.660Z] #5 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-03-10T15:04:26.660Z] #5 DONE 0.2s [2021-03-10T15:04:26.660Z] [2021-03-10T15:04:26.660Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-03-10T15:04:26.660Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-10T15:04:26.660Z] #6 DONE 0.3s [2021-03-10T15:04:26.820Z] [2021-03-10T15:04:26.820Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-10T15:04:26.820Z] #27 sha256:34b971e5705b6c7d0192d3ccfa8464e3a4cf34eed3d9274a95767b35f15213cd [2021-03-10T15:04:26.820Z] #27 DONE 0.2s [2021-03-10T15:04:26.820Z] [2021-03-10T15:04:26.820Z] #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-03-10T15:04:26.820Z] #28 sha256:80c6b27cb7ac4a82c22882bea8dce5b5f2693427cc0440a7514f31a41e225340 [2021-03-10T15:04:27.096Z] #9 DONE 0.7s [2021-03-10T15:04:27.096Z] [2021-03-10T15:04:27.096Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-10T15:04:27.096Z] #10 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-10T15:04:27.230Z] [2021-03-10T15:04:27.230Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-10T15:04:27.230Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-10T15:04:27.230Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-03-10T15:04:27.230Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-03-10T15:04:27.230Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-03-10T15:04:27.230Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-03-10T15:04:27.242Z] #13 ... [2021-03-10T15:04:27.242Z] [2021-03-10T15:04:27.242Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:04:27.242Z] #45 74.71 vendor/golang.org/x/text/secure/bidirule [2021-03-10T15:04:27.242Z] #45 75.00 vendor/golang.org/x/text/unicode/norm [2021-03-10T15:04:27.242Z] #45 77.69 vendor/golang.org/x/net/idna [2021-03-10T15:04:27.242Z] #45 79.22 vendor/golang.org/x/net/http2/hpack [2021-03-10T15:04:27.242Z] #45 80.10 mime [2021-03-10T15:04:27.242Z] #45 81.61 mime/quotedprintable [2021-03-10T15:04:27.242Z] #45 81.94 net/http/internal [2021-03-10T15:04:27.242Z] #45 83.54 crypto/tls [2021-03-10T15:04:27.242Z] #45 ... [2021-03-10T15:04:27.242Z] [2021-03-10T15:04:27.242Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:27.242Z] #43 48.10 DEP criu/sockets.d [2021-03-10T15:04:27.242Z] #43 48.33 DEP criu/sk-unix.d [2021-03-10T15:04:27.242Z] #43 48.50 DEP criu/sk-tcp.d [2021-03-10T15:04:27.242Z] #43 48.68 DEP criu/sk-queue.d [2021-03-10T15:04:27.242Z] #43 48.87 DEP criu/sk-packet.d [2021-03-10T15:04:27.242Z] #43 49.06 DEP criu/sk-netlink.d [2021-03-10T15:04:27.242Z] #43 49.17 DEP criu/sk-inet.d [2021-03-10T15:04:27.242Z] #43 49.28 DEP criu/signalfd.d [2021-03-10T15:04:27.242Z] #43 49.38 DEP criu/sigframe.d [2021-03-10T15:04:27.242Z] #43 49.50 DEP criu/shmem.d [2021-03-10T15:04:27.490Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 2.10MB / 50.40MB 0.2s [2021-03-10T15:04:27.490Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 7.34MB / 50.40MB 0.3s [2021-03-10T15:04:27.536Z] #43 49.67 DEP criu/servicefd.d [2021-03-10T15:04:27.536Z] #43 49.83 DEP criu/seize.d [2021-03-10T15:04:27.740Z] #42 7.069 PBCC images/timens.pb-c.c [2021-03-10T15:04:27.740Z] #42 7.086 DEP images/timens.pb-c.d [2021-03-10T15:04:27.740Z] #42 7.149 PBCC images/fown.pb-c.c [2021-03-10T15:04:27.740Z] #42 7.204 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-10T15:04:27.740Z] #42 7.285 PBCC images/opts.pb-c.c [2021-03-10T15:04:27.751Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 11.52MB / 50.40MB 0.4s [2021-03-10T15:04:27.751Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 16.78MB / 50.40MB 0.6s [2021-03-10T15:04:27.830Z] #43 49.93 DEP criu/seccomp.d [2021-03-10T15:04:27.830Z] #43 50.06 DEP criu/rst-malloc.d [2021-03-10T15:04:27.830Z] #43 50.09 DEP criu/rbtree.d [2021-03-10T15:04:27.830Z] #43 50.11 DEP criu/pstree.d [2021-03-10T15:04:27.997Z] #42 7.333 PBCC images/memfd.pb-c.c [2021-03-10T15:04:27.997Z] #42 7.377 DEP images/fown.pb-c.d [2021-03-10T15:04:27.997Z] #42 7.447 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-10T15:04:27.997Z] #42 7.516 DEP images/opts.pb-c.d [2021-03-10T15:04:28.012Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 21.42MB / 50.40MB 0.7s [2021-03-10T15:04:28.012Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 25.17MB / 50.40MB 0.9s [2021-03-10T15:04:28.039Z] #10 DONE 1.3s [2021-03-10T15:04:28.039Z] [2021-03-10T15:04:28.039Z] #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-03-10T15:04:28.039Z] #28 sha256:cbe61be735874d7799665963fc62a6c786436f0f8f67305e1f420ab637427a08 [2021-03-10T15:04:28.039Z] #28 1.026 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-10T15:04:28.039Z] #28 1.099 [2021-03-10T15:04:28.039Z] #28 1.213 ############ 17.6% ########################### 37.8% ######################################### 57.8% ####################################################### 77.6% ###################################################################### 97.3% ######################################################################## 100.0% [2021-03-10T15:04:28.039Z] #28 1.683 [2021-03-10T15:04:28.039Z] #28 1.785 ######################################################################## 100.0% [2021-03-10T15:04:28.039Z] #28 1.847 [2021-03-10T15:04:28.039Z] #28 1.960 ############################################################## 86.6% ######################################################################## 100.0% [2021-03-10T15:04:28.039Z] #28 2.028 [2021-03-10T15:04:28.124Z] #43 50.27 DEP criu/protobuf.d [2021-03-10T15:04:28.124Z] #43 50.39 GEN criu/protobuf-desc-gen.h [2021-03-10T15:04:28.209Z] #28 1.452 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-10T15:04:28.255Z] #42 7.597 DEP images/memfd.pb-c.d [2021-03-10T15:04:28.255Z] #42 7.720 PBCC images/sit.pb-c.c [2021-03-10T15:04:28.255Z] #42 7.761 DEP images/sit.pb-c.d [2021-03-10T15:04:28.255Z] #42 7.844 PBCC images/macvlan.pb-c.c [2021-03-10T15:04:28.274Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 29.36MB / 50.40MB 1.1s [2021-03-10T15:04:28.476Z] #28 1.534 [2021-03-10T15:04:28.512Z] #42 7.860 DEP images/macvlan.pb-c.d [2021-03-10T15:04:28.512Z] #42 7.933 PBCC images/autofs.pb-c.c [2021-03-10T15:04:28.512Z] #42 7.973 DEP images/autofs.pb-c.d [2021-03-10T15:04:28.533Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 34.60MB / 50.40MB 1.3s [2021-03-10T15:04:28.745Z] #28 1.672 0.0% ############### 21.9% [2021-03-10T15:04:28.745Z] #28 ... [2021-03-10T15:04:28.745Z] [2021-03-10T15:04:28.745Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-10T15:04:28.745Z] #10 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-03-10T15:04:28.745Z] #10 DONE 2.6s [2021-03-10T15:04:28.745Z] [2021-03-10T15:04:28.745Z] #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-03-10T15:04:28.745Z] #28 sha256:80c6b27cb7ac4a82c22882bea8dce5b5f2693427cc0440a7514f31a41e225340 [2021-03-10T15:04:28.768Z] #42 8.030 PBCC images/sysctl.pb-c.c [2021-03-10T15:04:28.769Z] #42 8.070 DEP images/sysctl.pb-c.d [2021-03-10T15:04:28.769Z] #42 8.159 PBCC images/time.pb-c.c [2021-03-10T15:04:28.769Z] #42 8.170 DEP images/time.pb-c.d [2021-03-10T15:04:28.769Z] #42 8.208 PBCC images/binfmt-misc.pb-c.c [2021-03-10T15:04:28.769Z] #42 8.227 DEP images/binfmt-misc.pb-c.d [2021-03-10T15:04:28.769Z] #42 8.275 PBCC images/seccomp.pb-c.c [2021-03-10T15:04:28.769Z] #42 8.321 DEP images/seccomp.pb-c.d [2021-03-10T15:04:28.769Z] #42 8.359 PBCC images/userns.pb-c.c [2021-03-10T15:04:28.794Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 37.75MB / 50.40MB 1.5s [2021-03-10T15:04:28.794Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 42.99MB / 50.40MB 1.6s [2021-03-10T15:04:28.822Z] #28 2.148 ##### 7.6% ############### 20.9% ######################################## 56.6% ###################################################### 75.5% ################################################################### 94.3% ######################################################################## 100.0% [2021-03-10T15:04:28.822Z] #28 2.726 [2021-03-10T15:04:29.025Z] #42 8.405 DEP images/userns.pb-c.d [2021-03-10T15:04:29.025Z] #42 8.454 PBCC images/cgroup.pb-c.c [2021-03-10T15:04:29.025Z] #42 8.489 DEP images/cgroup.pb-c.d [2021-03-10T15:04:29.025Z] #42 8.541 PBCC images/ext-file.pb-c.c [2021-03-10T15:04:29.025Z] #42 8.550 DEP images/ext-file.pb-c.d [2021-03-10T15:04:29.025Z] #42 8.625 PBCC images/rpc.pb-c.c [2021-03-10T15:04:29.055Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.8s [2021-03-10T15:04:29.166Z] #43 51.41 DEP criu/protobuf-desc.d [2021-03-10T15:04:29.282Z] #42 8.697 DEP images/rpc.pb-c.d [2021-03-10T15:04:29.282Z] #42 8.743 PBCC images/siginfo.pb-c.c [2021-03-10T15:04:29.365Z] #28 2.837 # 1.8% #### 5.7% ####### 10.6% ############ 17.0% ################ 22.9% [2021-03-10T15:04:29.365Z] #28 ... [2021-03-10T15:04:29.365Z] [2021-03-10T15:04:29.365Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-10T15:04:29.365Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-10T15:04:29.365Z] #30 DONE 1.4s [2021-03-10T15:04:29.365Z] [2021-03-10T15:04:29.365Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-10T15:04:29.365Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-10T15:04:29.365Z] #38 DONE 1.4s [2021-03-10T15:04:29.365Z] [2021-03-10T15:04:29.365Z] #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-03-10T15:04:29.365Z] #28 sha256:cbe61be735874d7799665963fc62a6c786436f0f8f67305e1f420ab637427a08 [2021-03-10T15:04:29.460Z] #43 51.54 DEP criu/proc_parse.d [2021-03-10T15:04:29.460Z] #43 51.71 DEP criu/plugin.d [2021-03-10T15:04:29.460Z] #43 51.81 DEP criu/pipes.d [2021-03-10T15:04:29.540Z] #42 8.774 DEP images/siginfo.pb-c.d [2021-03-10T15:04:29.540Z] #42 8.841 PBCC images/pagemap.pb-c.c [2021-03-10T15:04:29.540Z] #42 8.913 DEP images/pagemap.pb-c.d [2021-03-10T15:04:29.540Z] #42 8.982 PBCC images/rlimit.pb-c.c [2021-03-10T15:04:29.540Z] #42 8.992 DEP images/rlimit.pb-c.d [2021-03-10T15:04:29.605Z] #28 1.672 0.0% ############### 21.9% ########################## 36.2% ############################ 39.5% ###################################### 52.9% ################################################ 67.3% ################################################################### 94.3% ######################################################################## 100.0% [2021-03-10T15:04:29.605Z] #28 2.498 [2021-03-10T15:04:29.627Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 2.3s done [2021-03-10T15:04:29.754Z] #43 51.96 DEP criu/pie-util.d [2021-03-10T15:04:29.754Z] #43 52.07 DEP criu/pie-util-vdso.d [2021-03-10T15:04:29.803Z] #42 ... [2021-03-10T15:04:29.803Z] [2021-03-10T15:04:29.803Z] #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-03-10T15:04:29.803Z] #33 sha256:d30f6cc6f6b95a66bf5c1dd090cfa29aa8e9dbed77b44d6c510276ad0487df9e [2021-03-10T15:04:29.803Z] #33 72.97 github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:04:29.803Z] #33 DONE 78.1s [2021-03-10T15:04:29.803Z] [2021-03-10T15:04:29.803Z] #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-03-10T15:04:29.803Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:29.803Z] #42 9.147 PBCC images/file-lock.pb-c.c [2021-03-10T15:04:29.803Z] #42 ... [2021-03-10T15:04:29.803Z] [2021-03-10T15:04:29.803Z] #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-03-10T15:04:29.803Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:04:29.803Z] #44 71.67 go/token [2021-03-10T15:04:29.803Z] #44 72.66 go/scanner [2021-03-10T15:04:29.803Z] #44 72.99 internal/lazyregexp [2021-03-10T15:04:29.803Z] #44 73.32 net/url [2021-03-10T15:04:29.803Z] #44 74.08 go/ast [2021-03-10T15:04:29.803Z] #44 76.06 text/template/parse [2021-03-10T15:04:29.803Z] #44 ... [2021-03-10T15:04:29.803Z] [2021-03-10T15:04:29.803Z] #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-03-10T15:04:29.803Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:29.803Z] #42 9.188 DEP images/file-lock.pb-c.d [2021-03-10T15:04:29.803Z] #42 9.296 PBCC images/tty.pb-c.c [2021-03-10T15:04:29.900Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b [2021-03-10T15:04:29.927Z] #28 2.880 0.2% ############################################################ 83.6% ######################################################################## 100.0% [2021-03-10T15:04:29.928Z] #28 3.089 [2021-03-10T15:04:30.048Z] #43 52.19 DEP criu/path.d [2021-03-10T15:04:30.060Z] #42 9.448 DEP images/tty.pb-c.d [2021-03-10T15:04:30.060Z] #42 9.575 PBCC images/tun.pb-c.c [2021-03-10T15:04:30.189Z] #28 ... [2021-03-10T15:04:30.189Z] [2021-03-10T15:04:30.189Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-10T15:04:30.189Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-03-10T15:04:30.189Z] #38 DONE 1.2s [2021-03-10T15:04:30.189Z] [2021-03-10T15:04:30.190Z] #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-03-10T15:04:30.190Z] #28 sha256:80c6b27cb7ac4a82c22882bea8dce5b5f2693427cc0440a7514f31a41e225340 [2021-03-10T15:04:30.190Z] #28 3.255 0.0% ############################################################## 87.4% ######################################################################## 100.0% [2021-03-10T15:04:30.190Z] #28 3.460 [2021-03-10T15:04:30.317Z] #42 9.657 PBCC images/netdev.pb-c.c [2021-03-10T15:04:30.317Z] #42 9.797 DEP images/tun.pb-c.d [2021-03-10T15:04:30.317Z] #42 9.858 DEP images/netdev.pb-c.d [2021-03-10T15:04:30.344Z] #43 52.36 DEP criu/parasite-syscall.d [2021-03-10T15:04:30.344Z] #43 52.53 DEP criu/pagemap.d [2021-03-10T15:04:30.574Z] #42 10.01 PBCC images/vma.pb-c.c [2021-03-10T15:04:30.574Z] #42 10.15 DEP images/vma.pb-c.d [2021-03-10T15:04:30.639Z] #43 52.74 DEP criu/pagemap-cache.d [2021-03-10T15:04:30.639Z] #43 52.81 DEP criu/page-xfer.d [2021-03-10T15:04:30.831Z] #42 10.17 PBCC images/creds.pb-c.c [2021-03-10T15:04:30.831Z] #42 10.19 DEP images/creds.pb-c.d [2021-03-10T15:04:30.831Z] #42 10.26 PBCC images/utsns.pb-c.c [2021-03-10T15:04:30.831Z] #42 10.27 DEP images/utsns.pb-c.d [2021-03-10T15:04:30.831Z] #42 10.33 PBCC images/ipc-desc.pb-c.c [2021-03-10T15:04:30.831Z] #42 10.36 PBCC images/ipc-sem.pb-c.c [2021-03-10T15:04:30.906Z] #28 3.622 0.0% ############## 19.8% ############################ 39.8% [2021-03-10T15:04:30.906Z] #28 ... [2021-03-10T15:04:30.906Z] [2021-03-10T15:04:30.906Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-10T15:04:30.906Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-03-10T15:04:30.906Z] #30 DONE 2.0s [2021-03-10T15:04:30.906Z] [2021-03-10T15:04:30.906Z] #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-03-10T15:04:30.906Z] #28 sha256:80c6b27cb7ac4a82c22882bea8dce5b5f2693427cc0440a7514f31a41e225340 [2021-03-10T15:04:30.933Z] #43 52.97 DEP criu/page-pipe.d [2021-03-10T15:04:30.933Z] #43 53.11 DEP criu/netfilter.d [2021-03-10T15:04:31.088Z] #42 10.38 DEP images/ipc-desc.pb-c.d [2021-03-10T15:04:31.088Z] #42 10.46 DEP images/ipc-sem.pb-c.d [2021-03-10T15:04:31.088Z] #42 10.51 PBCC images/ipc-msg.pb-c.c [2021-03-10T15:04:31.088Z] #42 10.54 DEP images/ipc-msg.pb-c.d [2021-03-10T15:04:31.170Z] #28 3.622 0.0% ############## 19.8% ############################ 39.8% ##################################### 51.5% ############################################## 64.3% ######################################################### 80.5% ####################################################################### 99.9% ######################################################################## 100.0% [2021-03-10T15:04:31.227Z] #43 53.27 DEP criu/net.d [2021-03-10T15:04:31.227Z] #43 53.48 DEP criu/namespaces.d [2021-03-10T15:04:31.345Z] #42 10.61 PBCC images/ipc-shm.pb-c.c [2021-03-10T15:04:31.345Z] #42 10.67 DEP images/ipc-shm.pb-c.d [2021-03-10T15:04:31.345Z] #42 10.72 PBCC images/ipc-var.pb-c.c [2021-03-10T15:04:31.345Z] #42 10.76 DEP images/ipc-var.pb-c.d [2021-03-10T15:04:31.345Z] #42 10.80 PBCC images/sk-opts.pb-c.c [2021-03-10T15:04:31.345Z] #42 10.85 PBCC images/packet-sock.pb-c.c [2021-03-10T15:04:31.444Z] #28 4.580 [2021-03-10T15:04:31.476Z] #28 2.837 # 1.8% #### 5.7% ####### 10.6% ############ 17.0% ################ 22.9% ##################### 30.4% ######################### 35.9% ############################ 40.0% ############################## 42.3% ################################# 46.8% ##################################### 52.0% ####################################### 54.4% ########################################## 58.8% ############################################ 62.2% ############################################### 65.7% ################################################# 68.7% ###################################################### 75.1% ########################################################## 80.6% ############################################################## 86.1% ################################################################## 91.7% ##################################################################### 97.0% ######################################################################## 100.0% [2021-03-10T15:04:31.476Z] #28 5.432 [2021-03-10T15:04:31.521Z] #43 53.60 DEP criu/mount.d [2021-03-10T15:04:31.521Z] #43 53.84 DEP criu/memfd.d [2021-03-10T15:04:31.602Z] #42 10.90 DEP images/sk-opts.pb-c.d [2021-03-10T15:04:31.602Z] #42 10.98 DEP images/packet-sock.pb-c.d [2021-03-10T15:04:31.602Z] #42 11.02 PBCC images/sk-netlink.pb-c.c [2021-03-10T15:04:31.602Z] #42 11.07 DEP images/sk-netlink.pb-c.d [2021-03-10T15:04:31.602Z] #42 11.11 PBCC images/sk-inet.pb-c.c [2021-03-10T15:04:31.736Z] #28 5.737 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-10T15:04:31.816Z] #43 54.04 DEP criu/mem.d [2021-03-10T15:04:31.860Z] #42 11.17 DEP images/sk-inet.pb-c.d [2021-03-10T15:04:31.860Z] #42 11.23 PBCC images/sk-unix.pb-c.c [2021-03-10T15:04:31.860Z] #42 11.30 DEP images/sk-unix.pb-c.d [2021-03-10T15:04:31.860Z] #42 11.39 PBCC images/mm.pb-c.c [2021-03-10T15:04:31.860Z] #42 11.42 DEP images/mm.pb-c.d [2021-03-10T15:04:31.860Z] #42 11.47 PBCC images/timerfd.pb-c.c [2021-03-10T15:04:31.997Z] #28 5.853 [2021-03-10T15:04:31.997Z] #28 5.905 ######################################################################## 100.0% [2021-03-10T15:04:31.997Z] #28 5.937 [2021-03-10T15:04:32.110Z] #43 54.29 DEP criu/lsm.d [2021-03-10T15:04:32.110Z] #43 54.41 DEP criu/log.d [2021-03-10T15:04:32.116Z] #42 11.53 DEP images/timerfd.pb-c.d [2021-03-10T15:04:32.116Z] #42 11.57 PBCC images/timer.pb-c.c [2021-03-10T15:04:32.116Z] #42 11.60 DEP images/timer.pb-c.d [2021-03-10T15:04:32.116Z] #42 11.64 PBCC images/sa.pb-c.c [2021-03-10T15:04:32.116Z] #42 11.68 DEP images/sa.pb-c.d [2021-03-10T15:04:32.257Z] #28 6.333 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-10T15:04:32.373Z] #42 11.72 PBCC images/pipe-data.pb-c.c [2021-03-10T15:04:32.373Z] #42 11.74 DEP images/pipe-data.pb-c.d [2021-03-10T15:04:32.373Z] #42 11.82 PBCC images/mnt.pb-c.c [2021-03-10T15:04:32.373Z] #42 11.94 DEP images/mnt.pb-c.d [2021-03-10T15:04:32.405Z] #43 54.58 DEP criu/libnetlink.d [2021-03-10T15:04:32.440Z] #25 ... [2021-03-10T15:04:32.440Z] [2021-03-10T15:04:32.440Z] #22 [internal] load build context [2021-03-10T15:04:32.440Z] #22 sha256:234835c861ea9c8d6dda5826132abf13b551b6ddaae15f7a63747fbf6df10c63 [2021-03-10T15:04:32.440Z] #22 transferring context: 53.42MB 5.3s done [2021-03-10T15:04:32.440Z] #22 DONE 5.4s [2021-03-10T15:04:32.440Z] [2021-03-10T15:04:32.440Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:32.440Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:32.440Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-10T15:04:32.440Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-10T15:04:32.440Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-10T15:04:32.440Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-10T15:04:32.440Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2021-03-10T15:04:32.440Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.7s done [2021-03-10T15:04:32.440Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.4s done [2021-03-10T15:04:32.440Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.2s done [2021-03-10T15:04:32.440Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.0s done [2021-03-10T15:04:32.440Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.4s [2021-03-10T15:04:32.440Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.10MB / 120.17MB 5.3s [2021-03-10T15:04:32.440Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.3s done [2021-03-10T15:04:32.520Z] #28 6.448 [2021-03-10T15:04:32.630Z] #42 11.97 PBCC images/sk-packet.pb-c.c [2021-03-10T15:04:32.630Z] #42 11.98 DEP images/sk-packet.pb-c.d [2021-03-10T15:04:32.630Z] #42 12.03 PBCC images/tcp-stream.pb-c.c [2021-03-10T15:04:32.630Z] #42 12.09 DEP images/tcp-stream.pb-c.d [2021-03-10T15:04:32.630Z] #42 12.13 PBCC images/pipe.pb-c.c [2021-03-10T15:04:32.630Z] #42 12.17 DEP images/pipe.pb-c.d [2021-03-10T15:04:32.699Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 118.49MB / 120.17MB 5.4s [2021-03-10T15:04:32.787Z] #28 6.567 0.1% ######################################################################## 100.0% [2021-03-10T15:04:32.787Z] #28 6.638 [2021-03-10T15:04:32.887Z] #42 12.25 PBCC images/pstree.pb-c.c [2021-03-10T15:04:32.887Z] #42 12.26 DEP images/pstree.pb-c.d [2021-03-10T15:04:32.887Z] #42 12.31 PBCC images/fs.pb-c.c [2021-03-10T15:04:32.887Z] #42 12.35 DEP images/fs.pb-c.d [2021-03-10T15:04:32.925Z] #43 54.71 DEP criu/kerndat.d [2021-03-10T15:04:32.925Z] #43 54.99 DEP criu/kcmp-ids.d [2021-03-10T15:04:32.925Z] #43 55.12 DEP criu/irmap.d [2021-03-10T15:04:33.048Z] #28 7.036 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-10T15:04:33.143Z] #42 12.41 PBCC images/signalfd.pb-c.c [2021-03-10T15:04:33.143Z] #42 12.50 DEP images/signalfd.pb-c.d [2021-03-10T15:04:33.143Z] #42 12.56 PBCC images/fh.pb-c.c [2021-03-10T15:04:33.221Z] #43 55.29 DEP criu/ipc_ns.d [2021-03-10T15:04:33.221Z] #43 55.47 DEP criu/image.d [2021-03-10T15:04:33.313Z] #28 7.247 [2021-03-10T15:04:33.400Z] #42 12.65 PBCC images/fsnotify.pb-c.c [2021-03-10T15:04:33.400Z] #42 12.70 DEP images/fh.pb-c.d [2021-03-10T15:04:33.400Z] #42 12.77 DEP images/fsnotify.pb-c.d [2021-03-10T15:04:33.400Z] #42 12.84 PBCC images/eventpoll.pb-c.c [2021-03-10T15:04:33.400Z] #42 12.88 DEP images/eventpoll.pb-c.d [2021-03-10T15:04:33.400Z] #42 12.96 PBCC images/eventfd.pb-c.c [2021-03-10T15:04:33.400Z] #42 12.99 DEP images/eventfd.pb-c.d [2021-03-10T15:04:33.400Z] #42 ... [2021-03-10T15:04:33.400Z] [2021-03-10T15:04:33.400Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:33.400Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:04:33.400Z] #12 68.81 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-10T15:04:33.400Z] #12 68.83 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-10T15:04:33.400Z] #12 68.83 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:04:33.400Z] #12 76.16 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-10T15:04:33.400Z] #12 76.16 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:04:33.400Z] #12 76.17 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:33.400Z] #12 76.39 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-10T15:04:33.400Z] #12 76.39 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:04:33.400Z] #12 76.40 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:33.516Z] #43 55.59 DEP criu/image-desc.d [2021-03-10T15:04:33.516Z] #43 55.67 DEP criu/fsnotify.d [2021-03-10T15:04:33.516Z] #43 ... [2021-03-10T15:04:33.516Z] [2021-03-10T15:04:33.516Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:04:33.516Z] #58 85.49 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:04:33.516Z] #58 85.49 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-10T15:04:33.516Z] #58 DONE 91.1s [2021-03-10T15:04:33.516Z] [2021-03-10T15:04:33.517Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:33.517Z] #43 55.78 DEP criu/filesystems.d [2021-03-10T15:04:33.517Z] #43 ... [2021-03-10T15:04:33.517Z] [2021-03-10T15:04:33.517Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:04:33.517Z] #45 88.05 net/http/httptrace [2021-03-10T15:04:33.517Z] #45 88.18 net/http [2021-03-10T15:04:33.657Z] #12 ... [2021-03-10T15:04:33.657Z] [2021-03-10T15:04:33.657Z] #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-03-10T15:04:33.657Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:33.657Z] #42 13.04 PBCC images/remap-file-path.pb-c.c [2021-03-10T15:04:33.657Z] #42 13.07 DEP images/remap-file-path.pb-c.d [2021-03-10T15:04:33.657Z] #42 13.13 PBCC images/fifo.pb-c.c [2021-03-10T15:04:33.811Z] #45 ... [2021-03-10T15:04:33.811Z] [2021-03-10T15:04:33.811Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-10T15:04:33.811Z] #59 DONE 0.1s [2021-03-10T15:04:33.811Z] [2021-03-10T15:04:33.811Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-10T15:04:33.811Z] #60 DONE 0.1s [2021-03-10T15:04:33.811Z] [2021-03-10T15:04:33.811Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:33.811Z] #43 55.98 DEP criu/files.d [2021-03-10T15:04:33.836Z] #28 7.469 0.2% ########### 15.8% ########################### 38.1% ############################################ 61.7% ########################################################## 81.5% ######################################################################## 100.0% [2021-03-10T15:04:33.836Z] #28 7.956 [2021-03-10T15:04:33.913Z] #42 13.18 DEP images/fifo.pb-c.d [2021-03-10T15:04:33.913Z] #42 13.21 PBCC images/ghost-file.pb-c.c [2021-03-10T15:04:33.913Z] #42 13.28 DEP images/ghost-file.pb-c.d [2021-03-10T15:04:33.913Z] #42 13.34 PBCC images/regfile.pb-c.c [2021-03-10T15:04:33.913Z] #42 13.38 DEP images/regfile.pb-c.d [2021-03-10T15:04:33.913Z] #42 13.41 PBCC images/ns.pb-c.c [2021-03-10T15:04:33.913Z] #42 13.45 DEP images/ns.pb-c.d [2021-03-10T15:04:33.913Z] #42 13.52 PBCC images/fdinfo.pb-c.c [2021-03-10T15:04:34.027Z] Removing intermediate container 7e9dcc5192ca [2021-03-10T15:04:34.027Z] ---> fd1e3b04bdd3 [2021-03-10T15:04:34.027Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-03-10T15:04:34.027Z] ---> 805dc2d65d1c [2021-03-10T15:04:34.027Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-03-10T15:04:34.027Z] ---> 26a1df605e5f [2021-03-10T15:04:34.027Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-03-10T15:04:34.027Z] ---> Running in f5127c4861d1 [2021-03-10T15:04:34.027Z] Removing intermediate container f5127c4861d1 [2021-03-10T15:04:34.027Z] ---> 771f1bb26ee8 [2021-03-10T15:04:34.027Z] Successfully built 771f1bb26ee8 [2021-03-10T15:04:34.027Z] Successfully tagged moby-buildx:latest [2021-03-10T15:04:34.027Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-03-10T15:04:34.027Z] if [ -n "${id}" ]; then \ [2021-03-10T15:04:34.027Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-03-10T15:04:34.027Z] && touch bundles/buildx; \ [2021-03-10T15:04:34.027Z] docker rm -f ${id}; \ [2021-03-10T15:04:34.027Z] fi [2021-03-10T15:04:34.027Z] 0958fcd8dd2772b4e4061d9cc6839e858d19b2f5b07c991987f5c7948ac8457d [2021-03-10T15:04:34.027Z] bundles/buildx version [2021-03-10T15:04:34.027Z] buildx v0.5.1 11057da [2021-03-10T15:04:34.027Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 . [2021-03-10T15:04:34.027Z] #1 [internal] booting buildkit [2021-03-10T15:04:34.027Z] #1 sha256:599a868d44ea5f6dc30f96151ad18b698e7705cba4fccc645f949b81a302d4da [2021-03-10T15:04:34.027Z] #1 pulling image moby/buildkit:buildx-stable-1 [2021-03-10T15:04:34.077Z] #8 ... [2021-03-10T15:04:34.077Z] [2021-03-10T15:04:34.077Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-10T15:04:34.077Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-03-10T15:04:34.077Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-03-10T15:04:34.077Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-03-10T15:04:34.077Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-03-10T15:04:34.077Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.9s done [2021-03-10T15:04:34.077Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s done [2021-03-10T15:04:34.077Z] #61 DONE 6.7s [2021-03-10T15:04:34.077Z] [2021-03-10T15:04:34.077Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:34.077Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:34.077Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.5s done [2021-03-10T15:04:34.077Z] #8 ... [2021-03-10T15:04:34.077Z] [2021-03-10T15:04:34.077Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-10T15:04:34.077Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-03-10T15:04:34.104Z] #43 56.14 DEP criu/files-reg.d [2021-03-10T15:04:34.104Z] #43 56.29 DEP criu/files-ext.d [2021-03-10T15:04:34.104Z] #43 56.41 DEP criu/file-lock.d [2021-03-10T15:04:34.170Z] #42 13.59 DEP images/fdinfo.pb-c.d [2021-03-10T15:04:34.170Z] #42 13.65 PBCC images/core-aarch64.pb-c.c [2021-03-10T15:04:34.170Z] #42 ... [2021-03-10T15:04:34.170Z] [2021-03-10T15:04:34.170Z] #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-03-10T15:04:34.170Z] #50 sha256:fc127c2cc8fd49f9f5c83dcdaf884c2062da9f12b9c8d88cd41268cd47d20b57 [2021-03-10T15:04:34.170Z] #50 72.71 encoding/json [2021-03-10T15:04:34.170Z] #50 73.42 github.com/pkg/diff [2021-03-10T15:04:34.170Z] #50 75.10 go/ast [2021-03-10T15:04:34.170Z] #50 79.69 golang.org/x/crypto/ssh/terminal [2021-03-10T15:04:34.170Z] #50 80.66 mvdan.cc/editorconfig [2021-03-10T15:04:34.170Z] #50 81.16 mvdan.cc/sh/v3/fileutil [2021-03-10T15:04:34.170Z] #50 81.37 mvdan.cc/sh/v3/syntax [2021-03-10T15:04:34.324Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done [2021-03-10T15:04:34.325Z] #1 creating container buildx_buildkit_default [2021-03-10T15:04:34.356Z] #28 4.822 0.0% ## 3.1% #### 5.9% ####### 9.7% ######### 13.3% ########### 16.4% ############## 20.3% ################ 23.1% ################## 26.1% ##################### 30.0% ######################### 34.8% ############################ 39.0% ############################### 44.3% ################################### 49.2% ###################################### 53.5% ######################################### 58.0% ########################################## 59.2% ############################################## 63.9% ################################################# 68.4% #################################################### 73.1% ####################################################### 77.4% ########################################################## 81.6% ############################################################### 87.7% ################################################################### 93.8% ######################################################################## 100.0% [2021-03-10T15:04:34.356Z] #28 7.414 [2021-03-10T15:04:34.406Z] #43 56.52 DEP criu/file-ids.d [2021-03-10T15:04:34.406Z] #43 56.65 DEP criu/fifo.d [2021-03-10T15:04:34.408Z] #28 8.329 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-10T15:04:34.408Z] #28 8.482 [2021-03-10T15:04:34.427Z] #50 ... [2021-03-10T15:04:34.427Z] [2021-03-10T15:04:34.427Z] #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-03-10T15:04:34.427Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:34.427Z] #42 13.70 PBCC images/core-arm.pb-c.c [2021-03-10T15:04:34.427Z] #42 13.78 PBCC images/core-ppc64.pb-c.c [2021-03-10T15:04:34.427Z] #42 13.84 PBCC images/core-s390.pb-c.c [2021-03-10T15:04:34.427Z] #42 13.87 PBCC images/core-x86.pb-c.c [2021-03-10T15:04:34.623Z] #1 creating container buildx_buildkit_default 0.4s done [2021-03-10T15:04:34.623Z] #1 DONE 3.1s [2021-03-10T15:04:34.684Z] #42 13.98 PBCC images/core.pb-c.c [2021-03-10T15:04:34.684Z] #42 14.05 PBCC images/inventory.pb-c.c [2021-03-10T15:04:34.684Z] #42 14.13 DEP images/core-aarch64.pb-c.d [2021-03-10T15:04:34.684Z] #42 14.20 DEP images/core-arm.pb-c.d [2021-03-10T15:04:34.704Z] #43 56.93 DEP criu/fdstore.d [2021-03-10T15:04:34.749Z] #28 8.587 ######################################################################## 100.0% [2021-03-10T15:04:34.921Z] [2021-03-10T15:04:34.921Z] #2 [internal] load build definition from Dockerfile [2021-03-10T15:04:34.921Z] #2 sha256:7d9ae50e61cfc7515128ea8cb7c71c4b20e37b209623d2058ad83e55eb432b80 [2021-03-10T15:04:34.921Z] #2 transferring dockerfile: 16.81kB done [2021-03-10T15:04:34.921Z] #2 DONE 0.0s [2021-03-10T15:04:34.921Z] [2021-03-10T15:04:34.921Z] #3 [internal] load .dockerignore [2021-03-10T15:04:34.921Z] #3 sha256:bce03a7af65285536dba6aca78532c28b13cef3b52620b19fa233105c008d2cd [2021-03-10T15:04:34.921Z] #3 transferring context: [2021-03-10T15:04:34.921Z] #3 transferring context: 87B done [2021-03-10T15:04:34.921Z] #3 DONE 0.0s [2021-03-10T15:04:34.921Z] [2021-03-10T15:04:34.921Z] #4 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-10T15:04:34.921Z] #4 sha256:015248391ba8b1ea9cbf068fd1b217d4a8c47b8199713eff20dde0d4bb1ff54e [2021-03-10T15:04:34.941Z] #42 14.24 DEP images/core-ppc64.pb-c.d [2021-03-10T15:04:34.941Z] #42 14.31 DEP images/core-s390.pb-c.d [2021-03-10T15:04:34.941Z] #42 14.39 DEP images/core-x86.pb-c.d [2021-03-10T15:04:34.941Z] #42 14.46 DEP images/core.pb-c.d [2021-03-10T15:04:34.998Z] #43 57.14 DEP criu/fault-injection.d [2021-03-10T15:04:34.998Z] #43 57.19 DEP criu/external.d [2021-03-10T15:04:34.998Z] #43 57.31 DEP criu/eventpoll.d [2021-03-10T15:04:35.015Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 5.1s [2021-03-10T15:04:35.023Z] #28 8.648 [2021-03-10T15:04:35.023Z] #28 9.036 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-10T15:04:35.052Z] #28 8.249 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-10T15:04:35.198Z] #42 14.56 DEP images/inventory.pb-c.d [2021-03-10T15:04:35.198Z] #42 14.63 PBCC images/cpuinfo.pb-c.c [2021-03-10T15:04:35.198Z] #42 14.65 DEP images/cpuinfo.pb-c.d [2021-03-10T15:04:35.198Z] #42 14.70 PBCC images/stats.pb-c.c [2021-03-10T15:04:35.322Z] #28 8.478 [2021-03-10T15:04:35.322Z] #28 8.608 ################################################################### 93.6% ######################################################################## 100.0% [2021-03-10T15:04:35.339Z] #28 9.309 [2021-03-10T15:04:35.455Z] #42 14.73 DEP images/stats.pb-c.d [2021-03-10T15:04:35.517Z] #43 57.49 DEP criu/eventfd.d [2021-03-10T15:04:35.517Z] #43 57.62 DEP criu/crtools.d [2021-03-10T15:04:35.517Z] #43 57.71 DEP criu/cr-service.d [2021-03-10T15:04:35.562Z] #4 DONE 0.6s [2021-03-10T15:04:35.562Z] [2021-03-10T15:04:35.562Z] #5 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-10T15:04:35.562Z] #5 sha256:c1ffd679b366d96d85a26e8e9be46cbf879ab4272e5979aa145e5162ea217d35 [2021-03-10T15:04:35.562Z] #5 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-10T15:04:35.562Z] #5 sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 2.10MB / 8.92MB 0.2s [2021-03-10T15:04:35.591Z] #28 8.662 [2021-03-10T15:04:35.608Z] #28 9.413 ######################################################################## 100.0% [2021-03-10T15:04:35.608Z] #28 9.582 [2021-03-10T15:04:35.811Z] #43 57.83 DEP criu/cr-restore.d [2021-03-10T15:04:35.811Z] #43 57.94 DEP criu/cr-errno.d [2021-03-10T15:04:35.811Z] #43 57.95 DEP criu/cr-dump.d [2021-03-10T15:04:35.811Z] #43 58.05 DEP criu/cr-dedup.d [2021-03-10T15:04:35.811Z] #43 58.12 DEP criu/cr-check.d [2021-03-10T15:04:35.857Z] #5 sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 8.92MB / 8.92MB 0.3s done [2021-03-10T15:04:35.857Z] #5 extracting sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 [2021-03-10T15:04:35.857Z] #5 extracting sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 0.2s done [2021-03-10T15:04:35.857Z] #5 DONE 0.4s [2021-03-10T15:04:35.872Z] #28 9.665 Download of images into '/build' complete. [2021-03-10T15:04:35.872Z] #28 9.665 Use something like the following to load the result into a Docker daemon: [2021-03-10T15:04:35.872Z] #28 9.665 tar -cC '/build' . | docker load [2021-03-10T15:04:36.105Z] #43 58.22 DEP criu/config.d [2021-03-10T15:04:36.105Z] #43 58.29 DEP criu/clone-noasan.d [2021-03-10T15:04:36.105Z] #43 58.32 DEP criu/cgroup.d [2021-03-10T15:04:36.105Z] #43 58.40 DEP criu/cgroup-props.d [2021-03-10T15:04:36.105Z] #43 58.46 DEP criu/bitmap.d [2021-03-10T15:04:36.150Z] [2021-03-10T15:04:36.150Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-10T15:04:36.150Z] #6 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-03-10T15:04:36.199Z] #28 9.212 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-10T15:04:36.399Z] #43 58.46 DEP criu/bfd.d [2021-03-10T15:04:36.399Z] #43 58.55 DEP criu/autofs.d [2021-03-10T15:04:36.399Z] #43 58.72 DEP criu/aio.d [2021-03-10T15:04:36.449Z] #6 ... [2021-03-10T15:04:36.450Z] [2021-03-10T15:04:36.450Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-03-10T15:04:36.450Z] #8 sha256:fc87f41d59fd17bca5bdacfa76e5840fa11512aef3c722725b3c768af0cd79a5 [2021-03-10T15:04:36.450Z] #8 DONE 0.2s [2021-03-10T15:04:36.450Z] [2021-03-10T15:04:36.450Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-10T15:04:36.450Z] #6 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-03-10T15:04:36.450Z] #6 DONE 0.3s [2021-03-10T15:04:36.450Z] [2021-03-10T15:04:36.450Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-10T15:04:36.450Z] #7 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-03-10T15:04:36.450Z] #7 DONE 0.3s [2021-03-10T15:04:36.665Z] #28 9.506 [2021-03-10T15:04:36.694Z] #43 58.95 DEP criu/action-scripts.d [2021-03-10T15:04:36.771Z] [2021-03-10T15:04:36.771Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-03-10T15:04:36.771Z] #62 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-03-10T15:04:36.771Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-03-10T15:04:36.771Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.10MB / 9.86MB 0.2s [2021-03-10T15:04:36.823Z] #42 16.26 make[1]: Nothing to be done for 'all'. [2021-03-10T15:04:36.928Z] #28 9.644 0.1% ###################################################################### 98.1% ######################################################################## 100.0% [2021-03-10T15:04:36.928Z] #28 10.08 [2021-03-10T15:04:36.988Z] #43 59.31 CC criu/action-scripts.o [2021-03-10T15:04:37.077Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 6.29MB / 9.86MB 0.3s [2021-03-10T15:04:37.077Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2021-03-10T15:04:37.077Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2021-03-10T15:04:37.748Z] #43 59.82 CC criu/aio.o [2021-03-10T15:04:37.787Z] #28 DONE 11.3s [2021-03-10T15:04:37.787Z] [2021-03-10T15:04:37.787Z] #11 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-10T15:04:37.787Z] #11 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-10T15:04:37.787Z] #11 DONE 9.3s [2021-03-10T15:04:37.787Z] [2021-03-10T15:04:37.787Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:37.787Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:04:37.905Z] #28 10.78 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-10T15:04:38.042Z] #43 60.18 CC criu/autofs.o [2021-03-10T15:04:38.047Z] #12 ... [2021-03-10T15:04:38.047Z] [2021-03-10T15:04:38.047Z] #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-03-10T15:04:38.047Z] #33 sha256:5a36fca68bffa196a5cec464ac403bb940b2bf1327f1898d0e8fcb19635e111f [2021-03-10T15:04:38.047Z] #33 6.347 + RM_GOPATH=0 [2021-03-10T15:04:38.047Z] #33 6.347 + TMP_GOPATH= [2021-03-10T15:04:38.047Z] #33 6.347 + : /build [2021-03-10T15:04:38.047Z] #33 6.347 + '[' -z '' ']' [2021-03-10T15:04:38.047Z] #33 6.347 ++ mktemp -d [2021-03-10T15:04:38.047Z] #33 6.347 + export GOPATH=/tmp/tmp.dH1T0LGBpM [2021-03-10T15:04:38.047Z] #33 6.347 + GOPATH=/tmp/tmp.dH1T0LGBpM [2021-03-10T15:04:38.047Z] #33 6.347 + RM_GOPATH=1 [2021-03-10T15:04:38.047Z] #33 6.347 + case "$(go env GOARCH)" in [2021-03-10T15:04:38.047Z] #33 6.347 ++ go env GOARCH [2021-03-10T15:04:38.047Z] #33 6.350 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.047Z] #33 6.350 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.047Z] #33 6.350 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:38.047Z] #33 6.350 + dir=/tmp/install [2021-03-10T15:04:38.047Z] #33 6.350 + bin=tomlv [2021-03-10T15:04:38.047Z] #33 6.350 + shift [2021-03-10T15:04:38.047Z] #33 6.350 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-10T15:04:38.047Z] #33 6.350 + . /tmp/install/tomlv.installer [2021-03-10T15:04:38.047Z] #33 6.350 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:04:38.047Z] #33 6.353 + install_tomlv [2021-03-10T15:04:38.047Z] #33 6.353 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-10T15:04:38.047Z] #33 6.353 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.dH1T0LGBpM/src/github.com/BurntSushi/toml [2021-03-10T15:04:38.047Z] #33 6.353 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:04:38.047Z] #33 6.356 Cloning into '/tmp/tmp.dH1T0LGBpM/src/github.com/BurntSushi/toml'... [2021-03-10T15:04:38.047Z] #33 7.187 + cd /tmp/tmp.dH1T0LGBpM/src/github.com/BurntSushi/toml [2021-03-10T15:04:38.047Z] #33 7.187 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:04:38.047Z] #33 7.203 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:04:38.047Z] #33 7.537 internal/cpu [2021-03-10T15:04:38.047Z] #33 7.537 runtime/internal/atomic [2021-03-10T15:04:38.047Z] #33 7.746 runtime/internal/sys [2021-03-10T15:04:38.047Z] #33 7.831 runtime/internal/math [2021-03-10T15:04:38.047Z] #33 7.902 internal/bytealg [2021-03-10T15:04:38.047Z] #33 7.902 math/bits [2021-03-10T15:04:38.047Z] #33 8.276 math [2021-03-10T15:04:38.047Z] #33 8.374 runtime [2021-03-10T15:04:38.168Z] #28 11.21 [2021-03-10T15:04:38.304Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 8.1s done [2021-03-10T15:04:38.304Z] #25 DONE 11.2s [2021-03-10T15:04:38.304Z] [2021-03-10T15:04:38.304Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:38.304Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:38.304Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.0s done [2021-03-10T15:04:38.304Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-10T15:04:38.309Z] #33 ... [2021-03-10T15:04:38.309Z] [2021-03-10T15:04:38.309Z] #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-03-10T15:04:38.309Z] #57 sha256:dbdce5ab117a4e37c7be655c81af2d4f4a1b410e72d4127873abf515b0a03a61 [2021-03-10T15:04:38.309Z] #57 6.417 + RM_GOPATH=0 [2021-03-10T15:04:38.309Z] #57 6.417 + TMP_GOPATH= [2021-03-10T15:04:38.309Z] #57 6.417 + : /build [2021-03-10T15:04:38.309Z] #57 6.417 + '[' -z '' ']' [2021-03-10T15:04:38.309Z] #57 6.422 ++ mktemp -d [2021-03-10T15:04:38.309Z] #57 6.423 + export GOPATH=/tmp/tmp.xWxfo556zL [2021-03-10T15:04:38.309Z] #57 6.423 + GOPATH=/tmp/tmp.xWxfo556zL [2021-03-10T15:04:38.309Z] #57 6.423 + RM_GOPATH=1 [2021-03-10T15:04:38.309Z] #57 6.423 + case "$(go env GOARCH)" in [2021-03-10T15:04:38.309Z] #57 6.424 ++ go env GOARCH [2021-03-10T15:04:38.309Z] #57 6.435 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.309Z] #57 6.435 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.309Z] #57 6.437 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:38.309Z] #57 6.440 + dir=/tmp/install [2021-03-10T15:04:38.309Z] #57 6.440 + bin=rootlesskit [2021-03-10T15:04:38.309Z] #57 6.440 + shift [2021-03-10T15:04:38.309Z] #57 6.440 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-10T15:04:38.309Z] #57 6.440 + . /tmp/install/rootlesskit.installer [2021-03-10T15:04:38.309Z] #57 6.442 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:04:38.309Z] #57 6.442 + install_rootlesskit [2021-03-10T15:04:38.309Z] #57 6.442 + case "$1" in [2021-03-10T15:04:38.309Z] #57 6.442 + export CGO_ENABLED=0 [2021-03-10T15:04:38.309Z] #57 6.442 + CGO_ENABLED=0 [2021-03-10T15:04:38.309Z] #57 6.442 + _install_rootlesskit [2021-03-10T15:04:38.309Z] #57 6.444 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-10T15:04:38.309Z] #57 6.444 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.xWxfo556zL/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:04:38.309Z] #57 6.444 Cloning into '/tmp/tmp.xWxfo556zL/src/github.com/rootless-containers/rootlesskit'... [2021-03-10T15:04:38.309Z] #57 6.448 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:04:38.309Z] #57 9.554 + cd /tmp/tmp.xWxfo556zL/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:04:38.309Z] #57 9.554 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:04:38.309Z] #57 9.695 + export GO111MODULE=on [2021-03-10T15:04:38.309Z] #57 9.695 + GO111MODULE=on [2021-03-10T15:04:38.309Z] #57 9.695 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:04:38.309Z] #57 9.695 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-10T15:04:38.309Z] #57 ... [2021-03-10T15:04:38.309Z] [2021-03-10T15:04:38.309Z] #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-03-10T15:04:38.309Z] #63 sha256:0effee6361360246fbfd1c38b2a258ba12895f45010e90281f655fc6df522f6d [2021-03-10T15:04:38.309Z] #63 7.621 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:04:38.309Z] #63 7.621 + RM_GOPATH=0 [2021-03-10T15:04:38.309Z] #63 7.621 + TMP_GOPATH= [2021-03-10T15:04:38.309Z] #63 7.621 + : /build [2021-03-10T15:04:38.309Z] #63 7.621 + '[' -z '' ']' [2021-03-10T15:04:38.309Z] #63 7.621 ++ mktemp -d [2021-03-10T15:04:38.309Z] #63 7.621 + export GOPATH=/tmp/tmp.NTDKNhYOPz [2021-03-10T15:04:38.309Z] #63 7.621 + GOPATH=/tmp/tmp.NTDKNhYOPz [2021-03-10T15:04:38.309Z] #63 7.621 + RM_GOPATH=1 [2021-03-10T15:04:38.309Z] #63 7.621 + case "$(go env GOARCH)" in [2021-03-10T15:04:38.309Z] #63 7.621 ++ go env GOARCH [2021-03-10T15:04:38.309Z] #63 7.621 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.309Z] #63 7.621 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.309Z] #63 7.621 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:38.309Z] #63 7.621 + dir=/tmp/install [2021-03-10T15:04:38.309Z] #63 7.621 + bin=proxy [2021-03-10T15:04:38.309Z] #63 7.621 + shift [2021-03-10T15:04:38.309Z] #63 7.621 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-10T15:04:38.309Z] #63 7.621 + . /tmp/install/proxy.installer [2021-03-10T15:04:38.309Z] #63 7.621 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:04:38.309Z] #63 7.621 + install_proxy [2021-03-10T15:04:38.309Z] #63 7.621 + case "$1" in [2021-03-10T15:04:38.309Z] #63 7.621 + export CGO_ENABLED=0 [2021-03-10T15:04:38.309Z] #63 7.621 + CGO_ENABLED=0 [2021-03-10T15:04:38.309Z] #63 7.621 + _install_proxy [2021-03-10T15:04:38.309Z] #63 7.621 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-10T15:04:38.309Z] #63 7.621 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.NTDKNhYOPz/src/github.com/docker/libnetwork [2021-03-10T15:04:38.309Z] #63 7.621 Cloning into '/tmp/tmp.NTDKNhYOPz/src/github.com/docker/libnetwork'... [2021-03-10T15:04:38.569Z] #63 ... [2021-03-10T15:04:38.569Z] [2021-03-10T15:04:38.569Z] #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-03-10T15:04:38.569Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:04:38.569Z] #35 9.169 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:38.569Z] #35 9.272 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:38.569Z] #35 9.272 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:38.569Z] #35 ... [2021-03-10T15:04:38.569Z] [2021-03-10T15:04:38.569Z] #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-03-10T15:04:38.569Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:04:38.569Z] #54 9.168 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:38.569Z] #54 9.271 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:38.569Z] #54 9.271 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:38.748Z] #42 17.96 CC images/stats.o [2021-03-10T15:04:38.837Z] #54 10.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:04:38.837Z] #54 ... [2021-03-10T15:04:38.837Z] [2021-03-10T15:04:38.837Z] #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-03-10T15:04:38.837Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:04:38.837Z] #41 9.007 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:38.837Z] #41 9.097 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:38.837Z] #41 9.113 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:38.837Z] #41 10.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:04:38.837Z] #41 ... [2021-03-10T15:04:38.837Z] [2021-03-10T15:04:38.837Z] #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-03-10T15:04:38.837Z] #23 sha256:1f1ec043830eda88395a33b0a645c633ec854762fc279540339fc736ca34332e [2021-03-10T15:04:38.837Z] #23 7.835 + RM_GOPATH=0 [2021-03-10T15:04:38.837Z] #23 7.835 + TMP_GOPATH= [2021-03-10T15:04:38.837Z] #23 7.835 + : /build [2021-03-10T15:04:38.837Z] #23 7.835 + '[' -z '' ']' [2021-03-10T15:04:38.837Z] #23 7.847 ++ mktemp -d [2021-03-10T15:04:38.837Z] #23 7.847 + export GOPATH=/tmp/tmp.pjyJyva7jk [2021-03-10T15:04:38.837Z] #23 7.847 + GOPATH=/tmp/tmp.pjyJyva7jk [2021-03-10T15:04:38.837Z] #23 7.847 + RM_GOPATH=1 [2021-03-10T15:04:38.837Z] #23 7.847 + case "$(go env GOARCH)" in [2021-03-10T15:04:38.837Z] #23 7.847 ++ go env GOARCH [2021-03-10T15:04:38.837Z] #23 7.861 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.837Z] #23 7.861 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.837Z] #23 7.861 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:38.837Z] #23 7.871 Install docker/cli version 17.06.2-ce from stable [2021-03-10T15:04:38.837Z] #23 7.871 + dir=/tmp/install [2021-03-10T15:04:38.837Z] #23 7.871 + bin=dockercli [2021-03-10T15:04:38.837Z] #23 7.871 + shift [2021-03-10T15:04:38.837Z] #23 7.871 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-10T15:04:38.837Z] #23 7.871 + . /tmp/install/dockercli.installer [2021-03-10T15:04:38.837Z] #23 7.871 ++ : stable [2021-03-10T15:04:38.837Z] #23 7.871 ++ : 17.06.2-ce [2021-03-10T15:04:38.837Z] #23 7.871 + install_dockercli [2021-03-10T15:04:38.837Z] #23 7.871 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-10T15:04:38.837Z] #23 7.871 ++ uname -m [2021-03-10T15:04:38.837Z] #23 7.871 + arch=x86_64 [2021-03-10T15:04:38.837Z] #23 7.871 + '[' x86_64 '!=' x86_64 ']' [2021-03-10T15:04:38.837Z] #23 7.871 + url=https://download.docker.com/linux/static [2021-03-10T15:04:38.837Z] #23 7.873 + tar -xz docker/docker [2021-03-10T15:04:38.837Z] #23 7.873 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-10T15:04:38.873Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-03-10T15:04:38.978Z] #28 11.42 0.0% ######### 13.2% ################## 25.8% #################### 28.9% ################################# 46.7% [2021-03-10T15:04:38.978Z] #28 ... [2021-03-10T15:04:38.978Z] [2021-03-10T15:04:38.978Z] #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-03-10T15:04:38.978Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:04:38.978Z] #41 9.328 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:38.978Z] #41 9.408 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:38.978Z] #41 9.426 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:38.978Z] #41 ... [2021-03-10T15:04:38.978Z] [2021-03-10T15:04:38.978Z] #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-03-10T15:04:38.978Z] #23 sha256:f186bc8717c38d3284af28ce838193aa51271681d447203bc6ea791852173348 [2021-03-10T15:04:38.978Z] #23 8.937 + RM_GOPATH=0 [2021-03-10T15:04:38.978Z] #23 8.938 + TMP_GOPATH= [2021-03-10T15:04:38.978Z] #23 8.939 + : /build [2021-03-10T15:04:38.978Z] #23 8.940 + '[' -z '' ']' [2021-03-10T15:04:38.978Z] #23 8.940 ++ mktemp -d [2021-03-10T15:04:38.978Z] #23 8.972 + export GOPATH=/tmp/tmp.DIQ7mHRpgn [2021-03-10T15:04:38.978Z] #23 8.972 + GOPATH=/tmp/tmp.DIQ7mHRpgn [2021-03-10T15:04:38.978Z] #23 8.972 + RM_GOPATH=1 [2021-03-10T15:04:38.978Z] #23 8.972 + case "$(go env GOARCH)" in [2021-03-10T15:04:38.978Z] #23 8.972 ++ go env GOARCH [2021-03-10T15:04:38.978Z] #23 9.019 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.978Z] #23 9.019 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:38.978Z] #23 9.023 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:38.978Z] #23 9.024 + dir=/tmp/install [2021-03-10T15:04:38.978Z] #23 9.025 Install docker/cli version 17.06.2-ce from stable [2021-03-10T15:04:38.978Z] #23 9.025 + bin=dockercli [2021-03-10T15:04:38.978Z] #23 9.025 + shift [2021-03-10T15:04:38.978Z] #23 9.025 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-10T15:04:38.978Z] #23 9.025 + . /tmp/install/dockercli.installer [2021-03-10T15:04:38.978Z] #23 9.025 ++ : stable [2021-03-10T15:04:38.978Z] #23 9.025 ++ : 17.06.2-ce [2021-03-10T15:04:38.978Z] #23 9.025 + install_dockercli [2021-03-10T15:04:38.978Z] #23 9.025 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-10T15:04:38.978Z] #23 9.026 ++ uname -m [2021-03-10T15:04:38.978Z] #23 9.031 + arch=aarch64 [2021-03-10T15:04:38.978Z] #23 9.031 + '[' aarch64 '!=' x86_64 ']' [2021-03-10T15:04:38.978Z] #23 9.031 + '[' aarch64 '!=' s390x ']' [2021-03-10T15:04:38.978Z] #23 9.031 + '[' aarch64 '!=' armhf ']' [2021-03-10T15:04:38.979Z] #23 9.031 + build_dockercli [2021-03-10T15:04:38.979Z] #23 9.032 + git clone https://github.com/docker/docker-ce /tmp/tmp.DIQ7mHRpgn/tmp/docker-ce [2021-03-10T15:04:38.979Z] #23 9.037 Cloning into '/tmp/tmp.DIQ7mHRpgn/tmp/docker-ce'... [2021-03-10T15:04:38.979Z] #23 ... [2021-03-10T15:04:38.979Z] [2021-03-10T15:04:38.979Z] #11 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-10T15:04:38.979Z] #11 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-03-10T15:04:38.989Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.7s done [2021-03-10T15:04:38.989Z] #62 DONE 2.2s [2021-03-10T15:04:38.989Z] [2021-03-10T15:04:38.989Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:38.989Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-10T15:04:38.989Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-03-10T15:04:38.989Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.2s done [2021-03-10T15:04:38.989Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 26.21MB / 96.52MB 1.8s [2021-03-10T15:04:38.989Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 30.41MB / 73.58MB 1.8s [2021-03-10T15:04:38.989Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 15.73MB / 57.46MB 1.8s [2021-03-10T15:04:38.989Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.1s done [2021-03-10T15:04:38.989Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.1s done [2021-03-10T15:04:38.989Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 20.97MB / 54.14MB 1.8s [2021-03-10T15:04:39.008Z] #42 18.34 CC images/core.o [2021-03-10T15:04:39.084Z] #43 61.14 CC criu/bfd.o [2021-03-10T15:04:39.084Z] #43 61.42 CC criu/bitmap.o [2021-03-10T15:04:39.097Z] #23 ... [2021-03-10T15:04:39.097Z] [2021-03-10T15:04:39.097Z] #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-03-10T15:04:39.097Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:04:39.097Z] #50 6.426 + RM_GOPATH=0 [2021-03-10T15:04:39.097Z] #50 6.426 + TMP_GOPATH= [2021-03-10T15:04:39.097Z] #50 6.426 + : /build [2021-03-10T15:04:39.097Z] #50 6.426 + '[' -z '' ']' [2021-03-10T15:04:39.097Z] #50 6.426 ++ mktemp -d [2021-03-10T15:04:39.097Z] #50 6.429 + export GOPATH=/tmp/tmp.SSwZFzy6cr [2021-03-10T15:04:39.097Z] #50 6.429 + GOPATH=/tmp/tmp.SSwZFzy6cr [2021-03-10T15:04:39.097Z] #50 6.429 + RM_GOPATH=1 [2021-03-10T15:04:39.097Z] #50 6.429 + case "$(go env GOARCH)" in [2021-03-10T15:04:39.097Z] #50 6.429 ++ go env GOARCH [2021-03-10T15:04:39.097Z] #50 6.433 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.097Z] #50 6.433 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.097Z] #50 6.435 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:04:39.097Z] #50 6.435 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:39.097Z] #50 6.435 + dir=/tmp/install [2021-03-10T15:04:39.097Z] #50 6.435 + bin=shfmt [2021-03-10T15:04:39.097Z] #50 6.435 + shift [2021-03-10T15:04:39.097Z] #50 6.435 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-10T15:04:39.097Z] #50 6.435 + . /tmp/install/shfmt.installer [2021-03-10T15:04:39.097Z] #50 6.435 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:04:39.097Z] #50 6.435 + install_shfmt [2021-03-10T15:04:39.097Z] #50 6.435 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-10T15:04:39.097Z] #50 6.435 + git clone https://github.com/mvdan/sh.git /tmp/tmp.SSwZFzy6cr/src/github.com/mvdan/sh [2021-03-10T15:04:39.097Z] #50 6.444 Cloning into '/tmp/tmp.SSwZFzy6cr/src/github.com/mvdan/sh'... [2021-03-10T15:04:39.131Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-10T15:04:39.241Z] #11 ... [2021-03-10T15:04:39.241Z] [2021-03-10T15:04:39.241Z] #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-03-10T15:04:39.241Z] #33 sha256:0a476eca8543a0c06644bbe5bb9a0d6cc72bff4285ad4813a58af28952d839d1 [2021-03-10T15:04:39.241Z] #33 9.456 + RM_GOPATH=0 [2021-03-10T15:04:39.241Z] #33 9.456 + TMP_GOPATH= [2021-03-10T15:04:39.241Z] #33 9.456 + : /build [2021-03-10T15:04:39.241Z] #33 9.456 + '[' -z '' ']' [2021-03-10T15:04:39.241Z] #33 9.456 ++ mktemp -d [2021-03-10T15:04:39.241Z] #33 9.457 + export GOPATH=/tmp/tmp.0g3ybrgHko [2021-03-10T15:04:39.241Z] #33 9.458 + GOPATH=/tmp/tmp.0g3ybrgHko [2021-03-10T15:04:39.241Z] #33 9.458 + RM_GOPATH=1 [2021-03-10T15:04:39.241Z] #33 9.458 + case "$(go env GOARCH)" in [2021-03-10T15:04:39.241Z] #33 9.459 ++ go env GOARCH [2021-03-10T15:04:39.241Z] #33 9.466 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.241Z] #33 9.466 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.241Z] #33 9.466 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:39.241Z] #33 9.466 + dir=/tmp/install [2021-03-10T15:04:39.241Z] #33 9.467 + bin=tomlv [2021-03-10T15:04:39.241Z] #33 9.467 + shift [2021-03-10T15:04:39.241Z] #33 9.467 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-10T15:04:39.242Z] #33 9.467 + . /tmp/install/tomlv.installer [2021-03-10T15:04:39.242Z] #33 9.467 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:04:39.242Z] #33 9.467 + install_tomlv [2021-03-10T15:04:39.242Z] #33 9.467 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-10T15:04:39.242Z] #33 9.467 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:04:39.242Z] #33 9.468 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.0g3ybrgHko/src/github.com/BurntSushi/toml [2021-03-10T15:04:39.242Z] #33 9.474 Cloning into '/tmp/tmp.0g3ybrgHko/src/github.com/BurntSushi/toml'... [2021-03-10T15:04:39.242Z] #33 ... [2021-03-10T15:04:39.242Z] [2021-03-10T15:04:39.242Z] #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-03-10T15:04:39.242Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:04:39.242Z] #48 7.304 + RM_GOPATH=0 [2021-03-10T15:04:39.242Z] #48 7.304 + TMP_GOPATH= [2021-03-10T15:04:39.242Z] #48 7.304 + : /build [2021-03-10T15:04:39.242Z] #48 7.304 + '[' -z '' ']' [2021-03-10T15:04:39.242Z] #48 7.313 ++ mktemp -d [2021-03-10T15:04:39.242Z] #48 7.313 + export GOPATH=/tmp/tmp.p4sVGRHSYi [2021-03-10T15:04:39.242Z] #48 7.313 + GOPATH=/tmp/tmp.p4sVGRHSYi [2021-03-10T15:04:39.242Z] #48 7.313 + RM_GOPATH=1 [2021-03-10T15:04:39.242Z] #48 7.313 + case "$(go env GOARCH)" in [2021-03-10T15:04:39.242Z] #48 7.313 ++ go env GOARCH [2021-03-10T15:04:39.242Z] #48 7.316 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.242Z] #48 7.316 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.242Z] #48 7.316 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:39.242Z] #48 7.319 + dir=/tmp/install [2021-03-10T15:04:39.242Z] #48 7.319 + bin=golangci_lint [2021-03-10T15:04:39.242Z] #48 7.319 + shift [2021-03-10T15:04:39.242Z] #48 7.319 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-10T15:04:39.242Z] #48 7.319 + . /tmp/install/golangci_lint.installer [2021-03-10T15:04:39.242Z] #48 7.319 ++ : v1.23.8 [2021-03-10T15:04:39.242Z] #48 7.319 + install_golangci_lint [2021-03-10T15:04:39.242Z] #48 7.319 + set -e [2021-03-10T15:04:39.242Z] #48 7.319 + export GO111MODULE=on [2021-03-10T15:04:39.242Z] #48 7.319 + GO111MODULE=on [2021-03-10T15:04:39.242Z] #48 7.319 + GOBIN=/build [2021-03-10T15:04:39.242Z] #48 7.319 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-10T15:04:39.242Z] #48 7.350 go: finding github.com v1.23.8 [2021-03-10T15:04:39.242Z] #48 7.350 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-10T15:04:39.242Z] #48 7.350 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-10T15:04:39.242Z] #48 7.350 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:04:39.242Z] #48 7.350 go: finding github.com/golangci v1.23.8 [2021-03-10T15:04:39.242Z] #48 8.972 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:04:39.242Z] #48 10.46 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:04:39.358Z] #50 ... [2021-03-10T15:04:39.358Z] [2021-03-10T15:04:39.358Z] #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-03-10T15:04:39.358Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:04:39.358Z] #44 7.777 + RM_GOPATH=0 [2021-03-10T15:04:39.358Z] #44 7.777 + TMP_GOPATH= [2021-03-10T15:04:39.358Z] #44 7.777 + : /build [2021-03-10T15:04:39.358Z] #44 7.777 + '[' -z '' ']' [2021-03-10T15:04:39.358Z] #44 7.777 ++ mktemp -d [2021-03-10T15:04:39.358Z] #44 7.779 + export GOPATH=/tmp/tmp.TPlEEu2lQb [2021-03-10T15:04:39.358Z] #44 7.779 + GOPATH=/tmp/tmp.TPlEEu2lQb [2021-03-10T15:04:39.358Z] #44 7.779 + RM_GOPATH=1 [2021-03-10T15:04:39.358Z] #44 7.779 + case "$(go env GOARCH)" in [2021-03-10T15:04:39.358Z] #44 7.781 ++ go env GOARCH [2021-03-10T15:04:39.358Z] #44 7.794 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.358Z] #44 7.794 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.358Z] #44 7.795 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:39.358Z] #44 7.796 + dir=/tmp/install [2021-03-10T15:04:39.358Z] #44 7.796 + bin=vndr [2021-03-10T15:04:39.358Z] #44 7.796 + shift [2021-03-10T15:04:39.358Z] #44 7.796 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-10T15:04:39.358Z] #44 7.796 + . /tmp/install/vndr.installer [2021-03-10T15:04:39.358Z] #44 7.796 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:04:39.358Z] #44 7.796 + install_vndr [2021-03-10T15:04:39.358Z] #44 7.796 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-10T15:04:39.358Z] #44 7.796 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.TPlEEu2lQb/src/github.com/LK4D4/vndr [2021-03-10T15:04:39.358Z] #44 7.796 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:04:39.358Z] #44 7.819 Cloning into '/tmp/tmp.TPlEEu2lQb/src/github.com/LK4D4/vndr'... [2021-03-10T15:04:39.358Z] #44 8.702 + cd /tmp/tmp.TPlEEu2lQb/src/github.com/LK4D4/vndr [2021-03-10T15:04:39.358Z] #44 8.702 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:04:39.358Z] #44 8.702 + go build -buildmode=pie -v -o /build/vndr . [2021-03-10T15:04:39.358Z] #44 9.853 internal/race [2021-03-10T15:04:39.358Z] #44 10.06 sync/atomic [2021-03-10T15:04:39.358Z] #44 10.16 runtime [2021-03-10T15:04:39.358Z] #44 10.44 unicode [2021-03-10T15:04:39.358Z] #44 ... [2021-03-10T15:04:39.358Z] [2021-03-10T15:04:39.358Z] #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-03-10T15:04:39.358Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:04:39.358Z] #48 6.239 + RM_GOPATH=0 [2021-03-10T15:04:39.358Z] #48 6.239 + TMP_GOPATH= [2021-03-10T15:04:39.358Z] #48 6.239 + : /build [2021-03-10T15:04:39.358Z] #48 6.239 + '[' -z '' ']' [2021-03-10T15:04:39.358Z] #48 6.239 ++ mktemp -d [2021-03-10T15:04:39.358Z] #48 6.239 + export GOPATH=/tmp/tmp.olpmyNXk2l [2021-03-10T15:04:39.358Z] #48 6.239 + GOPATH=/tmp/tmp.olpmyNXk2l [2021-03-10T15:04:39.358Z] #48 6.239 + RM_GOPATH=1 [2021-03-10T15:04:39.358Z] #48 6.239 + case "$(go env GOARCH)" in [2021-03-10T15:04:39.358Z] #48 6.239 ++ go env GOARCH [2021-03-10T15:04:39.358Z] #48 6.246 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.358Z] #48 6.246 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.358Z] #48 6.246 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:39.358Z] #48 6.254 + dir=/tmp/install [2021-03-10T15:04:39.358Z] #48 6.254 + bin=golangci_lint [2021-03-10T15:04:39.358Z] #48 6.254 + shift [2021-03-10T15:04:39.358Z] #48 6.254 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-10T15:04:39.358Z] #48 6.254 + . /tmp/install/golangci_lint.installer [2021-03-10T15:04:39.358Z] #48 6.254 ++ : v1.23.8 [2021-03-10T15:04:39.358Z] #48 6.254 + install_golangci_lint [2021-03-10T15:04:39.358Z] #48 6.254 + set -e [2021-03-10T15:04:39.358Z] #48 6.254 + export GO111MODULE=on [2021-03-10T15:04:39.358Z] #48 6.254 + GO111MODULE=on [2021-03-10T15:04:39.358Z] #48 6.254 + GOBIN=/build [2021-03-10T15:04:39.358Z] #48 6.254 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-10T15:04:39.358Z] #48 6.254 go: finding github.com v1.23.8 [2021-03-10T15:04:39.358Z] #48 6.258 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-10T15:04:39.358Z] #48 6.258 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-10T15:04:39.358Z] #48 6.258 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:04:39.358Z] #48 6.258 go: finding github.com/golangci v1.23.8 [2021-03-10T15:04:39.358Z] #48 7.044 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:04:39.358Z] #48 8.095 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:04:39.455Z] #43 61.53 CC criu/cgroup-props.o [2021-03-10T15:04:39.455Z] #43 ... [2021-03-10T15:04:39.455Z] [2021-03-10T15:04:39.455Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-10T15:04:39.455Z] #13 94.92 Selecting previously unselected package libapparmor1:s390x. [2021-03-10T15:04:39.455Z] #13 94.93 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 94.93 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-03-10T15:04:39.455Z] #13 94.99 Selecting previously unselected package libapparmor-dev:s390x. [2021-03-10T15:04:39.455Z] #13 94.99 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 95.00 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-03-10T15:04:39.455Z] #13 95.15 Selecting previously unselected package libbtrfs0. [2021-03-10T15:04:39.455Z] #13 95.16 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 95.16 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:04:39.455Z] #13 95.23 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:04:39.455Z] #13 95.23 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 95.24 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:04:39.455Z] #13 95.31 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2021-03-10T15:04:39.455Z] #13 95.31 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 95.31 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-03-10T15:04:39.455Z] #13 95.40 Selecting previously unselected package libudev-dev:s390x. [2021-03-10T15:04:39.455Z] #13 95.40 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 95.42 Unpacking libudev-dev:s390x (241-7~deb10u6) ... [2021-03-10T15:04:39.455Z] #13 95.54 Selecting previously unselected package libsepol1-dev:s390x. [2021-03-10T15:04:39.455Z] #13 95.54 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 95.55 Unpacking libsepol1-dev:s390x (2.8-1) ... [2021-03-10T15:04:39.455Z] #13 95.72 Selecting previously unselected package libpcre16-3:s390x. [2021-03-10T15:04:39.455Z] #13 95.72 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 95.73 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2021-03-10T15:04:39.455Z] #13 95.84 Selecting previously unselected package libpcre32-3:s390x. [2021-03-10T15:04:39.455Z] #13 95.84 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 95.85 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2021-03-10T15:04:39.455Z] #13 96.02 Selecting previously unselected package libpcrecpp0v5:s390x. [2021-03-10T15:04:39.455Z] #13 96.02 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 96.02 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2021-03-10T15:04:39.455Z] #13 96.10 Selecting previously unselected package libpcre3-dev:s390x. [2021-03-10T15:04:39.455Z] #13 96.10 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2021-03-10T15:04:39.455Z] #13 96.11 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2021-03-10T15:04:39.455Z] #13 96.37 Selecting previously unselected package libselinux1-dev:s390x. [2021-03-10T15:04:39.456Z] #13 96.39 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2021-03-10T15:04:39.456Z] #13 96.39 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2021-03-10T15:04:39.456Z] #13 96.57 Selecting previously unselected package libdevmapper-dev:s390x. [2021-03-10T15:04:39.456Z] #13 96.57 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2021-03-10T15:04:39.456Z] #13 96.58 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-03-10T15:04:39.456Z] #13 96.67 Selecting previously unselected package libseccomp-dev:s390x. [2021-03-10T15:04:39.456Z] #13 96.67 Preparing to unpack .../23-libseccomp-dev_2.4.1-2~bpo10+1_s390x.deb ... [2021-03-10T15:04:39.456Z] #13 96.69 Unpacking libseccomp-dev:s390x (2.4.1-2~bpo10+1) ... [2021-03-10T15:04:39.456Z] #13 96.74 Selecting previously unselected package libsystemd-dev:s390x. [2021-03-10T15:04:39.456Z] #13 96.75 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_s390x.deb ... [2021-03-10T15:04:39.456Z] #13 96.76 Unpacking libsystemd-dev:s390x (241-7~deb10u6) ... [2021-03-10T15:04:39.456Z] #13 97.15 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2021-03-10T15:04:39.456Z] #13 97.16 Setting up libseccomp-dev:s390x (2.4.1-2~bpo10+1) ... [2021-03-10T15:04:39.456Z] #13 97.17 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-03-10T15:04:39.456Z] #13 97.17 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:04:39.456Z] #13 97.18 Setting up libpcre16-3:s390x (2:8.39-12) ... [2021-03-10T15:04:39.456Z] #13 97.19 Setting up libsepol1-dev:s390x (2.8-1) ... [2021-03-10T15:04:39.456Z] #13 97.20 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:39.456Z] #13 97.21 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:04:39.456Z] #13 97.21 Setting up libpcre32-3:s390x (2:8.39-12) ... [2021-03-10T15:04:39.456Z] #13 97.22 Setting up libudev-dev:s390x (241-7~deb10u6) ... [2021-03-10T15:04:39.456Z] #13 97.24 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:04:39.456Z] #13 97.25 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:04:39.456Z] #13 97.25 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-03-10T15:04:39.456Z] #13 97.26 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-10T15:04:39.456Z] #13 97.27 Setting up libsystemd-dev:s390x (241-7~deb10u6) ... [2021-03-10T15:04:39.456Z] #13 97.28 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:04:39.456Z] #13 97.30 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2021-03-10T15:04:39.456Z] #13 97.30 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:39.456Z] #13 97.33 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:04:39.456Z] #13 97.34 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:04:39.456Z] #13 97.34 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:39.456Z] #13 97.35 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:04:39.456Z] #13 97.35 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:04:39.456Z] #13 97.36 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:04:39.456Z] #13 97.36 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2021-03-10T15:04:39.456Z] #13 97.37 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-03-10T15:04:39.456Z] #13 97.38 Setting up dmsetup (2:1.02.155-3) ... [2021-03-10T15:04:39.456Z] #13 97.39 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-03-10T15:04:39.456Z] #13 97.39 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-03-10T15:04:39.456Z] #13 97.40 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:04:39.456Z] #13 DONE 97.8s [2021-03-10T15:04:39.456Z] [2021-03-10T15:04:39.456Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-10T15:04:39.518Z] #48 ... [2021-03-10T15:04:39.518Z] [2021-03-10T15:04:39.518Z] #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-03-10T15:04:39.518Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-10T15:04:39.518Z] #54 9.341 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:39.518Z] #54 9.416 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:39.519Z] #54 9.424 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:39.519Z] #54 10.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-10T15:04:39.573Z] #42 ... [2021-03-10T15:04:39.573Z] [2021-03-10T15:04:39.573Z] #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-03-10T15:04:39.573Z] #55 sha256:52ecccb4bc933fc8b2d2227ab7fc8efdc7a5d7c0df5c803075ceffb832977f09 [2021-03-10T15:04:39.627Z] #48 ... [2021-03-10T15:04:39.627Z] [2021-03-10T15:04:39.627Z] #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-03-10T15:04:39.627Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:04:39.627Z] #31 7.256 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-10T15:04:39.627Z] #31 7.258 Cloning into '.'... [2021-03-10T15:04:39.627Z] #31 ... [2021-03-10T15:04:39.627Z] [2021-03-10T15:04:39.627Z] #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-03-10T15:04:39.627Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:04:39.627Z] #39 6.216 + git clone https://github.com/docker/distribution.git . [2021-03-10T15:04:39.627Z] #39 6.217 Cloning into '.'... [2021-03-10T15:04:39.649Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 35.65MB / 73.58MB 2.2s [2021-03-10T15:04:39.649Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 31.46MB / 96.52MB 2.3s [2021-03-10T15:04:39.649Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 19.92MB / 57.46MB 2.3s [2021-03-10T15:04:39.649Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 24.12MB / 54.14MB 2.3s [2021-03-10T15:04:39.649Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 39.85MB / 73.58MB 2.4s [2021-03-10T15:04:39.649Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 45.09MB / 73.58MB 2.7s [2021-03-10T15:04:39.649Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 27.26MB / 54.14MB 2.7s [2021-03-10T15:04:39.699Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2021-03-10T15:04:39.782Z] #54 ... [2021-03-10T15:04:39.782Z] [2021-03-10T15:04:39.782Z] #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-03-10T15:04:39.782Z] #63 sha256:109472c9715623af663b620f5215ec0172b874eea838ce9cf1f7a2605035fb68 [2021-03-10T15:04:39.782Z] #63 7.391 + RM_GOPATH=0 [2021-03-10T15:04:39.782Z] #63 7.391 + TMP_GOPATH= [2021-03-10T15:04:39.782Z] #63 7.391 + : /build [2021-03-10T15:04:39.782Z] #63 7.391 + '[' -z '' ']' [2021-03-10T15:04:39.782Z] #63 7.403 ++ mktemp -d [2021-03-10T15:04:39.782Z] #63 7.414 + export GOPATH=/tmp/tmp.5Rm1whNfo7 [2021-03-10T15:04:39.782Z] #63 7.414 + GOPATH=/tmp/tmp.5Rm1whNfo7 [2021-03-10T15:04:39.782Z] #63 7.414 + RM_GOPATH=1 [2021-03-10T15:04:39.782Z] #63 7.414 + case "$(go env GOARCH)" in [2021-03-10T15:04:39.782Z] #63 7.414 ++ go env GOARCH [2021-03-10T15:04:39.782Z] #63 7.424 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.782Z] #63 7.424 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.782Z] #63 7.429 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:39.782Z] #63 7.429 + dir=/tmp/install [2021-03-10T15:04:39.782Z] #63 7.429 + bin=proxy [2021-03-10T15:04:39.782Z] #63 7.429 + shift [2021-03-10T15:04:39.782Z] #63 7.429 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-10T15:04:39.782Z] #63 7.429 + . /tmp/install/proxy.installer [2021-03-10T15:04:39.782Z] #63 7.429 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:04:39.782Z] #63 7.429 + install_proxy [2021-03-10T15:04:39.782Z] #63 7.429 + case "$1" in [2021-03-10T15:04:39.782Z] #63 7.429 + export CGO_ENABLED=0 [2021-03-10T15:04:39.782Z] #63 7.429 + CGO_ENABLED=0 [2021-03-10T15:04:39.782Z] #63 7.429 + _install_proxy [2021-03-10T15:04:39.782Z] #63 7.429 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-10T15:04:39.782Z] #63 7.429 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.5Rm1whNfo7/src/github.com/docker/libnetwork [2021-03-10T15:04:39.782Z] #63 7.430 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:04:39.782Z] #63 7.433 Cloning into '/tmp/tmp.5Rm1whNfo7/src/github.com/docker/libnetwork'... [2021-03-10T15:04:39.782Z] #63 ... [2021-03-10T15:04:39.782Z] [2021-03-10T15:04:39.782Z] #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-03-10T15:04:39.782Z] #50 sha256:d99dffa4a7347442eee3f5ddf468110733e76592e9803e4ae1cac4431cbd67e2 [2021-03-10T15:04:39.782Z] #50 9.208 + RM_GOPATH=0 [2021-03-10T15:04:39.782Z] #50 9.208 + TMP_GOPATH= [2021-03-10T15:04:39.782Z] #50 9.208 + : /build [2021-03-10T15:04:39.782Z] #50 9.208 + '[' -z '' ']' [2021-03-10T15:04:39.782Z] #50 9.208 ++ mktemp -d [2021-03-10T15:04:39.782Z] #50 9.310 + export GOPATH=/tmp/tmp.4xUuqBzZNP [2021-03-10T15:04:39.782Z] #50 9.310 + GOPATH=/tmp/tmp.4xUuqBzZNP [2021-03-10T15:04:39.782Z] #50 9.310 + RM_GOPATH=1 [2021-03-10T15:04:39.782Z] #50 9.310 + case "$(go env GOARCH)" in [2021-03-10T15:04:39.782Z] #50 9.311 ++ go env GOARCH [2021-03-10T15:04:39.782Z] #50 9.326 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.782Z] #50 9.327 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.782Z] #50 9.328 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:39.782Z] #50 9.330 + dir=/tmp/install [2021-03-10T15:04:39.782Z] #50 9.331 + bin=shfmt [2021-03-10T15:04:39.782Z] #50 9.331 + shift [2021-03-10T15:04:39.782Z] #50 9.332 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-10T15:04:39.782Z] #50 9.332 + . /tmp/install/shfmt.installer [2021-03-10T15:04:39.782Z] #50 9.332 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:04:39.782Z] #50 9.340 + install_shfmt [2021-03-10T15:04:39.782Z] #50 9.340 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-10T15:04:39.782Z] #50 9.340 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:04:39.782Z] #50 9.340 + git clone https://github.com/mvdan/sh.git /tmp/tmp.4xUuqBzZNP/src/github.com/mvdan/sh [2021-03-10T15:04:39.782Z] #50 9.345 Cloning into '/tmp/tmp.4xUuqBzZNP/src/github.com/mvdan/sh'... [2021-03-10T15:04:39.888Z] #39 ... [2021-03-10T15:04:39.888Z] [2021-03-10T15:04:39.888Z] #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-03-10T15:04:39.888Z] #46 sha256:5ef230f62e3e2abde5e58ee61306932e8eb1917cc8ce18fc7c56c2f56263ced8 [2021-03-10T15:04:39.888Z] #46 5.538 + RM_GOPATH=0 [2021-03-10T15:04:39.888Z] #46 5.538 + TMP_GOPATH= [2021-03-10T15:04:39.888Z] #46 5.538 + : /build [2021-03-10T15:04:39.888Z] #46 5.538 + '[' -z '' ']' [2021-03-10T15:04:39.888Z] #46 5.538 ++ mktemp -d [2021-03-10T15:04:39.888Z] #46 5.538 + export GOPATH=/tmp/tmp.aQoQwUS1H9 [2021-03-10T15:04:39.888Z] #46 5.538 + GOPATH=/tmp/tmp.aQoQwUS1H9 [2021-03-10T15:04:39.888Z] #46 5.538 + RM_GOPATH=1 [2021-03-10T15:04:39.888Z] #46 5.538 + case "$(go env GOARCH)" in [2021-03-10T15:04:39.888Z] #46 5.538 ++ go env GOARCH [2021-03-10T15:04:39.888Z] #46 5.547 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.888Z] #46 5.547 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:39.888Z] #46 5.547 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:39.888Z] #46 5.547 + dir=/tmp/install [2021-03-10T15:04:39.888Z] #46 5.547 + bin=gotestsum [2021-03-10T15:04:39.888Z] #46 5.547 + shift [2021-03-10T15:04:39.888Z] #46 5.547 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-10T15:04:39.888Z] #46 5.547 + . /tmp/install/gotestsum.installer [2021-03-10T15:04:39.888Z] #46 5.547 ++ : v0.5.3 [2021-03-10T15:04:39.888Z] #46 5.547 + install_gotestsum [2021-03-10T15:04:39.888Z] #46 5.547 + set -e [2021-03-10T15:04:39.888Z] #46 5.547 + export GO111MODULE=on [2021-03-10T15:04:39.888Z] #46 5.547 + GO111MODULE=on [2021-03-10T15:04:39.888Z] #46 5.547 + GOBIN=/build [2021-03-10T15:04:39.888Z] #46 5.547 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-10T15:04:39.888Z] #46 5.648 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-10T15:04:39.888Z] #46 5.648 go: finding gotest.tools v0.5.3 [2021-03-10T15:04:39.888Z] #46 6.123 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-10T15:04:39.888Z] #46 7.043 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-10T15:04:39.888Z] #46 9.251 go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:04:39.888Z] #46 9.296 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-10T15:04:39.888Z] #46 9.296 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:04:39.888Z] #46 9.296 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:04:39.888Z] #46 9.627 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:04:39.888Z] #46 9.659 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:04:39.888Z] #46 9.853 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:04:39.888Z] #46 9.946 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:04:39.888Z] #46 10.06 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:04:39.888Z] #46 10.10 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:04:39.888Z] #46 10.27 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-10T15:04:39.888Z] #46 10.27 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:04:39.888Z] #46 10.27 go: extracting github.com/fatih/color v1.9.0 [2021-03-10T15:04:39.888Z] #46 10.27 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:04:39.888Z] #46 10.44 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:04:39.888Z] #46 10.44 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:04:39.888Z] #46 10.58 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:04:39.888Z] #46 10.58 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:04:39.888Z] #46 11.20 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:04:39.888Z] #46 ... [2021-03-10T15:04:39.888Z] [2021-03-10T15:04:39.888Z] #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-03-10T15:04:39.888Z] #57 sha256:dbdce5ab117a4e37c7be655c81af2d4f4a1b410e72d4127873abf515b0a03a61 [2021-03-10T15:04:39.888Z] #57 11.57 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-10T15:04:39.888Z] #57 11.74 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:04:39.888Z] #57 11.74 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:04:39.888Z] #57 11.74 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:04:39.888Z] #57 11.74 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:04:39.888Z] #57 11.74 go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:04:39.888Z] #57 11.90 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:04:39.970Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-10T15:04:40.034Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 36.70MB / 96.52MB 2.9s [2021-03-10T15:04:40.034Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 50.33MB / 73.58MB 3.0s [2021-03-10T15:04:40.034Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 24.12MB / 57.46MB 3.0s [2021-03-10T15:04:40.034Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 41.94MB / 96.52MB 3.2s [2021-03-10T15:04:40.045Z] #50 ... [2021-03-10T15:04:40.045Z] [2021-03-10T15:04:40.045Z] #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-03-10T15:04:40.045Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-10T15:04:40.045Z] #39 7.690 + git clone https://github.com/docker/distribution.git . [2021-03-10T15:04:40.045Z] #39 7.692 Cloning into '.'... [2021-03-10T15:04:40.045Z] #39 ... [2021-03-10T15:04:40.045Z] [2021-03-10T15:04:40.045Z] #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-03-10T15:04:40.045Z] #57 sha256:f039c1209c824b1e505ee38801601bf86a1ceaee66ce20d519ab154d568723c8 [2021-03-10T15:04:40.045Z] #57 7.157 + RM_GOPATH=0 [2021-03-10T15:04:40.045Z] #57 7.157 + TMP_GOPATH= [2021-03-10T15:04:40.045Z] #57 7.157 + : /build [2021-03-10T15:04:40.045Z] #57 7.157 + '[' -z '' ']' [2021-03-10T15:04:40.045Z] #57 7.157 ++ mktemp -d [2021-03-10T15:04:40.045Z] #57 7.161 + export GOPATH=/tmp/tmp.R336IDBStt [2021-03-10T15:04:40.045Z] #57 7.161 + GOPATH=/tmp/tmp.R336IDBStt [2021-03-10T15:04:40.045Z] #57 7.161 + RM_GOPATH=1 [2021-03-10T15:04:40.045Z] #57 7.161 + case "$(go env GOARCH)" in [2021-03-10T15:04:40.045Z] #57 7.161 ++ go env GOARCH [2021-03-10T15:04:40.045Z] #57 7.178 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:40.045Z] #57 7.178 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:40.045Z] #57 7.181 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:40.045Z] #57 7.183 + dir=/tmp/install [2021-03-10T15:04:40.045Z] #57 7.183 + bin=rootlesskit [2021-03-10T15:04:40.045Z] #57 7.183 + shift [2021-03-10T15:04:40.045Z] #57 7.183 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-10T15:04:40.045Z] #57 7.183 + . /tmp/install/rootlesskit.installer [2021-03-10T15:04:40.045Z] #57 7.184 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:04:40.045Z] #57 7.184 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:04:40.045Z] #57 7.184 + install_rootlesskit [2021-03-10T15:04:40.045Z] #57 7.184 + case "$1" in [2021-03-10T15:04:40.045Z] #57 7.184 + export CGO_ENABLED=0 [2021-03-10T15:04:40.045Z] #57 7.184 + CGO_ENABLED=0 [2021-03-10T15:04:40.045Z] #57 7.184 + _install_rootlesskit [2021-03-10T15:04:40.045Z] #57 7.184 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-10T15:04:40.045Z] #57 7.184 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.R336IDBStt/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:04:40.045Z] #57 7.188 Cloning into '/tmp/tmp.R336IDBStt/src/github.com/rootless-containers/rootlesskit'... [2021-03-10T15:04:40.045Z] #57 10.20 + cd /tmp/tmp.R336IDBStt/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:04:40.045Z] #57 10.20 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:04:40.045Z] #57 10.44 + export GO111MODULE=on [2021-03-10T15:04:40.045Z] #57 10.44 + GO111MODULE=on [2021-03-10T15:04:40.045Z] #57 10.44 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:04:40.045Z] #57 10.44 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-10T15:04:40.149Z] #57 12.08 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-10T15:04:40.307Z] #57 ... [2021-03-10T15:04:40.307Z] [2021-03-10T15:04:40.307Z] #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-03-10T15:04:40.307Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-10T15:04:40.307Z] #35 6.966 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:40.307Z] #35 7.006 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:40.307Z] #35 7.014 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:40.307Z] #35 7.449 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-10T15:04:40.307Z] #35 8.367 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-10T15:04:40.307Z] #35 8.446 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-10T15:04:40.307Z] #35 ... [2021-03-10T15:04:40.307Z] [2021-03-10T15:04:40.307Z] #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-03-10T15:04:40.307Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:04:40.307Z] #44 9.204 + RM_GOPATH=0 [2021-03-10T15:04:40.307Z] #44 9.205 + TMP_GOPATH= [2021-03-10T15:04:40.307Z] #44 9.205 + : /build [2021-03-10T15:04:40.307Z] #44 9.205 + '[' -z '' ']' [2021-03-10T15:04:40.307Z] #44 9.206 ++ mktemp -d [2021-03-10T15:04:40.307Z] #44 9.304 + export GOPATH=/tmp/tmp.QmTFbNdh0s [2021-03-10T15:04:40.307Z] #44 9.304 + GOPATH=/tmp/tmp.QmTFbNdh0s [2021-03-10T15:04:40.307Z] #44 9.304 + RM_GOPATH=1 [2021-03-10T15:04:40.307Z] #44 9.304 + case "$(go env GOARCH)" in [2021-03-10T15:04:40.307Z] #44 9.305 ++ go env GOARCH [2021-03-10T15:04:40.307Z] #44 9.338 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:40.307Z] #44 9.339 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:40.307Z] #44 9.340 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:40.307Z] #44 9.351 + dir=/tmp/install [2021-03-10T15:04:40.307Z] #44 9.351 + bin=vndr [2021-03-10T15:04:40.307Z] #44 9.352 + shift [2021-03-10T15:04:40.307Z] #44 9.352 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-10T15:04:40.307Z] #44 9.352 + . /tmp/install/vndr.installer [2021-03-10T15:04:40.307Z] #44 9.353 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:04:40.307Z] #44 9.353 + install_vndr [2021-03-10T15:04:40.307Z] #44 9.354 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-10T15:04:40.307Z] #44 9.354 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:04:40.307Z] #44 9.355 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.QmTFbNdh0s/src/github.com/LK4D4/vndr [2021-03-10T15:04:40.307Z] #44 9.359 Cloning into '/tmp/tmp.QmTFbNdh0s/src/github.com/LK4D4/vndr'... [2021-03-10T15:04:40.307Z] #44 11.18 + cd /tmp/tmp.QmTFbNdh0s/src/github.com/LK4D4/vndr [2021-03-10T15:04:40.307Z] #44 11.18 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:04:40.307Z] #44 11.20 + go build -buildmode=pie -v -o /build/vndr . [2021-03-10T15:04:40.333Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 55.57MB / 73.58MB 3.3s [2021-03-10T15:04:40.333Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 30.41MB / 54.14MB 3.2s [2021-03-10T15:04:40.410Z] #57 12.17 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-10T15:04:40.570Z] #44 11.61 internal/cpu [2021-03-10T15:04:40.570Z] #44 11.62 internal/race [2021-03-10T15:04:40.570Z] #44 11.62 runtime/internal/sys [2021-03-10T15:04:40.570Z] #44 11.65 runtime/internal/atomic [2021-03-10T15:04:40.570Z] #44 11.71 sync/atomic [2021-03-10T15:04:40.570Z] #44 ... [2021-03-10T15:04:40.570Z] [2021-03-10T15:04:40.570Z] #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-03-10T15:04:40.570Z] #46 sha256:6611421d186660a5ee9965cbeeabcf68719390b565c5946d597743f36740d014 [2021-03-10T15:04:40.570Z] #46 6.397 + RM_GOPATH=0 [2021-03-10T15:04:40.570Z] #46 6.397 + TMP_GOPATH= [2021-03-10T15:04:40.570Z] #46 6.397 + : /build [2021-03-10T15:04:40.570Z] #46 6.397 + '[' -z '' ']' [2021-03-10T15:04:40.570Z] #46 6.397 ++ mktemp -d [2021-03-10T15:04:40.570Z] #46 6.397 + export GOPATH=/tmp/tmp.PIjtM6KwGD [2021-03-10T15:04:40.570Z] #46 6.397 + GOPATH=/tmp/tmp.PIjtM6KwGD [2021-03-10T15:04:40.570Z] #46 6.397 + RM_GOPATH=1 [2021-03-10T15:04:40.570Z] #46 6.397 + case "$(go env GOARCH)" in [2021-03-10T15:04:40.570Z] #46 6.397 ++ go env GOARCH [2021-03-10T15:04:40.570Z] #46 6.431 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:40.570Z] #46 6.431 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:40.570Z] #46 6.431 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:40.570Z] #46 6.433 + dir=/tmp/install [2021-03-10T15:04:40.570Z] #46 6.433 + bin=gotestsum [2021-03-10T15:04:40.570Z] #46 6.433 + shift [2021-03-10T15:04:40.570Z] #46 6.433 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-10T15:04:40.570Z] #46 6.433 + . /tmp/install/gotestsum.installer [2021-03-10T15:04:40.570Z] #46 6.433 ++ : v0.5.3 [2021-03-10T15:04:40.570Z] #46 6.433 + install_gotestsum [2021-03-10T15:04:40.570Z] #46 6.434 + set -e [2021-03-10T15:04:40.570Z] #46 6.438 + export GO111MODULE=on [2021-03-10T15:04:40.570Z] #46 6.438 + GO111MODULE=on [2021-03-10T15:04:40.570Z] #46 6.439 + GOBIN=/build [2021-03-10T15:04:40.570Z] #46 6.439 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-10T15:04:40.570Z] #46 6.492 go: finding gotest.tools v0.5.3 [2021-03-10T15:04:40.570Z] #46 6.495 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-10T15:04:40.570Z] #46 7.592 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-10T15:04:40.570Z] #46 9.028 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-10T15:04:40.570Z] #46 ... [2021-03-10T15:04:40.570Z] [2021-03-10T15:04:40.570Z] #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-03-10T15:04:40.570Z] #28 sha256:80c6b27cb7ac4a82c22882bea8dce5b5f2693427cc0440a7514f31a41e225340 [2021-03-10T15:04:40.570Z] #28 11.42 0.0% ######### 13.2% ################## 25.8% #################### 28.9% ################################# 46.7% #################################### 51.2% ######################################### 57.5% ######################################### 57.5% ############################################### 65.5% ############################################### 65.8% ################################################## 70.1% ############################################################ 84.4% ############################################################# 85.7% ################################################################# 90.5% ################################################################### 94.4% ######################################################################## 100.0% [2021-03-10T15:04:40.570Z] #28 13.37 [2021-03-10T15:04:40.600Z] #55 42.53 Checking out files: 38% (1463/3818) Checking out files: 39% (1490/3818) Checking out files: 40% (1528/3818) Checking out files: 41% (1566/3818) Checking out files: 42% (1604/3818) Checking out files: 43% (1642/3818) Checking out files: 44% (1680/3818) Checking out files: 45% (1719/3818) Checking out files: 46% (1757/3818) Checking out files: 47% (1795/3818) Checking out files: 48% (1833/3818) Checking out files: 49% (1871/3818) Checking out files: 50% (1909/3818) Checking out files: 51% (1948/3818) Checking out files: 52% (1986/3818) Checking out files: 53% (2024/3818) Checking out files: 54% (2062/3818) Checking out files: 55% (2100/3818) Checking out files: 56% (2139/3818) Checking out files: 57% (2177/3818) Checking out files: 58% (2215/3818) Checking out files: 59% (2253/3818) Checking out files: 60% (2291/3818) Checking out files: 61% (2329/3818) Checking out files: 62% (2368/3818) Checking out files: 63% (2406/3818) Checking out files: 64% (2444/3818) Checking out files: 65% (2482/3818) Checking out files: 66% (2520/3818) Checking out files: 67% (2559/3818) Checking out files: 68% (2597/3818) Checking out files: 69% (2635/3818) Checking out files: 70% (2673/3818) Checking out files: 71% (2711/3818) Checking out files: 72% (2749/3818) Checking out files: 73% (2788/3818) Checking out files: 74% (2826/3818) Checking out files: 75% (2864/3818) Checking out files: 76% (2902/3818) Checking out files: 77% (2940/3818) Checking out files: 78% (2979/3818) Checking out files: 79% (3017/3818) Checking out files: 80% (3055/3818) Checking out files: 81% (3093/3818) Checking out files: 81% (3103/3818) Checking out files: 82% (3131/3818) Checking out files: 83% (3169/3818) Checking out files: 84% (3208/3818) Checking out files: 85% (3246/3818) Checking out files: 86% (3284/3818) Checking out files: 87% (3322/3818) Checking out files: 88% (3360/3818) Checking out files: 89% (3399/3818) Checking out files: 90% (3437/3818) Checking out files: 91% (3475/3818) Checking out files: 92% (3513/3818) Checking out files: 93% (3551/3818) Checking out files: 94% (3589/3818) Checking out files: 95% (3628/3818) Checking out files: 96% (3666/3818) Checking out files: 97% (3704/3818) Checking out files: 98% (3742/3818) Checking out files: 99% (3780/3818) Checking out files: 100% (3818/3818) Checking out files: 100% (3818/3818), done. [2021-03-10T15:04:40.600Z] #55 44.25 + cd /tmp/tmp.mzkGeQ4FaH/src/github.com/containerd/containerd [2021-03-10T15:04:40.600Z] #55 44.26 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:04:40.670Z] #57 12.33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:04:40.670Z] #57 12.33 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:04:40.670Z] #57 12.62 go: extracting github.com/google/uuid v1.2.0 [2021-03-10T15:04:40.682Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 48.23MB / 96.52MB 3.6s [2021-03-10T15:04:40.682Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 27.26MB / 57.46MB 3.5s [2021-03-10T15:04:40.682Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 33.55MB / 54.14MB 3.5s [2021-03-10T15:04:40.682Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 61.87MB / 73.58MB 3.6s [2021-03-10T15:04:40.833Z] #28 ... [2021-03-10T15:04:40.833Z] [2021-03-10T15:04:40.833Z] #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-03-10T15:04:40.833Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-10T15:04:40.833Z] #31 7.183 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-10T15:04:40.833Z] #31 7.185 Cloning into '.'... [2021-03-10T15:04:40.935Z] #57 12.80 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:04:40.935Z] #57 12.80 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-10T15:04:40.935Z] #57 12.90 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:04:41.057Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 68.16MB / 73.58MB 3.9s [2021-03-10T15:04:41.058Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 55.57MB / 96.52MB 4.1s [2021-03-10T15:04:41.058Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 30.41MB / 57.46MB 4.1s [2021-03-10T15:04:41.058Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 38.80MB / 54.14MB 3.9s [2021-03-10T15:04:41.058Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 4.3s done [2021-03-10T15:04:41.095Z] #31 ... [2021-03-10T15:04:41.095Z] [2021-03-10T15:04:41.095Z] #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-03-10T15:04:41.095Z] #33 sha256:0a476eca8543a0c06644bbe5bb9a0d6cc72bff4285ad4813a58af28952d839d1 [2021-03-10T15:04:41.095Z] #33 11.15 + cd /tmp/tmp.0g3ybrgHko/src/github.com/BurntSushi/toml [2021-03-10T15:04:41.095Z] #33 11.15 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:04:41.095Z] #33 11.17 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:04:41.095Z] #33 11.44 math/bits [2021-03-10T15:04:41.095Z] #33 11.45 internal/cpu [2021-03-10T15:04:41.095Z] #33 11.46 runtime/internal/sys [2021-03-10T15:04:41.095Z] #33 11.50 runtime/internal/atomic [2021-03-10T15:04:41.095Z] #33 11.75 runtime/internal/math [2021-03-10T15:04:41.095Z] #33 11.99 unicode/utf8 [2021-03-10T15:04:41.095Z] #33 12.23 internal/bytealg [2021-03-10T15:04:41.095Z] #33 12.27 math [2021-03-10T15:04:41.095Z] #33 12.29 sync/atomic [2021-03-10T15:04:41.095Z] #33 12.32 unicode [2021-03-10T15:04:41.209Z] #57 12.94 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:04:41.384Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 60.82MB / 96.52MB 4.4s [2021-03-10T15:04:41.384Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 33.55MB / 57.46MB 4.4s [2021-03-10T15:04:41.384Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 41.94MB / 54.14MB 4.2s [2021-03-10T15:04:41.557Z] #14 DONE 1.8s [2021-03-10T15:04:41.557Z] [2021-03-10T15:04:41.557Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:04:41.557Z] #53 1.528 + RM_GOPATH=0 [2021-03-10T15:04:41.557Z] #53 1.528 + TMP_GOPATH= [2021-03-10T15:04:41.557Z] #53 1.528 + : /build [2021-03-10T15:04:41.557Z] #53 1.528 + '[' -z '' ']' [2021-03-10T15:04:41.557Z] #53 1.529 ++ mktemp -d [2021-03-10T15:04:41.557Z] #53 1.530 + export GOPATH=/tmp/tmp.g3pQJgbTnG [2021-03-10T15:04:41.557Z] #53 1.530 + GOPATH=/tmp/tmp.g3pQJgbTnG [2021-03-10T15:04:41.557Z] #53 1.530 + RM_GOPATH=1 [2021-03-10T15:04:41.557Z] #53 1.530 + case "$(go env GOARCH)" in [2021-03-10T15:04:41.557Z] #53 1.531 ++ go env GOARCH [2021-03-10T15:04:41.557Z] #53 1.540 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:41.557Z] #53 1.540 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:41.557Z] #53 1.550 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:41.557Z] #53 1.551 + dir=/tmp/install [2021-03-10T15:04:41.557Z] #53 1.551 + bin=runc [2021-03-10T15:04:41.557Z] #53 1.551 + shift [2021-03-10T15:04:41.557Z] #53 1.551 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-10T15:04:41.557Z] #53 1.551 + . /tmp/install/runc.installer [2021-03-10T15:04:41.557Z] #53 1.551 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:04:41.557Z] #53 1.552 + install_runc [2021-03-10T15:04:41.557Z] #53 1.552 + uname -r [2021-03-10T15:04:41.557Z] #53 1.552 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-10T15:04:41.557Z] #53 1.558 + RUNC_BUILDTAGS='seccomp ' [2021-03-10T15:04:41.557Z] #53 1.558 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-10T15:04:41.558Z] #53 1.558 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.g3pQJgbTnG/src/github.com/opencontainers/runc [2021-03-10T15:04:41.558Z] #53 1.558 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-10T15:04:41.558Z] #53 1.559 Cloning into '/tmp/tmp.g3pQJgbTnG/src/github.com/opencontainers/runc'... [2021-03-10T15:04:41.677Z] #33 12.58 encoding [2021-03-10T15:04:41.784Z] #57 13.70 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:04:41.784Z] #57 13.70 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:04:41.820Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 69.21MB / 96.52MB 4.7s [2021-03-10T15:04:41.820Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 46.14MB / 54.14MB 4.5s [2021-03-10T15:04:41.820Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 37.75MB / 57.46MB 4.7s [2021-03-10T15:04:41.939Z] #33 12.84 runtime/cgo [2021-03-10T15:04:41.939Z] #33 13.18 runtime [2021-03-10T15:04:41.969Z] #55 ... [2021-03-10T15:04:41.969Z] [2021-03-10T15:04:41.969Z] #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-03-10T15:04:41.969Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:04:41.969Z] #44 80.42 go/parser [2021-03-10T15:04:41.969Z] #44 80.45 text/template [2021-03-10T15:04:41.969Z] #44 83.57 encoding/xml [2021-03-10T15:04:41.969Z] #44 85.47 go/doc [2021-03-10T15:04:41.969Z] #44 89.13 github.com/LK4D4/vndr/versioned [2021-03-10T15:04:41.969Z] #44 89.22 compress/flate [2021-03-10T15:04:41.969Z] #44 89.43 github.com/LK4D4/vndr/build [2021-03-10T15:04:41.969Z] #44 ... [2021-03-10T15:04:41.969Z] [2021-03-10T15:04:41.969Z] #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-03-10T15:04:41.969Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:41.969Z] #42 19.11 CC images/core-x86.o [2021-03-10T15:04:41.969Z] #42 19.81 CC images/core-arm.o [2021-03-10T15:04:41.969Z] #42 20.36 CC images/core-aarch64.o [2021-03-10T15:04:41.969Z] #42 20.78 CC images/core-ppc64.o [2021-03-10T15:04:41.969Z] #42 21.36 CC images/core-s390.o [2021-03-10T15:04:42.044Z] #57 14.04 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:04:42.140Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 76.55MB / 96.52MB 5.0s [2021-03-10T15:04:42.140Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 41.94MB / 57.46MB 5.0s [2021-03-10T15:04:42.140Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 51.38MB / 54.14MB 4.8s [2021-03-10T15:04:42.140Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 45.09MB / 57.46MB 5.1s [2021-03-10T15:04:42.140Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 83.89MB / 96.52MB 5.3s [2021-03-10T15:04:42.140Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.1s done [2021-03-10T15:04:42.140Z] #9 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2021-03-10T15:04:42.438Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 89.13MB / 96.52MB 5.4s [2021-03-10T15:04:42.438Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 50.33MB / 57.46MB 5.4s [2021-03-10T15:04:42.533Z] #42 22.06 CC images/cpuinfo.o [2021-03-10T15:04:42.736Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.7s [2021-03-10T15:04:42.736Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 53.48MB / 57.46MB 5.6s [2021-03-10T15:04:42.736Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.7s done [2021-03-10T15:04:42.736Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.8s done [2021-03-10T15:04:43.078Z] #53 ... [2021-03-10T15:04:43.078Z] [2021-03-10T15:04:43.078Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2021-03-10T15:04:43.078Z] #15 DONE 1.7s [2021-03-10T15:04:43.078Z] [2021-03-10T15:04:43.078Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2021-03-10T15:04:43.096Z] #42 22.51 CC images/inventory.o [2021-03-10T15:04:43.353Z] #42 22.86 CC images/fdinfo.o [2021-03-10T15:04:43.429Z] #57 15.33 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:04:43.689Z] #57 15.54 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-10T15:04:43.689Z] #57 15.57 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:04:43.809Z] #9 ... [2021-03-10T15:04:43.809Z] [2021-03-10T15:04:43.809Z] #23 [internal] load build context [2021-03-10T15:04:43.809Z] #23 sha256:7d4fa85d3af51d46f14439accb17427ab8f1ee83dbf9ed362484297b97fa387e [2021-03-10T15:04:43.809Z] #23 transferring context: 53.42MB 7.0s done [2021-03-10T15:04:43.809Z] #23 DONE 7.0s [2021-03-10T15:04:43.809Z] [2021-03-10T15:04:43.809Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-03-10T15:04:43.809Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-03-10T15:04:43.809Z] #26 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.0s done [2021-03-10T15:04:43.809Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 54.14MB / 54.14MB 3.5s done [2021-03-10T15:04:43.809Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a [2021-03-10T15:04:43.917Z] #42 23.22 CC images/fown.o [2021-03-10T15:04:44.174Z] #42 23.56 CC images/ns.o [2021-03-10T15:04:44.431Z] #42 23.75 CC images/regfile.o [2021-03-10T15:04:44.575Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:04:44.575Z] [2021-03-10T15:04:44.575Z] + TEST_INTEGRATION_DEST=1 [2021-03-10T15:04:44.575Z] + CONTAINER_NAME=docker-pr6-1 [2021-03-10T15:04:44.575Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-03-10T15:04:44.575Z] + run_tests test-integration-flaky [2021-03-10T15:04:44.575Z] + '[' -n 0 ']' [2021-03-10T15:04:44.575Z] + rm= [2021-03-10T15:04:44.575Z] + TEST_INTEGRATION_DEST=2 [2021-03-10T15:04:44.575Z] + CONTAINER_NAME=docker-pr6-2 [2021-03-10T15:04:44.575Z] + TEST_SKIP_INTEGRATION=1 [2021-03-10T15:04:44.575Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-03-10T15:04:44.575Z] + run_tests [2021-03-10T15:04:44.575Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42054/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42054/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh test-integration-flaky test-integration [2021-03-10T15:04:44.575Z] + c=0 [2021-03-10T15:04:44.575Z] + '[' -n 0 ']' [2021-03-10T15:04:44.575Z] + rm= [2021-03-10T15:04:44.575Z] + TEST_INTEGRATION_DEST=3 [2021-03-10T15:04:44.575Z] + CONTAINER_NAME=docker-pr6-3 [2021-03-10T15:04:44.575Z] + TEST_SKIP_INTEGRATION=1 [2021-03-10T15:04:44.575Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-03-10T15:04:44.575Z] + run_tests [2021-03-10T15:04:44.575Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42054/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42054/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh '' test-integration [2021-03-10T15:04:44.575Z] + '[' -n 0 ']' [2021-03-10T15:04:44.575Z] + rm= [2021-03-10T15:04:44.575Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42054/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42054/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh '' test-integration [2021-03-10T15:04:44.575Z] ++ jobs -p [2021-03-10T15:04:44.575Z] + for job in $(jobs -p) [2021-03-10T15:04:44.575Z] + wait 21186 [2021-03-10T15:04:44.575Z] [2021-03-10T15:04:44.575Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-03-10T15:04:44.688Z] #42 24.10 CC images/ghost-file.o [2021-03-10T15:04:44.710Z] #16 1.484 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-10T15:04:44.710Z] #16 DONE 1.7s [2021-03-10T15:04:44.710Z] [2021-03-10T15:04:44.710Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2021-03-10T15:04:44.834Z] [2021-03-10T15:04:44.834Z] [2021-03-10T15:04:44.834Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-10T15:04:44.834Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-10T15:04:44.834Z] HOSTNAME=7757fd39eedb [2021-03-10T15:04:44.834Z] TEST_SKIP_INTEGRATION=1 [2021-03-10T15:04:44.834Z] TESTDEBUG=0 [2021-03-10T15:04:44.834Z] DEST=bundles/test-integration [2021-03-10T15:04:44.834Z] PWD=/go/src/github.com/docker/docker [2021-03-10T15:04:44.834Z] KEEPBUNDLE=1 [2021-03-10T15:04:44.834Z] DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:04:44.834Z] container=docker [2021-03-10T15:04:44.834Z] HOME=/root [2021-03-10T15:04:44.834Z] GOLANG_VERSION=1.13.15 [2021-03-10T15:04:44.834Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-10T15:04:44.834Z] VALIDATE_BRANCH=master [2021-03-10T15:04:44.834Z] TERM=xterm [2021-03-10T15:04:44.834Z] DOCKER_PKG=github.com/docker/docker [2021-03-10T15:04:44.834Z] SHLVL=1 [2021-03-10T15:04:44.834Z] TIMEOUT=120m [2021-03-10T15:04:44.834Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-10T15:04:44.834Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-10T15:04:44.834Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-03-10T15:04:44.834Z] GO111MODULE=off [2021-03-10T15:04:44.834Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-10T15:04:44.834Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-10T15:04:44.834Z] GOPATH=/go [2021-03-10T15:04:44.834Z] PKG_CONFIG=pkg-config [2021-03-10T15:04:44.834Z] _=/usr/bin/env [2021-03-10T15:04:44.834Z] Building test suite binary ./integration-cli/test.main [2021-03-10T15:04:44.834Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-10T15:04:44.834Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-10T15:04:44.834Z] HOSTNAME=1a4e9ef38bf1 [2021-03-10T15:04:44.834Z] TEST_SKIP_INTEGRATION=1 [2021-03-10T15:04:44.834Z] TESTDEBUG=0 [2021-03-10T15:04:44.834Z] DEST=bundles/test-integration [2021-03-10T15:04:44.834Z] PWD=/go/src/github.com/docker/docker [2021-03-10T15:04:44.834Z] KEEPBUNDLE=1 [2021-03-10T15:04:44.834Z] DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:04:44.834Z] container=docker [2021-03-10T15:04:44.834Z] HOME=/root [2021-03-10T15:04:44.834Z] GOLANG_VERSION=1.13.15 [2021-03-10T15:04:44.834Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-10T15:04:44.834Z] VALIDATE_BRANCH=master [2021-03-10T15:04:44.834Z] TERM=xterm [2021-03-10T15:04:44.834Z] DOCKER_PKG=github.com/docker/docker [2021-03-10T15:04:44.834Z] SHLVL=1 [2021-03-10T15:04:44.834Z] TIMEOUT=120m [2021-03-10T15:04:44.834Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-10T15:04:44.834Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-10T15:04:44.834Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-03-10T15:04:44.834Z] GO111MODULE=off [2021-03-10T15:04:44.834Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-10T15:04:44.834Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-10T15:04:44.834Z] GOPATH=/go [2021-03-10T15:04:44.834Z] PKG_CONFIG=pkg-config [2021-03-10T15:04:44.834Z] _=/usr/bin/env [2021-03-10T15:04:44.834Z] Building test suite binary ./integration-cli/test.main [2021-03-10T15:04:44.834Z] No new tests added to integration. [2021-03-10T15:04:44.834Z] [2021-03-10T15:04:44.834Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-10T15:04:44.945Z] #42 24.39 CC images/fifo.o [2021-03-10T15:04:45.201Z] #42 24.65 CC images/remap-file-path.o [2021-03-10T15:04:45.255Z] #33 ... [2021-03-10T15:04:45.255Z] [2021-03-10T15:04:45.255Z] #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-03-10T15:04:45.255Z] #28 sha256:80c6b27cb7ac4a82c22882bea8dce5b5f2693427cc0440a7514f31a41e225340 [2021-03-10T15:04:45.255Z] #28 16.09 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-10T15:04:45.255Z] #28 16.49 [2021-03-10T15:04:45.255Z] #28 16.64 ######################################################################## 100.0% [2021-03-10T15:04:45.255Z] #28 16.81 [2021-03-10T15:04:45.255Z] #28 17.49 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-10T15:04:45.255Z] #28 17.91 [2021-03-10T15:04:45.255Z] #28 18.03 ######################################################################## 100.0% [2021-03-10T15:04:45.255Z] #28 18.20 [2021-03-10T15:04:45.255Z] #28 18.30 Download of images into '/build' complete. [2021-03-10T15:04:45.255Z] #28 18.30 Use something like the following to load the result into a Docker daemon: [2021-03-10T15:04:45.255Z] #28 18.30 tar -cC '/build' . | docker load [2021-03-10T15:04:45.267Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s [2021-03-10T15:04:45.348Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 5.1s done [2021-03-10T15:04:45.348Z] #26 DONE 8.7s [2021-03-10T15:04:45.348Z] [2021-03-10T15:04:45.348Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:45.348Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-10T15:04:45.348Z] #9 ... [2021-03-10T15:04:45.348Z] [2021-03-10T15:04:45.349Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-10T15:04:45.349Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-10T15:04:45.403Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-10T15:04:45.403Z] HOSTNAME=3b3cbd8517c9 [2021-03-10T15:04:45.403Z] TESTDEBUG=0 [2021-03-10T15:04:45.403Z] DEST=bundles/test-integration [2021-03-10T15:04:45.403Z] PWD=/go/src/github.com/docker/docker [2021-03-10T15:04:45.403Z] KEEPBUNDLE=1 [2021-03-10T15:04:45.403Z] DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:04:45.403Z] container=docker [2021-03-10T15:04:45.403Z] HOME=/root [2021-03-10T15:04:45.403Z] GOLANG_VERSION=1.13.15 [2021-03-10T15:04:45.403Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-10T15:04:45.403Z] VALIDATE_BRANCH=master [2021-03-10T15:04:45.403Z] TERM=xterm [2021-03-10T15:04:45.403Z] DOCKER_PKG=github.com/docker/docker [2021-03-10T15:04:45.403Z] SHLVL=1 [2021-03-10T15:04:45.403Z] TIMEOUT=120m [2021-03-10T15:04:45.403Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-10T15:04:45.403Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-10T15:04:45.403Z] GO111MODULE=off [2021-03-10T15:04:45.403Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-10T15:04:45.403Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-10T15:04:45.403Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-10T15:04:45.403Z] GOPATH=/go [2021-03-10T15:04:45.403Z] PKG_CONFIG=pkg-config [2021-03-10T15:04:45.403Z] _=/usr/bin/env [2021-03-10T15:04:45.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-10T15:04:45.459Z] #42 24.91 CC images/eventfd.o [2021-03-10T15:04:45.616Z] #57 17.27 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:04:45.616Z] #57 ... [2021-03-10T15:04:45.616Z] [2021-03-10T15:04:45.616Z] #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-03-10T15:04:45.616Z] #23 sha256:1f1ec043830eda88395a33b0a645c633ec854762fc279540339fc736ca34332e [2021-03-10T15:04:45.616Z] #23 16.76 + mkdir -p /build [2021-03-10T15:04:45.616Z] #23 16.76 + mv docker/docker /build/ [2021-03-10T15:04:45.616Z] #23 16.76 + rmdir docker [2021-03-10T15:04:45.616Z] #23 DONE 17.4s [2021-03-10T15:04:45.616Z] [2021-03-10T15:04:45.616Z] #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-03-10T15:04:45.616Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:04:45.616Z] #48 15.91 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:04:45.616Z] #48 15.99 go: downloading github.com/spf13/viper v1.6.1 [2021-03-10T15:04:45.616Z] #48 16.00 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:04:45.616Z] #48 16.01 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-10T15:04:45.616Z] #48 16.07 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:04:45.616Z] #48 16.30 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-10T15:04:45.616Z] #48 16.30 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:04:45.616Z] #48 16.38 go: extracting github.com/spf13/viper v1.6.1 [2021-03-10T15:04:45.616Z] #48 16.43 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:04:45.616Z] #48 16.43 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-10T15:04:45.616Z] #48 16.47 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:04:45.616Z] #48 16.48 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:04:45.616Z] #48 16.59 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:04:45.616Z] #48 16.59 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:04:45.616Z] #48 16.78 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:04:45.616Z] #48 16.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:04:45.616Z] #48 16.83 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-10T15:04:45.616Z] #48 17.32 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:04:45.616Z] #48 17.40 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:04:45.616Z] #48 17.61 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:04:45.616Z] #48 17.61 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:04:45.644Z] #27 0.212 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:45.644Z] #27 0.236 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:45.644Z] #27 0.252 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:45.715Z] #42 25.11 CC images/eventpoll.o [2021-03-10T15:04:45.942Z] #27 0.465 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-10T15:04:45.972Z] #42 ... [2021-03-10T15:04:45.972Z] [2021-03-10T15:04:45.972Z] #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-03-10T15:04:45.972Z] #50 sha256:fc127c2cc8fd49f9f5c83dcdaf884c2062da9f12b9c8d88cd41268cd47d20b57 [2021-03-10T15:04:45.972Z] #50 87.80 mvdan.cc/sh/v3/cmd/shfmt [2021-03-10T15:04:45.972Z] #50 DONE 94.3s [2021-03-10T15:04:45.972Z] [2021-03-10T15:04:45.972Z] #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-03-10T15:04:45.972Z] #55 sha256:52ecccb4bc933fc8b2d2227ab7fc8efdc7a5d7c0df5c803075ceffb832977f09 [2021-03-10T15:04:45.972Z] #55 45.83 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-10T15:04:45.972Z] #55 45.83 + BUILDTAGS='netgo osusergo static_build' [2021-03-10T15:04:45.972Z] #55 45.83 + export EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:04:45.972Z] #55 45.83 + EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:04:45.972Z] #55 45.83 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-10T15:04:45.972Z] #55 45.83 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-10T15:04:45.972Z] #55 45.83 + '[' '' = dynamic ']' [2021-03-10T15:04:45.972Z] #55 45.83 + make [2021-03-10T15:04:45.972Z] #55 47.07 + bin/ctr [2021-03-10T15:04:46.187Z] #48 17.99 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:04:46.228Z] #17 DONE 1.6s [2021-03-10T15:04:46.228Z] [2021-03-10T15:04:46.228Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:46.228Z] #43 62.27 CC criu/cgroup.o [2021-03-10T15:04:46.228Z] #43 64.81 CC criu/clone-noasan.o [2021-03-10T15:04:46.228Z] #43 64.98 CC criu/config.o [2021-03-10T15:04:46.228Z] #43 66.08 CC criu/cr-check.o [2021-03-10T15:04:46.228Z] #43 67.48 CC criu/cr-dedup.o [2021-03-10T15:04:46.228Z] #43 67.81 CC criu/cr-dump.o [2021-03-10T15:04:46.228Z] #43 ... [2021-03-10T15:04:46.228Z] [2021-03-10T15:04:46.228Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:04:46.228Z] #53 6.845 + cd /tmp/tmp.g3pQJgbTnG/src/github.com/opencontainers/runc [2021-03-10T15:04:46.228Z] #53 6.850 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:04:46.240Z] #27 0.709 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-10T15:04:46.448Z] #48 18.30 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:04:46.535Z] #53 6.999 + '[' -z '' ']' [2021-03-10T15:04:46.535Z] #53 6.999 + target=static [2021-03-10T15:04:46.535Z] #53 6.999 + make 'BUILDTAGS=seccomp ' static [2021-03-10T15:04:46.550Z] #27 1.092 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-10T15:04:46.829Z] #53 7.162 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-10T15:04:47.173Z] #8 ... [2021-03-10T15:04:47.173Z] [2021-03-10T15:04:47.173Z] #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-03-10T15:04:47.173Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-10T15:04:47.173Z] #26 1.669 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:47.173Z] #26 1.769 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:47.173Z] #26 1.769 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:47.173Z] #26 1.926 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:04:47.173Z] #26 2.197 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:04:47.173Z] #26 2.627 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:04:47.173Z] #26 4.250 Fetched 8423 kB in 3s (2975 kB/s) [2021-03-10T15:04:47.173Z] #26 4.250 Reading package lists... [2021-03-10T15:04:47.173Z] #26 5.302 Reading package lists... [2021-03-10T15:04:47.173Z] #26 6.263 Building dependency tree... [2021-03-10T15:04:47.173Z] #26 6.626 The following additional packages will be installed: [2021-03-10T15:04:47.173Z] #26 6.626 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-10T15:04:47.173Z] #26 6.626 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-10T15:04:47.173Z] #26 6.626 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-10T15:04:47.173Z] #26 6.626 Suggested packages: [2021-03-10T15:04:47.173Z] #26 6.626 krb5-doc krb5-user [2021-03-10T15:04:47.173Z] #26 6.626 Recommended packages: [2021-03-10T15:04:47.173Z] #26 6.626 krb5-locales publicsuffix libsasl2-modules [2021-03-10T15:04:47.173Z] #26 6.797 The following NEW packages will be installed: [2021-03-10T15:04:47.173Z] #26 6.799 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-10T15:04:47.173Z] #26 6.799 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-10T15:04:47.173Z] #26 6.804 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-10T15:04:47.173Z] #26 6.804 libssh2-1 libssl1.1 openssl [2021-03-10T15:04:47.173Z] #26 7.100 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-10T15:04:47.173Z] #26 7.100 Need to get 5057 kB of archives. [2021-03-10T15:04:47.173Z] #26 7.100 After this operation, 12.1 MB of additional disk space will be used. [2021-03-10T15:04:47.173Z] #26 7.100 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-10T15:04:47.173Z] #26 7.100 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-10T15:04:47.173Z] #26 7.109 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-10T15:04:47.173Z] #26 7.114 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-10T15:04:47.173Z] #26 7.123 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-10T15:04:47.173Z] #26 7.124 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-10T15:04:47.173Z] #26 7.126 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-10T15:04:47.173Z] #26 7.134 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-10T15:04:47.173Z] #26 7.142 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-10T15:04:47.173Z] #26 7.149 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-10T15:04:47.173Z] #26 7.151 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-10T15:04:47.173Z] #26 7.153 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-10T15:04:47.173Z] #26 7.155 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-10T15:04:47.173Z] #26 7.157 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-10T15:04:47.173Z] #26 7.163 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-10T15:04:47.173Z] #26 7.163 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-10T15:04:47.173Z] #26 7.188 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-10T15:04:47.173Z] #26 7.188 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-10T15:04:47.173Z] #26 7.188 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-10T15:04:47.173Z] #26 7.191 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-10T15:04:47.173Z] #26 7.197 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-10T15:04:47.173Z] #26 7.412 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:04:47.173Z] #26 7.443 Fetched 5057 kB in 0s (14.1 MB/s) [2021-03-10T15:04:47.173Z] #26 7.495 Selecting previously unselected package libssl1.1:amd64. [2021-03-10T15:04:47.173Z] #26 7.495 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-03-10T15:04:47.173Z] #26 7.495 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 7.503 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:47.173Z] #26 7.761 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T15:04:47.173Z] #26 7.761 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 7.765 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:47.173Z] #26 7.817 Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T15:04:47.173Z] #26 7.817 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 7.817 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:47.173Z] #26 7.874 Selecting previously unselected package libldap-common. [2021-03-10T15:04:47.173Z] #26 7.874 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-10T15:04:47.173Z] #26 7.886 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:47.173Z] #26 7.938 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T15:04:47.173Z] #26 7.939 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 7.944 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:47.173Z] #26 8.019 Selecting previously unselected package openssl. [2021-03-10T15:04:47.173Z] #26 8.019 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 8.025 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:47.173Z] #26 8.191 Selecting previously unselected package ca-certificates. [2021-03-10T15:04:47.173Z] #26 8.191 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-10T15:04:47.173Z] #26 8.202 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:47.173Z] #26 8.285 Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T15:04:47.173Z] #26 8.285 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 8.293 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-10T15:04:47.173Z] #26 8.325 Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T15:04:47.173Z] #26 8.325 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 8.329 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:47.173Z] #26 8.383 Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T15:04:47.173Z] #26 8.383 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 8.387 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:47.173Z] #26 8.451 Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T15:04:47.173Z] #26 8.451 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 8.453 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:47.173Z] #26 8.576 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T15:04:47.173Z] #26 8.576 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 8.594 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:47.173Z] #26 8.655 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T15:04:47.173Z] #26 8.655 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 8.669 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-10T15:04:47.173Z] #26 8.711 Selecting previously unselected package libpsl5:amd64. [2021-03-10T15:04:47.173Z] #26 8.711 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-10T15:04:47.173Z] #26 ... [2021-03-10T15:04:47.173Z] [2021-03-10T15:04:47.173Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:47.173Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:47.173Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.1s done [2021-03-10T15:04:47.433Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2021-03-10T15:04:47.818Z] #28 ... [2021-03-10T15:04:47.818Z] [2021-03-10T15:04:47.818Z] #11 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-10T15:04:47.818Z] #11 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-03-10T15:04:47.818Z] #11 DONE 18.5s [2021-03-10T15:04:47.818Z] [2021-03-10T15:04:47.818Z] #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-03-10T15:04:47.818Z] #63 sha256:109472c9715623af663b620f5215ec0172b874eea838ce9cf1f7a2605035fb68 [2021-03-10T15:04:47.818Z] #63 18.65 Checking out files: 52% (1005/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) [2021-03-10T15:04:47.818Z] #63 ... [2021-03-10T15:04:47.818Z] [2021-03-10T15:04:47.818Z] #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-03-10T15:04:47.818Z] #28 sha256:80c6b27cb7ac4a82c22882bea8dce5b5f2693427cc0440a7514f31a41e225340 [2021-03-10T15:04:47.818Z] #28 DONE 20.8s [2021-03-10T15:04:47.818Z] [2021-03-10T15:04:47.818Z] #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-03-10T15:04:47.818Z] #63 sha256:109472c9715623af663b620f5215ec0172b874eea838ce9cf1f7a2605035fb68 [2021-03-10T15:04:47.870Z] #53 ... [2021-03-10T15:04:47.870Z] [2021-03-10T15:04:47.870Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-03-10T15:04:47.870Z] #18 DONE 1.5s [2021-03-10T15:04:47.870Z] [2021-03-10T15:04:47.870Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:04:48.362Z] #48 19.93 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:04:48.362Z] #48 20.02 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:04:48.362Z] #48 20.06 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:04:48.362Z] #48 20.24 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:04:48.381Z] #63 18.65 Checking out files: 52% (1005/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-10T15:04:48.381Z] #63 19.68 + cd /tmp/tmp.5Rm1whNfo7/src/github.com/docker/libnetwork [2021-03-10T15:04:48.381Z] #63 19.68 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:04:48.494Z] #55 ... [2021-03-10T15:04:48.494Z] [2021-03-10T15:04:48.494Z] #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-03-10T15:04:48.494Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:48.494Z] #42 25.51 CC images/fh.o [2021-03-10T15:04:48.494Z] #42 26.00 CC images/fsnotify.o [2021-03-10T15:04:48.494Z] #42 26.68 CC images/signalfd.o [2021-03-10T15:04:48.494Z] #42 27.01 CC images/fs.o [2021-03-10T15:04:48.494Z] #42 27.23 CC images/pstree.o [2021-03-10T15:04:48.494Z] #42 27.47 CC images/pipe.o [2021-03-10T15:04:48.494Z] #42 27.70 CC images/tcp-stream.o [2021-03-10T15:04:48.494Z] #42 27.91 CC images/sk-packet.o [2021-03-10T15:04:48.553Z] #19 ... [2021-03-10T15:04:48.553Z] [2021-03-10T15:04:48.553Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:04:48.553Z] #45 97.12 github.com/LK4D4/vndr/godl [2021-03-10T15:04:48.553Z] #45 97.87 github.com/LK4D4/vndr [2021-03-10T15:04:48.553Z] #45 DONE 105.8s [2021-03-10T15:04:48.553Z] [2021-03-10T15:04:48.553Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:04:48.553Z] #43 69.58 CC criu/cr-errno.o [2021-03-10T15:04:48.553Z] #43 69.64 CC criu/cr-restore.o [2021-03-10T15:04:48.656Z] #27 3.249 Fetched 8198 kB in 3s (2687 kB/s) [2021-03-10T15:04:48.750Z] #42 28.22 CC images/mnt.o [2021-03-10T15:04:48.934Z] #48 20.56 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-10T15:04:48.934Z] #48 20.73 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-10T15:04:48.934Z] #48 20.73 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:04:48.934Z] #48 20.73 go: downloading github.com/spf13/cast v1.3.0 [2021-03-10T15:04:48.934Z] #48 20.73 go: extracting github.com/spf13/cast v1.3.0 [2021-03-10T15:04:48.934Z] #48 20.73 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:04:48.934Z] #48 20.73 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:04:48.934Z] #48 20.73 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:04:48.934Z] #48 ... [2021-03-10T15:04:48.934Z] [2021-03-10T15:04:48.934Z] #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-03-10T15:04:48.934Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:04:48.934Z] #35 10.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:04:48.934Z] #35 12.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:04:48.934Z] #35 14.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:04:48.934Z] #35 ... [2021-03-10T15:04:48.934Z] [2021-03-10T15:04:48.934Z] #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-03-10T15:04:48.934Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:04:48.934Z] #50 15.69 + cd /tmp/tmp.SSwZFzy6cr/src/github.com/mvdan/sh [2021-03-10T15:04:48.934Z] #50 15.69 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:04:48.934Z] #50 15.80 + GO111MODULE=on [2021-03-10T15:04:48.934Z] #50 15.80 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-10T15:04:48.934Z] #50 17.40 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:04:48.934Z] #50 17.49 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:04:48.934Z] #50 17.53 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:04:48.934Z] #50 17.61 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:04:48.934Z] #50 17.86 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:04:48.934Z] #50 18.72 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:04:48.934Z] #50 19.46 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:04:48.959Z] #63 20.12 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-10T15:04:49.007Z] #42 28.49 CC images/pipe-data.o [2021-03-10T15:04:49.194Z] #50 21.00 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:04:49.194Z] #50 ... [2021-03-10T15:04:49.194Z] [2021-03-10T15:04:49.194Z] #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-03-10T15:04:49.194Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:04:49.194Z] #48 21.00 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:04:49.264Z] #42 28.68 CC images/sa.o [2021-03-10T15:04:49.322Z] #63 ... [2021-03-10T15:04:49.322Z] [2021-03-10T15:04:49.322Z] #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-03-10T15:04:49.322Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:04:49.322Z] #41 10.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-10T15:04:49.322Z] #41 12.86 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-10T15:04:49.322Z] #41 13.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-10T15:04:49.322Z] #41 ... [2021-03-10T15:04:49.322Z] [2021-03-10T15:04:49.322Z] #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-03-10T15:04:49.322Z] #57 sha256:f039c1209c824b1e505ee38801601bf86a1ceaee66ce20d519ab154d568723c8 [2021-03-10T15:04:49.322Z] #57 18.88 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:04:49.322Z] #57 18.94 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:04:49.322Z] #57 19.03 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:04:49.322Z] #57 19.10 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:04:49.322Z] #57 19.15 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:04:49.322Z] #57 19.15 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:04:49.322Z] #57 19.27 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:04:49.322Z] #57 19.80 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:04:49.322Z] #57 19.84 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:04:49.323Z] #57 19.85 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:04:49.323Z] #57 19.86 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:04:49.323Z] #57 19.89 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:04:49.323Z] #57 20.22 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-10T15:04:49.323Z] #57 20.27 go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:04:49.323Z] #57 20.27 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-10T15:04:49.323Z] #57 20.33 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:04:49.323Z] #57 20.35 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-10T15:04:49.323Z] #57 20.56 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-10T15:04:49.521Z] #42 28.88 CC images/timer.o [2021-03-10T15:04:49.777Z] #42 29.19 CC images/timerfd.o [2021-03-10T15:04:49.919Z] #57 20.94 go: extracting github.com/google/uuid v1.2.0 [2021-03-10T15:04:50.034Z] #42 29.35 CC images/mm.o [2021-03-10T15:04:50.087Z] #43 ... [2021-03-10T15:04:50.087Z] [2021-03-10T15:04:50.087Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:04:50.087Z] #19 DONE 2.0s [2021-03-10T15:04:50.087Z] [2021-03-10T15:04:50.087Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-10T15:04:50.182Z] #27 3.249 Reading package lists... [2021-03-10T15:04:50.291Z] #42 29.62 CC images/sk-opts.o [2021-03-10T15:04:50.291Z] #42 29.83 CC images/sk-unix.o [2021-03-10T15:04:50.496Z] #57 21.60 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:04:50.496Z] #57 21.65 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:04:50.583Z] #48 ... [2021-03-10T15:04:50.583Z] [2021-03-10T15:04:50.583Z] #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-03-10T15:04:50.583Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:04:50.583Z] #41 12.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:04:50.583Z] #41 14.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:04:50.583Z] #41 ... [2021-03-10T15:04:50.583Z] [2021-03-10T15:04:50.583Z] #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-03-10T15:04:50.583Z] #46 sha256:5ef230f62e3e2abde5e58ee61306932e8eb1917cc8ce18fc7c56c2f56263ced8 [2021-03-10T15:04:50.583Z] #46 12.52 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:04:50.583Z] #46 13.87 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:04:50.583Z] #46 15.17 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:04:50.583Z] #46 19.15 go: finding github.com/fatih/color v1.9.0 [2021-03-10T15:04:50.583Z] #46 19.19 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:04:50.583Z] #46 19.32 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:04:50.583Z] #46 19.33 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:04:50.583Z] #46 19.34 go: finding github.com/spf13/pflag v1.0.3 [2021-03-10T15:04:50.583Z] #46 19.34 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:04:50.583Z] #46 19.54 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:04:50.583Z] #46 19.86 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:04:50.583Z] #46 20.00 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:04:50.583Z] #46 20.06 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:04:50.583Z] #46 20.08 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:04:50.844Z] #46 ... [2021-03-10T15:04:50.844Z] [2021-03-10T15:04:50.844Z] #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-03-10T15:04:50.844Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:04:50.844Z] #50 22.30 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:04:50.844Z] #50 22.44 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:04:50.844Z] #50 22.56 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:04:50.844Z] #50 22.75 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:04:50.844Z] #50 ... [2021-03-10T15:04:50.844Z] [2021-03-10T15:04:50.844Z] #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-03-10T15:04:50.844Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:04:50.844Z] #54 12.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:04:50.844Z] #54 14.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:04:50.855Z] #42 30.17 CC images/sk-inet.o [2021-03-10T15:04:51.073Z] #57 ... [2021-03-10T15:04:51.073Z] [2021-03-10T15:04:51.073Z] #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-03-10T15:04:51.073Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:04:51.073Z] #44 11.98 runtime/internal/math [2021-03-10T15:04:51.073Z] #44 12.24 unicode [2021-03-10T15:04:51.073Z] #44 12.42 math [2021-03-10T15:04:51.073Z] #44 12.43 internal/bytealg [2021-03-10T15:04:51.073Z] #44 12.45 internal/testlog [2021-03-10T15:04:51.073Z] #44 12.57 encoding [2021-03-10T15:04:51.073Z] #44 12.79 unicode/utf16 [2021-03-10T15:04:51.073Z] #44 13.15 container/list [2021-03-10T15:04:51.073Z] #44 13.45 runtime [2021-03-10T15:04:51.073Z] #44 13.97 crypto/internal/subtle [2021-03-10T15:04:51.073Z] #44 14.13 crypto/subtle [2021-03-10T15:04:51.073Z] #44 14.13 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-10T15:04:51.073Z] #44 14.41 internal/nettrace [2021-03-10T15:04:51.073Z] #44 14.58 vendor/golang.org/x/crypto/internal/subtle [2021-03-10T15:04:51.073Z] #44 14.66 runtime/cgo [2021-03-10T15:04:51.073Z] #44 ... [2021-03-10T15:04:51.073Z] [2021-03-10T15:04:51.073Z] #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-03-10T15:04:51.073Z] #46 sha256:6611421d186660a5ee9965cbeeabcf68719390b565c5946d597743f36740d014 [2021-03-10T15:04:51.073Z] #46 15.40 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:04:51.073Z] #46 15.40 go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:04:51.073Z] #46 15.48 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:04:51.073Z] #46 15.48 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-10T15:04:51.073Z] #46 15.48 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:04:51.073Z] #46 15.55 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:04:51.073Z] #46 15.58 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:04:51.073Z] #46 15.65 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:04:51.073Z] #46 15.72 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:04:51.073Z] #46 16.52 go: extracting github.com/fatih/color v1.9.0 [2021-03-10T15:04:51.073Z] #46 16.52 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:04:51.073Z] #46 16.54 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-10T15:04:51.073Z] #46 16.55 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:04:51.073Z] #46 16.61 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:04:51.073Z] #46 16.82 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:04:51.073Z] #46 16.83 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:04:51.073Z] #46 16.86 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:04:51.073Z] #46 17.15 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:04:51.073Z] #46 17.58 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:04:51.073Z] #46 17.60 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:04:51.073Z] #46 17.73 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:04:51.073Z] #46 18.23 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:04:51.106Z] #54 ... [2021-03-10T15:04:51.106Z] [2021-03-10T15:04:51.106Z] #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-03-10T15:04:51.106Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:04:51.106Z] #44 14.52 internal/testlog [2021-03-10T15:04:51.106Z] #44 14.66 encoding [2021-03-10T15:04:51.106Z] #44 14.77 unicode/utf16 [2021-03-10T15:04:51.106Z] #44 15.00 container/list [2021-03-10T15:04:51.106Z] #44 15.76 crypto/internal/subtle [2021-03-10T15:04:51.106Z] #44 15.88 crypto/subtle [2021-03-10T15:04:51.106Z] #44 16.07 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-10T15:04:51.106Z] #44 16.21 internal/nettrace [2021-03-10T15:04:51.106Z] #44 16.29 runtime/cgo [2021-03-10T15:04:51.106Z] #44 ... [2021-03-10T15:04:51.106Z] [2021-03-10T15:04:51.106Z] #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-03-10T15:04:51.106Z] #33 sha256:5a36fca68bffa196a5cec464ac403bb940b2bf1327f1898d0e8fcb19635e111f [2021-03-10T15:04:51.106Z] #33 13.12 unicode/utf8 [2021-03-10T15:04:51.106Z] #33 13.87 unicode [2021-03-10T15:04:51.106Z] #33 17.81 runtime/cgo [2021-03-10T15:04:51.111Z] #42 30.53 CC images/tun.o [2021-03-10T15:04:51.207Z] #20 1.461 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:04:51.207Z] #20 1.461 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:51.207Z] #20 1.493 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:51.337Z] #46 ... [2021-03-10T15:04:51.337Z] [2021-03-10T15:04:51.337Z] #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-03-10T15:04:51.337Z] #57 sha256:f039c1209c824b1e505ee38801601bf86a1ceaee66ce20d519ab154d568723c8 [2021-03-10T15:04:51.337Z] #57 22.43 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:04:51.337Z] #57 22.43 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:04:51.337Z] #57 22.54 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-10T15:04:51.337Z] #57 ... [2021-03-10T15:04:51.337Z] [2021-03-10T15:04:51.337Z] #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-03-10T15:04:51.337Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-10T15:04:51.337Z] #54 12.60 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-10T15:04:51.337Z] #54 12.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-10T15:04:51.337Z] #54 20.95 Fetched 8246 kB in 12s (699 kB/s) [2021-03-10T15:04:51.366Z] #33 ... [2021-03-10T15:04:51.366Z] [2021-03-10T15:04:51.366Z] #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-03-10T15:04:51.366Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:04:51.366Z] #48 23.13 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:04:51.366Z] #48 23.13 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-10T15:04:51.366Z] #48 23.15 go: downloading github.com/fatih/color v1.7.0 [2021-03-10T15:04:51.366Z] #48 23.15 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:04:51.366Z] #48 23.15 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:04:51.366Z] #48 23.15 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:04:51.366Z] #48 23.16 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:04:51.366Z] #48 23.16 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:04:51.366Z] #48 23.18 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:04:51.366Z] #48 23.20 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:04:51.366Z] #48 23.23 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:04:51.366Z] #48 23.31 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:04:51.366Z] #48 23.33 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:04:51.366Z] #48 23.33 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:04:51.368Z] #42 30.79 CC images/sk-netlink.o [2021-03-10T15:04:51.501Z] #20 1.514 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:51.501Z] #20 1.788 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [419 kB] [2021-03-10T15:04:51.602Z] #54 20.95 Reading package lists... [2021-03-10T15:04:51.602Z] #54 ... [2021-03-10T15:04:51.602Z] [2021-03-10T15:04:51.602Z] #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-03-10T15:04:51.602Z] #50 sha256:d99dffa4a7347442eee3f5ddf468110733e76592e9803e4ae1cac4431cbd67e2 [2021-03-10T15:04:51.602Z] #50 15.83 + cd /tmp/tmp.4xUuqBzZNP/src/github.com/mvdan/sh [2021-03-10T15:04:51.602Z] #50 15.83 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:04:51.602Z] #50 16.08 + GO111MODULE=on [2021-03-10T15:04:51.602Z] #50 16.08 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-10T15:04:51.602Z] #50 18.59 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:04:51.602Z] #50 18.60 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:04:51.602Z] #50 18.64 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:04:51.602Z] #50 19.10 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:04:51.602Z] #50 19.15 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:04:51.602Z] #50 19.92 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:04:51.602Z] #50 21.64 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:04:51.626Z] #42 31.05 CC images/packet-sock.o [2021-03-10T15:04:51.628Z] #48 23.42 go: extracting github.com/fatih/color v1.7.0 [2021-03-10T15:04:51.628Z] #48 23.48 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:04:51.712Z] #27 4.783 Reading package lists... [2021-03-10T15:04:51.712Z] [2021-03-10T15:04:51.712Z] #27 ... [2021-03-10T15:04:51.712Z] [2021-03-10T15:04:51.712Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:51.712Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-10T15:04:51.712Z] #9 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 3.8s done [2021-03-10T15:04:51.712Z] #9 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2021-03-10T15:04:51.712Z] #9 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done [2021-03-10T15:04:51.712Z] #9 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.7s done [2021-03-10T15:04:51.712Z] #9 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done [2021-03-10T15:04:51.712Z] #9 DONE 14.8s [2021-03-10T15:04:51.712Z] [2021-03-10T15:04:51.712Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-10T15:04:51.712Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-10T15:04:51.712Z] #27 6.246 Building dependency tree... [2021-03-10T15:04:51.871Z] #50 23.09 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:04:51.871Z] #50 ... [2021-03-10T15:04:51.871Z] [2021-03-10T15:04:51.871Z] #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-03-10T15:04:51.871Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-10T15:04:51.871Z] #39 11.80 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-10T15:04:51.871Z] #39 12.82 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-10T15:04:51.889Z] #48 23.74 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-10T15:04:51.889Z] #48 23.84 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:04:51.889Z] #48 23.95 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:04:51.889Z] #48 23.95 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:04:51.889Z] #48 23.95 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:04:51.889Z] #48 23.95 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:04:51.889Z] #48 23.95 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:04:52.140Z] #20 2.342 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-10T15:04:52.155Z] #48 24.04 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:04:52.155Z] #48 24.09 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:04:52.155Z] #48 24.19 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:04:52.155Z] #48 24.19 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:04:52.189Z] #42 31.54 CC images/ipc-var.o [2021-03-10T15:04:52.360Z] #27 6.777 The following additional packages will be installed: [2021-03-10T15:04:52.360Z] #27 6.777 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-10T15:04:52.360Z] #27 6.777 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-10T15:04:52.360Z] #27 6.778 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-10T15:04:52.360Z] #27 6.779 Suggested packages: [2021-03-10T15:04:52.360Z] #27 6.779 krb5-doc krb5-user [2021-03-10T15:04:52.360Z] #27 6.779 Recommended packages: [2021-03-10T15:04:52.360Z] #27 6.779 krb5-locales publicsuffix libsasl2-modules [2021-03-10T15:04:52.360Z] #27 7.042 The following NEW packages will be installed: [2021-03-10T15:04:52.360Z] #27 7.043 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-10T15:04:52.360Z] #27 7.043 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-10T15:04:52.360Z] #27 7.043 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-10T15:04:52.361Z] #27 7.052 libssh2-1 libssl1.1 openssl [2021-03-10T15:04:52.361Z] #27 7.093 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-03-10T15:04:52.361Z] #27 7.093 Need to get 5175 kB of archives. [2021-03-10T15:04:52.361Z] #27 7.093 After this operation, 14.6 MB of additional disk space will be used. [2021-03-10T15:04:52.361Z] #27 7.093 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u5 [1526 kB] [2021-03-10T15:04:52.361Z] #27 7.105 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2021-03-10T15:04:52.361Z] #27 7.128 Get:3 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2021-03-10T15:04:52.361Z] #27 7.142 Get:4 http://deb.debian.org/debian buster/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-10T15:04:52.416Z] #48 24.24 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:04:52.416Z] #48 24.33 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-10T15:04:52.416Z] #48 24.35 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:04:52.416Z] #48 24.35 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:04:52.416Z] #48 24.36 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:04:52.416Z] #48 24.36 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:04:52.447Z] #42 31.72 CC images/ipc-desc.o [2021-03-10T15:04:52.448Z] #39 ... [2021-03-10T15:04:52.448Z] [2021-03-10T15:04:52.448Z] #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-03-10T15:04:52.448Z] #46 sha256:6611421d186660a5ee9965cbeeabcf68719390b565c5946d597743f36740d014 [2021-03-10T15:04:52.448Z] #46 23.63 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:04:52.448Z] #46 23.63 go: finding github.com/fatih/color v1.9.0 [2021-03-10T15:04:52.448Z] #46 23.66 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:04:52.448Z] #46 23.72 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:04:52.448Z] #46 23.75 go: finding github.com/spf13/pflag v1.0.3 [2021-03-10T15:04:52.658Z] #27 7.159 Get:5 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2021-03-10T15:04:52.658Z] #27 7.162 Get:6 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2021-03-10T15:04:52.659Z] #27 7.167 Get:7 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2021-03-10T15:04:52.659Z] #27 7.171 Get:8 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2021-03-10T15:04:52.659Z] #27 7.181 Get:9 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-10T15:04:52.659Z] #27 7.188 Get:10 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u6 [243 kB] [2021-03-10T15:04:52.659Z] #27 7.192 Get:11 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2021-03-10T15:04:52.659Z] #27 7.199 Get:12 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u5 [844 kB] [2021-03-10T15:04:52.659Z] #27 7.201 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2021-03-10T15:04:52.659Z] #27 7.206 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2021-03-10T15:04:52.659Z] #27 7.226 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2021-03-10T15:04:52.659Z] #27 7.269 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2021-03-10T15:04:52.659Z] #27 7.272 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2021-03-10T15:04:52.659Z] #27 7.285 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2021-03-10T15:04:52.659Z] #27 7.319 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-03-10T15:04:52.659Z] #27 7.341 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-03-10T15:04:52.659Z] #27 7.341 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-03-10T15:04:52.676Z] #48 24.49 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-10T15:04:52.676Z] #48 24.70 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:04:52.676Z] #48 24.70 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:04:52.676Z] #48 24.72 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:04:52.676Z] #48 24.75 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:04:52.704Z] #42 32.03 CC images/ipc-shm.o [2021-03-10T15:04:52.704Z] #42 32.22 CC images/ipc-msg.o [2021-03-10T15:04:52.712Z] #46 23.82 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:04:52.716Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.2s [2021-03-10T15:04:52.716Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.3s done [2021-03-10T15:04:52.850Z] #20 ... [2021-03-10T15:04:52.850Z] [2021-03-10T15:04:52.850Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-10T15:04:52.850Z] #32 DONE 113.0s [2021-03-10T15:04:52.850Z] [2021-03-10T15:04:52.850Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-10T15:04:52.850Z] #20 3.134 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB] [2021-03-10T15:04:52.850Z] #20 3.179 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-10T15:04:52.938Z] #48 24.94 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-10T15:04:52.960Z] #27 7.569 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:04:52.960Z] #27 7.599 Fetched 5175 kB in 0s (20.0 MB/s) [2021-03-10T15:04:52.960Z] #27 7.623 Selecting previously unselected package libssl1.1:ppc64el. [2021-03-10T15:04:52.960Z] #27 7.623 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-03-10T15:04:52.960Z] #27 7.632 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-03-10T15:04:52.960Z] #27 7.635 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:52.961Z] #42 32.47 CC images/ipc-sem.o [2021-03-10T15:04:52.961Z] #42 ... [2021-03-10T15:04:52.961Z] [2021-03-10T15:04:52.961Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:52.961Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:04:52.961Z] #12 98.24 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-10T15:04:52.961Z] #12 98.24 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:04:52.961Z] #12 98.25 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:04:52.975Z] #46 24.24 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:04:53.199Z] #48 25.02 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-10T15:04:53.217Z] #12 ... [2021-03-10T15:04:53.218Z] [2021-03-10T15:04:53.218Z] #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-03-10T15:04:53.218Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:04:53.218Z] #44 91.65 hash/crc32 [2021-03-10T15:04:53.218Z] #44 92.26 compress/gzip [2021-03-10T15:04:53.218Z] #44 93.02 crypto/x509/pkix [2021-03-10T15:04:53.218Z] #44 93.04 vendor/golang.org/x/crypto/cryptobyte [2021-03-10T15:04:53.218Z] #44 93.58 net [2021-03-10T15:04:53.218Z] #44 95.26 vendor/golang.org/x/crypto/internal/chacha20 [2021-03-10T15:04:53.218Z] #44 95.64 vendor/golang.org/x/crypto/poly1305 [2021-03-10T15:04:53.218Z] #44 96.01 vendor/golang.org/x/sys/cpu [2021-03-10T15:04:53.218Z] #44 96.39 vendor/golang.org/x/crypto/chacha20poly1305 [2021-03-10T15:04:53.218Z] #44 97.52 vendor/golang.org/x/crypto/hkdf [2021-03-10T15:04:53.218Z] #44 97.69 vendor/golang.org/x/text/transform [2021-03-10T15:04:53.218Z] #44 98.45 vendor/golang.org/x/text/unicode/bidi [2021-03-10T15:04:53.218Z] #44 100.00 vendor/golang.org/x/text/secure/bidirule [2021-03-10T15:04:53.218Z] #44 100.3 vendor/golang.org/x/text/unicode/norm [2021-03-10T15:04:53.218Z] #44 ... [2021-03-10T15:04:53.218Z] [2021-03-10T15:04:53.218Z] #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-03-10T15:04:53.218Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:04:53.218Z] #42 32.66 CC images/utsns.o [2021-03-10T15:04:53.238Z] #46 24.36 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:04:53.238Z] #46 24.38 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:04:53.238Z] #46 24.44 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:04:53.238Z] #46 24.51 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:04:53.255Z] #27 7.860 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2021-03-10T15:04:53.255Z] #27 7.862 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-03-10T15:04:53.255Z] #27 7.869 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:53.255Z] #27 7.910 Selecting previously unselected package libsasl2-2:ppc64el. [2021-03-10T15:04:53.255Z] #27 7.912 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-03-10T15:04:53.255Z] #27 7.913 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:53.255Z] #27 7.952 Selecting previously unselected package libldap-common. [2021-03-10T15:04:53.255Z] #27 7.955 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-10T15:04:53.255Z] #27 7.956 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:53.255Z] #27 7.997 Selecting previously unselected package libldap-2.4-2:ppc64el. [2021-03-10T15:04:53.462Z] #48 25.11 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:04:53.462Z] #48 25.11 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-10T15:04:53.462Z] #48 25.11 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:04:53.462Z] #48 25.26 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:04:53.462Z] #48 25.26 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:04:53.462Z] #48 25.26 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:04:53.462Z] #48 25.44 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:04:53.475Z] #42 32.82 CC images/creds.o [2021-03-10T15:04:53.514Z] #46 ... [2021-03-10T15:04:53.514Z] [2021-03-10T15:04:53.514Z] #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-03-10T15:04:53.514Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-10T15:04:53.514Z] #35 14.67 Fetched 8246 kB in 8s (998 kB/s) [2021-03-10T15:04:53.514Z] #35 14.67 Reading package lists... [2021-03-10T15:04:53.514Z] #35 17.79 Reading package lists... [2021-03-10T15:04:53.514Z] #35 22.89 Building dependency tree... [2021-03-10T15:04:53.514Z] #35 ... [2021-03-10T15:04:53.514Z] [2021-03-10T15:04:53.514Z] #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-03-10T15:04:53.514Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:04:53.514Z] #48 24.33 go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:04:53.514Z] #48 24.39 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-10T15:04:53.514Z] #48 24.40 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-10T15:04:53.514Z] #48 24.40 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:04:53.514Z] #48 24.50 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:04:53.514Z] #48 24.60 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:04:53.514Z] #48 24.78 go: extracting github.com/pkg/errors v0.8.1 [2021-03-10T15:04:53.553Z] #27 7.999 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_ppc64el.deb ... [2021-03-10T15:04:53.553Z] #27 8.000 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:53.553Z] #27 8.067 Selecting previously unselected package openssl. [2021-03-10T15:04:53.553Z] #27 8.069 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-03-10T15:04:53.553Z] #27 8.071 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:53.553Z] #27 8.205 Selecting previously unselected package ca-certificates. [2021-03-10T15:04:53.553Z] #27 8.206 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-10T15:04:53.553Z] #27 8.207 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:53.553Z] #27 8.278 Selecting previously unselected package libkeyutils1:ppc64el. [2021-03-10T15:04:53.677Z] #8 ... [2021-03-10T15:04:53.677Z] [2021-03-10T15:04:53.677Z] #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-03-10T15:04:53.677Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-03-10T15:04:53.677Z] #26 8.724 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-10T15:04:53.677Z] #26 8.846 Selecting previously unselected package librtmp1:amd64. [2021-03-10T15:04:53.677Z] #26 8.846 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-10T15:04:53.677Z] #26 8.846 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:04:53.677Z] #26 8.897 Selecting previously unselected package libssh2-1:amd64. [2021-03-10T15:04:53.677Z] #26 8.897 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-10T15:04:53.677Z] #26 8.901 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-10T15:04:53.677Z] #26 8.988 Selecting previously unselected package libcurl4:amd64. [2021-03-10T15:04:53.677Z] #26 8.988 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-10T15:04:53.677Z] #26 8.993 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 9.068 Selecting previously unselected package curl. [2021-03-10T15:04:53.677Z] #26 9.068 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-10T15:04:53.677Z] #26 9.071 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 9.248 Selecting previously unselected package libonig5:amd64. [2021-03-10T15:04:53.677Z] #26 9.248 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-10T15:04:53.677Z] #26 9.257 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:04:53.677Z] #26 9.331 Selecting previously unselected package libjq1:amd64. [2021-03-10T15:04:53.677Z] #26 9.331 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:04:53.677Z] #26 9.334 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:04:53.677Z] #26 9.388 Selecting previously unselected package jq. [2021-03-10T15:04:53.677Z] #26 9.388 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:04:53.677Z] #26 9.391 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:04:53.677Z] #26 9.441 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-10T15:04:53.677Z] #26 9.454 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-10T15:04:53.677Z] #26 9.466 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:53.677Z] #26 9.587 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 9.597 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:53.677Z] #26 9.612 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 9.625 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 9.637 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:04:53.677Z] #26 9.655 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 9.691 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 9.707 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-10T15:04:53.677Z] #26 9.718 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 9.729 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:53.677Z] #26 9.745 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:04:53.677Z] #26 9.755 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:04:53.677Z] #26 9.765 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:53.677Z] #26 9.776 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:53.677Z] #26 10.49 Updating certificates in /etc/ssl/certs... [2021-03-10T15:04:53.677Z] #26 11.75 137 added, 0 removed; done. [2021-03-10T15:04:53.677Z] #26 11.80 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 11.84 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:04:53.677Z] #26 11.85 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 11.86 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-10T15:04:53.677Z] #26 11.87 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:04:53.677Z] #26 11.89 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:53.677Z] #26 11.91 Updating certificates in /etc/ssl/certs... [2021-03-10T15:04:53.677Z] #26 12.92 0 added, 0 removed; done. [2021-03-10T15:04:53.677Z] #26 12.92 Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:04:53.677Z] #26 12.93 done. [2021-03-10T15:04:53.677Z] #26 DONE 15.3s [2021-03-10T15:04:53.677Z] [2021-03-10T15:04:53.677Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:53.677Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:53.677Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-10T15:04:53.677Z] #8 ... [2021-03-10T15:04:53.677Z] [2021-03-10T15:04:53.677Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-10T15:04:53.677Z] #27 sha256:5a340de71533da3997bc1da17ba14acb861b053b99f96f8bd12cb03d1b293f73 [2021-03-10T15:04:53.677Z] #27 DONE 0.2s [2021-03-10T15:04:53.677Z] [2021-03-10T15:04:53.677Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:53.677Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:04:53.725Z] #48 25.58 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:04:53.725Z] #48 25.58 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-10T15:04:53.725Z] #48 25.58 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-10T15:04:53.725Z] #48 25.58 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:04:53.725Z] #48 25.58 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:04:53.725Z] #48 25.63 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:04:53.725Z] #48 25.72 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:04:53.725Z] #48 25.72 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:04:53.732Z] #42 33.03 CC images/vma.o [2021-03-10T15:04:53.732Z] #42 33.25 CC images/netdev.o [2021-03-10T15:04:53.777Z] #48 24.93 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:04:53.778Z] #48 24.95 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:04:53.778Z] #48 25.12 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-10T15:04:53.850Z] #27 8.280 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2021-03-10T15:04:53.850Z] #27 8.281 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2021-03-10T15:04:53.850Z] #27 8.303 Selecting previously unselected package libkrb5support0:ppc64el. [2021-03-10T15:04:53.850Z] #27 8.306 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2021-03-10T15:04:53.850Z] #27 8.307 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-03-10T15:04:53.850Z] #27 8.341 Selecting previously unselected package libk5crypto3:ppc64el. [2021-03-10T15:04:53.850Z] #27 8.357 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2021-03-10T15:04:53.850Z] #27 8.360 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-03-10T15:04:53.850Z] #27 8.402 Selecting previously unselected package libkrb5-3:ppc64el. [2021-03-10T15:04:53.850Z] #27 8.404 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2021-03-10T15:04:53.850Z] #27 8.406 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-03-10T15:04:53.850Z] #27 8.489 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2021-03-10T15:04:53.850Z] #27 8.491 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2021-03-10T15:04:53.850Z] #27 8.493 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-03-10T15:04:53.850Z] #27 8.542 Selecting previously unselected package libnghttp2-14:ppc64el. [2021-03-10T15:04:53.850Z] #27 8.545 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2021-03-10T15:04:53.850Z] #27 8.546 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-03-10T15:04:53.850Z] #27 8.582 Selecting previously unselected package libpsl5:ppc64el. [2021-03-10T15:04:53.850Z] #27 8.583 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2021-03-10T15:04:53.850Z] #27 8.584 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2021-03-10T15:04:53.850Z] #27 8.611 Selecting previously unselected package librtmp1:ppc64el. [2021-03-10T15:04:53.850Z] #27 8.614 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2021-03-10T15:04:53.850Z] #27 8.614 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:04:53.850Z] #27 8.647 Selecting previously unselected package libssh2-1:ppc64el. [2021-03-10T15:04:53.985Z] #48 25.87 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:04:53.985Z] #48 25.87 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-10T15:04:54.041Z] #48 25.20 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-10T15:04:54.041Z] #48 25.37 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:04:54.146Z] #27 8.649 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2021-03-10T15:04:54.146Z] #27 8.651 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2021-03-10T15:04:54.146Z] #27 8.697 Selecting previously unselected package libcurl4:ppc64el. [2021-03-10T15:04:54.146Z] #27 8.698 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2021-03-10T15:04:54.146Z] #27 8.700 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-03-10T15:04:54.146Z] #27 8.765 Selecting previously unselected package curl. [2021-03-10T15:04:54.146Z] #27 8.767 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2021-03-10T15:04:54.146Z] #27 8.769 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-10T15:04:54.146Z] #27 8.820 Selecting previously unselected package libonig5:ppc64el. [2021-03-10T15:04:54.146Z] #27 8.820 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2021-03-10T15:04:54.146Z] #27 8.821 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-03-10T15:04:54.146Z] #27 8.873 Selecting previously unselected package libjq1:ppc64el. [2021-03-10T15:04:54.248Z] #48 26.10 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:04:54.248Z] #48 26.19 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:04:54.295Z] #42 33.56 CC images/tty.o [2021-03-10T15:04:54.307Z] #48 25.63 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:04:54.442Z] #27 8.875 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-10T15:04:54.443Z] #27 8.877 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-10T15:04:54.443Z] #27 8.915 Selecting previously unselected package jq. [2021-03-10T15:04:54.443Z] #27 8.917 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-10T15:04:54.443Z] #27 8.919 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:04:54.443Z] #27 8.955 Setting up libkeyutils1:ppc64el (1.6-6) ... [2021-03-10T15:04:54.443Z] #27 8.957 Setting up libpsl5:ppc64el (0.20.2-2) ... [2021-03-10T15:04:54.443Z] #27 8.960 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:54.443Z] #27 9.116 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-03-10T15:04:54.443Z] #27 9.119 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:54.443Z] #27 9.123 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-03-10T15:04:54.443Z] #27 9.126 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:54.509Z] #48 26.25 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:04:54.509Z] #48 26.42 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:04:54.509Z] #48 26.42 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:04:54.509Z] #48 26.53 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-10T15:04:54.509Z] #48 26.53 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:04:54.551Z] #42 34.13 CC images/file-lock.o [2021-03-10T15:04:54.570Z] #48 25.88 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:04:54.739Z] #27 9.129 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-03-10T15:04:54.739Z] #27 9.132 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-03-10T15:04:54.739Z] #27 9.135 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-10T15:04:54.739Z] #27 9.138 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2021-03-10T15:04:54.739Z] #27 9.141 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-03-10T15:04:54.739Z] #27 9.145 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-10T15:04:54.739Z] #27 9.150 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-03-10T15:04:54.739Z] #27 9.153 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-10T15:04:54.739Z] #27 9.156 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-03-10T15:04:54.739Z] #27 9.159 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:54.768Z] #48 26.64 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-10T15:04:54.808Z] #42 34.40 CC images/rlimit.o [2021-03-10T15:04:54.834Z] #48 25.90 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:04:54.834Z] #48 25.95 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:04:54.834Z] #48 26.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:04:54.834Z] #48 26.17 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:04:55.028Z] #48 26.90 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:04:55.028Z] #48 26.95 go: downloading golang.org/x/text v0.3.2 [2021-03-10T15:04:55.028Z] #48 26.95 go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:04:55.098Z] #48 26.19 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:04:55.288Z] #48 27.12 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:04:55.288Z] #48 27.12 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-10T15:04:55.288Z] #48 27.19 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:04:55.371Z] #42 34.67 CC images/pagemap.o [2021-03-10T15:04:55.371Z] #42 34.96 CC images/siginfo.o [2021-03-10T15:04:55.402Z] #27 10.06 Updating certificates in /etc/ssl/certs... [2021-03-10T15:04:55.548Z] #48 27.33 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:04:55.548Z] #48 27.33 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:04:55.548Z] #48 27.33 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:04:55.548Z] #48 27.39 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:04:55.548Z] #48 27.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:04:55.548Z] #48 27.58 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:04:55.628Z] #42 35.22 CC images/rpc.o [2021-03-10T15:04:55.809Z] #48 27.61 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:04:55.809Z] #48 27.61 go: extracting github.com/pkg/errors v0.8.1 [2021-03-10T15:04:55.809Z] #48 ... [2021-03-10T15:04:55.809Z] [2021-03-10T15:04:55.809Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:55.809Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:04:55.809Z] #12 8.328 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:04:55.809Z] #12 8.455 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:55.809Z] #12 8.455 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:55.809Z] #12 8.455 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:55.809Z] #12 9.344 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [453 kB] [2021-03-10T15:04:55.809Z] #12 11.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:04:55.809Z] #12 13.60 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:04:55.809Z] #12 16.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:04:55.809Z] #12 ... [2021-03-10T15:04:55.809Z] [2021-03-10T15:04:55.809Z] #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-03-10T15:04:55.809Z] #57 sha256:dbdce5ab117a4e37c7be655c81af2d4f4a1b410e72d4127873abf515b0a03a61 [2021-03-10T15:04:55.809Z] #57 17.78 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:04:55.809Z] #57 20.56 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:04:55.809Z] #57 22.16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:04:55.809Z] #57 22.60 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:04:55.809Z] #57 22.60 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:04:55.809Z] #57 22.93 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:04:55.809Z] #57 23.81 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:04:55.809Z] #57 26.87 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:04:55.809Z] #57 27.12 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:04:55.809Z] #57 27.12 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:04:55.809Z] #57 27.39 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:04:55.809Z] #57 27.39 go: finding github.com/google/uuid v1.2.0 [2021-03-10T15:04:55.809Z] #57 27.41 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:04:55.809Z] #57 27.58 go: finding github.com/gofrs/flock v0.8.0 [2021-03-10T15:04:55.809Z] #57 27.58 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-10T15:04:55.809Z] #57 27.61 go: finding github.com/gorilla/mux v1.8.0 [2021-03-10T15:04:55.809Z] #57 27.73 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:04:55.809Z] #57 27.73 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:04:55.809Z] #57 27.80 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:04:55.809Z] #57 27.86 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:04:56.071Z] #57 ... [2021-03-10T15:04:56.071Z] [2021-03-10T15:04:56.071Z] #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-03-10T15:04:56.071Z] #63 sha256:0effee6361360246fbfd1c38b2a258ba12895f45010e90281f655fc6df522f6d [2021-03-10T15:04:56.071Z] #63 25.87 Checking out files: 58% (1111/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-10T15:04:56.071Z] #63 26.84 + cd /tmp/tmp.NTDKNhYOPz/src/github.com/docker/libnetwork [2021-03-10T15:04:56.071Z] #63 26.84 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:04:56.071Z] #63 27.33 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-10T15:04:56.435Z] #20 6.521 Fetched 8576 kB in 5s (1673 kB/s) [2021-03-10T15:04:56.460Z] #27 11.12 137 added, 0 removed; done. [2021-03-10T15:04:56.460Z] #27 11.16 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-03-10T15:04:56.460Z] #27 11.16 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:04:56.460Z] #27 11.16 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-03-10T15:04:56.460Z] #27 11.17 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-10T15:04:56.460Z] #27 11.17 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:04:56.460Z] #27 11.18 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-10T15:04:56.756Z] #27 ... [2021-03-10T15:04:56.756Z] [2021-03-10T15:04:56.756Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:04:56.756Z] #9 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-10T15:04:56.756Z] #9 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.9s done [2021-03-10T15:04:56.756Z] #9 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2021-03-10T15:04:56.756Z] #9 DONE 19.7s [2021-03-10T15:04:56.756Z] [2021-03-10T15:04:56.756Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-10T15:04:56.756Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-10T15:04:56.756Z] #27 11.19 Updating certificates in /etc/ssl/certs... [2021-03-10T15:04:56.756Z] #27 ... [2021-03-10T15:04:56.756Z] [2021-03-10T15:04:56.756Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-10T15:04:56.756Z] #10 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-03-10T15:04:56.756Z] #10 DONE 0.2s [2021-03-10T15:04:56.996Z] #42 36.39 CC images/ext-file.o [2021-03-10T15:04:57.019Z] #48 28.11 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:04:57.019Z] #48 28.26 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:04:57.019Z] #48 28.30 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:04:57.054Z] [2021-03-10T15:04:57.054Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-10T15:04:57.054Z] #11 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-03-10T15:04:57.054Z] #11 DONE 0.2s [2021-03-10T15:04:57.054Z] [2021-03-10T15:04:57.054Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-10T15:04:57.054Z] #24 sha256:294f614003c2514a263de31fc7cb3a6bcb87a473dc606a42f3682bde43fca127 [2021-03-10T15:04:57.252Z] #42 36.56 CC images/cgroup.o [2021-03-10T15:04:57.282Z] #48 28.60 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:04:57.282Z] #48 ... [2021-03-10T15:04:57.282Z] [2021-03-10T15:04:57.282Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:57.282Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:04:57.282Z] #12 2.796 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:04:57.282Z] #12 2.799 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:04:57.282Z] #12 2.835 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:04:57.282Z] #12 2.892 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:04:57.282Z] #12 3.956 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [445 kB] [2021-03-10T15:04:57.282Z] #12 5.400 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-10T15:04:57.282Z] #12 6.996 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-10T15:04:57.282Z] #12 7.534 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-10T15:04:57.352Z] #24 ... [2021-03-10T15:04:57.352Z] [2021-03-10T15:04:57.352Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-10T15:04:57.352Z] #31 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-03-10T15:04:57.352Z] #31 DONE 0.1s [2021-03-10T15:04:57.352Z] [2021-03-10T15:04:57.352Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-10T15:04:57.352Z] #39 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-03-10T15:04:57.352Z] #39 DONE 0.1s [2021-03-10T15:04:57.352Z] [2021-03-10T15:04:57.352Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-10T15:04:57.352Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-03-10T15:04:57.352Z] #27 11.97 0 added, 0 removed; done. [2021-03-10T15:04:57.352Z] #27 11.97 Running hooks in /etc/ca-certificates/update.d... [2021-03-10T15:04:57.545Z] #12 ... [2021-03-10T15:04:57.545Z] [2021-03-10T15:04:57.545Z] #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-03-10T15:04:57.545Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:04:57.545Z] #48 28.61 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:04:57.545Z] #48 28.63 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:04:57.659Z] #27 12.03 done. [2021-03-10T15:04:57.659Z] #27 DONE 12.2s [2021-03-10T15:04:57.659Z] [2021-03-10T15:04:57.659Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-10T15:04:57.659Z] #12 sha256:5a1f2a0034de595e514e07eaa74fd77b855eb96acfd626c32dc2608ff009b168 [2021-03-10T15:04:57.659Z] #12 DONE 0.4s [2021-03-10T15:04:57.659Z] [2021-03-10T15:04:57.659Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:04:57.659Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:04:57.659Z] #13 ... [2021-03-10T15:04:57.659Z] [2021-03-10T15:04:57.659Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-10T15:04:57.659Z] #28 sha256:355b19532510e6796467e7a03544dabb7ee8d80a7d41486286f38a135665c830 [2021-03-10T15:04:57.659Z] #28 DONE 0.1s [2021-03-10T15:04:57.659Z] [2021-03-10T15:04:57.659Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-10T15:04:57.659Z] #58 sha256:a80c67ed8ca1a8e017cb21b44149bb7920c2cf74903db5623bad6341f9e8d28d [2021-03-10T15:04:57.659Z] #58 0.558 + RM_GOPATH=0 [2021-03-10T15:04:57.659Z] #58 0.558 + TMP_GOPATH= [2021-03-10T15:04:57.659Z] #58 0.558 + : /build [2021-03-10T15:04:57.659Z] #58 0.558 + '[' -z '' ']' [2021-03-10T15:04:57.659Z] #58 0.558 ++ mktemp -d [2021-03-10T15:04:57.659Z] #58 0.560 + export GOPATH=/tmp/tmp.oFXaV19ZKo [2021-03-10T15:04:57.659Z] #58 0.560 + GOPATH=/tmp/tmp.oFXaV19ZKo [2021-03-10T15:04:57.659Z] #58 0.560 + RM_GOPATH=1 [2021-03-10T15:04:57.659Z] #58 0.560 + case "$(go env GOARCH)" in [2021-03-10T15:04:57.659Z] #58 0.561 ++ go env GOARCH [2021-03-10T15:04:57.659Z] #58 0.571 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:57.659Z] #58 0.571 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:04:57.659Z] #58 0.572 ++ dirname /tmp/install/install.sh [2021-03-10T15:04:57.659Z] #58 0.574 + dir=/tmp/install [2021-03-10T15:04:57.659Z] #58 0.574 + bin=rootlesskit [2021-03-10T15:04:57.659Z] #58 0.574 + shift [2021-03-10T15:04:57.659Z] #58 0.574 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-10T15:04:57.659Z] #58 0.574 + . /tmp/install/rootlesskit.installer [2021-03-10T15:04:57.659Z] #58 0.575 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:04:57.659Z] #58 0.575 + install_rootlesskit [2021-03-10T15:04:57.659Z] #58 0.576 + case "$1" in [2021-03-10T15:04:57.659Z] #58 0.576 + export CGO_ENABLED=0 [2021-03-10T15:04:57.659Z] #58 0.576 + CGO_ENABLED=0 [2021-03-10T15:04:57.659Z] #58 0.577 + _install_rootlesskit [2021-03-10T15:04:57.659Z] #58 0.578 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-10T15:04:57.659Z] #58 0.578 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:04:57.659Z] #58 0.579 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.oFXaV19ZKo/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:04:57.659Z] #58 0.582 Cloning into '/tmp/tmp.oFXaV19ZKo/src/github.com/rootless-containers/rootlesskit'... [2021-03-10T15:04:57.816Z] #42 37.25 CC images/userns.o [2021-03-10T15:04:58.121Z] #20 6.521 Reading package lists... [2021-03-10T15:04:58.379Z] #42 37.59 CC images/google/protobuf/descriptor.o [2021-03-10T15:04:59.070Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-03-10T15:04:59.613Z] #48 30.42 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:04:59.714Z] #20 8.378 Reading package lists... [2021-03-10T15:04:59.926Z] #48 ... [2021-03-10T15:04:59.926Z] [2021-03-10T15:04:59.926Z] #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-03-10T15:04:59.926Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:04:59.926Z] #41 21.01 Fetched 8246 kB in 12s (699 kB/s) [2021-03-10T15:04:59.926Z] #41 21.01 Reading package lists... [2021-03-10T15:04:59.926Z] #41 26.80 Reading package lists... [2021-03-10T15:04:59.926Z] #41 ... [2021-03-10T15:04:59.926Z] [2021-03-10T15:04:59.926Z] #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-03-10T15:04:59.926Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-10T15:04:59.926Z] #31 28.54 Checking out files: 90% (1372/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-03-10T15:04:59.926Z] #31 28.94 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-10T15:05:00.008Z] #20 9.940 Building dependency tree... [2021-03-10T15:05:00.272Z] #42 39.35 CC images/opts.o [2021-03-10T15:05:00.272Z] #42 39.62 CC images/seccomp.o [2021-03-10T15:05:00.272Z] #42 39.86 CC images/binfmt-misc.o [2021-03-10T15:05:00.303Z] #20 10.43 libcap2-bin is already the newest version (1:2.25-2). [2021-03-10T15:05:00.303Z] #20 10.43 The following additional packages will be installed: [2021-03-10T15:05:00.303Z] #20 10.44 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-10T15:05:00.303Z] #20 10.44 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-10T15:05:00.303Z] #20 10.44 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-10T15:05:00.303Z] #20 10.44 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-10T15:05:00.303Z] #20 10.44 python3.7 python3.7-minimal vim-runtime xxd [2021-03-10T15:05:00.303Z] #20 10.44 Suggested packages: [2021-03-10T15:05:00.303Z] #20 10.44 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-10T15:05:00.303Z] #20 10.44 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-10T15:05:00.303Z] #20 10.44 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-10T15:05:00.303Z] #20 10.44 Recommended packages: [2021-03-10T15:05:00.303Z] #20 10.44 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-10T15:05:00.303Z] #20 10.44 python3-keyrings.alt python3-xdg unzip [2021-03-10T15:05:00.529Z] #42 40.11 CC images/time.o [2021-03-10T15:05:00.538Z] #31 29.53 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:05:01.100Z] #42 40.41 CC images/sysctl.o [2021-03-10T15:05:01.100Z] #42 40.70 CC images/autofs.o [2021-03-10T15:05:01.344Z] #20 11.32 The following NEW packages will be installed: [2021-03-10T15:05:01.344Z] #20 11.32 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-10T15:05:01.344Z] #20 11.32 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-10T15:05:01.344Z] #20 11.32 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-10T15:05:01.344Z] #20 11.32 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-10T15:05:01.344Z] #20 11.32 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-10T15:05:01.344Z] #20 11.32 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-10T15:05:01.344Z] #20 11.32 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-10T15:05:01.344Z] #20 11.32 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-10T15:05:01.344Z] #20 11.32 xz-utils zip [2021-03-10T15:05:01.344Z] #20 11.41 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:05:01.344Z] #20 11.41 Need to get 27.7 MB of archives. [2021-03-10T15:05:01.344Z] #20 11.41 After this operation, 117 MB of additional disk space will be used. [2021-03-10T15:05:01.344Z] #20 11.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2021-03-10T15:05:01.344Z] #20 11.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2021-03-10T15:05:01.344Z] #20 11.47 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2021-03-10T15:05:01.344Z] #20 11.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2021-03-10T15:05:01.344Z] #20 11.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2021-03-10T15:05:01.344Z] #20 11.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2021-03-10T15:05:01.344Z] #20 11.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2021-03-10T15:05:01.344Z] #20 ... [2021-03-10T15:05:01.344Z] [2021-03-10T15:05:01.344Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:05:01.344Z] #43 73.46 CC criu/cr-service.o [2021-03-10T15:05:01.344Z] #43 74.64 CC criu/crtools.o [2021-03-10T15:05:01.344Z] #43 75.16 CC criu/eventfd.o [2021-03-10T15:05:01.344Z] #43 75.45 CC criu/eventpoll.o [2021-03-10T15:05:01.344Z] #43 76.19 CC criu/external.o [2021-03-10T15:05:01.344Z] #43 76.38 CC criu/fault-injection.o [2021-03-10T15:05:01.344Z] #43 76.48 CC criu/fdstore.o [2021-03-10T15:05:01.344Z] #43 76.63 CC criu/fifo.o [2021-03-10T15:05:01.344Z] #43 76.95 CC criu/file-ids.o [2021-03-10T15:05:01.344Z] #43 77.14 CC criu/file-lock.o [2021-03-10T15:05:01.344Z] #43 77.74 CC criu/files-ext.o [2021-03-10T15:05:01.344Z] #43 77.96 CC criu/files-reg.o [2021-03-10T15:05:01.344Z] #43 79.29 CC criu/files.o [2021-03-10T15:05:01.344Z] #43 80.54 CC criu/filesystems.o [2021-03-10T15:05:01.344Z] #43 80.92 CC criu/fsnotify.o [2021-03-10T15:05:01.344Z] #43 81.51 CC criu/image-desc.o [2021-03-10T15:05:01.344Z] #43 81.59 CC criu/image.o [2021-03-10T15:05:01.344Z] #43 82.21 CC criu/ipc_ns.o [2021-03-10T15:05:01.344Z] #43 82.94 CC criu/irmap.o [2021-03-10T15:05:01.344Z] #43 83.30 CC criu/kcmp-ids.o [2021-03-10T15:05:01.344Z] #43 83.54 CC criu/kerndat.o [2021-03-10T15:05:01.344Z] #43 ... [2021-03-10T15:05:01.344Z] [2021-03-10T15:05:01.344Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-10T15:05:01.344Z] #20 11.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2021-03-10T15:05:01.344Z] #20 11.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2021-03-10T15:05:01.344Z] #20 11.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2021-03-10T15:05:01.344Z] #20 11.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2021-03-10T15:05:01.344Z] #20 11.57 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2021-03-10T15:05:01.344Z] #20 11.57 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2021-03-10T15:05:01.344Z] #20 11.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2021-03-10T15:05:01.344Z] #20 11.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2021-03-10T15:05:01.344Z] #20 11.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2021-03-10T15:05:01.344Z] #20 11.59 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-03-10T15:05:01.344Z] #20 11.60 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:05:01.344Z] #20 11.60 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2021-03-10T15:05:01.344Z] #20 11.61 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2021-03-10T15:05:01.344Z] #20 11.61 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2021-03-10T15:05:01.344Z] #20 11.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2021-03-10T15:05:01.344Z] #20 11.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2021-03-10T15:05:01.344Z] #20 11.63 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-03-10T15:05:01.344Z] #20 11.64 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-03-10T15:05:01.344Z] #20 11.65 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-03-10T15:05:01.344Z] #20 11.69 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2021-03-10T15:05:01.360Z] #63 ... [2021-03-10T15:05:01.360Z] [2021-03-10T15:05:01.360Z] #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-03-10T15:05:01.360Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:05:01.360Z] #48 27.86 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:01.360Z] #48 28.02 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:01.360Z] #48 28.02 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:01.360Z] #48 28.02 go: downloading github.com/spf13/afero v1.1.2 [2021-03-10T15:05:01.360Z] #48 28.14 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:01.360Z] #48 28.33 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:01.360Z] #48 28.43 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:01.360Z] #48 28.66 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:01.360Z] #48 28.82 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:01.360Z] #48 28.89 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:01.360Z] #48 29.03 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:01.360Z] #48 29.09 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:01.360Z] #48 29.16 go: extracting github.com/spf13/afero v1.1.2 [2021-03-10T15:05:01.360Z] #48 29.23 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:05:01.360Z] #48 29.26 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:01.360Z] #48 29.30 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:01.360Z] #48 29.30 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:01.360Z] #48 29.30 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:01.360Z] #48 29.40 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:01.360Z] #48 29.54 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:01.360Z] #48 30.06 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:01.360Z] #48 30.10 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:01.360Z] #48 30.33 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:01.360Z] #48 30.44 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.44 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.44 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.44 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.56 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.68 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.68 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.68 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.91 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.91 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:01.361Z] #48 30.91 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:01.622Z] #48 ... [2021-03-10T15:05:01.622Z] [2021-03-10T15:05:01.622Z] #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-03-10T15:05:01.622Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:05:01.622Z] #39 22.17 Checking out files: 82% (1385/1682) Checking out files: 83% (1397/1682) Checking out files: 84% (1413/1682) Checking out files: 85% (1430/1682) Checking out files: 86% (1447/1682) Checking out files: 87% (1464/1682) Checking out files: 88% (1481/1682) Checking out files: 89% (1497/1682) Checking out files: 90% (1514/1682) Checking out files: 91% (1531/1682) Checking out files: 92% (1548/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-10T15:05:01.622Z] #39 22.49 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-10T15:05:01.622Z] #39 25.23 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-10T15:05:01.638Z] #20 11.77 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2021-03-10T15:05:01.638Z] #20 11.78 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-03-10T15:05:01.638Z] #20 11.98 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-03-10T15:05:01.666Z] #42 40.85 CC images/macvlan.o [2021-03-10T15:05:01.666Z] #42 41.07 CC images/sit.o [2021-03-10T15:05:01.666Z] #42 41.25 CC images/memfd.o [2021-03-10T15:05:01.883Z] #39 ... [2021-03-10T15:05:01.883Z] [2021-03-10T15:05:01.883Z] #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-03-10T15:05:01.883Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:05:01.883Z] #50 23.58 runtime/cgo [2021-03-10T15:05:01.883Z] #50 23.58 runtime [2021-03-10T15:05:01.883Z] #50 ... [2021-03-10T15:05:01.883Z] [2021-03-10T15:05:01.883Z] #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-03-10T15:05:01.883Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:05:01.883Z] #35 26.31 Fetched 8423 kB in 17s (482 kB/s) [2021-03-10T15:05:01.883Z] #35 26.31 Reading package lists... [2021-03-10T15:05:02.006Z] #20 11.99 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-03-10T15:05:02.006Z] #20 11.99 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-03-10T15:05:02.006Z] #20 11.99 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2021-03-10T15:05:02.006Z] #20 12.00 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2021-03-10T15:05:02.006Z] #20 12.01 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2021-03-10T15:05:02.006Z] #20 12.04 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-10T15:05:02.006Z] #20 12.05 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2021-03-10T15:05:02.007Z] #20 12.06 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2021-03-10T15:05:02.007Z] #20 12.06 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-10T15:05:02.007Z] #20 12.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2021-03-10T15:05:02.007Z] #20 12.08 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-10T15:05:02.007Z] #20 12.08 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB] [2021-03-10T15:05:02.007Z] #20 12.10 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2021-03-10T15:05:02.007Z] #20 12.12 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2021-03-10T15:05:02.007Z] #20 12.13 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-10T15:05:02.144Z] #35 33.73 Reading package lists... [2021-03-10T15:05:02.145Z] #35 ... [2021-03-10T15:05:02.145Z] [2021-03-10T15:05:02.145Z] #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-03-10T15:05:02.145Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:05:02.145Z] #48 33.90 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:02.145Z] #48 33.93 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:05:02.231Z] #42 41.58 CC images/timens.o [2021-03-10T15:05:02.255Z] #58 5.236 + cd /tmp/tmp.oFXaV19ZKo/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:05:02.255Z] #58 ... [2021-03-10T15:05:02.255Z] [2021-03-10T15:05:02.255Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-10T15:05:02.255Z] #29 sha256:92fe75682c629be3175dfc262efa637fac934378b6659aa7310c671c8a5edeff [2021-03-10T15:05:02.255Z] #29 2.285 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-10T15:05:02.255Z] #29 2.879 [2021-03-10T15:05:02.300Z] #20 12.48 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2021-03-10T15:05:02.300Z] #20 12.53 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2021-03-10T15:05:02.300Z] #20 12.56 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2021-03-10T15:05:02.488Z] #42 41.89 LINK images/built-in.o [2021-03-10T15:05:02.594Z] #20 12.91 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:02.594Z] #20 12.94 Fetched 27.7 MB in 1s (22.8 MB/s) [2021-03-10T15:05:02.745Z] #42 42.02 GEN compel/include/asm [2021-03-10T15:05:02.745Z] #42 42.04 GEN compel/include/version.h [2021-03-10T15:05:02.745Z] #42 42.07 touch .config [2021-03-10T15:05:02.745Z] #42 42.12 GEN include/common/config.h [2021-03-10T15:05:02.745Z] #42 42.21 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-10T15:05:02.745Z] #42 42.23 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-10T15:05:02.889Z] #20 12.98 Selecting previously unselected package pigz. [2021-03-10T15:05:02.889Z] #20 12.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23201 files and directories currently installed.) [2021-03-10T15:05:02.890Z] #20 13.01 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2021-03-10T15:05:02.890Z] #20 13.02 Unpacking pigz (2.4-1) ... [2021-03-10T15:05:02.890Z] #20 13.06 Selecting previously unselected package libpython3.7-minimal:s390x. [2021-03-10T15:05:02.890Z] #20 13.06 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-03-10T15:05:02.890Z] #20 13.06 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-03-10T15:05:03.002Z] #42 42.24 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-10T15:05:03.002Z] #42 42.27 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-10T15:05:03.002Z] #42 42.29 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-10T15:05:03.002Z] #42 42.33 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-10T15:05:03.002Z] #42 42.36 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-10T15:05:03.002Z] #42 42.39 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-10T15:05:03.002Z] #42 42.41 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-10T15:05:03.002Z] #42 42.43 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-10T15:05:03.002Z] #42 42.44 DEP compel/plugins/std/infect.d [2021-03-10T15:05:03.157Z] #29 3.097 0.1% ### 4.9% ####### 10.9% ############# 19.1% ################### 27.2% ###################### 31.2% ########################## 37.3% ############################# 41.4% ################################## 47.5% ###################################### 53.6% ######################################### 57.6% ############################################# 62.9% ############################################### 65.4% ################################################### 71.0% ###################################################### 75.1% ######################################################## 79.2% ########################################################### 83.2% ################################################################ 89.3% #################################################################### 95.4% ######################################################################## 100.0% [2021-03-10T15:05:03.188Z] #20 13.33 Selecting previously unselected package python3.7-minimal. [2021-03-10T15:05:03.188Z] #20 13.33 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-03-10T15:05:03.188Z] #20 13.35 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:05:03.259Z] #42 42.55 DEP compel/plugins/std/string.d [2021-03-10T15:05:03.259Z] #42 42.67 DEP compel/plugins/std/log.d [2021-03-10T15:05:03.259Z] #42 42.81 DEP compel/plugins/std/fds.d [2021-03-10T15:05:03.461Z] #29 5.853 #=#=# [2021-03-10T15:05:03.516Z] #42 42.97 DEP compel/plugins/std/std.d [2021-03-10T15:05:03.773Z] #42 43.13 DEP compel/plugins/shmem/shmem.d [2021-03-10T15:05:03.773Z] #42 43.26 DEP compel/plugins/fds/fds.d [2021-03-10T15:05:03.832Z] #20 13.98 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-03-10T15:05:03.832Z] #20 13.99 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:05:03.897Z] #31 ... [2021-03-10T15:05:03.897Z] [2021-03-10T15:05:03.897Z] #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-03-10T15:05:03.897Z] #50 sha256:d99dffa4a7347442eee3f5ddf468110733e76592e9803e4ae1cac4431cbd67e2 [2021-03-10T15:05:03.897Z] #50 24.56 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:05:03.897Z] #50 24.58 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:05:03.897Z] #50 24.87 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:05:03.897Z] #50 24.88 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:05:03.897Z] #50 25.72 runtime [2021-03-10T15:05:03.897Z] #50 ... [2021-03-10T15:05:03.897Z] [2021-03-10T15:05:03.897Z] #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-03-10T15:05:03.897Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:05:03.897Z] #48 32.95 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:03.897Z] #48 32.97 go: downloading golang.org/x/text v0.3.2 [2021-03-10T15:05:03.897Z] #48 32.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:03.897Z] #48 33.03 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:03.897Z] #48 33.07 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:03.897Z] #48 33.12 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:03.897Z] #48 33.20 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:03.897Z] #48 33.35 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:03.897Z] #48 33.41 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:03.897Z] #48 33.56 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:03.897Z] #48 33.57 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:03.897Z] #48 33.67 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:03.897Z] #48 33.67 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:03.897Z] #48 33.68 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:03.897Z] #48 33.86 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:05:03.897Z] #48 33.98 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:03.897Z] #48 34.16 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:03.897Z] #48 34.18 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:05:03.897Z] #48 34.23 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:03.897Z] #48 34.23 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:03.897Z] #48 34.24 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:03.897Z] #48 34.25 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:03.897Z] #48 34.25 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:03.897Z] #48 34.26 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:03.897Z] #48 34.29 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:05:03.897Z] #48 34.33 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:03.897Z] #48 34.43 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:03.897Z] #48 34.49 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:03.897Z] #48 34.56 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:05:03.897Z] #48 34.57 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:03.897Z] #48 34.61 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:03.897Z] #48 34.63 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:03.897Z] #48 34.72 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:03.897Z] #48 34.88 go: downloading github.com/spf13/viper v1.6.1 [2021-03-10T15:05:03.897Z] #48 34.88 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:03.897Z] #48 34.90 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:03.897Z] #48 34.96 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:03.897Z] #48 34.99 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:03.897Z] #48 35.05 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:03.897Z] #48 35.06 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:03.897Z] #48 35.08 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:03.897Z] #48 35.17 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:03.897Z] #48 ... [2021-03-10T15:05:03.897Z] [2021-03-10T15:05:03.897Z] #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-03-10T15:05:03.897Z] #57 sha256:f039c1209c824b1e505ee38801601bf86a1ceaee66ce20d519ab154d568723c8 [2021-03-10T15:05:03.897Z] #57 25.06 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:05:03.897Z] #57 26.22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:03.897Z] #57 26.34 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:03.897Z] #57 26.41 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:05:03.897Z] #57 26.47 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:03.897Z] #57 27.32 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:03.897Z] #57 31.73 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:05:03.897Z] #57 31.77 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:05:03.897Z] #57 31.79 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:05:03.897Z] #57 32.24 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:05:03.897Z] #57 32.32 go: finding github.com/google/uuid v1.2.0 [2021-03-10T15:05:03.897Z] #57 32.41 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:05:03.897Z] #57 32.43 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-10T15:05:03.897Z] #57 32.53 go: finding github.com/gofrs/flock v0.8.0 [2021-03-10T15:05:03.897Z] #57 32.64 go: finding github.com/gorilla/mux v1.8.0 [2021-03-10T15:05:03.897Z] #57 32.79 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:05:03.897Z] #57 32.88 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:05:03.897Z] #57 32.90 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:05:03.897Z] #57 32.96 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:05:03.897Z] #57 33.40 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:03.897Z] #57 33.58 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:04.030Z] #42 43.48 CC compel/plugins/std/std.o [2021-03-10T15:05:04.065Z] #29 6.113 0.5% ############ 17.5% ############################### 44.2% ############################################################ 83.7% ######################################################################## 100.0% [2021-03-10T15:05:04.184Z] #57 ... [2021-03-10T15:05:04.184Z] [2021-03-10T15:05:04.184Z] #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-03-10T15:05:04.184Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:05:04.184Z] #48 35.26 go: extracting github.com/spf13/viper v1.6.1 [2021-03-10T15:05:04.184Z] #48 35.29 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:04.184Z] #48 35.34 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:04.184Z] #48 35.40 go: downloading github.com/fatih/color v1.7.0 [2021-03-10T15:05:04.184Z] #48 ... [2021-03-10T15:05:04.184Z] [2021-03-10T15:05:04.184Z] #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-03-10T15:05:04.184Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-10T15:05:04.184Z] #54 20.95 Reading package lists... [2021-03-10T15:05:04.184Z] #54 25.69 Reading package lists... [2021-03-10T15:05:04.184Z] #54 32.15 Building dependency tree... [2021-03-10T15:05:04.184Z] #54 ... [2021-03-10T15:05:04.184Z] [2021-03-10T15:05:04.185Z] #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-03-10T15:05:04.185Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:05:04.185Z] #48 35.44 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:04.349Z] #8 ... [2021-03-10T15:05:04.350Z] [2021-03-10T15:05:04.350Z] #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-03-10T15:05:04.350Z] #28 sha256:b553eb3dcdd70b131c3942330277fd90e43e29dba5ca0937b56445258de307a5 [2021-03-10T15:05:04.350Z] #28 1.901 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-10T15:05:04.350Z] #28 1.998 [2021-03-10T15:05:04.350Z] #28 2.129 ########### 15.4% ######################### 35.9% ######################################## 55.6% ###################################################### 75.6% #################################################################### 95.1% ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 2.644 [2021-03-10T15:05:04.350Z] #28 2.770 0.0% ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 2.995 [2021-03-10T15:05:04.350Z] #28 3.121 #################################### 50.9% ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 3.257 [2021-03-10T15:05:04.350Z] #28 3.389 ###### 9.7% ##################### 30.1% ######################################## 55.8% ###################################################### 75.1% ################################################################### 94.3% ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 3.926 [2021-03-10T15:05:04.350Z] #28 4.045 ### 4.3% ###### 9.6% ########## 14.8% ############## 20.0% ################## 25.3% ##################### 30.4% ######################### 35.6% ############################# 40.6% ############################### 44.1% ##################################### 52.4% ######################################### 57.8% ############################################# 63.0% ################################################# 68.2% #################################################### 73.4% ######################################################## 78.5% ############################################################ 83.9% ############################################################### 87.7% ################################################################### 94.3% ####################################################################### 99.4% ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 5.913 [2021-03-10T15:05:04.350Z] #28 6.247 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-10T15:05:04.350Z] #28 6.360 [2021-03-10T15:05:04.350Z] #28 6.425 ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 6.457 [2021-03-10T15:05:04.350Z] #28 6.809 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-10T15:05:04.350Z] #28 6.898 [2021-03-10T15:05:04.350Z] #28 7.008 ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 7.042 [2021-03-10T15:05:04.350Z] #28 7.411 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-10T15:05:04.350Z] #28 7.496 [2021-03-10T15:05:04.350Z] #28 7.619 #### 5.8% ###################### 31.3% ######################### 35.3% ###################################### 53.0% ##################################################### 74.7% ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 8.341 [2021-03-10T15:05:04.350Z] #28 8.741 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-10T15:05:04.350Z] #28 8.850 [2021-03-10T15:05:04.350Z] #28 8.960 ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 8.993 [2021-03-10T15:05:04.350Z] #28 9.264 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-10T15:05:04.350Z] #28 9.375 [2021-03-10T15:05:04.350Z] #28 9.484 ######################################################################## 100.0% [2021-03-10T15:05:04.350Z] #28 9.512 [2021-03-10T15:05:04.350Z] #28 9.539 Download of images into '/build' complete. [2021-03-10T15:05:04.350Z] #28 9.539 Use something like the following to load the result into a Docker daemon: [2021-03-10T15:05:04.350Z] #28 9.539 tar -cC '/build' . | docker load [2021-03-10T15:05:04.350Z] #28 ... [2021-03-10T15:05:04.350Z] [2021-03-10T15:05:04.350Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-10T15:05:04.350Z] #8 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-10T15:05:04.350Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.1s [2021-03-10T15:05:04.350Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.8s done [2021-03-10T15:05:04.448Z] #48 35.60 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:04.448Z] #48 35.60 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:04.594Z] #42 43.81 CC compel/plugins/std/fds.o [2021-03-10T15:05:04.689Z] #48 ... [2021-03-10T15:05:04.689Z] [2021-03-10T15:05:04.689Z] #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-03-10T15:05:04.689Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:04.689Z] #41 26.63 Fetched 8423 kB in 18s (470 kB/s) [2021-03-10T15:05:04.689Z] #41 26.63 Reading package lists... [2021-03-10T15:05:04.714Z] #29 7.062 [2021-03-10T15:05:04.809Z] #48 35.79 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:04.809Z] #48 35.85 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:04.809Z] #48 35.85 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:04.851Z] #42 44.30 CC compel/plugins/std/log.o [2021-03-10T15:05:04.877Z] #20 15.21 Selecting previously unselected package python3-minimal. [2021-03-10T15:05:04.877Z] #20 15.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23450 files and directories currently installed.) [2021-03-10T15:05:04.877Z] #20 15.22 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2021-03-10T15:05:04.877Z] #20 15.23 Unpacking python3-minimal (3.7.3-1) ... [2021-03-10T15:05:04.950Z] #41 34.04 Reading package lists... [2021-03-10T15:05:04.950Z] #41 ... [2021-03-10T15:05:04.950Z] [2021-03-10T15:05:04.950Z] #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-03-10T15:05:04.950Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:05:04.950Z] #54 26.78 Fetched 8423 kB in 18s (470 kB/s) [2021-03-10T15:05:04.950Z] #54 26.78 Reading package lists... [2021-03-10T15:05:04.950Z] #54 34.07 Reading package lists... [2021-03-10T15:05:04.950Z] #54 ... [2021-03-10T15:05:04.950Z] [2021-03-10T15:05:04.950Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:04.950Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:04.950Z] #12 26.25 Fetched 8922 kB in 18s (490 kB/s) [2021-03-10T15:05:05.149Z] #48 36.04 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:05.149Z] #48 36.04 go: extracting github.com/fatih/color v1.7.0 [2021-03-10T15:05:05.149Z] #48 36.07 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:05.149Z] #48 ... [2021-03-10T15:05:05.149Z] [2021-03-10T15:05:05.149Z] #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-03-10T15:05:05.149Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-10T15:05:05.149Z] #35 26.20 The following additional packages will be installed: [2021-03-10T15:05:05.149Z] #35 26.20 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-10T15:05:05.149Z] #35 26.21 Suggested packages: [2021-03-10T15:05:05.149Z] #35 26.22 cmake-doc ninja-build lrzip [2021-03-10T15:05:05.149Z] #35 26.22 Recommended packages: [2021-03-10T15:05:05.149Z] #35 26.22 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-10T15:05:05.149Z] #35 27.06 The following NEW packages will be installed: [2021-03-10T15:05:05.149Z] #35 27.09 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-10T15:05:05.149Z] #35 27.09 vim-common xxd [2021-03-10T15:05:05.149Z] #35 27.53 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:05.149Z] #35 27.53 Need to get 14.2 MB of archives. [2021-03-10T15:05:05.149Z] #35 27.53 After this operation, 60.0 MB of additional disk space will be used. [2021-03-10T15:05:05.149Z] #35 27.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-03-10T15:05:05.149Z] #35 27.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:05:05.149Z] #35 27.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-10T15:05:05.149Z] #35 27.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-03-10T15:05:05.149Z] #35 28.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-03-10T15:05:05.149Z] #35 28.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-03-10T15:05:05.149Z] #35 28.47 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-03-10T15:05:05.149Z] #35 28.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-03-10T15:05:05.149Z] #35 28.48 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-03-10T15:05:05.149Z] #35 28.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-03-10T15:05:05.149Z] #35 29.79 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:05.149Z] #35 29.97 Fetched 14.2 MB in 1s (9798 kB/s) [2021-03-10T15:05:05.149Z] #35 30.04 Selecting previously unselected package xxd. [2021-03-10T15:05:05.149Z] #35 30.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-03-10T15:05:05.149Z] #35 30.19 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-03-10T15:05:05.149Z] #35 30.21 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:05:05.149Z] #35 30.49 Selecting previously unselected package vim-common. [2021-03-10T15:05:05.149Z] #35 30.50 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:05:05.149Z] #35 30.54 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:05.149Z] #35 31.03 Selecting previously unselected package cmake-data. [2021-03-10T15:05:05.149Z] #35 31.03 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-10T15:05:05.149Z] #35 31.05 Unpacking cmake-data (3.13.4-1) ... [2021-03-10T15:05:05.149Z] #35 ... [2021-03-10T15:05:05.149Z] [2021-03-10T15:05:05.149Z] #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-03-10T15:05:05.149Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:05:05.149Z] #48 36.23 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:05.149Z] #48 36.26 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:05.171Z] #20 15.31 Selecting previously unselected package libmpdec2:s390x. [2021-03-10T15:05:05.171Z] #20 15.31 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2021-03-10T15:05:05.171Z] #20 15.32 Unpacking libmpdec2:s390x (2.4.2-2) ... [2021-03-10T15:05:05.171Z] #20 15.37 Selecting previously unselected package libpython3.7-stdlib:s390x. [2021-03-10T15:05:05.171Z] #20 15.37 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2021-03-10T15:05:05.171Z] #20 15.37 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-03-10T15:05:05.286Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-10T15:05:05.574Z] #48 36.44 go: downloading github.com/spf13/afero v1.1.2 [2021-03-10T15:05:05.574Z] #48 36.67 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:05.574Z] #48 36.70 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:05.574Z] #48 36.76 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:05.574Z] #48 36.77 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:05.615Z] #29 7.355 0.3% ########### 15.4% ######################### 35.9% ######################################## 56.4% ###################################################################### 97.3% ######################################################################## 100.0% [2021-03-10T15:05:05.781Z] #42 ... [2021-03-10T15:05:05.781Z] [2021-03-10T15:05:05.781Z] #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-03-10T15:05:05.781Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:05:05.781Z] #44 104.2 vendor/golang.org/x/net/idna [2021-03-10T15:05:05.781Z] #44 106.2 vendor/golang.org/x/net/http2/hpack [2021-03-10T15:05:05.781Z] #44 107.4 mime [2021-03-10T15:05:05.781Z] #44 108.8 mime/quotedprintable [2021-03-10T15:05:05.781Z] #44 109.1 net/http/internal [2021-03-10T15:05:05.781Z] #44 112.0 crypto/tls [2021-03-10T15:05:05.781Z] #44 ... [2021-03-10T15:05:05.781Z] [2021-03-10T15:05:05.781Z] #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-03-10T15:05:05.781Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:05.781Z] #42 45.17 CC compel/plugins/std/string.o [2021-03-10T15:05:05.813Z] #20 15.99 Selecting previously unselected package python3.7. [2021-03-10T15:05:05.813Z] #20 15.99 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2021-03-10T15:05:05.813Z] #20 16.00 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:05:05.813Z] #20 16.06 Selecting previously unselected package libpython3-stdlib:s390x. [2021-03-10T15:05:05.813Z] #20 16.07 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2021-03-10T15:05:05.813Z] #20 16.07 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2021-03-10T15:05:05.894Z] #12 26.25 Reading package lists... [2021-03-10T15:05:05.894Z] #12 ... [2021-03-10T15:05:05.894Z] [2021-03-10T15:05:05.894Z] #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-03-10T15:05:05.894Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:05:05.894Z] #44 27.64 vendor/golang.org/x/crypto/internal/subtle [2021-03-10T15:05:05.894Z] #44 27.94 vendor/golang.org/x/crypto/curve25519 [2021-03-10T15:05:05.894Z] #44 ... [2021-03-10T15:05:05.894Z] [2021-03-10T15:05:05.894Z] #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-03-10T15:05:05.894Z] #57 sha256:dbdce5ab117a4e37c7be655c81af2d4f4a1b410e72d4127873abf515b0a03a61 [2021-03-10T15:05:05.894Z] #57 28.10 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:05.894Z] #57 28.33 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:05.974Z] #48 37.00 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:06.108Z] #20 16.16 Setting up python3-minimal (3.7.3-1) ... [2021-03-10T15:05:06.108Z] #20 16.52 Selecting previously unselected package python3. [2021-03-10T15:05:06.273Z] #29 8.451 [2021-03-10T15:05:06.364Z] #48 37.40 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:06.364Z] #48 37.42 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:06.364Z] #48 37.47 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:06.402Z] #20 16.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23862 files and directories currently installed.) [2021-03-10T15:05:06.402Z] #20 16.56 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2021-03-10T15:05:06.402Z] #20 16.57 Unpacking python3 (3.7.3-1) ... [2021-03-10T15:05:06.402Z] #20 16.64 Selecting previously unselected package libip4tc0:s390x. [2021-03-10T15:05:06.402Z] #20 16.64 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2021-03-10T15:05:06.402Z] #20 16.64 Unpacking libip4tc0:s390x (1.8.2-4) ... [2021-03-10T15:05:06.402Z] #20 16.70 Selecting previously unselected package libip6tc0:s390x. [2021-03-10T15:05:06.402Z] #20 16.70 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2021-03-10T15:05:06.402Z] #20 16.71 Unpacking libip6tc0:s390x (1.8.2-4) ... [2021-03-10T15:05:06.402Z] #20 16.75 Selecting previously unselected package libiptc0:s390x. [2021-03-10T15:05:06.402Z] #20 16.75 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2021-03-10T15:05:06.402Z] #20 16.75 Unpacking libiptc0:s390x (1.8.2-4) ... [2021-03-10T15:05:06.402Z] #20 16.79 Selecting previously unselected package libnfnetlink0:s390x. [2021-03-10T15:05:06.402Z] #20 16.80 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2021-03-10T15:05:06.697Z] #20 16.80 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-03-10T15:05:06.697Z] #20 16.84 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2021-03-10T15:05:06.697Z] #20 16.84 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2021-03-10T15:05:06.697Z] #20 16.85 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-03-10T15:05:06.697Z] #20 16.90 Selecting previously unselected package libnftnl11:s390x. [2021-03-10T15:05:06.697Z] #20 16.90 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2021-03-10T15:05:06.697Z] #20 16.91 Unpacking libnftnl11:s390x (1.1.2-2) ... [2021-03-10T15:05:06.697Z] #20 16.98 Selecting previously unselected package iptables. [2021-03-10T15:05:06.697Z] #20 16.98 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2021-03-10T15:05:06.697Z] #20 16.98 Unpacking iptables (1.8.2-4) ... [2021-03-10T15:05:06.702Z] #48 37.75 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:06.711Z] #42 45.91 CC compel/plugins/std/infect.o [2021-03-10T15:05:06.937Z] #29 8.697 0.1% [2021-03-10T15:05:06.937Z] #29 ... [2021-03-10T15:05:06.937Z] [2021-03-10T15:05:06.937Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-10T15:05:06.937Z] #47 sha256:314598290a96c9b2de36d72715f0d8a121b73fb8fa90b86833e064dafbce0546 [2021-03-10T15:05:06.937Z] #47 0.758 + RM_GOPATH=0 [2021-03-10T15:05:06.937Z] #47 0.759 + TMP_GOPATH= [2021-03-10T15:05:06.937Z] #47 0.760 + : /build [2021-03-10T15:05:06.937Z] #47 0.761 + '[' -z '' ']' [2021-03-10T15:05:06.937Z] #47 0.767 ++ mktemp -d [2021-03-10T15:05:06.937Z] #47 0.773 + export GOPATH=/tmp/tmp.W9BXvv0KkX [2021-03-10T15:05:06.937Z] #47 0.774 + GOPATH=/tmp/tmp.W9BXvv0KkX [2021-03-10T15:05:06.937Z] #47 0.775 + RM_GOPATH=1 [2021-03-10T15:05:06.937Z] #47 0.775 + case "$(go env GOARCH)" in [2021-03-10T15:05:06.937Z] #47 0.777 ++ go env GOARCH [2021-03-10T15:05:06.937Z] #47 0.865 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:06.937Z] #47 0.865 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:06.937Z] #47 0.868 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:06.937Z] #47 0.870 + dir=/tmp/install [2021-03-10T15:05:06.937Z] #47 0.870 + bin=gotestsum [2021-03-10T15:05:06.937Z] #47 0.870 + shift [2021-03-10T15:05:06.937Z] #47 0.870 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-10T15:05:06.937Z] #47 0.870 + . /tmp/install/gotestsum.installer [2021-03-10T15:05:06.937Z] #47 0.870 ++ : v0.5.3 [2021-03-10T15:05:06.937Z] #47 0.871 + install_gotestsum [2021-03-10T15:05:06.937Z] #47 0.872 + set -e [2021-03-10T15:05:06.937Z] #47 0.872 + export GO111MODULE=on [2021-03-10T15:05:06.937Z] #47 0.872 + GO111MODULE=on [2021-03-10T15:05:06.937Z] #47 0.872 + GOBIN=/build [2021-03-10T15:05:06.937Z] #47 0.872 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-10T15:05:06.937Z] #47 0.929 go: finding gotest.tools v0.5.3 [2021-03-10T15:05:06.937Z] #47 0.951 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-10T15:05:06.937Z] #47 2.072 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-10T15:05:06.937Z] #47 3.382 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-10T15:05:06.937Z] #47 5.331 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:05:06.937Z] #47 5.364 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:05:06.937Z] #47 5.380 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-10T15:05:06.937Z] #47 5.440 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:05:06.937Z] #47 5.461 go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:05:06.937Z] #47 5.535 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:05:06.937Z] #47 5.574 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:05:06.937Z] #47 5.625 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:05:06.937Z] #47 6.094 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:05:06.937Z] #47 6.121 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-10T15:05:06.937Z] #47 6.520 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:05:06.937Z] #47 6.520 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:05:06.937Z] #47 6.716 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:05:06.937Z] #47 6.884 go: extracting github.com/fatih/color v1.9.0 [2021-03-10T15:05:06.937Z] #47 7.016 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:05:06.937Z] #47 7.042 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:05:06.937Z] #47 7.047 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:05:06.937Z] #47 7.286 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:05:06.937Z] #47 7.351 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:05:06.937Z] #47 9.191 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:05:06.937Z] #47 9.889 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:05:06.966Z] #48 38.28 go: extracting github.com/spf13/afero v1.1.2 [2021-03-10T15:05:06.966Z] #48 38.30 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:06.966Z] #48 38.31 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:06.967Z] #42 46.32 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-10T15:05:06.967Z] #42 46.36 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-10T15:05:06.967Z] #42 46.41 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-10T15:05:06.991Z] #20 17.20 Selecting previously unselected package xxd. [2021-03-10T15:05:06.991Z] #20 17.21 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-03-10T15:05:06.991Z] #20 17.21 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:05:06.991Z] #20 17.29 Selecting previously unselected package vim-common. [2021-03-10T15:05:06.991Z] #20 17.29 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:05:06.991Z] #20 17.31 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:06.991Z] #20 17.43 Selecting previously unselected package bash-completion. [2021-03-10T15:05:07.225Z] #42 46.50 AR compel/plugins/std.lib.a [2021-03-10T15:05:07.225Z] #42 46.58 CC compel/plugins/fds/fds.o [2021-03-10T15:05:07.231Z] #48 38.32 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:07.231Z] #48 38.32 go: extracting golang.org/x/text v0.3.2 [2021-03-10T15:05:07.231Z] #48 38.32 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:07.231Z] #48 38.40 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:07.231Z] #48 38.47 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:07.234Z] #47 ... [2021-03-10T15:05:07.234Z] [2021-03-10T15:05:07.234Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:05:07.234Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-10T15:05:07.234Z] #32 0.696 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-10T15:05:07.234Z] #32 0.701 Cloning into '.'... [2021-03-10T15:05:07.234Z] #32 ... [2021-03-10T15:05:07.234Z] [2021-03-10T15:05:07.234Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:05:07.234Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:05:07.234Z] #51 0.829 + RM_GOPATH=0 [2021-03-10T15:05:07.234Z] #51 0.829 + TMP_GOPATH= [2021-03-10T15:05:07.234Z] #51 0.829 + : /build [2021-03-10T15:05:07.234Z] #51 0.829 + '[' -z '' ']' [2021-03-10T15:05:07.234Z] #51 0.830 ++ mktemp -d [2021-03-10T15:05:07.234Z] #51 0.833 + export GOPATH=/tmp/tmp.5ffP0xR8Qm [2021-03-10T15:05:07.234Z] #51 0.833 + GOPATH=/tmp/tmp.5ffP0xR8Qm [2021-03-10T15:05:07.234Z] #51 0.834 + RM_GOPATH=1 [2021-03-10T15:05:07.234Z] #51 0.834 + case "$(go env GOARCH)" in [2021-03-10T15:05:07.234Z] #51 0.836 ++ go env GOARCH [2021-03-10T15:05:07.234Z] #51 0.888 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:07.234Z] #51 0.888 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:07.234Z] #51 0.890 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:07.234Z] #51 0.894 + dir=/tmp/install [2021-03-10T15:05:07.234Z] #51 0.894 + bin=shfmt [2021-03-10T15:05:07.234Z] #51 0.895 + shift [2021-03-10T15:05:07.234Z] #51 0.895 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-10T15:05:07.234Z] #51 0.896 + . /tmp/install/shfmt.installer [2021-03-10T15:05:07.234Z] #51 0.897 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:05:07.234Z] #51 0.897 + install_shfmt [2021-03-10T15:05:07.234Z] #51 0.898 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-10T15:05:07.234Z] #51 0.898 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:05:07.234Z] #51 0.898 + git clone https://github.com/mvdan/sh.git /tmp/tmp.5ffP0xR8Qm/src/github.com/mvdan/sh [2021-03-10T15:05:07.234Z] #51 0.925 Cloning into '/tmp/tmp.5ffP0xR8Qm/src/github.com/mvdan/sh'... [2021-03-10T15:05:07.285Z] #20 17.43 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-10T15:05:07.482Z] #42 46.85 AR compel/plugins/fds.lib.a [2021-03-10T15:05:07.482Z] #42 46.89 HOSTDEP compel/src/lib/log-host.d [2021-03-10T15:05:07.501Z] #48 38.60 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:07.501Z] #48 38.65 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:07.502Z] #48 ... [2021-03-10T15:05:07.502Z] [2021-03-10T15:05:07.502Z] #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-03-10T15:05:07.502Z] #63 sha256:109472c9715623af663b620f5215ec0172b874eea838ce9cf1f7a2605035fb68 [2021-03-10T15:05:07.502Z] #63 DONE 38.8s [2021-03-10T15:05:07.502Z] [2021-03-10T15:05:07.502Z] #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-03-10T15:05:07.502Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:05:07.502Z] #48 38.74 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:07.540Z] #51 ... [2021-03-10T15:05:07.540Z] [2021-03-10T15:05:07.540Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:05:07.540Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:05:07.540Z] #45 0.492 + RM_GOPATH=0 [2021-03-10T15:05:07.540Z] #45 0.493 + TMP_GOPATH= [2021-03-10T15:05:07.540Z] #45 0.493 + : /build [2021-03-10T15:05:07.540Z] #45 0.494 + '[' -z '' ']' [2021-03-10T15:05:07.540Z] #45 0.499 ++ mktemp -d [2021-03-10T15:05:07.540Z] #45 0.501 + export GOPATH=/tmp/tmp.uathjbNzgD [2021-03-10T15:05:07.540Z] #45 0.501 + GOPATH=/tmp/tmp.uathjbNzgD [2021-03-10T15:05:07.540Z] #45 0.501 + RM_GOPATH=1 [2021-03-10T15:05:07.540Z] #45 0.501 + case "$(go env GOARCH)" in [2021-03-10T15:05:07.540Z] #45 0.502 ++ go env GOARCH [2021-03-10T15:05:07.540Z] #45 0.509 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:07.540Z] #45 0.510 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:07.540Z] #45 0.511 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:07.540Z] #45 0.512 + dir=/tmp/install [2021-03-10T15:05:07.540Z] #45 0.513 + bin=vndr [2021-03-10T15:05:07.540Z] #45 0.513 + shift [2021-03-10T15:05:07.540Z] #45 0.514 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-10T15:05:07.540Z] #45 0.514 + . /tmp/install/vndr.installer [2021-03-10T15:05:07.540Z] #45 0.515 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:05:07.540Z] #45 0.517 + install_vndr [2021-03-10T15:05:07.540Z] #45 0.517 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-10T15:05:07.540Z] #45 0.518 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:05:07.540Z] #45 0.518 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.uathjbNzgD/src/github.com/LK4D4/vndr [2021-03-10T15:05:07.540Z] #45 0.523 Cloning into '/tmp/tmp.uathjbNzgD/src/github.com/LK4D4/vndr'... [2021-03-10T15:05:07.540Z] #45 1.207 + cd /tmp/tmp.uathjbNzgD/src/github.com/LK4D4/vndr [2021-03-10T15:05:07.540Z] #45 1.209 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:05:07.540Z] #45 1.240 + go build -buildmode=pie -v -o /build/vndr . [2021-03-10T15:05:07.540Z] #45 2.573 internal/race [2021-03-10T15:05:07.540Z] #45 2.621 internal/cpu [2021-03-10T15:05:07.540Z] #45 2.676 runtime/internal/sys [2021-03-10T15:05:07.540Z] #45 2.790 runtime/internal/atomic [2021-03-10T15:05:07.540Z] #45 3.214 sync/atomic [2021-03-10T15:05:07.540Z] #45 3.641 unicode/utf8 [2021-03-10T15:05:07.540Z] #45 3.669 unicode [2021-03-10T15:05:07.540Z] #45 4.024 internal/bytealg [2021-03-10T15:05:07.540Z] #45 4.635 math/bits [2021-03-10T15:05:07.540Z] #45 5.729 internal/testlog [2021-03-10T15:05:07.540Z] #45 6.293 runtime [2021-03-10T15:05:07.540Z] #45 6.329 encoding [2021-03-10T15:05:07.540Z] #45 6.726 unicode/utf16 [2021-03-10T15:05:07.540Z] #45 7.103 math [2021-03-10T15:05:07.540Z] #45 7.436 container/list [2021-03-10T15:05:07.540Z] #45 9.949 crypto/internal/subtle [2021-03-10T15:05:07.540Z] #45 ... [2021-03-10T15:05:07.540Z] [2021-03-10T15:05:07.540Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-10T15:05:07.540Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-10T15:05:07.540Z] #42 0.589 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:07.540Z] #42 0.633 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:07.540Z] #42 0.637 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:07.540Z] #42 1.895 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-10T15:05:07.540Z] #42 3.953 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-10T15:05:07.540Z] #42 6.286 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-10T15:05:07.740Z] #42 46.97 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-10T15:05:07.740Z] #42 47.13 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-10T15:05:07.740Z] #42 47.18 HOSTDEP compel/src/main-host.d [2021-03-10T15:05:07.767Z] #48 38.83 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:07.767Z] #48 38.93 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:07.767Z] #48 38.93 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:07.767Z] #48 38.93 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:07.767Z] #48 38.98 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:07.809Z] #57 ... [2021-03-10T15:05:07.809Z] [2021-03-10T15:05:07.809Z] #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-03-10T15:05:07.809Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:05:07.809Z] #48 39.34 go: extracting golang.org/x/text v0.3.2 [2021-03-10T15:05:07.819Z] #8 DONE 40.8s [2021-03-10T15:05:07.819Z] [2021-03-10T15:05:07.819Z] #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-03-10T15:05:07.819Z] #28 sha256:b553eb3dcdd70b131c3942330277fd90e43e29dba5ca0937b56445258de307a5 [2021-03-10T15:05:07.837Z] #42 ... [2021-03-10T15:05:07.837Z] [2021-03-10T15:05:07.837Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-10T15:05:07.837Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-10T15:05:07.837Z] #55 1.080 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:07.837Z] #55 1.226 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:07.837Z] #55 1.238 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:07.837Z] #55 2.913 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-10T15:05:07.837Z] #55 5.500 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-10T15:05:07.837Z] #55 7.459 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-10T15:05:07.837Z] #55 ... [2021-03-10T15:05:07.837Z] [2021-03-10T15:05:07.837Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-10T15:05:07.837Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-10T15:05:07.837Z] #40 0.697 + git clone https://github.com/docker/distribution.git . [2021-03-10T15:05:07.837Z] #40 0.704 Cloning into '.'... [2021-03-10T15:05:07.997Z] #42 47.28 DEP compel/src/lib/ptrace.d [2021-03-10T15:05:07.997Z] #42 47.37 DEP compel/src/lib/infect.d [2021-03-10T15:05:07.997Z] #42 47.48 DEP compel/src/lib/infect-util.d [2021-03-10T15:05:08.054Z] #48 39.09 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:08.054Z] #48 39.32 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:08.054Z] #48 39.35 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:08.054Z] #48 39.35 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:08.054Z] #48 39.43 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:08.078Z] #28 ... [2021-03-10T15:05:08.078Z] [2021-03-10T15:05:08.078Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-10T15:05:08.078Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-10T15:05:08.157Z] #40 ... [2021-03-10T15:05:08.157Z] [2021-03-10T15:05:08.157Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-10T15:05:08.157Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-10T15:05:08.157Z] #36 1.100 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:08.157Z] #36 1.186 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:08.157Z] #36 1.190 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:08.157Z] #36 2.829 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-10T15:05:08.157Z] #36 5.263 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-10T15:05:08.157Z] #36 7.283 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-10T15:05:08.157Z] #36 ... [2021-03-10T15:05:08.157Z] [2021-03-10T15:05:08.157Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:08.157Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:05:08.157Z] #13 0.664 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:05:08.157Z] #13 0.747 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:08.157Z] #13 0.755 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:08.157Z] #13 0.783 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:08.157Z] #13 2.208 Get:5 http://deb.debian.org/debian buster-backports/main ppc64el Packages [440 kB] [2021-03-10T15:05:08.157Z] #13 4.479 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-10T15:05:08.157Z] #13 7.035 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-10T15:05:08.157Z] #13 8.958 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-10T15:05:08.255Z] #42 47.64 DEP compel/src/lib/infect-rpc.d [2021-03-10T15:05:08.255Z] #42 47.74 DEP compel/arch/x86/src/lib/infect.d [2021-03-10T15:05:08.321Z] #48 39.43 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:08.321Z] #48 39.59 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:08.321Z] #48 39.63 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:08.507Z] #13 ... [2021-03-10T15:05:08.507Z] [2021-03-10T15:05:08.507Z] #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-03-10T15:05:08.507Z] #64 sha256:6f6a044bb59bcb006cca2e02b9187cbb7dcc5499e6e20dc0ea0b51cb5ad50d3a [2021-03-10T15:05:08.507Z] #64 0.789 + RM_GOPATH=0 [2021-03-10T15:05:08.507Z] #64 0.789 + TMP_GOPATH= [2021-03-10T15:05:08.507Z] #64 0.789 + : /build [2021-03-10T15:05:08.507Z] #64 0.789 + '[' -z '' ']' [2021-03-10T15:05:08.507Z] #64 0.792 ++ mktemp -d [2021-03-10T15:05:08.507Z] #64 0.794 + export GOPATH=/tmp/tmp.BkngbQkPbz [2021-03-10T15:05:08.507Z] #64 0.794 + GOPATH=/tmp/tmp.BkngbQkPbz [2021-03-10T15:05:08.507Z] #64 0.794 + RM_GOPATH=1 [2021-03-10T15:05:08.507Z] #64 0.794 + case "$(go env GOARCH)" in [2021-03-10T15:05:08.507Z] #64 0.794 ++ go env GOARCH [2021-03-10T15:05:08.507Z] #64 0.854 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:08.507Z] #64 0.854 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:08.507Z] #64 0.856 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:08.507Z] #64 0.858 + dir=/tmp/install [2021-03-10T15:05:08.507Z] #64 0.859 + bin=proxy [2021-03-10T15:05:08.507Z] #64 0.860 + shift [2021-03-10T15:05:08.507Z] #64 0.860 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-10T15:05:08.507Z] #64 0.860 + . /tmp/install/proxy.installer [2021-03-10T15:05:08.507Z] #64 0.861 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:05:08.507Z] #64 0.862 + install_proxy [2021-03-10T15:05:08.507Z] #64 0.862 + case "$1" in [2021-03-10T15:05:08.507Z] #64 0.863 + export CGO_ENABLED=0 [2021-03-10T15:05:08.507Z] #64 0.863 + CGO_ENABLED=0 [2021-03-10T15:05:08.507Z] #64 0.863 + _install_proxy [2021-03-10T15:05:08.507Z] #64 0.864 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-10T15:05:08.507Z] #64 0.865 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.BkngbQkPbz/src/github.com/docker/libnetwork [2021-03-10T15:05:08.507Z] #64 0.865 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:05:08.507Z] #64 0.896 Cloning into '/tmp/tmp.BkngbQkPbz/src/github.com/docker/libnetwork'... [2021-03-10T15:05:08.507Z] #64 ... [2021-03-10T15:05:08.507Z] [2021-03-10T15:05:08.507Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-10T15:05:08.507Z] #24 sha256:294f614003c2514a263de31fc7cb3a6bcb87a473dc606a42f3682bde43fca127 [2021-03-10T15:05:08.507Z] #24 0.845 + RM_GOPATH=0 [2021-03-10T15:05:08.507Z] #24 0.846 + TMP_GOPATH= [2021-03-10T15:05:08.507Z] #24 0.846 + : /build [2021-03-10T15:05:08.507Z] #24 0.846 + '[' -z '' ']' [2021-03-10T15:05:08.507Z] #24 0.848 ++ mktemp -d [2021-03-10T15:05:08.507Z] #24 0.854 + export GOPATH=/tmp/tmp.ZwhsWCLv7p [2021-03-10T15:05:08.507Z] #24 0.855 + GOPATH=/tmp/tmp.ZwhsWCLv7p [2021-03-10T15:05:08.507Z] #24 0.855 + RM_GOPATH=1 [2021-03-10T15:05:08.507Z] #24 0.856 + case "$(go env GOARCH)" in [2021-03-10T15:05:08.507Z] #24 0.857 ++ go env GOARCH [2021-03-10T15:05:08.507Z] #24 0.872 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:08.507Z] #24 0.872 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:08.507Z] #24 0.887 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:08.507Z] #24 0.896 + dir=/tmp/install [2021-03-10T15:05:08.507Z] #24 0.897 + bin=dockercli [2021-03-10T15:05:08.507Z] #24 0.897 + shift [2021-03-10T15:05:08.507Z] #24 0.898 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-10T15:05:08.507Z] #24 0.898 + . /tmp/install/dockercli.installer [2021-03-10T15:05:08.507Z] #24 0.899 ++ : stable [2021-03-10T15:05:08.507Z] #24 0.899 ++ : 17.06.2-ce [2021-03-10T15:05:08.507Z] #24 0.907 + install_dockercli [2021-03-10T15:05:08.507Z] #24 0.908 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-10T15:05:08.507Z] #24 0.909 Install docker/cli version 17.06.2-ce from stable [2021-03-10T15:05:08.507Z] #24 0.947 ++ uname -m [2021-03-10T15:05:08.507Z] #24 0.958 + arch=ppc64le [2021-03-10T15:05:08.507Z] #24 0.959 + '[' ppc64le '!=' x86_64 ']' [2021-03-10T15:05:08.507Z] #24 0.960 + '[' ppc64le '!=' s390x ']' [2021-03-10T15:05:08.507Z] #24 0.960 + '[' ppc64le '!=' armhf ']' [2021-03-10T15:05:08.507Z] #24 0.960 + build_dockercli [2021-03-10T15:05:08.507Z] #24 0.961 + git clone https://github.com/docker/docker-ce /tmp/tmp.ZwhsWCLv7p/tmp/docker-ce [2021-03-10T15:05:08.507Z] #24 0.985 Cloning into '/tmp/tmp.ZwhsWCLv7p/tmp/docker-ce'... [2021-03-10T15:05:08.507Z] #24 ... [2021-03-10T15:05:08.507Z] [2021-03-10T15:05:08.507Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:05:08.507Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:05:08.507Z] #49 0.724 + RM_GOPATH=0 [2021-03-10T15:05:08.507Z] #49 0.724 + TMP_GOPATH= [2021-03-10T15:05:08.507Z] #49 0.724 + : /build [2021-03-10T15:05:08.507Z] #49 0.724 + '[' -z '' ']' [2021-03-10T15:05:08.507Z] #49 0.729 ++ mktemp -d [2021-03-10T15:05:08.507Z] #49 0.729 + export GOPATH=/tmp/tmp.btrRbQuHnB [2021-03-10T15:05:08.507Z] #49 0.729 + GOPATH=/tmp/tmp.btrRbQuHnB [2021-03-10T15:05:08.507Z] #49 0.729 + RM_GOPATH=1 [2021-03-10T15:05:08.507Z] #49 0.729 + case "$(go env GOARCH)" in [2021-03-10T15:05:08.507Z] #49 0.729 ++ go env GOARCH [2021-03-10T15:05:08.507Z] #49 0.736 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:08.507Z] #49 0.736 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:08.507Z] #49 0.742 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:08.507Z] #49 0.742 + dir=/tmp/install [2021-03-10T15:05:08.507Z] #49 0.742 + bin=golangci_lint [2021-03-10T15:05:08.507Z] #49 0.742 + shift [2021-03-10T15:05:08.507Z] #49 0.742 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-10T15:05:08.507Z] #49 0.742 + . /tmp/install/golangci_lint.installer [2021-03-10T15:05:08.507Z] #49 0.742 ++ : v1.23.8 [2021-03-10T15:05:08.507Z] #49 0.743 + install_golangci_lint [2021-03-10T15:05:08.507Z] #49 0.744 + set -e [2021-03-10T15:05:08.507Z] #49 0.744 + export GO111MODULE=on [2021-03-10T15:05:08.507Z] #49 0.744 + GO111MODULE=on [2021-03-10T15:05:08.507Z] #49 0.744 + GOBIN=/build [2021-03-10T15:05:08.507Z] #49 0.744 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-10T15:05:08.507Z] #49 0.863 go: finding github.com v1.23.8 [2021-03-10T15:05:08.507Z] #49 0.865 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-10T15:05:08.507Z] #49 0.866 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-10T15:05:08.507Z] #49 0.866 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:05:08.507Z] #49 0.867 go: finding github.com/golangci v1.23.8 [2021-03-10T15:05:08.507Z] #49 2.143 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:05:08.507Z] #49 3.623 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:05:08.511Z] #42 47.91 DEP compel/arch/x86/src/lib/cpu.d [2021-03-10T15:05:08.584Z] #48 39.85 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:08.584Z] #48 39.92 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:08.649Z] #9 ... [2021-03-10T15:05:08.649Z] [2021-03-10T15:05:08.649Z] #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-03-10T15:05:08.649Z] #28 sha256:b553eb3dcdd70b131c3942330277fd90e43e29dba5ca0937b56445258de307a5 [2021-03-10T15:05:08.649Z] #28 DONE 14.9s [2021-03-10T15:05:08.768Z] #42 47.99 DEP compel/src/lib/log.d [2021-03-10T15:05:08.768Z] #42 48.07 DEP compel/src/main.d [2021-03-10T15:05:08.769Z] #42 48.19 DEP compel/src/lib/handle-elf.d [2021-03-10T15:05:08.806Z] #49 ... [2021-03-10T15:05:08.806Z] [2021-03-10T15:05:08.806Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-10T15:05:08.806Z] #34 sha256:79cb045384a2797d80a755d4223c214baaf35ef59f1ec71581d26a90b763d170 [2021-03-10T15:05:08.806Z] #34 0.579 + RM_GOPATH=0 [2021-03-10T15:05:08.806Z] #34 0.579 + TMP_GOPATH= [2021-03-10T15:05:08.806Z] #34 0.579 + : /build [2021-03-10T15:05:08.806Z] #34 0.579 + '[' -z '' ']' [2021-03-10T15:05:08.806Z] #34 0.580 ++ mktemp -d [2021-03-10T15:05:08.806Z] #34 0.582 + export GOPATH=/tmp/tmp.bHgmUn0eJ5 [2021-03-10T15:05:08.806Z] #34 0.582 + GOPATH=/tmp/tmp.bHgmUn0eJ5 [2021-03-10T15:05:08.806Z] #34 0.582 + RM_GOPATH=1 [2021-03-10T15:05:08.806Z] #34 0.583 + case "$(go env GOARCH)" in [2021-03-10T15:05:08.806Z] #34 0.584 ++ go env GOARCH [2021-03-10T15:05:08.806Z] #34 0.602 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:08.806Z] #34 0.602 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:08.806Z] #34 0.608 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:08.806Z] #34 0.608 + dir=/tmp/install [2021-03-10T15:05:08.806Z] #34 0.608 + bin=tomlv [2021-03-10T15:05:08.806Z] #34 0.609 + shift [2021-03-10T15:05:08.806Z] #34 0.609 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-10T15:05:08.806Z] #34 0.609 + . /tmp/install/tomlv.installer [2021-03-10T15:05:08.806Z] #34 0.609 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:05:08.806Z] #34 0.610 + install_tomlv [2021-03-10T15:05:08.806Z] #34 0.611 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-10T15:05:08.806Z] #34 0.611 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:05:08.806Z] #34 0.611 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.bHgmUn0eJ5/src/github.com/BurntSushi/toml [2021-03-10T15:05:08.806Z] #34 0.617 Cloning into '/tmp/tmp.bHgmUn0eJ5/src/github.com/BurntSushi/toml'... [2021-03-10T15:05:08.806Z] #34 1.609 + cd /tmp/tmp.bHgmUn0eJ5/src/github.com/BurntSushi/toml [2021-03-10T15:05:08.806Z] #34 1.611 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:05:08.806Z] #34 1.621 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:05:08.806Z] #34 2.580 runtime/internal/sys [2021-03-10T15:05:08.806Z] #34 2.617 math/bits [2021-03-10T15:05:08.806Z] #34 2.651 internal/cpu [2021-03-10T15:05:08.806Z] #34 2.755 runtime/internal/atomic [2021-03-10T15:05:08.806Z] #34 3.068 runtime/internal/math [2021-03-10T15:05:08.806Z] #34 3.234 unicode/utf8 [2021-03-10T15:05:08.806Z] #34 3.716 sync/atomic [2021-03-10T15:05:08.806Z] #34 4.083 internal/bytealg [2021-03-10T15:05:08.806Z] #34 4.877 math [2021-03-10T15:05:08.806Z] #34 4.893 unicode [2021-03-10T15:05:08.806Z] #34 5.658 internal/testlog [2021-03-10T15:05:08.806Z] #34 6.723 encoding [2021-03-10T15:05:08.806Z] #34 6.847 runtime [2021-03-10T15:05:08.806Z] #34 7.217 runtime/cgo [2021-03-10T15:05:08.806Z] #34 ... [2021-03-10T15:05:08.806Z] [2021-03-10T15:05:08.806Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-10T15:05:08.806Z] #29 sha256:92fe75682c629be3175dfc262efa637fac934378b6659aa7310c671c8a5edeff [2021-03-10T15:05:08.849Z] #48 40.03 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:08.849Z] #48 40.09 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:08.908Z] [2021-03-10T15:05:08.908Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-10T15:05:08.908Z] #9 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-10T15:05:08.946Z] #20 18.82 Unpacking bash-completion (1:2.8-6) ... [2021-03-10T15:05:08.946Z] #20 19.10 Selecting previously unselected package bzip2. [2021-03-10T15:05:08.946Z] #20 19.10 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2021-03-10T15:05:08.946Z] #20 19.11 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:05:08.946Z] #20 19.17 Selecting previously unselected package xz-utils. [2021-03-10T15:05:08.946Z] #20 19.17 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2021-03-10T15:05:08.946Z] #20 19.17 Unpacking xz-utils (5.2.4-1) ... [2021-03-10T15:05:08.946Z] #20 19.26 Selecting previously unselected package apparmor. [2021-03-10T15:05:08.946Z] #20 19.26 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2021-03-10T15:05:08.946Z] #20 19.32 Unpacking apparmor (2.13.2-10) ... [2021-03-10T15:05:09.025Z] #42 48.34 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-10T15:05:09.025Z] #42 48.49 CC compel/src/lib/log.o [2021-03-10T15:05:09.114Z] #48 40.42 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:09.114Z] #48 40.44 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:09.240Z] #20 19.50 Selecting previously unselected package aufs-tools. [2021-03-10T15:05:09.240Z] #20 19.51 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2021-03-10T15:05:09.240Z] #20 19.51 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:05:09.240Z] #20 19.57 Selecting previously unselected package libonig5:s390x. [2021-03-10T15:05:09.240Z] #20 19.58 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2021-03-10T15:05:09.240Z] #20 19.58 Unpacking libonig5:s390x (6.9.1-1) ... [2021-03-10T15:05:09.387Z] #48 40.51 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:09.534Z] #20 19.69 Selecting previously unselected package libjq1:s390x. [2021-03-10T15:05:09.534Z] #20 19.70 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-03-10T15:05:09.534Z] #20 19.70 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-10T15:05:09.534Z] #20 19.77 Selecting previously unselected package jq. [2021-03-10T15:05:09.534Z] #20 19.77 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-03-10T15:05:09.534Z] #20 19.78 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:05:09.534Z] #20 19.83 Selecting previously unselected package libaio1:s390x. [2021-03-10T15:05:09.534Z] #20 19.84 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2021-03-10T15:05:09.534Z] #20 19.84 Unpacking libaio1:s390x (0.3.112-3) ... [2021-03-10T15:05:09.534Z] #20 19.88 Selecting previously unselected package libgpm2:s390x. [2021-03-10T15:05:09.598Z] #42 48.81 CC compel/arch/x86/src/lib/cpu.o [2021-03-10T15:05:09.653Z] #48 40.74 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:09.653Z] #48 40.74 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:09.653Z] #48 40.81 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:09.653Z] #48 40.81 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:09.653Z] #48 40.88 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:09.653Z] #48 40.93 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:09.653Z] #48 40.95 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:09.653Z] #48 40.96 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:09.653Z] #48 41.03 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:09.828Z] #20 19.89 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2021-03-10T15:05:09.828Z] #20 19.89 Unpacking libgpm2:s390x (1.20.7-5) ... [2021-03-10T15:05:09.828Z] #20 19.94 Selecting previously unselected package libicu63:s390x. [2021-03-10T15:05:09.828Z] #20 19.94 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-03-10T15:05:09.828Z] #20 19.95 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-03-10T15:05:10.008Z] #29 8.697 0.1% # 2.7% ###### 8.4% ####### 10.3% ############ 17.9% ################# 23.7% ###################### 31.3% ############################# 40.9% ################################# 46.7% ##################################### 52.4% ######################################### 58.1% ############################################ 62.0% ############################################### 65.8% ################################################### 71.6% ###################################################### 75.4% ####################################################### 77.3% ############################################################# 85.0% ################################################################ 89.2% ################################################################# 90.9% ##################################################################### 96.4% ######################################################################## 100.0% [2021-03-10T15:05:10.161Z] #42 49.57 CC compel/arch/x86/src/lib/infect.o [2021-03-10T15:05:10.230Z] #48 41.24 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:10.230Z] #48 41.56 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:10.289Z] #9 DONE 1.9s [2021-03-10T15:05:10.289Z] [2021-03-10T15:05:10.289Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-10T15:05:10.289Z] #10 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-10T15:05:10.307Z] #29 12.69 [2021-03-10T15:05:10.562Z] #48 41.60 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:10.562Z] #48 41.63 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:10.562Z] #48 41.73 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:10.562Z] #48 41.79 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:10.562Z] #48 41.79 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:10.562Z] #48 41.82 go: downloading github.com/spf13/cast v1.3.0 [2021-03-10T15:05:10.825Z] #48 41.95 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:10.826Z] #48 41.96 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:10.826Z] #48 41.97 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:10.826Z] #48 41.98 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:10.826Z] #48 ... [2021-03-10T15:05:10.826Z] [2021-03-10T15:05:10.826Z] #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-03-10T15:05:10.826Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:05:10.826Z] #41 26.80 Reading package lists... [2021-03-10T15:05:10.826Z] #41 32.21 Building dependency tree... [2021-03-10T15:05:10.826Z] #41 36.22 The following additional packages will be installed: [2021-03-10T15:05:10.826Z] #41 36.22 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-10T15:05:10.826Z] #41 36.23 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-10T15:05:10.826Z] #41 36.23 Suggested packages: [2021-03-10T15:05:10.826Z] #41 36.24 manpages-dev python-setuptools [2021-03-10T15:05:10.826Z] #41 37.06 The following NEW packages will be installed: [2021-03-10T15:05:10.826Z] #41 37.07 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-10T15:05:10.826Z] #41 37.08 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-10T15:05:10.826Z] #41 37.08 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-10T15:05:10.826Z] #41 37.08 python-six zlib1g-dev [2021-03-10T15:05:10.826Z] #41 38.09 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:10.826Z] #41 38.09 Need to get 3798 kB of archives. [2021-03-10T15:05:10.826Z] #41 38.09 After this operation, 21.6 MB of additional disk space will be used. [2021-03-10T15:05:10.826Z] #41 38.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-03-10T15:05:10.826Z] #41 38.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-03-10T15:05:10.826Z] #41 38.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-03-10T15:05:10.826Z] #41 38.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-03-10T15:05:10.826Z] #41 38.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-03-10T15:05:10.826Z] #41 38.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-03-10T15:05:10.826Z] #41 38.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2021-03-10T15:05:10.826Z] #41 38.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-03-10T15:05:10.826Z] #41 38.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-03-10T15:05:10.826Z] #41 38.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-03-10T15:05:10.826Z] #41 38.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-03-10T15:05:10.826Z] #41 38.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-03-10T15:05:10.826Z] #41 38.67 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2021-03-10T15:05:10.826Z] #41 38.67 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-03-10T15:05:10.826Z] #41 38.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-10T15:05:10.826Z] #41 38.69 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-03-10T15:05:10.826Z] #41 38.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-03-10T15:05:10.826Z] #41 40.40 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:10.826Z] #41 40.69 Fetched 3798 kB in 1s (2821 kB/s) [2021-03-10T15:05:11.090Z] #41 42.24 Selecting previously unselected package libcap-dev:arm64. [2021-03-10T15:05:11.090Z] #41 ... [2021-03-10T15:05:11.090Z] [2021-03-10T15:05:11.090Z] #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-03-10T15:05:11.090Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-10T15:05:11.090Z] #54 36.16 The following additional packages will be installed: [2021-03-10T15:05:11.090Z] #54 36.16 libbtrfs0 [2021-03-10T15:05:11.090Z] #54 36.43 The following NEW packages will be installed: [2021-03-10T15:05:11.090Z] #54 36.45 libbtrfs-dev libbtrfs0 [2021-03-10T15:05:11.090Z] #54 36.91 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:11.090Z] #54 36.91 Need to get 119 kB of archives. [2021-03-10T15:05:11.090Z] #54 36.91 After this operation, 387 kB of additional disk space will be used. [2021-03-10T15:05:11.090Z] #54 36.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-03-10T15:05:11.090Z] #54 36.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-03-10T15:05:11.090Z] #54 38.43 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:11.090Z] #54 38.99 Fetched 119 kB in 0s (402 kB/s) [2021-03-10T15:05:11.090Z] #54 39.18 Selecting previously unselected package libbtrfs0. [2021-03-10T15:05:11.090Z] #54 39.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 ... 15383 files and directories currently installed.) [2021-03-10T15:05:11.090Z] #54 39.28 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-03-10T15:05:11.090Z] #54 39.29 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:05:11.090Z] #54 39.52 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:05:11.090Z] #54 39.53 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-03-10T15:05:11.090Z] #54 39.56 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:05:11.090Z] #54 39.82 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:05:11.090Z] #54 40.00 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:05:11.090Z] #54 40.01 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:11.090Z] #54 ... [2021-03-10T15:05:11.090Z] [2021-03-10T15:05:11.090Z] #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-03-10T15:05:11.090Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:05:11.090Z] #41 42.24 Selecting previously unselected package libcap-dev:arm64. [2021-03-10T15:05:11.090Z] #41 42.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-03-10T15:05:11.090Z] #41 42.32 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-03-10T15:05:11.092Z] #42 50.58 CC compel/src/lib/infect-rpc.o [2021-03-10T15:05:11.231Z] #10 DONE 1.0s [2021-03-10T15:05:11.231Z] [2021-03-10T15:05:11.231Z] #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-03-10T15:05:11.231Z] #57 sha256:04c334479a02b81d3d1d65a9292edebd7754b3abbe4d23cafd8a9125f31d60fb [2021-03-10T15:05:11.354Z] #41 42.52 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-03-10T15:05:11.354Z] #41 ... [2021-03-10T15:05:11.354Z] [2021-03-10T15:05:11.354Z] #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-03-10T15:05:11.354Z] #33 sha256:0a476eca8543a0c06644bbe5bb9a0d6cc72bff4285ad4813a58af28952d839d1 [2021-03-10T15:05:11.354Z] #33 32.50 sync [2021-03-10T15:05:11.354Z] #33 32.52 internal/reflectlite [2021-03-10T15:05:11.354Z] #33 35.29 sort [2021-03-10T15:05:11.354Z] #33 35.31 errors [2021-03-10T15:05:11.354Z] #33 35.75 io [2021-03-10T15:05:11.354Z] #33 35.76 strconv [2021-03-10T15:05:11.354Z] #33 35.77 internal/oserror [2021-03-10T15:05:11.354Z] #33 36.08 syscall [2021-03-10T15:05:11.354Z] #33 36.99 strings [2021-03-10T15:05:11.354Z] #33 37.02 bytes [2021-03-10T15:05:11.354Z] #33 40.84 path [2021-03-10T15:05:11.354Z] #33 41.62 bufio [2021-03-10T15:05:11.354Z] #33 41.84 reflect [2021-03-10T15:05:11.354Z] #33 41.85 text/tabwriter [2021-03-10T15:05:11.354Z] #33 ... [2021-03-10T15:05:11.354Z] [2021-03-10T15:05:11.354Z] #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-03-10T15:05:11.354Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-10T15:05:11.354Z] #54 DONE 42.5s [2021-03-10T15:05:11.354Z] [2021-03-10T15:05:11.354Z] #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-03-10T15:05:11.354Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:05:11.354Z] #48 42.24 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:11.354Z] #48 42.24 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:11.354Z] #48 42.25 go: extracting github.com/spf13/cast v1.3.0 [2021-03-10T15:05:11.354Z] #48 42.25 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:11.354Z] #48 42.47 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:11.354Z] #48 42.65 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:11.504Z] #57 ... [2021-03-10T15:05:11.504Z] [2021-03-10T15:05:11.504Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-10T15:05:11.504Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-10T15:05:11.504Z] #30 DONE 0.3s [2021-03-10T15:05:11.504Z] [2021-03-10T15:05:11.504Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-10T15:05:11.504Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-10T15:05:11.504Z] #38 DONE 0.3s [2021-03-10T15:05:11.504Z] [2021-03-10T15:05:11.504Z] #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-03-10T15:05:11.504Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:05:11.657Z] #42 50.99 CC compel/src/lib/infect-util.o [2021-03-10T15:05:11.657Z] #42 ... [2021-03-10T15:05:11.657Z] [2021-03-10T15:05:11.657Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:11.657Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:11.657Z] #12 112.6 Selecting previously unselected package libapparmor1:amd64. [2021-03-10T15:05:11.657Z] #12 112.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 112.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-10T15:05:11.657Z] #12 112.8 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-10T15:05:11.657Z] #12 112.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 112.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-10T15:05:11.657Z] #12 113.0 Selecting previously unselected package libbtrfs0. [2021-03-10T15:05:11.657Z] #12 113.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 113.0 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:05:11.657Z] #12 113.1 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:05:11.657Z] #12 113.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 113.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:05:11.657Z] #12 113.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-10T15:05:11.657Z] #12 113.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 113.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:05:11.657Z] #12 113.6 Selecting previously unselected package libudev-dev:amd64. [2021-03-10T15:05:11.657Z] #12 113.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 113.6 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:05:11.657Z] #12 113.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-10T15:05:11.657Z] #12 113.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 113.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-10T15:05:11.657Z] #12 114.2 Selecting previously unselected package libpcre16-3:amd64. [2021-03-10T15:05:11.657Z] #12 114.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 114.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-10T15:05:11.657Z] #12 114.4 Selecting previously unselected package libpcre32-3:amd64. [2021-03-10T15:05:11.657Z] #12 114.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 114.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-10T15:05:11.657Z] #12 114.7 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-10T15:05:11.657Z] #12 114.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 114.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-10T15:05:11.657Z] #12 114.8 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-10T15:05:11.657Z] #12 114.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 114.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-10T15:05:11.657Z] #12 115.3 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-10T15:05:11.657Z] #12 115.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 115.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-10T15:05:11.657Z] #12 115.6 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-10T15:05:11.657Z] #12 115.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 115.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-10T15:05:11.657Z] #12 115.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-10T15:05:11.657Z] #12 115.8 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 115.8 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:05:11.657Z] #12 115.9 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-10T15:05:11.657Z] #12 116.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-10T15:05:11.657Z] #12 116.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:05:11.657Z] #12 116.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-10T15:05:11.657Z] #12 116.6 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:05:11.657Z] #12 116.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-10T15:05:11.657Z] #12 116.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:05:11.657Z] #12 116.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-10T15:05:11.657Z] #12 116.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-10T15:05:11.657Z] #12 116.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:05:11.657Z] #12 116.7 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:05:11.657Z] #12 116.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-10T15:05:11.657Z] #12 116.7 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:05:11.657Z] #12 116.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:05:11.657Z] #12 116.8 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:05:11.657Z] #12 116.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-10T15:05:11.657Z] #12 116.8 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-10T15:05:11.657Z] #12 116.8 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:05:11.657Z] #12 116.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:05:11.657Z] #12 116.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-10T15:05:11.657Z] #12 116.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:05:11.657Z] #12 116.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:05:11.657Z] #12 116.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:05:11.657Z] #12 116.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:05:11.657Z] #12 116.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:05:11.657Z] #12 116.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:05:11.657Z] #12 116.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:05:11.657Z] #12 116.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-10T15:05:11.657Z] #12 117.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:05:11.657Z] #12 117.0 Setting up dmsetup (2:1.02.155-3) ... [2021-03-10T15:05:11.657Z] #12 117.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:05:11.657Z] #12 117.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-10T15:05:11.657Z] #12 117.0 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:11.910Z] #20 21.86 Selecting previously unselected package libnet1:s390x. [2021-03-10T15:05:11.910Z] #20 21.86 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-10T15:05:11.910Z] #20 21.87 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:11.910Z] #20 21.90 Selecting previously unselected package libnl-3-200:s390x. [2021-03-10T15:05:11.910Z] #20 21.90 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2021-03-10T15:05:11.910Z] #20 21.90 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-03-10T15:05:11.910Z] #20 21.94 Selecting previously unselected package libprotobuf-c1:s390x. [2021-03-10T15:05:11.910Z] #20 21.95 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-03-10T15:05:11.910Z] #20 21.95 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-10T15:05:11.910Z] #20 21.98 Selecting previously unselected package libreadline5:s390x. [2021-03-10T15:05:11.910Z] #20 21.98 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2021-03-10T15:05:11.910Z] #20 21.99 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-03-10T15:05:11.910Z] #20 22.05 Selecting previously unselected package net-tools. [2021-03-10T15:05:11.910Z] #20 22.06 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2021-03-10T15:05:11.910Z] #20 22.06 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:05:11.910Z] #20 ... [2021-03-10T15:05:11.910Z] [2021-03-10T15:05:11.910Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:05:11.910Z] #43 84.14 CC criu/libnetlink.o [2021-03-10T15:05:11.910Z] #43 84.30 CC criu/log.o [2021-03-10T15:05:11.910Z] #43 84.55 CC criu/lsm.o [2021-03-10T15:05:11.910Z] #43 84.78 CC criu/mem.o [2021-03-10T15:05:11.910Z] #43 85.97 CC criu/memfd.o [2021-03-10T15:05:11.910Z] #43 86.52 CC criu/mount.o [2021-03-10T15:05:11.910Z] #43 89.00 CC criu/namespaces.o [2021-03-10T15:05:11.910Z] #43 90.34 CC criu/net.o [2021-03-10T15:05:11.910Z] #43 92.39 CC criu/netfilter.o [2021-03-10T15:05:11.910Z] #43 92.68 CC criu/page-pipe.o [2021-03-10T15:05:11.910Z] #43 93.21 CC criu/page-xfer.o [2021-03-10T15:05:12.127Z] #29 12.88 0.1% 0.9% # 2.0% ## 3.0% ### 4.8% #### 6.0% ##### 7.1% ##### 8.2% ####### 10.3% ######## 11.4% ######### 13.0% ########## 15.2% ########### 16.3% ############ 17.9% ## [2021-03-10T15:05:12.127Z] #29 ... [2021-03-10T15:05:12.127Z] [2021-03-10T15:05:12.127Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-10T15:05:12.127Z] #58 sha256:a80c67ed8ca1a8e017cb21b44149bb7920c2cf74903db5623bad6341f9e8d28d [2021-03-10T15:05:12.127Z] #58 5.237 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:05:12.127Z] #58 5.397 + export GO111MODULE=on [2021-03-10T15:05:12.127Z] #58 5.412 + GO111MODULE=on [2021-03-10T15:05:12.127Z] #58 5.413 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:05:12.127Z] #58 5.413 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-10T15:05:12.127Z] #58 8.268 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:05:12.127Z] #58 8.388 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:05:12.127Z] #58 8.432 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:05:12.127Z] #58 8.446 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:05:12.127Z] #58 8.548 go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:05:12.127Z] #58 8.590 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:05:12.127Z] #58 8.591 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:05:12.127Z] #58 9.138 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:05:12.127Z] #58 9.296 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:05:12.127Z] #58 9.370 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:05:12.127Z] #58 9.436 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:05:12.127Z] #58 9.483 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:05:12.127Z] #58 9.572 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-10T15:05:12.127Z] #58 9.642 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-10T15:05:12.127Z] #58 9.772 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:05:12.127Z] #58 9.852 go: extracting github.com/google/uuid v1.2.0 [2021-03-10T15:05:12.127Z] #58 10.39 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-10T15:05:12.127Z] #58 10.56 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-10T15:05:12.127Z] #58 10.59 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:05:12.127Z] #58 11.04 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:05:12.127Z] #58 11.05 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:05:12.127Z] #58 12.11 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:05:12.127Z] #58 14.49 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-10T15:05:12.127Z] #58 14.73 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:05:12.204Z] #43 ... [2021-03-10T15:05:12.204Z] [2021-03-10T15:05:12.204Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-10T15:05:12.204Z] #20 22.21 Selecting previously unselected package python-pip-whl. [2021-03-10T15:05:12.204Z] #20 22.21 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-10T15:05:12.204Z] #20 22.21 Unpacking python-pip-whl (18.1-5) ... [2021-03-10T15:05:12.284Z] Running on azwin-2-b4e0e0 in d:\jenkins\workspace\moby_PR-42054 [Pipeline] { [Pipeline] ws [2021-03-10T15:05:12.301Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2021-03-10T15:05:12.308Z] #48 ... [2021-03-10T15:05:12.308Z] [2021-03-10T15:05:12.308Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:12.308Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:05:12.308Z] #12 15.00 Fetched 8738 kB in 12s (702 kB/s) [2021-03-10T15:05:12.308Z] #12 15.00 Reading package lists... [Pipeline] checkout [2021-03-10T15:05:12.432Z] #58 ... [2021-03-10T15:05:12.432Z] [2021-03-10T15:05:12.432Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:05:12.432Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:05:12.432Z] #49 13.27 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-10T15:05:12.432Z] #49 13.46 go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:05:12.432Z] #49 13.46 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:12.432Z] #49 13.47 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:05:12.432Z] #49 13.47 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:05:12.432Z] #49 13.47 go: downloading github.com/fatih/color v1.7.0 [2021-03-10T15:05:12.432Z] #49 13.61 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:05:12.432Z] #49 13.66 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-10T15:05:12.432Z] #49 13.73 go: extracting github.com/fatih/color v1.7.0 [2021-03-10T15:05:12.432Z] #49 13.76 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:05:12.432Z] #49 13.82 go: extracting github.com/pkg/errors v0.8.1 [2021-03-10T15:05:12.432Z] #49 13.84 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:12.432Z] #49 13.86 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:05:12.432Z] #49 13.90 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:12.432Z] #49 14.00 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-10T15:05:12.432Z] #49 14.31 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:05:12.432Z] #49 14.69 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:12.432Z] #49 14.84 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-10T15:05:12.499Z] #20 22.62 Selecting previously unselected package python3-lib2to3. [2021-03-10T15:05:12.499Z] #20 22.62 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-10T15:05:12.499Z] #20 22.63 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:05:12.499Z] #20 22.72 Selecting previously unselected package python3-distutils. [2021-03-10T15:05:12.499Z] #20 22.72 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-10T15:05:12.499Z] #20 22.72 Unpacking python3-distutils (3.7.3-1) ... [2021-03-10T15:05:12.499Z] #20 22.84 Selecting previously unselected package python3-pip. [2021-03-10T15:05:12.572Z] #12 19.72 Reading package lists... [2021-03-10T15:05:12.572Z] #12 ... [2021-03-10T15:05:12.572Z] [2021-03-10T15:05:12.572Z] #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-03-10T15:05:12.572Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:05:12.572Z] #41 42.52 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-03-10T15:05:12.572Z] #41 42.80 Selecting previously unselected package libnet1:arm64. [2021-03-10T15:05:12.572Z] #41 42.80 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-10T15:05:12.572Z] #41 42.91 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:12.572Z] #41 43.29 Selecting previously unselected package libnet1-dev. [2021-03-10T15:05:12.572Z] #41 43.34 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-10T15:05:12.572Z] #41 43.39 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:12.572Z] #41 43.67 Selecting previously unselected package libnl-3-200:arm64. [2021-03-10T15:05:12.572Z] #41 43.68 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-03-10T15:05:12.572Z] #41 43.70 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-03-10T15:05:12.572Z] #41 43.88 Selecting previously unselected package libnl-3-dev:arm64. [2021-03-10T15:05:12.736Z] #49 15.81 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:05:12.793Z] #20 22.84 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-10T15:05:12.793Z] #20 22.85 Unpacking python3-pip (18.1-5) ... [2021-03-10T15:05:12.793Z] #20 22.98 Selecting previously unselected package python3-pkg-resources. [2021-03-10T15:05:12.793Z] #20 22.98 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:05:12.793Z] #20 22.99 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:05:12.793Z] #20 23.11 Selecting previously unselected package python3-setuptools. [2021-03-10T15:05:12.835Z] #41 43.89 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-03-10T15:05:12.835Z] #41 43.92 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-03-10T15:05:13.087Z] #20 23.11 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-10T15:05:13.087Z] #20 23.12 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-10T15:05:13.087Z] #20 23.29 Selecting previously unselected package python3-wheel. [2021-03-10T15:05:13.087Z] #20 23.29 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-10T15:05:13.087Z] #20 23.30 Unpacking python3-wheel (0.32.3-2) ... [2021-03-10T15:05:13.087Z] #20 23.36 Selecting previously unselected package sudo. [2021-03-10T15:05:13.087Z] #20 23.36 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ... [2021-03-10T15:05:13.087Z] #20 23.37 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:05:13.098Z] #48 44.09 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:13.098Z] #48 44.12 go: finding github.com/fatih/color v1.7.0 [2021-03-10T15:05:13.098Z] #48 44.17 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:05:13.098Z] #48 44.19 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:13.098Z] #48 44.33 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:05:13.098Z] #48 44.35 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:13.098Z] #48 44.39 go: finding github.com/pkg/errors v0.8.1 [2021-03-10T15:05:13.098Z] #48 44.42 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:05:13.098Z] #48 44.43 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:13.098Z] #48 44.45 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:05:13.098Z] #48 44.47 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:13.098Z] #48 44.49 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:13.098Z] #48 44.50 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:13.098Z] #48 44.50 go: finding github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:13.098Z] #48 44.51 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:13.098Z] #48 44.52 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:13.098Z] #48 44.55 go: finding github.com/spf13/viper v1.6.1 [2021-03-10T15:05:13.098Z] #48 44.55 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:13.098Z] #48 44.57 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:13.098Z] #48 44.61 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:13.098Z] #48 44.70 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:13.098Z] #48 44.75 go: finding github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:13.098Z] #48 44.84 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:13.098Z] #48 44.91 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:13.098Z] #48 ... [2021-03-10T15:05:13.098Z] [2021-03-10T15:05:13.098Z] #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-03-10T15:05:13.098Z] #63 sha256:0effee6361360246fbfd1c38b2a258ba12895f45010e90281f655fc6df522f6d [2021-03-10T15:05:13.098Z] #63 DONE 45.0s [2021-03-10T15:05:13.098Z] [2021-03-10T15:05:13.098Z] #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-03-10T15:05:13.098Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:05:13.098Z] #48 44.92 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:13.098Z] #48 44.96 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:13.098Z] #48 44.96 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:13.098Z] #48 45.03 go: finding github.com/spf13/cobra v0.0.5 [2021-03-10T15:05:13.098Z] #48 ... [2021-03-10T15:05:13.098Z] [2021-03-10T15:05:13.098Z] #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-03-10T15:05:13.098Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:05:13.098Z] #44 41.46 sync [2021-03-10T15:05:13.098Z] #44 41.47 internal/reflectlite [2021-03-10T15:05:13.098Z] #44 42.79 github.com/LK4D4/vndr/godl/singleflight [2021-03-10T15:05:13.098Z] #44 43.20 math/rand [2021-03-10T15:05:13.098Z] #44 44.34 internal/singleflight [2021-03-10T15:05:13.098Z] #44 44.91 io [2021-03-10T15:05:13.098Z] #44 44.92 strconv [2021-03-10T15:05:13.113Z] #41 44.44 Selecting previously unselected package libprotobuf-c1:arm64. [2021-03-10T15:05:13.113Z] #41 44.44 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-03-10T15:05:13.113Z] #41 44.47 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-10T15:05:13.381Z] #20 23.70 Selecting previously unselected package thin-provisioning-tools. [2021-03-10T15:05:13.381Z] #20 23.70 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2021-03-10T15:05:13.381Z] #20 23.70 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:05:13.381Z] #20 23.78 Selecting previously unselected package uidmap. [2021-03-10T15:05:13.423Z] The recommended git tool is: git [2021-03-10T15:05:13.676Z] #20 23.79 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2021-03-10T15:05:13.676Z] #20 23.79 Unpacking uidmap (1:4.5-1.1) ... [2021-03-10T15:05:13.676Z] #20 23.84 Selecting previously unselected package vim-runtime. [2021-03-10T15:05:13.676Z] #20 23.84 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:05:13.676Z] #20 23.86 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-10T15:05:13.676Z] #20 23.87 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-10T15:05:13.676Z] #20 23.88 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:05:13.739Z] #41 44.72 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-03-10T15:05:13.739Z] #41 44.73 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-03-10T15:05:13.739Z] #41 44.73 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-03-10T15:05:14.023Z] #41 ... [2021-03-10T15:05:14.023Z] [2021-03-10T15:05:14.023Z] #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-03-10T15:05:14.023Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:05:14.023Z] #44 35.03 github.com/LK4D4/vndr/godl/singleflight [2021-03-10T15:05:14.023Z] #44 35.06 internal/singleflight [2021-03-10T15:05:14.023Z] #44 35.07 internal/reflectlite [2021-03-10T15:05:14.023Z] #44 35.08 math/rand [2021-03-10T15:05:14.023Z] #44 37.46 vendor/golang.org/x/net/dns/dnsmessage [2021-03-10T15:05:14.023Z] #44 37.47 strconv [2021-03-10T15:05:14.023Z] #44 37.49 syscall [2021-03-10T15:05:14.023Z] #44 37.52 bytes [2021-03-10T15:05:14.023Z] #44 41.06 bufio [2021-03-10T15:05:14.023Z] #44 43.05 reflect [2021-03-10T15:05:14.023Z] #44 43.70 regexp/syntax [2021-03-10T15:05:14.185Z] #12 DONE 119.2s [2021-03-10T15:05:14.185Z] [2021-03-10T15:05:14.185Z] #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-03-10T15:05:14.185Z] #52 sha256:fff58f32e8622c811a86b92e4c4347dd5e0ec753eb0a3f353746500899b72579 [2021-03-10T15:05:14.287Z] #44 45.20 hash/crc32 [2021-03-10T15:05:14.287Z] #44 ... [2021-03-10T15:05:14.287Z] [2021-03-10T15:05:14.287Z] #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-03-10T15:05:14.287Z] #55 sha256:f59f83bac5bcc96ee53654c1747238eea3c524fdae43322258f249fcde75af59 [2021-03-10T15:05:14.287Z] #55 1.419 + RM_GOPATH=0 [2021-03-10T15:05:14.287Z] #55 1.419 + TMP_GOPATH= [2021-03-10T15:05:14.287Z] #55 1.421 + : /build [2021-03-10T15:05:14.287Z] #55 1.421 + '[' -z '' ']' [2021-03-10T15:05:14.287Z] #55 1.442 ++ mktemp -d [2021-03-10T15:05:14.287Z] #55 1.444 + export GOPATH=/tmp/tmp.SfsD4SvtWh [2021-03-10T15:05:14.287Z] #55 1.444 + GOPATH=/tmp/tmp.SfsD4SvtWh [2021-03-10T15:05:14.287Z] #55 1.444 + RM_GOPATH=1 [2021-03-10T15:05:14.287Z] #55 1.444 + case "$(go env GOARCH)" in [2021-03-10T15:05:14.287Z] #55 1.447 ++ go env GOARCH [2021-03-10T15:05:14.287Z] #55 1.503 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:14.287Z] #55 1.503 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:14.287Z] #55 1.503 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:14.287Z] #55 1.516 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:05:14.287Z] #55 1.516 + dir=/tmp/install [2021-03-10T15:05:14.287Z] #55 1.516 + bin=containerd [2021-03-10T15:05:14.287Z] #55 1.516 + shift [2021-03-10T15:05:14.287Z] #55 1.516 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-10T15:05:14.287Z] #55 1.516 + . /tmp/install/containerd.installer [2021-03-10T15:05:14.287Z] #55 1.516 ++ set -e [2021-03-10T15:05:14.287Z] #55 1.516 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:05:14.287Z] #55 1.516 + install_containerd [2021-03-10T15:05:14.287Z] #55 1.516 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-10T15:05:14.287Z] #55 1.516 + git clone https://github.com/containerd/containerd.git /tmp/tmp.SfsD4SvtWh/src/github.com/containerd/containerd [2021-03-10T15:05:14.287Z] #55 1.525 Cloning into '/tmp/tmp.SfsD4SvtWh/src/github.com/containerd/containerd'... [2021-03-10T15:05:15.012Z] #44 ... [2021-03-10T15:05:15.012Z] [2021-03-10T15:05:15.012Z] #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-03-10T15:05:15.012Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:05:15.012Z] #48 45.04 go: finding github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:15.012Z] #48 45.11 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:15.012Z] #48 45.12 go: finding github.com/spf13/pflag v1.0.5 [2021-03-10T15:05:15.012Z] #48 45.20 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:05:15.012Z] #48 45.33 go: finding github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:15.012Z] #48 45.33 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:15.012Z] #48 45.38 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:15.012Z] #48 45.38 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:15.012Z] #48 45.40 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:15.012Z] #48 45.44 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:15.012Z] #48 45.46 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:15.012Z] #48 45.50 go: finding github.com/spf13/afero v1.1.2 [2021-03-10T15:05:15.012Z] #48 45.55 go: finding github.com/spf13/cast v1.3.0 [2021-03-10T15:05:15.012Z] #48 45.55 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:15.012Z] #48 45.59 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:15.012Z] #48 45.59 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:15.012Z] #48 45.60 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:15.012Z] #48 45.76 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:15.012Z] #48 45.77 go: finding golang.org/x/text v0.3.2 [2021-03-10T15:05:15.012Z] #48 45.82 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:15.012Z] #48 45.86 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:15.012Z] #48 45.89 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:15.012Z] #48 45.90 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:15.012Z] #48 45.92 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:15.012Z] #48 45.94 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:15.012Z] #48 45.96 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:05:15.012Z] #48 45.99 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:05:15.012Z] #48 46.01 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:15.012Z] #48 46.01 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:15.012Z] #48 46.04 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:15.012Z] #48 46.04 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:15.012Z] #48 46.07 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:15.012Z] #48 46.08 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:15.012Z] #48 46.11 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:05:15.012Z] #48 46.12 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:15.012Z] #48 46.15 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:15.012Z] #48 46.30 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:15.012Z] #48 46.35 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:15.012Z] #48 46.39 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:15.012Z] #48 46.45 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:15.012Z] #48 46.49 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:15.012Z] #48 46.69 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:05:15.012Z] #48 46.77 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:15.012Z] #48 46.77 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:15.012Z] #48 46.83 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:15.012Z] #48 46.94 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:15.530Z] #49 ... [2021-03-10T15:05:15.530Z] [2021-03-10T15:05:15.530Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-10T15:05:15.530Z] #29 sha256:92fe75682c629be3175dfc262efa637fac934378b6659aa7310c671c8a5edeff [2021-03-10T15:05:15.560Z] #52 ... [2021-03-10T15:05:15.561Z] [2021-03-10T15:05:15.561Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-10T15:05:15.561Z] #13 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-10T15:05:15.561Z] #13 DONE 1.8s [2021-03-10T15:05:15.817Z] [2021-03-10T15:05:15.818Z] #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-03-10T15:05:15.818Z] #52 sha256:fff58f32e8622c811a86b92e4c4347dd5e0ec753eb0a3f353746500899b72579 [2021-03-10T15:05:15.818Z] #52 1.768 + RM_GOPATH=0 [2021-03-10T15:05:15.818Z] #52 1.768 + TMP_GOPATH= [2021-03-10T15:05:15.818Z] #52 1.768 + : /build [2021-03-10T15:05:15.818Z] #52 1.768 + '[' -z '' ']' [2021-03-10T15:05:15.818Z] #52 1.768 ++ mktemp -d [2021-03-10T15:05:15.818Z] #52 1.769 + export GOPATH=/tmp/tmp.hzcP8mrTvt [2021-03-10T15:05:15.818Z] #52 1.769 + GOPATH=/tmp/tmp.hzcP8mrTvt [2021-03-10T15:05:15.818Z] #52 1.769 + RM_GOPATH=1 [2021-03-10T15:05:15.818Z] #52 1.769 + case "$(go env GOARCH)" in [2021-03-10T15:05:15.818Z] #52 1.773 ++ go env GOARCH [2021-03-10T15:05:15.818Z] #52 1.821 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:15.818Z] #52 1.821 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:15.818Z] #52 1.821 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:15.818Z] #52 1.833 + dir=/tmp/install [2021-03-10T15:05:15.818Z] #52 1.833 + bin=runc [2021-03-10T15:05:15.818Z] #52 1.833 + shift [2021-03-10T15:05:15.818Z] #52 1.833 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-10T15:05:15.818Z] #52 1.833 + . /tmp/install/runc.installer [2021-03-10T15:05:15.818Z] #52 1.833 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:05:15.818Z] #52 1.833 + install_runc [2021-03-10T15:05:15.818Z] #52 1.838 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-10T15:05:15.818Z] #52 1.838 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-10T15:05:15.818Z] #52 1.838 + uname -r [2021-03-10T15:05:15.818Z] #52 1.838 + RUNC_BUILDTAGS='seccomp ' [2021-03-10T15:05:15.818Z] #52 1.838 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-10T15:05:15.818Z] #52 1.838 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hzcP8mrTvt/src/github.com/opencontainers/runc [2021-03-10T15:05:15.818Z] #52 1.846 Cloning into '/tmp/tmp.hzcP8mrTvt/src/github.com/opencontainers/runc'... [2021-03-10T15:05:16.407Z] #48 ... [2021-03-10T15:05:16.407Z] [2021-03-10T15:05:16.407Z] #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-03-10T15:05:16.407Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:05:16.407Z] #54 34.07 Reading package lists... [2021-03-10T15:05:16.407Z] #54 40.99 Building dependency tree... [2021-03-10T15:05:16.407Z] #54 44.52 The following additional packages will be installed: [2021-03-10T15:05:16.407Z] #54 44.56 libbtrfs0 [2021-03-10T15:05:16.407Z] #54 44.80 The following NEW packages will be installed: [2021-03-10T15:05:16.407Z] #54 44.82 libbtrfs-dev libbtrfs0 [2021-03-10T15:05:16.407Z] #54 45.33 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:16.407Z] #54 45.33 Need to get 119 kB of archives. [2021-03-10T15:05:16.407Z] #54 45.33 After this operation, 387 kB of additional disk space will be used. [2021-03-10T15:05:16.407Z] #54 45.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-10T15:05:16.407Z] #54 45.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-10T15:05:16.407Z] #54 46.47 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:16.407Z] #54 46.72 Fetched 119 kB in 0s (406 kB/s) [2021-03-10T15:05:16.407Z] #54 46.98 Selecting previously unselected package libbtrfs0. [2021-03-10T15:05:16.407Z] #54 46.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:05:16.407Z] #54 47.05 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-10T15:05:16.407Z] #54 47.07 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:05:16.407Z] #54 47.19 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:05:16.407Z] #54 47.19 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-10T15:05:16.407Z] #54 47.20 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:05:16.407Z] #54 47.50 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:05:16.407Z] #54 47.50 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:05:16.407Z] #54 47.50 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:16.407Z] #54 DONE 48.2s [2021-03-10T15:05:16.407Z] [2021-03-10T15:05:16.407Z] #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-03-10T15:05:16.407Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:16.407Z] #41 34.04 Reading package lists... [2021-03-10T15:05:16.407Z] #41 41.27 Building dependency tree... [2021-03-10T15:05:16.407Z] #41 44.56 The following additional packages will be installed: [2021-03-10T15:05:16.407Z] #41 44.57 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-10T15:05:16.407Z] #41 44.57 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-10T15:05:16.407Z] #41 44.58 Suggested packages: [2021-03-10T15:05:16.407Z] #41 44.58 manpages-dev python-setuptools [2021-03-10T15:05:16.407Z] #41 46.04 The following NEW packages will be installed: [2021-03-10T15:05:16.407Z] #41 46.04 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-10T15:05:16.407Z] #41 46.06 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-10T15:05:16.407Z] #41 46.06 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-10T15:05:16.407Z] #41 46.06 python-six zlib1g-dev [2021-03-10T15:05:16.407Z] #41 46.45 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:16.407Z] #41 46.45 Need to get 4095 kB of archives. [2021-03-10T15:05:16.407Z] #41 46.45 After this operation, 22.5 MB of additional disk space will be used. [2021-03-10T15:05:16.407Z] #41 46.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-10T15:05:16.407Z] #41 46.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-10T15:05:16.407Z] #41 46.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-10T15:05:16.407Z] #41 46.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-10T15:05:16.407Z] #41 46.51 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-10T15:05:16.407Z] #41 46.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-10T15:05:16.407Z] #41 46.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-10T15:05:16.407Z] #41 46.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-10T15:05:16.407Z] #41 46.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-10T15:05:16.407Z] #41 46.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-10T15:05:16.407Z] #41 46.67 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-10T15:05:16.407Z] #41 46.79 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-10T15:05:16.407Z] #41 46.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-10T15:05:16.407Z] #41 46.89 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-10T15:05:16.407Z] #41 46.89 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-10T15:05:16.407Z] #41 46.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-10T15:05:16.407Z] #41 46.91 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-10T15:05:16.407Z] #41 48.18 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:16.407Z] #41 48.46 Fetched 4095 kB in 1s (5635 kB/s) [2021-03-10T15:05:16.447Z] #20 26.41 Selecting previously unselected package vim. [2021-03-10T15:05:16.447Z] #20 26.43 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2021-03-10T15:05:16.447Z] #20 26.44 Unpacking vim (2:8.1.0875-5) ... [2021-03-10T15:05:16.447Z] #20 26.74 Selecting previously unselected package xfsprogs. [2021-03-10T15:05:16.692Z] #41 48.59 Selecting previously unselected package libcap-dev:amd64. [2021-03-10T15:05:16.692Z] #41 48.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:05:16.692Z] #41 48.64 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-10T15:05:16.692Z] #41 48.71 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-10T15:05:16.741Z] #20 26.74 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2021-03-10T15:05:16.741Z] #20 26.75 Unpacking xfsprogs (4.20.0-1) ... [2021-03-10T15:05:16.741Z] #20 27.07 Selecting previously unselected package zip. [2021-03-10T15:05:16.741Z] #20 27.07 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2021-03-10T15:05:16.741Z] #20 27.08 Unpacking zip (3.0-11+b1) ... [2021-03-10T15:05:16.741Z] #20 27.17 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:05:16.749Z] #52 ... [2021-03-10T15:05:16.749Z] [2021-03-10T15:05:16.749Z] #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-03-10T15:05:16.749Z] #57 sha256:d4dcbd73938eb32845ec9b1dff5b311f918bd5865d2cf48e5a7709a99194bbe8 [2021-03-10T15:05:16.749Z] #57 117.3 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:05:16.749Z] #57 117.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-10T15:05:16.749Z] #57 DONE 125.3s [2021-03-10T15:05:16.984Z] #41 48.90 Selecting previously unselected package libnet1:amd64. [2021-03-10T15:05:16.984Z] #41 48.90 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:05:16.984Z] #41 48.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:17.006Z] [2021-03-10T15:05:17.006Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-10T15:05:17.006Z] #58 sha256:f0fb9eea58e305b304696178828d7e642c8a31ac50cbbb52fd6b76988f782374 [2021-03-10T15:05:17.006Z] #58 DONE 0.1s [2021-03-10T15:05:17.006Z] [2021-03-10T15:05:17.006Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-10T15:05:17.006Z] #59 sha256:e1a5d73ea132a8c9b4ccd5f706bccd9248cbe60575b89852ac0a021438c9530f [2021-03-10T15:05:17.006Z] #59 DONE 0.1s [2021-03-10T15:05:17.006Z] [2021-03-10T15:05:17.006Z] #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-03-10T15:05:17.006Z] #14 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-10T15:05:17.006Z] #14 DONE 1.3s [2021-03-10T15:05:17.006Z] [2021-03-10T15:05:17.006Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-10T15:05:17.006Z] #15 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-10T15:05:17.034Z] #20 27.20 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:05:17.034Z] #20 27.21 Setting up libip6tc0:s390x (1.8.2-4) ... [2021-03-10T15:05:17.034Z] #20 27.22 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-03-10T15:05:17.034Z] #20 27.22 Setting up libgpm2:s390x (1.20.7-5) ... [2021-03-10T15:05:17.034Z] #20 27.23 Setting up libip4tc0:s390x (1.8.2-4) ... [2021-03-10T15:05:17.034Z] #20 27.24 Setting up uidmap (1:4.5-1.1) ... [2021-03-10T15:05:17.034Z] #20 27.25 Setting up libnftnl11:s390x (1.1.2-2) ... [2021-03-10T15:05:17.034Z] #20 27.25 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:17.034Z] #20 27.26 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:05:17.034Z] #20 27.27 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-10T15:05:17.034Z] #20 27.27 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-03-10T15:05:17.034Z] #20 27.28 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:05:17.034Z] #20 27.29 Setting up zip (3.0-11+b1) ... [2021-03-10T15:05:17.034Z] #20 27.31 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:17.034Z] #20 27.33 Setting up bash-completion (1:2.8-6) ... [2021-03-10T15:05:17.269Z] #41 49.10 Selecting previously unselected package libnet1-dev. [2021-03-10T15:05:17.269Z] #41 49.10 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:05:17.269Z] #41 49.12 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:17.565Z] #41 49.41 Selecting previously unselected package libnl-3-200:amd64. [2021-03-10T15:05:17.565Z] #41 49.41 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-10T15:05:17.565Z] #41 49.44 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:05:17.613Z] #55 ... [2021-03-10T15:05:17.613Z] [2021-03-10T15:05:17.613Z] #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-03-10T15:05:17.613Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-10T15:05:17.613Z] #35 38.33 Selecting previously unselected package libicu63:arm64. [2021-03-10T15:05:17.613Z] #35 38.33 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-03-10T15:05:17.613Z] #35 38.83 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-10T15:05:17.613Z] #35 46.71 Selecting previously unselected package libxml2:arm64. [2021-03-10T15:05:17.613Z] #35 46.71 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-03-10T15:05:17.613Z] #35 46.81 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:05:17.613Z] #35 47.41 Selecting previously unselected package libarchive13:arm64. [2021-03-10T15:05:17.613Z] #35 47.41 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-03-10T15:05:17.613Z] #35 47.41 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-03-10T15:05:17.613Z] #35 47.96 Selecting previously unselected package libjsoncpp1:arm64. [2021-03-10T15:05:17.613Z] #35 47.98 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-03-10T15:05:17.613Z] #35 47.99 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-03-10T15:05:17.613Z] #35 48.18 Selecting previously unselected package librhash0:arm64. [2021-03-10T15:05:17.613Z] #35 48.21 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-03-10T15:05:17.613Z] #35 48.24 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-03-10T15:05:17.613Z] #35 ... [2021-03-10T15:05:17.613Z] [2021-03-10T15:05:17.613Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:17.613Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:05:17.613Z] #12 19.72 Reading package lists... [2021-03-10T15:05:17.613Z] #12 26.25 Building dependency tree... [2021-03-10T15:05:17.613Z] #12 28.27 The following additional packages will be installed: [2021-03-10T15:05:17.613Z] #12 28.28 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-10T15:05:17.613Z] #12 28.28 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-10T15:05:17.613Z] #12 28.28 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-10T15:05:17.613Z] #12 28.28 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-10T15:05:17.613Z] #12 28.28 mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:05:17.613Z] #12 28.29 Suggested packages: [2021-03-10T15:05:17.613Z] #12 28.29 gcc-8-locales seccomp wine64 [2021-03-10T15:05:17.613Z] #12 29.68 The following NEW packages will be installed: [2021-03-10T15:05:17.613Z] #12 29.69 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-10T15:05:17.613Z] #12 29.69 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-10T15:05:17.613Z] #12 29.70 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-10T15:05:17.613Z] #12 29.70 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-10T15:05:17.613Z] #12 29.70 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-10T15:05:17.613Z] #12 29.70 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:05:17.613Z] #12 29.70 The following packages will be upgraded: [2021-03-10T15:05:17.613Z] #12 29.72 libseccomp2 libsystemd0 libudev1 [2021-03-10T15:05:17.613Z] #12 30.26 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:05:17.613Z] #12 30.26 Need to get 73.8 MB of archives. [2021-03-10T15:05:17.613Z] #12 30.26 After this operation, 472 MB of additional disk space will be used. [2021-03-10T15:05:17.613Z] #12 30.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u6 [314 kB] [2021-03-10T15:05:17.613Z] #12 30.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u6 [146 kB] [2021-03-10T15:05:17.613Z] #12 30.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-03-10T15:05:17.613Z] #12 30.30 Get:4 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB] [2021-03-10T15:05:17.613Z] #12 30.35 Get:5 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB] [2021-03-10T15:05:17.694Z] #29 12.88 0.1% 0.9% # 2.0% ## 3.0% ### 4.8% #### 6.0% ##### 7.1% ##### 8.2% ####### 10.3% ######## 11.4% ######### 13.0% ########## 15.2% ########### 16.3% ############ 17.9% ############### 21.2% ################ 22.7% ################# 24.4% ################## 26.0% #################### 28.2% ##################### 29.8% ####################### 32.0% ######################## 34.1% ########################## 36.3% ########################### 38.4% ############################# 40.6% ############################## 42.8% ################################ 45.0% ################################# 46.6% ################################### 48.7% ################################### 49.8% ##################################### 51.5% ###################################### 53.1% ####################################### 54.7% ######################################## 56.9% ########################################## 58.5% ########################################## 59.6% ########################################## 59.7% ########################################## 59.7% ########################################### 59.9% ########################################### 60.5% ############################################ 61.5% ############################################# 62.8% ############################################## 64.5% ############################################### 66.1% ################################################ 67.7% ################################################## 70.4% ################################################### 72.0% ##################################################### 73.6% ##################################################### 74.7% ####################################################### 76.9% ######################################################## 78.9% ########################################################## 80.6% ########################################################### 82.7% ############################################################# 84.8% ############################################################## 86.5% ############################################################## 86.5% ############################################################## 86.6% ############################################################## 86.8% ############################################################## 87.0% ############################################################## 87.3% ############################################################### 88.0% ################################################################ 88.9% ################ [2021-03-10T15:05:17.694Z] #29 ... [2021-03-10T15:05:17.694Z] [2021-03-10T15:05:17.694Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:05:17.694Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:05:17.694Z] #45 10.75 crypto/subtle [2021-03-10T15:05:17.694Z] #45 11.12 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-10T15:05:17.694Z] #45 11.75 internal/nettrace [2021-03-10T15:05:17.694Z] #45 12.10 runtime/cgo [2021-03-10T15:05:17.694Z] #45 16.11 vendor/golang.org/x/crypto/internal/subtle [2021-03-10T15:05:17.830Z] #41 49.55 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-10T15:05:17.831Z] #41 49.55 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-10T15:05:17.831Z] #41 49.56 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-10T15:05:17.831Z] #41 ... [2021-03-10T15:05:17.831Z] [2021-03-10T15:05:17.831Z] #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-03-10T15:05:17.831Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:05:17.831Z] #50 49.54 syscall [2021-03-10T15:05:17.831Z] #50 49.59 reflect [2021-03-10T15:05:17.891Z] #12 30.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2021-03-10T15:05:17.995Z] #45 ... [2021-03-10T15:05:17.995Z] [2021-03-10T15:05:17.995Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-10T15:05:17.995Z] #29 sha256:92fe75682c629be3175dfc262efa637fac934378b6659aa7310c671c8a5edeff [2021-03-10T15:05:18.083Z] #39 ... [2021-03-10T15:05:18.083Z] [2021-03-10T15:05:18.083Z] #11 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-10T15:05:18.083Z] #11 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-10T15:05:18.083Z] #11 DONE 6.3s [2021-03-10T15:05:18.083Z] [2021-03-10T15:05:18.083Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:18.083Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:18.156Z] #12 30.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-10T15:05:18.156Z] #12 30.73 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-03-10T15:05:18.156Z] #12 30.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-03-10T15:05:18.156Z] #12 30.74 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-10T15:05:18.402Z] #50 ... [2021-03-10T15:05:18.402Z] [2021-03-10T15:05:18.402Z] #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-03-10T15:05:18.402Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:05:18.402Z] #35 33.73 Reading package lists... [2021-03-10T15:05:18.402Z] #35 40.68 Building dependency tree... [2021-03-10T15:05:18.402Z] #35 44.04 The following additional packages will be installed: [2021-03-10T15:05:18.402Z] #35 44.06 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-10T15:05:18.402Z] #35 44.07 Suggested packages: [2021-03-10T15:05:18.402Z] #35 44.08 cmake-doc ninja-build lrzip [2021-03-10T15:05:18.402Z] #35 44.08 Recommended packages: [2021-03-10T15:05:18.402Z] #35 44.08 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-10T15:05:18.402Z] #35 45.11 The following NEW packages will be installed: [2021-03-10T15:05:18.402Z] #35 45.11 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-10T15:05:18.402Z] #35 45.11 vim-common xxd [2021-03-10T15:05:18.402Z] #35 45.50 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:18.402Z] #35 45.50 Need to get 14.9 MB of archives. [2021-03-10T15:05:18.402Z] #35 45.50 After this operation, 61.8 MB of additional disk space will be used. [2021-03-10T15:05:18.402Z] #35 45.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-10T15:05:18.402Z] #35 45.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:05:18.402Z] #35 45.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-10T15:05:18.402Z] #35 45.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-10T15:05:18.402Z] #35 46.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-10T15:05:18.402Z] #35 46.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-10T15:05:18.402Z] #35 46.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-10T15:05:18.402Z] #35 46.62 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-10T15:05:18.402Z] #35 46.63 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-10T15:05:18.402Z] #35 46.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-10T15:05:18.402Z] #35 48.34 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:18.402Z] #35 48.61 Fetched 14.9 MB in 2s (8168 kB/s) [2021-03-10T15:05:18.402Z] #35 48.73 Selecting previously unselected package xxd. [2021-03-10T15:05:18.402Z] #35 48.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:05:18.402Z] #35 48.99 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:05:18.402Z] #35 49.01 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:05:18.402Z] #35 49.39 Selecting previously unselected package vim-common. [2021-03-10T15:05:18.402Z] #35 49.39 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:05:18.402Z] #35 49.48 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:18.402Z] #35 49.94 Selecting previously unselected package cmake-data. [2021-03-10T15:05:18.402Z] #35 49.94 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-10T15:05:18.402Z] #35 49.94 Unpacking cmake-data (3.13.4-1) ... [2021-03-10T15:05:18.421Z] #12 31.06 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-10T15:05:18.553Z] #20 28.85 Setting up libiptc0:s390x (1.8.2-4) ... [2021-03-10T15:05:18.553Z] #20 28.86 Setting up xz-utils (5.2.4-1) ... [2021-03-10T15:05:18.553Z] #20 28.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-10T15:05:18.553Z] #20 28.87 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:05:18.553Z] #20 28.91 invoke-rc.d: could not determine current runlevel [2021-03-10T15:05:18.553Z] #20 28.92 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:05:18.553Z] #20 28.92 Setting up pigz (2.4-1) ... [2021-03-10T15:05:18.553Z] #20 28.93 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-03-10T15:05:18.553Z] #20 28.94 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-03-10T15:05:18.553Z] #20 28.96 Setting up python-pip-whl (18.1-5) ... [2021-03-10T15:05:18.666Z] #35 ... [2021-03-10T15:05:18.666Z] [2021-03-10T15:05:18.666Z] #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-03-10T15:05:18.666Z] #33 sha256:5a36fca68bffa196a5cec464ac403bb940b2bf1327f1898d0e8fcb19635e111f [2021-03-10T15:05:18.666Z] #33 40.50 sync [2021-03-10T15:05:18.666Z] #33 40.52 internal/reflectlite [2021-03-10T15:05:18.666Z] #33 42.99 sort [2021-03-10T15:05:18.666Z] #33 43.02 errors [2021-03-10T15:05:18.666Z] #33 43.47 strconv [2021-03-10T15:05:18.666Z] #33 44.30 io [2021-03-10T15:05:18.666Z] #33 45.65 internal/oserror [2021-03-10T15:05:18.666Z] #33 45.76 syscall [2021-03-10T15:05:18.666Z] #33 47.19 reflect [2021-03-10T15:05:18.666Z] #33 ... [2021-03-10T15:05:18.666Z] [2021-03-10T15:05:18.666Z] #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-03-10T15:05:18.666Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:18.666Z] #41 49.86 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-10T15:05:18.666Z] #41 49.88 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:05:18.666Z] #41 49.90 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:05:18.666Z] #41 50.02 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-10T15:05:18.666Z] #41 50.02 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:05:18.666Z] #41 50.02 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-10T15:05:18.666Z] #41 50.10 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-10T15:05:18.666Z] #41 50.10 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-10T15:05:18.666Z] #41 50.12 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:05:18.666Z] #41 50.40 Selecting previously unselected package libprotobuf17:amd64. [2021-03-10T15:05:18.666Z] #41 50.40 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:05:18.666Z] #41 50.40 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-10T15:05:18.701Z] #12 31.41 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-10T15:05:18.846Z] #20 28.96 Setting up libmpdec2:s390x (2.4.2-2) ... [2021-03-10T15:05:18.846Z] #20 28.97 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:05:18.846Z] #20 29.21 Setting up libaio1:s390x (0.3.112-3) ... [2021-03-10T15:05:18.846Z] #20 29.21 Setting up libonig5:s390x (6.9.1-1) ... [2021-03-10T15:05:18.899Z] #15 1.784 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-10T15:05:18.899Z] #15 DONE 2.0s [2021-03-10T15:05:18.899Z] [2021-03-10T15:05:18.899Z] #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-03-10T15:05:18.899Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:18.899Z] #42 51.27 CC compel/src/lib/infect.o [2021-03-10T15:05:18.899Z] #42 53.51 CC compel/src/lib/ptrace.o [2021-03-10T15:05:18.899Z] #42 54.15 AR compel/libcompel.a [2021-03-10T15:05:18.899Z] #42 54.30 HOSTCC compel/src/main-host.o [2021-03-10T15:05:18.899Z] #42 54.78 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-10T15:05:18.899Z] #42 55.11 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-10T15:05:18.899Z] #42 55.79 HOSTCC compel/src/lib/log-host.o [2021-03-10T15:05:18.899Z] #42 56.16 HOSTLINK compel/compel-host-bin [2021-03-10T15:05:18.899Z] #42 56.41 DEP soccr/soccr.d [2021-03-10T15:05:18.899Z] #42 56.67 CC soccr/soccr.o [2021-03-10T15:05:18.902Z] #29 12.88 0.1% 0.9% # 2.0% ## 3.0% ### 4.8% #### 6.0% ##### 7.1% ##### 8.2% ####### 10.3% ######## 11.4% ######### 13.0% ########## 15.2% ########### 16.3% ############ 17.9% ############### 21.2% ################ 22.7% ################# 24.4% ################## 26.0% #################### 28.2% ##################### 29.8% ####################### 32.0% ######################## 34.1% ########################## 36.3% ########################### 38.4% ############################# 40.6% ############################## 42.8% ################################ 45.0% ################################# 46.6% ################################### 48.7% ################################### 49.8% ##################################### 51.5% ###################################### 53.1% ####################################### 54.7% ######################################## 56.9% ########################################## 58.5% ########################################## 59.6% ########################################## 59.7% ########################################## 59.7% ########################################### 59.9% ########################################### 60.5% ############################################ 61.5% ############################################# 62.8% ############################################## 64.5% ############################################### 66.1% ################################################ 67.7% ################################################## 70.4% ################################################### 72.0% ##################################################### 73.6% ##################################################### 74.7% ####################################################### 76.9% ######################################################## 78.9% ########################################################## 80.6% ########################################################### 82.7% ############################################################# 84.8% ############################################################## 86.5% ############################################################## 86.5% ############################################################## 86.6% ############################################################## 86.8% ############################################################## 87.0% ############################################################## 87.3% ############################################################### 88.0% ################################################################ 88.9% ################################################################ 90.2% ################################################################## 91.8% ################################################################## 92.8% #################################################################### 94.5% ##################################################################### 96.1% ###################################################################### 97.7% ###################################################################### 98.2% ######################################################################## 100.0% [2021-03-10T15:05:18.903Z] #29 21.23 [2021-03-10T15:05:18.903Z] #29 ... [2021-03-10T15:05:18.903Z] [2021-03-10T15:05:18.903Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-10T15:05:18.903Z] #47 sha256:314598290a96c9b2de36d72715f0d8a121b73fb8fa90b86833e064dafbce0546 [2021-03-10T15:05:18.903Z] #47 11.78 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:05:18.903Z] #47 16.14 go: finding github.com/fatih/color v1.9.0 [2021-03-10T15:05:18.903Z] #47 16.15 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:05:18.903Z] #47 16.17 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:05:18.903Z] #47 16.34 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:05:18.903Z] #47 16.39 go: finding github.com/spf13/pflag v1.0.3 [2021-03-10T15:05:18.903Z] #47 16.41 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:05:18.903Z] #47 16.98 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:05:18.903Z] #47 17.04 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:05:18.903Z] #47 17.10 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:05:18.903Z] #47 17.17 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:05:18.903Z] #47 17.24 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:05:18.903Z] #47 ... [2021-03-10T15:05:18.903Z] [2021-03-10T15:05:18.903Z] #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-03-10T15:05:18.903Z] #64 sha256:6f6a044bb59bcb006cca2e02b9187cbb7dcc5499e6e20dc0ea0b51cb5ad50d3a [2021-03-10T15:05:18.973Z] #12 31.42 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2021-03-10T15:05:19.140Z] #20 29.22 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-03-10T15:05:19.140Z] #20 29.23 Setting up vim (2:8.1.0875-5) ... [2021-03-10T15:05:19.140Z] #20 29.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-10T15:05:19.140Z] #20 29.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-10T15:05:19.140Z] #20 29.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-10T15:05:19.140Z] #20 29.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-10T15:05:19.140Z] #20 29.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-10T15:05:19.140Z] #20 29.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-10T15:05:19.140Z] #20 29.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-10T15:05:19.140Z] #20 29.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-10T15:05:19.140Z] #20 29.29 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-10T15:05:19.140Z] #20 29.30 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:05:19.140Z] #20 29.31 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-03-10T15:05:19.140Z] #20 29.31 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:05:19.140Z] #20 ... [2021-03-10T15:05:19.140Z] [2021-03-10T15:05:19.140Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-10T15:05:19.140Z] #40 139.3 + dpkg --print-architecture [2021-03-10T15:05:19.140Z] #40 139.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-10T15:05:19.163Z] #42 ... [2021-03-10T15:05:19.163Z] [2021-03-10T15:05:19.163Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-10T15:05:19.163Z] #16 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-10T15:05:19.434Z] #40 139.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-10T15:05:19.434Z] #40 139.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-10T15:05:19.504Z] #64 21.72 Checking out files: 47% (902/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) [2021-03-10T15:05:19.504Z] #64 ... [2021-03-10T15:05:19.504Z] [2021-03-10T15:05:19.504Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:05:19.504Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:05:19.504Z] #51 12.34 + cd /tmp/tmp.5ffP0xR8Qm/src/github.com/mvdan/sh [2021-03-10T15:05:19.504Z] #51 12.36 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:05:19.504Z] #51 12.68 + GO111MODULE=on [2021-03-10T15:05:19.504Z] #51 12.69 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-10T15:05:19.504Z] #51 14.59 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:05:19.504Z] #51 14.69 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:05:19.504Z] #51 14.73 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:05:19.504Z] #51 15.39 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:05:19.504Z] #51 15.47 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:05:19.504Z] #51 16.71 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:05:19.504Z] #51 18.01 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:05:19.504Z] #51 20.53 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:05:19.504Z] #51 22.12 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:05:19.504Z] #51 22.12 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:05:19.504Z] #51 ... [2021-03-10T15:05:19.504Z] [2021-03-10T15:05:19.504Z] #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-03-10T15:05:19.504Z] #64 sha256:6f6a044bb59bcb006cca2e02b9187cbb7dcc5499e6e20dc0ea0b51cb5ad50d3a [2021-03-10T15:05:19.608Z] #41 51.31 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-10T15:05:19.608Z] #41 51.31 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:05:19.608Z] #41 51.31 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-10T15:05:19.608Z] #41 51.53 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-10T15:05:19.608Z] #41 51.53 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-10T15:05:19.608Z] #41 51.55 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-10T15:05:19.817Z] #64 21.72 Checking out files: 47% (902/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-10T15:05:19.817Z] #64 22.67 + cd /tmp/tmp.BkngbQkPbz/src/github.com/docker/libnetwork [2021-03-10T15:05:19.817Z] #64 22.67 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:05:19.924Z] #12 ... [2021-03-10T15:05:19.924Z] [2021-03-10T15:05:19.924Z] #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-03-10T15:05:19.924Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:05:19.924Z] #41 45.62 Selecting previously unselected package zlib1g-dev:arm64. [2021-03-10T15:05:19.924Z] #41 45.62 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-03-10T15:05:19.924Z] #41 45.64 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:05:19.924Z] #41 46.09 Selecting previously unselected package libprotobuf17:arm64. [2021-03-10T15:05:19.924Z] #41 46.09 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-03-10T15:05:19.924Z] #41 46.10 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-03-10T15:05:19.924Z] #41 46.87 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-03-10T15:05:19.924Z] #41 46.90 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-03-10T15:05:19.924Z] #41 46.92 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-03-10T15:05:19.924Z] #41 47.21 Selecting previously unselected package libprotobuf-dev:arm64. [2021-03-10T15:05:19.924Z] #41 47.21 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-03-10T15:05:19.924Z] #41 47.29 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-03-10T15:05:19.924Z] #41 48.77 Selecting previously unselected package libprotoc17:arm64. [2021-03-10T15:05:19.924Z] #41 48.77 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-03-10T15:05:19.924Z] #41 48.79 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-03-10T15:05:19.924Z] #41 49.45 Selecting previously unselected package protobuf-c-compiler. [2021-03-10T15:05:19.924Z] #41 49.45 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-03-10T15:05:19.924Z] #41 49.46 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:05:19.924Z] #41 49.81 Selecting previously unselected package protobuf-compiler. [2021-03-10T15:05:19.924Z] #41 49.81 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-03-10T15:05:19.924Z] #41 49.88 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:05:19.924Z] #41 50.24 Selecting previously unselected package python-pkg-resources. [2021-03-10T15:05:19.924Z] #41 50.24 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:05:19.924Z] #41 50.27 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-10T15:05:19.924Z] #41 50.60 Selecting previously unselected package python-six. [2021-03-10T15:05:19.924Z] #41 50.60 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-10T15:05:19.924Z] #41 50.77 Unpacking python-six (1.12.0-1) ... [2021-03-10T15:05:19.924Z] #41 50.93 Selecting previously unselected package python-protobuf. [2021-03-10T15:05:19.924Z] #41 50.93 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-03-10T15:05:19.924Z] #41 51.05 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-10T15:05:20.096Z] #16 ... [2021-03-10T15:05:20.096Z] [2021-03-10T15:05:20.096Z] #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-03-10T15:05:20.096Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:05:20.096Z] #44 118.5 net/http/httptrace [2021-03-10T15:05:20.096Z] #44 118.7 net/http [2021-03-10T15:05:20.096Z] #44 ... [2021-03-10T15:05:20.096Z] [2021-03-10T15:05:20.096Z] #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-03-10T15:05:20.096Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:20.096Z] #42 58.83 AR soccr/libsoccr.a [2021-03-10T15:05:20.096Z] #42 58.89 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:05:20.096Z] #42 59.60 DEP criu/arch/x86/sigframe.d [2021-03-10T15:05:20.115Z] #64 23.14 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-10T15:05:20.353Z] #42 ... [2021-03-10T15:05:20.353Z] [2021-03-10T15:05:20.353Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-10T15:05:20.353Z] #16 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-10T15:05:20.353Z] #16 DONE 1.4s [2021-03-10T15:05:20.353Z] [2021-03-10T15:05:20.353Z] #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-03-10T15:05:20.353Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:20.353Z] #42 59.76 DEP criu/arch/x86/sigaction_compat.d [2021-03-10T15:05:20.610Z] #42 59.95 DEP criu/arch/x86/kerndat.d [2021-03-10T15:05:20.610Z] #42 60.14 DEP criu/arch/x86/crtools.d [2021-03-10T15:05:20.867Z] #42 60.25 DEP criu/arch/x86/cpu.d [2021-03-10T15:05:20.993Z] #41 ... [2021-03-10T15:05:20.993Z] [2021-03-10T15:05:20.993Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:20.993Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:20.993Z] #12 26.25 Reading package lists... [2021-03-10T15:05:20.993Z] #12 33.76 Reading package lists... [2021-03-10T15:05:20.993Z] #12 41.43 Building dependency tree... [2021-03-10T15:05:20.993Z] #12 ... [2021-03-10T15:05:20.993Z] [2021-03-10T15:05:20.993Z] #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-03-10T15:05:20.993Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:05:20.993Z] #31 49.72 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-03-10T15:05:20.993Z] #31 50.36 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-10T15:05:20.993Z] #31 50.86 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:05:21.124Z] #42 60.42 CC criu/arch/x86/cpu.o [2021-03-10T15:05:21.321Z] #41 52.24 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-10T15:05:21.385Z] #12 ... [2021-03-10T15:05:21.385Z] [2021-03-10T15:05:21.385Z] #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-03-10T15:05:21.385Z] #23 sha256:ebf988f2d69157193184bda6f9e0619820341eaa0824f74ad09141cd9baaa822 [2021-03-10T15:05:21.385Z] #23 7.437 + RM_GOPATH=0 [2021-03-10T15:05:21.385Z] #23 7.437 + TMP_GOPATH= [2021-03-10T15:05:21.385Z] #23 7.437 + : /build [2021-03-10T15:05:21.385Z] #23 7.437 + '[' -z '' ']' [2021-03-10T15:05:21.385Z] #23 7.437 ++ mktemp -d [2021-03-10T15:05:21.385Z] #23 7.439 + export GOPATH=/tmp/tmp.oAp1K1NPUN [2021-03-10T15:05:21.385Z] #23 7.439 + GOPATH=/tmp/tmp.oAp1K1NPUN [2021-03-10T15:05:21.385Z] #23 7.439 + RM_GOPATH=1 [2021-03-10T15:05:21.385Z] #23 7.439 + case "$(go env GOARCH)" in [2021-03-10T15:05:21.385Z] #23 7.452 ++ go env GOARCH [2021-03-10T15:05:21.385Z] #23 7.470 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.385Z] #23 7.470 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.385Z] #23 7.470 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:21.385Z] #23 7.495 Install docker/cli version 17.06.2-ce from stable [2021-03-10T15:05:21.385Z] #23 7.495 + dir=/tmp/install [2021-03-10T15:05:21.385Z] #23 7.495 + bin=dockercli [2021-03-10T15:05:21.385Z] #23 7.495 + shift [2021-03-10T15:05:21.385Z] #23 7.495 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-10T15:05:21.385Z] #23 7.495 + . /tmp/install/dockercli.installer [2021-03-10T15:05:21.385Z] #23 7.495 ++ : stable [2021-03-10T15:05:21.385Z] #23 7.495 ++ : 17.06.2-ce [2021-03-10T15:05:21.385Z] #23 7.495 + install_dockercli [2021-03-10T15:05:21.385Z] #23 7.495 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-10T15:05:21.385Z] #23 7.495 ++ uname -m [2021-03-10T15:05:21.385Z] #23 7.495 + arch=x86_64 [2021-03-10T15:05:21.385Z] #23 7.495 + '[' x86_64 '!=' x86_64 ']' [2021-03-10T15:05:21.385Z] #23 7.495 + url=https://download.docker.com/linux/static [2021-03-10T15:05:21.385Z] #23 7.495 + tar -xz docker/docker [2021-03-10T15:05:21.385Z] #23 7.495 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-10T15:05:21.385Z] #23 ... [2021-03-10T15:05:21.385Z] [2021-03-10T15:05:21.385Z] #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-03-10T15:05:21.385Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:05:21.385Z] #35 8.744 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:21.385Z] #35 8.883 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:21.385Z] #35 8.933 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:21.385Z] #35 ... [2021-03-10T15:05:21.385Z] [2021-03-10T15:05:21.385Z] #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-03-10T15:05:21.385Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:05:21.385Z] #50 7.955 + RM_GOPATH=0 [2021-03-10T15:05:21.385Z] #50 7.955 + TMP_GOPATH= [2021-03-10T15:05:21.385Z] #50 7.955 + : /build [2021-03-10T15:05:21.385Z] #50 7.955 + '[' -z '' ']' [2021-03-10T15:05:21.385Z] #50 7.955 ++ mktemp -d [2021-03-10T15:05:21.385Z] #50 7.955 + export GOPATH=/tmp/tmp.pkDRW8yMjc [2021-03-10T15:05:21.385Z] #50 7.955 + GOPATH=/tmp/tmp.pkDRW8yMjc [2021-03-10T15:05:21.385Z] #50 7.955 + RM_GOPATH=1 [2021-03-10T15:05:21.385Z] #50 7.955 + case "$(go env GOARCH)" in [2021-03-10T15:05:21.385Z] #50 7.955 ++ go env GOARCH [2021-03-10T15:05:21.385Z] #50 7.974 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.385Z] #50 7.974 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.385Z] #50 7.974 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:21.385Z] #50 7.978 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:05:21.385Z] #50 7.978 + dir=/tmp/install [2021-03-10T15:05:21.385Z] #50 7.978 + bin=shfmt [2021-03-10T15:05:21.385Z] #50 7.978 + shift [2021-03-10T15:05:21.385Z] #50 7.978 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-10T15:05:21.385Z] #50 7.978 + . /tmp/install/shfmt.installer [2021-03-10T15:05:21.385Z] #50 7.978 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:05:21.385Z] #50 7.978 + install_shfmt [2021-03-10T15:05:21.385Z] #50 7.978 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-10T15:05:21.385Z] #50 7.978 + git clone https://github.com/mvdan/sh.git /tmp/tmp.pkDRW8yMjc/src/github.com/mvdan/sh [2021-03-10T15:05:21.385Z] #50 7.978 Cloning into '/tmp/tmp.pkDRW8yMjc/src/github.com/mvdan/sh'... [2021-03-10T15:05:21.385Z] #50 ... [2021-03-10T15:05:21.385Z] [2021-03-10T15:05:21.385Z] #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-03-10T15:05:21.385Z] #63 sha256:e3471edade80d7bd881744ce669e85e2e20d0ed0aa8ac2543d6b3b19a7cb1d3a [2021-03-10T15:05:21.385Z] #63 7.208 + RM_GOPATH=0 [2021-03-10T15:05:21.385Z] #63 7.208 + TMP_GOPATH= [2021-03-10T15:05:21.385Z] #63 7.208 + : /build [2021-03-10T15:05:21.385Z] #63 7.208 + '[' -z '' ']' [2021-03-10T15:05:21.385Z] #63 7.208 ++ mktemp -d [2021-03-10T15:05:21.385Z] #63 7.222 + export GOPATH=/tmp/tmp.EXNoFXbXYF [2021-03-10T15:05:21.385Z] #63 7.222 + GOPATH=/tmp/tmp.EXNoFXbXYF [2021-03-10T15:05:21.385Z] #63 7.222 + RM_GOPATH=1 [2021-03-10T15:05:21.385Z] #63 7.222 + case "$(go env GOARCH)" in [2021-03-10T15:05:21.385Z] #63 7.222 ++ go env GOARCH [2021-03-10T15:05:21.385Z] #63 7.226 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.385Z] #63 7.226 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.385Z] #63 7.226 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:21.385Z] #63 7.230 + dir=/tmp/install [2021-03-10T15:05:21.385Z] #63 7.230 + bin=proxy [2021-03-10T15:05:21.385Z] #63 7.230 + shift [2021-03-10T15:05:21.385Z] #63 7.230 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-10T15:05:21.385Z] #63 7.231 + . /tmp/install/proxy.installer [2021-03-10T15:05:21.385Z] #63 7.234 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:05:21.385Z] #63 7.234 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:05:21.385Z] #63 7.234 + install_proxy [2021-03-10T15:05:21.385Z] #63 7.234 + case "$1" in [2021-03-10T15:05:21.385Z] #63 7.234 + export CGO_ENABLED=0 [2021-03-10T15:05:21.385Z] #63 7.234 + CGO_ENABLED=0 [2021-03-10T15:05:21.385Z] #63 7.234 + _install_proxy [2021-03-10T15:05:21.385Z] #63 7.234 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-10T15:05:21.385Z] #63 7.234 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.EXNoFXbXYF/src/github.com/docker/libnetwork [2021-03-10T15:05:21.385Z] #63 7.234 Cloning into '/tmp/tmp.EXNoFXbXYF/src/github.com/docker/libnetwork'... [2021-03-10T15:05:21.585Z] #41 ... [2021-03-10T15:05:21.585Z] [2021-03-10T15:05:21.585Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:21.585Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:05:21.585Z] #12 34.37 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-03-10T15:05:21.645Z] #63 ... [2021-03-10T15:05:21.645Z] [2021-03-10T15:05:21.645Z] #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-03-10T15:05:21.645Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:05:21.645Z] #44 6.325 + RM_GOPATH=0 [2021-03-10T15:05:21.645Z] #44 6.325 + TMP_GOPATH= [2021-03-10T15:05:21.645Z] #44 6.325 + : /build [2021-03-10T15:05:21.645Z] #44 6.325 + '[' -z '' ']' [2021-03-10T15:05:21.645Z] #44 6.325 ++ mktemp -d [2021-03-10T15:05:21.645Z] #44 6.325 + export GOPATH=/tmp/tmp.gIoOkVVhMF [2021-03-10T15:05:21.645Z] #44 6.325 + GOPATH=/tmp/tmp.gIoOkVVhMF [2021-03-10T15:05:21.645Z] #44 6.325 + RM_GOPATH=1 [2021-03-10T15:05:21.645Z] #44 6.325 + case "$(go env GOARCH)" in [2021-03-10T15:05:21.645Z] #44 6.342 ++ go env GOARCH [2021-03-10T15:05:21.645Z] #44 6.342 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.645Z] #44 6.342 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.645Z] #44 6.342 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:21.645Z] #44 6.342 + dir=/tmp/install [2021-03-10T15:05:21.645Z] #44 6.342 + bin=vndr [2021-03-10T15:05:21.645Z] #44 6.342 + shift [2021-03-10T15:05:21.645Z] #44 6.342 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-10T15:05:21.645Z] #44 6.342 + . /tmp/install/vndr.installer [2021-03-10T15:05:21.645Z] #44 6.342 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:05:21.645Z] #44 6.342 + install_vndr [2021-03-10T15:05:21.645Z] #44 6.342 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-10T15:05:21.645Z] #44 6.342 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.gIoOkVVhMF/src/github.com/LK4D4/vndr [2021-03-10T15:05:21.645Z] #44 6.342 Cloning into '/tmp/tmp.gIoOkVVhMF/src/github.com/LK4D4/vndr'... [2021-03-10T15:05:21.645Z] #44 6.351 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:05:21.646Z] #44 6.675 + cd /tmp/tmp.gIoOkVVhMF/src/github.com/LK4D4/vndr [2021-03-10T15:05:21.646Z] #44 6.675 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-10T15:05:21.646Z] #44 6.761 + go build -buildmode=pie -v -o /build/vndr . [2021-03-10T15:05:21.646Z] #44 7.079 internal/cpu [2021-03-10T15:05:21.646Z] #44 7.083 runtime/internal/atomic [2021-03-10T15:05:21.646Z] #44 7.192 runtime/internal/sys [2021-03-10T15:05:21.646Z] #44 7.303 runtime/internal/math [2021-03-10T15:05:21.646Z] #44 7.316 internal/race [2021-03-10T15:05:21.646Z] #44 7.326 sync/atomic [2021-03-10T15:05:21.646Z] #44 7.538 internal/bytealg [2021-03-10T15:05:21.646Z] #44 7.562 unicode [2021-03-10T15:05:21.646Z] #44 8.038 runtime [2021-03-10T15:05:21.646Z] #44 ... [2021-03-10T15:05:21.646Z] [2021-03-10T15:05:21.646Z] #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-03-10T15:05:21.646Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:05:21.646Z] #48 7.417 + RM_GOPATH=0 [2021-03-10T15:05:21.646Z] #48 7.417 + TMP_GOPATH= [2021-03-10T15:05:21.646Z] #48 7.417 + : /build [2021-03-10T15:05:21.646Z] #48 7.417 + '[' -z '' ']' [2021-03-10T15:05:21.646Z] #48 7.417 ++ mktemp -d [2021-03-10T15:05:21.646Z] #48 7.419 + export GOPATH=/tmp/tmp.kwC62Ynbkl [2021-03-10T15:05:21.646Z] #48 7.419 + GOPATH=/tmp/tmp.kwC62Ynbkl [2021-03-10T15:05:21.646Z] #48 7.419 + RM_GOPATH=1 [2021-03-10T15:05:21.646Z] #48 7.419 + case "$(go env GOARCH)" in [2021-03-10T15:05:21.646Z] #48 7.420 ++ go env GOARCH [2021-03-10T15:05:21.646Z] #48 7.452 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.646Z] #48 7.452 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:21.646Z] #48 7.452 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:21.646Z] #48 7.452 + dir=/tmp/install [2021-03-10T15:05:21.646Z] #48 7.452 + bin=golangci_lint [2021-03-10T15:05:21.646Z] #48 7.452 + shift [2021-03-10T15:05:21.646Z] #48 7.452 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-10T15:05:21.646Z] #48 7.452 + . /tmp/install/golangci_lint.installer [2021-03-10T15:05:21.646Z] #48 7.452 ++ : v1.23.8 [2021-03-10T15:05:21.646Z] #48 7.452 + install_golangci_lint [2021-03-10T15:05:21.646Z] #48 7.452 + set -e [2021-03-10T15:05:21.646Z] #48 7.452 + export GO111MODULE=on [2021-03-10T15:05:21.646Z] #48 7.452 + GO111MODULE=on [2021-03-10T15:05:21.646Z] #48 7.452 + GOBIN=/build [2021-03-10T15:05:21.646Z] #48 7.452 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-10T15:05:21.646Z] #48 7.476 go: finding github.com v1.23.8 [2021-03-10T15:05:21.646Z] #48 7.476 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-10T15:05:21.646Z] #48 7.476 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-10T15:05:21.646Z] #48 7.476 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:05:21.646Z] #48 7.476 go: finding github.com/golangci v1.23.8 [2021-03-10T15:05:21.646Z] #48 8.923 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:05:21.646Z] #48 9.918 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-10T15:05:21.696Z] #42 ... [2021-03-10T15:05:21.696Z] [2021-03-10T15:05:21.696Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-10T15:05:21.696Z] #17 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-10T15:05:21.696Z] #17 DONE 1.2s [2021-03-10T15:05:21.696Z] [2021-03-10T15:05:21.696Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:05:21.696Z] #18 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-10T15:05:21.905Z] #48 ... [2021-03-10T15:05:21.905Z] [2021-03-10T15:05:21.905Z] #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-03-10T15:05:21.905Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:21.905Z] #41 9.137 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:21.905Z] #41 9.185 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:21.905Z] #41 9.212 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:22.264Z] #41 ... [2021-03-10T15:05:22.264Z] [2021-03-10T15:05:22.264Z] #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-03-10T15:05:22.264Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:05:22.264Z] #33 6.962 + RM_GOPATH=0 [2021-03-10T15:05:22.264Z] #33 6.962 + TMP_GOPATH= [2021-03-10T15:05:22.264Z] #33 6.962 + : /build [2021-03-10T15:05:22.264Z] #33 6.962 + '[' -z '' ']' [2021-03-10T15:05:22.264Z] #33 6.962 ++ mktemp -d [2021-03-10T15:05:22.264Z] #33 6.962 + export GOPATH=/tmp/tmp.DQbRjFWGxf [2021-03-10T15:05:22.264Z] #33 6.962 + GOPATH=/tmp/tmp.DQbRjFWGxf [2021-03-10T15:05:22.264Z] #33 6.962 + RM_GOPATH=1 [2021-03-10T15:05:22.264Z] #33 6.962 + case "$(go env GOARCH)" in [2021-03-10T15:05:22.264Z] #33 6.970 ++ go env GOARCH [2021-03-10T15:05:22.264Z] #33 6.976 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:22.264Z] #33 6.976 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:22.264Z] #33 6.976 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:22.264Z] #33 6.976 + dir=/tmp/install [2021-03-10T15:05:22.264Z] #33 6.976 + bin=tomlv [2021-03-10T15:05:22.264Z] #33 6.976 + shift [2021-03-10T15:05:22.264Z] #33 6.976 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-10T15:05:22.264Z] #33 6.976 + . /tmp/install/tomlv.installer [2021-03-10T15:05:22.264Z] #33 6.976 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:05:22.264Z] #33 6.976 + install_tomlv [2021-03-10T15:05:22.264Z] #33 6.976 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-10T15:05:22.264Z] #33 6.976 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.DQbRjFWGxf/src/github.com/BurntSushi/toml [2021-03-10T15:05:22.264Z] #33 6.976 Cloning into '/tmp/tmp.DQbRjFWGxf/src/github.com/BurntSushi/toml'... [2021-03-10T15:05:22.264Z] #33 6.976 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:05:22.264Z] #33 7.632 + cd /tmp/tmp.DQbRjFWGxf/src/github.com/BurntSushi/toml [2021-03-10T15:05:22.264Z] #33 7.632 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-10T15:05:22.264Z] #33 7.638 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:05:22.264Z] #33 8.118 math/bits [2021-03-10T15:05:22.264Z] #33 8.235 runtime [2021-03-10T15:05:22.264Z] #33 9.942 math [2021-03-10T15:05:22.264Z] #33 ... [2021-03-10T15:05:22.264Z] [2021-03-10T15:05:22.264Z] #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-03-10T15:05:22.264Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:05:22.264Z] #54 9.586 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:22.264Z] #54 9.694 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:22.264Z] #54 9.694 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:22.524Z] #54 ... [2021-03-10T15:05:22.524Z] [2021-03-10T15:05:22.524Z] #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-03-10T15:05:22.524Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:05:22.524Z] #31 8.178 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-10T15:05:22.524Z] #31 8.178 Cloning into '.'... [2021-03-10T15:05:22.524Z] #31 ... [2021-03-10T15:05:22.524Z] [2021-03-10T15:05:22.524Z] #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-03-10T15:05:22.524Z] #46 sha256:655ff341485a4b14d616ec280f8cc1f430ad9205287117a2b4b33a1f8d412050 [2021-03-10T15:05:22.524Z] #46 6.611 + RM_GOPATH=0 [2021-03-10T15:05:22.524Z] #46 6.611 + TMP_GOPATH= [2021-03-10T15:05:22.524Z] #46 6.611 + : /build [2021-03-10T15:05:22.524Z] #46 6.611 + '[' -z '' ']' [2021-03-10T15:05:22.524Z] #46 6.611 ++ mktemp -d [2021-03-10T15:05:22.524Z] #46 6.611 + export GOPATH=/tmp/tmp.2DTXZzwigt [2021-03-10T15:05:22.524Z] #46 6.611 + GOPATH=/tmp/tmp.2DTXZzwigt [2021-03-10T15:05:22.524Z] #46 6.611 + RM_GOPATH=1 [2021-03-10T15:05:22.524Z] #46 6.611 + case "$(go env GOARCH)" in [2021-03-10T15:05:22.524Z] #46 6.611 ++ go env GOARCH [2021-03-10T15:05:22.524Z] #46 6.611 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:22.524Z] #46 6.611 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:22.524Z] #46 6.611 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:22.524Z] #46 6.611 + dir=/tmp/install [2021-03-10T15:05:22.524Z] #46 6.611 + bin=gotestsum [2021-03-10T15:05:22.524Z] #46 6.611 + shift [2021-03-10T15:05:22.524Z] #46 6.611 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-10T15:05:22.524Z] #46 6.611 + . /tmp/install/gotestsum.installer [2021-03-10T15:05:22.524Z] #46 6.611 ++ : v0.5.3 [2021-03-10T15:05:22.524Z] #46 6.611 + install_gotestsum [2021-03-10T15:05:22.524Z] #46 6.611 + set -e [2021-03-10T15:05:22.524Z] #46 6.611 + export GO111MODULE=on [2021-03-10T15:05:22.524Z] #46 6.611 + GO111MODULE=on [2021-03-10T15:05:22.524Z] #46 6.611 + GOBIN=/build [2021-03-10T15:05:22.524Z] #46 6.611 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-10T15:05:22.524Z] #46 6.761 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-10T15:05:22.524Z] #46 6.761 go: finding gotest.tools v0.5.3 [2021-03-10T15:05:22.524Z] #46 7.303 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-10T15:05:22.524Z] #46 7.875 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-10T15:05:22.524Z] #46 9.074 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:05:22.524Z] #46 9.074 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:05:22.524Z] #46 9.074 go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:05:22.524Z] #46 9.351 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:05:22.524Z] #46 9.829 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-10T15:05:22.524Z] #46 9.867 go: extracting github.com/fatih/color v1.9.0 [2021-03-10T15:05:22.524Z] #46 9.945 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:05:22.524Z] #46 10.02 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:05:22.524Z] #46 10.06 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:05:22.524Z] #46 10.07 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:05:22.524Z] #46 10.08 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:05:22.524Z] #46 10.27 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:05:22.524Z] #46 10.40 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:05:22.524Z] #46 10.71 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:05:22.524Z] #46 10.73 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:05:22.524Z] #46 10.80 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:05:22.524Z] #46 11.12 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-10T15:05:22.524Z] #46 11.57 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:05:22.783Z] #46 11.60 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:05:22.783Z] #46 ... [2021-03-10T15:05:22.783Z] [2021-03-10T15:05:22.783Z] #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-03-10T15:05:22.783Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:22.783Z] #41 11.63 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:05:22.968Z] #40 ... [2021-03-10T15:05:22.968Z] [2021-03-10T15:05:22.968Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:05:22.968Z] #43 94.55 CC criu/pagemap-cache.o [2021-03-10T15:05:22.968Z] #43 94.87 CC criu/pagemap.o [2021-03-10T15:05:22.968Z] #43 95.61 CC criu/parasite-syscall.o [2021-03-10T15:05:22.968Z] #43 96.27 CC criu/path.o [2021-03-10T15:05:22.968Z] #43 96.52 CC criu/pie-util-vdso.o [2021-03-10T15:05:22.968Z] #43 96.79 CC criu/pie-util.o [2021-03-10T15:05:22.968Z] #43 97.02 CC criu/pipes.o [2021-03-10T15:05:22.968Z] #43 97.48 CC criu/plugin.o [2021-03-10T15:05:22.968Z] #43 97.84 CC criu/proc_parse.o [2021-03-10T15:05:22.968Z] #43 99.72 CC criu/protobuf-desc.o [2021-03-10T15:05:22.968Z] #43 100.4 CC criu/protobuf.o [2021-03-10T15:05:22.968Z] #43 100.7 CC criu/pstree.o [2021-03-10T15:05:22.968Z] #43 101.5 CC criu/rbtree.o [2021-03-10T15:05:22.968Z] #43 101.7 CC criu/rst-malloc.o [2021-03-10T15:05:22.968Z] #43 101.9 CC criu/seccomp.o [2021-03-10T15:05:22.968Z] #43 102.4 CC criu/seize.o [2021-03-10T15:05:22.968Z] #43 103.0 CC criu/servicefd.o [2021-03-10T15:05:22.968Z] #43 103.3 CC criu/shmem.o [2021-03-10T15:05:22.968Z] #43 104.0 CC criu/sigframe.o [2021-03-10T15:05:22.968Z] #43 104.1 CC criu/signalfd.o [2021-03-10T15:05:22.968Z] #43 104.3 CC criu/sk-inet.o [2021-03-10T15:05:22.968Z] #43 ... [2021-03-10T15:05:22.968Z] [2021-03-10T15:05:22.968Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-10T15:05:22.968Z] #20 29.32 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2021-03-10T15:05:22.968Z] #20 29.33 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:05:22.968Z] #20 31.18 Setting up iptables (1.8.2-4) ... [2021-03-10T15:05:22.969Z] #20 31.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:05:22.969Z] #20 31.20 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:05:22.969Z] #20 31.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:05:22.969Z] #20 31.20 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:05:22.969Z] #20 31.21 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-10T15:05:22.969Z] #20 31.21 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-10T15:05:22.969Z] #20 31.21 Setting up python3 (3.7.3-1) ... [2021-03-10T15:05:22.969Z] #20 31.41 Setting up python3-wheel (0.32.3-2) ... [2021-03-10T15:05:22.969Z] #20 31.66 Setting up apparmor (2.13.2-10) ... [2021-03-10T15:05:22.969Z] #20 32.62 Setting up xfsprogs (4.20.0-1) ... [2021-03-10T15:05:22.969Z] #20 32.63 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:05:22.969Z] #20 32.89 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:05:22.984Z] #12 ... [2021-03-10T15:05:22.984Z] [2021-03-10T15:05:22.984Z] #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-03-10T15:05:22.984Z] #50 sha256:d99dffa4a7347442eee3f5ddf468110733e76592e9803e4ae1cac4431cbd67e2 [2021-03-10T15:05:22.984Z] #50 43.85 syscall [2021-03-10T15:05:22.984Z] #50 43.87 reflect [2021-03-10T15:05:22.984Z] #50 43.91 regexp/syntax [2021-03-10T15:05:22.984Z] #50 43.94 bufio [2021-03-10T15:05:22.984Z] #50 51.20 regexp [2021-03-10T15:05:22.984Z] #50 53.71 os [2021-03-10T15:05:22.984Z] #50 ... [2021-03-10T15:05:22.984Z] [2021-03-10T15:05:22.984Z] #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-03-10T15:05:22.984Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:05:22.984Z] #48 44.23 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:22.984Z] #48 50.71 go: finding github.com/fatih/color v1.7.0 [2021-03-10T15:05:22.984Z] #48 50.78 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:22.984Z] #48 50.82 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:05:22.984Z] #48 50.87 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:22.984Z] #48 50.99 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:05:22.984Z] #48 51.02 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:22.984Z] #48 51.06 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:22.984Z] #48 51.06 go: finding github.com/pkg/errors v0.8.1 [2021-03-10T15:05:22.984Z] #48 51.12 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:22.984Z] #48 51.14 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:05:22.984Z] #48 51.17 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.18 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.22 go: finding github.com/spf13/viper v1.6.1 [2021-03-10T15:05:22.984Z] #48 51.30 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.39 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.40 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.42 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:05:22.984Z] #48 51.49 go: finding github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:22.984Z] #48 51.53 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.57 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:22.984Z] #48 51.59 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:22.984Z] #48 51.59 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.62 go: finding github.com/spf13/cobra v0.0.5 [2021-03-10T15:05:22.984Z] #48 51.64 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:22.984Z] #48 51.64 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:22.984Z] #48 51.66 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.72 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:05:22.984Z] #48 51.79 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:22.984Z] #48 51.80 go: finding github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:22.984Z] #48 51.82 go: finding github.com/spf13/pflag v1.0.5 [2021-03-10T15:05:22.984Z] #48 51.84 go: finding github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:22.984Z] #48 51.87 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:22.984Z] #48 51.89 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:22.984Z] #48 52.10 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:22.984Z] #48 52.10 go: finding github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:22.984Z] #48 52.23 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:22.984Z] #48 52.67 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:22.984Z] #48 52.69 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:22.984Z] #48 52.69 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:22.984Z] #48 52.70 go: finding github.com/spf13/afero v1.1.2 [2021-03-10T15:05:22.984Z] #48 53.04 go: finding github.com/spf13/cast v1.3.0 [2021-03-10T15:05:22.984Z] #48 53.04 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:22.984Z] #48 53.04 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:22.984Z] #48 53.09 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:22.984Z] #48 53.10 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:22.984Z] #48 53.15 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:22.984Z] #48 53.21 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:22.984Z] #48 53.26 go: finding golang.org/x/text v0.3.2 [2021-03-10T15:05:22.984Z] #48 53.35 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:22.984Z] #48 53.35 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:22.984Z] #48 53.37 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:22.984Z] #48 53.41 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:22.984Z] #48 53.43 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:22.984Z] #48 53.46 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:05:22.984Z] #48 53.47 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:22.984Z] #48 53.49 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:22.984Z] #48 53.49 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:05:22.984Z] #48 53.52 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:22.984Z] #48 53.53 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:22.984Z] #48 53.55 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:22.984Z] #48 53.58 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:22.984Z] #48 53.59 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:05:22.984Z] #48 53.62 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:22.984Z] #48 53.66 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:22.984Z] #48 53.70 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:22.984Z] #48 53.70 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:22.984Z] #48 53.71 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:22.984Z] #48 53.82 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:22.984Z] #48 53.96 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:22.984Z] #48 54.10 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:05:22.984Z] #48 54.16 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:22.984Z] #48 54.16 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:22.984Z] #48 54.24 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:23.065Z] #18 DONE 1.2s [2021-03-10T15:05:23.065Z] [2021-03-10T15:05:23.065Z] #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-03-10T15:05:23.065Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:23.065Z] #42 61.51 CC criu/arch/x86/crtools.o [2021-03-10T15:05:23.251Z] #48 54.30 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:23.263Z] #20 33.42 Setting up python3-distutils (3.7.3-1) ... [2021-03-10T15:05:23.263Z] #20 33.68 Setting up python3-setuptools (40.8.0-1) ... [2021-03-10T15:05:23.995Z] #42 63.37 CC criu/arch/x86/kerndat.o [2021-03-10T15:05:24.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-10T15:05:24.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-10T15:05:24.215Z] #48 ... [2021-03-10T15:05:24.216Z] [2021-03-10T15:05:24.216Z] #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-03-10T15:05:24.216Z] #33 sha256:0a476eca8543a0c06644bbe5bb9a0d6cc72bff4285ad4813a58af28952d839d1 [2021-03-10T15:05:24.216Z] #33 45.48 internal/syscall/execenv [2021-03-10T15:05:24.216Z] #33 45.50 internal/syscall/unix [2021-03-10T15:05:24.216Z] #33 45.50 time [2021-03-10T15:05:24.216Z] #33 49.63 internal/poll [2021-03-10T15:05:24.216Z] #33 51.88 os [2021-03-10T15:05:24.216Z] #33 55.41 internal/fmtsort [2021-03-10T15:05:24.306Z] #20 34.55 Setting up python3-pip (18.1-5) ... [2021-03-10T15:05:24.482Z] #33 ... [2021-03-10T15:05:24.482Z] [2021-03-10T15:05:24.482Z] #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-03-10T15:05:24.482Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-10T15:05:24.482Z] #35 48.72 Selecting previously unselected package libuv1:arm64. [2021-03-10T15:05:24.482Z] #35 48.72 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-03-10T15:05:24.482Z] #35 48.73 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-03-10T15:05:24.482Z] #35 48.98 Selecting previously unselected package cmake. [2021-03-10T15:05:24.482Z] #35 48.98 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-03-10T15:05:24.482Z] #35 49.00 Unpacking cmake (3.13.4-1) ... [2021-03-10T15:05:24.482Z] #35 51.66 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-10T15:05:24.482Z] #35 52.87 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:05:24.482Z] #35 53.05 Setting up libuv1:arm64 (1.24.1-1) ... [2021-03-10T15:05:24.482Z] #35 53.09 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:24.482Z] #35 53.16 Setting up librhash0:arm64 (1.3.8-1) ... [2021-03-10T15:05:24.482Z] #35 53.20 Setting up cmake-data (3.13.4-1) ... [2021-03-10T15:05:24.482Z] #35 53.25 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:05:24.482Z] #35 53.27 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-03-10T15:05:24.482Z] #35 53.33 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-03-10T15:05:24.482Z] #35 53.40 Setting up cmake (3.13.4-1) ... [2021-03-10T15:05:24.482Z] #35 53.54 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:24.482Z] #35 53.75 Processing triggers for mime-support (3.62) ... [2021-03-10T15:05:24.482Z] #35 ... [2021-03-10T15:05:24.482Z] [2021-03-10T15:05:24.482Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:24.482Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:05:24.482Z] #12 37.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-03-10T15:05:24.558Z] #42 63.90 CC criu/arch/x86/sigaction_compat.o [2021-03-10T15:05:24.636Z] #64 ... [2021-03-10T15:05:24.636Z] [2021-03-10T15:05:24.636Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-10T15:05:24.636Z] #58 sha256:a80c67ed8ca1a8e017cb21b44149bb7920c2cf74903db5623bad6341f9e8d28d [2021-03-10T15:05:24.636Z] #58 17.06 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:05:24.636Z] #58 17.95 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:24.636Z] #58 18.23 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:24.636Z] #58 18.25 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:24.636Z] #58 19.13 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:24.636Z] #58 20.81 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:05:24.636Z] #58 25.25 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:05:24.636Z] #58 25.27 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:05:24.636Z] #58 25.47 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:05:24.636Z] #58 25.50 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:05:24.636Z] #58 25.56 go: finding github.com/google/uuid v1.2.0 [2021-03-10T15:05:24.636Z] #58 25.73 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:05:24.636Z] #58 25.87 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-10T15:05:24.636Z] #58 25.89 go: finding github.com/gofrs/flock v0.8.0 [2021-03-10T15:05:24.636Z] #58 26.03 go: finding github.com/gorilla/mux v1.8.0 [2021-03-10T15:05:24.636Z] #58 26.29 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:05:24.636Z] #58 26.38 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:05:24.636Z] #58 26.42 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:05:24.636Z] #58 26.42 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:05:24.636Z] #58 26.72 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:24.636Z] #58 26.84 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:24.636Z] #58 ... [2021-03-10T15:05:24.636Z] [2021-03-10T15:05:24.636Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:05:24.636Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:05:24.636Z] #49 18.98 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:05:24.636Z] #49 22.24 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:24.636Z] #49 22.29 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:24.636Z] #49 22.29 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:24.636Z] #49 22.29 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:05:24.636Z] #49 22.29 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:24.636Z] #49 22.30 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:24.636Z] #49 22.34 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:24.636Z] #49 22.34 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:24.636Z] #49 22.37 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:05:24.636Z] #49 22.43 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:24.636Z] #49 22.44 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:05:24.636Z] #49 22.45 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:24.636Z] #49 22.47 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:24.636Z] #49 22.49 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:24.636Z] #49 22.53 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:05:24.636Z] #49 22.62 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:05:24.636Z] #49 22.64 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:24.636Z] #49 22.65 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:24.636Z] #49 22.70 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:24.636Z] #49 22.72 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:24.636Z] #49 22.74 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:24.636Z] #49 22.77 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:05:24.636Z] #49 22.77 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:24.636Z] #49 22.79 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:24.636Z] #49 22.89 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:24.636Z] #49 22.89 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:24.636Z] #49 22.91 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:05:24.636Z] #49 23.03 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:24.636Z] #49 23.07 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:24.636Z] #49 23.08 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:24.636Z] #49 23.08 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:24.636Z] #49 23.27 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:24.636Z] #49 23.41 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:24.636Z] #49 23.48 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:24.636Z] #49 23.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:24.636Z] #49 23.67 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:24.636Z] #49 23.71 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:24.636Z] #49 23.84 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:24.636Z] #49 23.92 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:24.636Z] #49 24.00 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:05:24.636Z] #49 24.05 go: downloading github.com/spf13/viper v1.6.1 [2021-03-10T15:05:24.636Z] #49 24.05 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:24.636Z] #49 24.17 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:24.636Z] #49 24.18 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:24.636Z] #49 24.21 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:24.636Z] #49 24.24 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:05:24.636Z] #49 24.26 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:24.636Z] #49 24.40 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:05:24.636Z] #49 24.46 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:24.636Z] #49 24.66 go: extracting github.com/spf13/viper v1.6.1 [2021-03-10T15:05:24.636Z] #49 24.73 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:24.636Z] #49 24.84 go: downloading golang.org/x/text v0.3.2 [2021-03-10T15:05:24.636Z] #49 24.89 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:24.636Z] #49 24.90 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:24.636Z] #49 24.98 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:24.636Z] #49 25.12 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:24.636Z] #49 25.31 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:05:24.636Z] #49 25.34 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:24.636Z] #49 25.40 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:24.636Z] #49 25.49 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:24.636Z] #49 25.67 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:24.636Z] #49 25.68 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:24.636Z] #49 26.18 go: downloading github.com/spf13/afero v1.1.2 [2021-03-10T15:05:24.636Z] #49 26.49 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:24.636Z] #49 26.68 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:24.636Z] #49 26.69 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:24.636Z] #49 26.86 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:24.636Z] #49 26.93 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:24.636Z] #49 26.96 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:24.636Z] #49 26.99 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:24.636Z] #49 27.20 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:24.636Z] #49 27.56 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:24.636Z] #49 27.56 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:24.819Z] #42 64.20 CC criu/arch/x86/sigframe.o [2021-03-10T15:05:24.890Z] #12 37.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-03-10T15:05:24.890Z] #12 37.27 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-03-10T15:05:24.890Z] #12 37.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-03-10T15:05:24.890Z] #12 37.30 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-03-10T15:05:24.890Z] #12 37.31 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u6 [110 kB] [2021-03-10T15:05:24.890Z] #12 37.33 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-03-10T15:05:24.890Z] #12 37.37 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-03-10T15:05:24.890Z] #12 37.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-03-10T15:05:24.890Z] #12 37.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-03-10T15:05:24.890Z] #12 37.39 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-03-10T15:05:24.890Z] #12 37.41 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-03-10T15:05:24.890Z] #12 37.43 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-03-10T15:05:24.890Z] #12 37.43 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u6 [322 kB] [2021-03-10T15:05:24.935Z] #49 27.88 go: extracting github.com/spf13/afero v1.1.2 [2021-03-10T15:05:24.944Z] #20 35.26 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:25.076Z] #42 64.55 LINK criu/arch/x86/crtools.built-in.o [2021-03-10T15:05:25.153Z] #12 ... [2021-03-10T15:05:25.153Z] [2021-03-10T15:05:25.153Z] #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-03-10T15:05:25.153Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:05:25.153Z] #44 46.35 vendor/golang.org/x/text/transform [2021-03-10T15:05:25.153Z] #44 49.59 regexp [2021-03-10T15:05:25.153Z] #44 51.24 context [2021-03-10T15:05:25.153Z] #44 51.29 internal/poll [2021-03-10T15:05:25.153Z] #44 54.26 os [2021-03-10T15:05:25.153Z] #44 55.87 github.com/LK4D4/vndr/versioned [2021-03-10T15:05:25.209Z] #31 ... [2021-03-10T15:05:25.209Z] [2021-03-10T15:05:25.209Z] #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-03-10T15:05:25.209Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:05:25.209Z] #44 46.79 bytes [2021-03-10T15:05:25.209Z] #44 48.64 reflect [2021-03-10T15:05:25.209Z] #44 49.32 bufio [2021-03-10T15:05:25.209Z] #44 51.10 syscall [2021-03-10T15:05:25.209Z] #44 ... [2021-03-10T15:05:25.209Z] [2021-03-10T15:05:25.209Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:25.209Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:25.209Z] #12 44.99 The following additional packages will be installed: [2021-03-10T15:05:25.209Z] #12 44.99 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-10T15:05:25.209Z] #12 44.99 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-10T15:05:25.209Z] #12 44.99 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-10T15:05:25.209Z] #12 44.99 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-10T15:05:25.209Z] #12 44.99 mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:05:25.209Z] #12 44.99 Suggested packages: [2021-03-10T15:05:25.209Z] #12 44.99 gcc-8-locales seccomp wine64 [2021-03-10T15:05:25.209Z] #12 46.32 The following NEW packages will be installed: [2021-03-10T15:05:25.209Z] #12 46.33 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-10T15:05:25.209Z] #12 46.33 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-10T15:05:25.209Z] #12 46.34 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-10T15:05:25.209Z] #12 46.34 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-10T15:05:25.209Z] #12 46.34 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-10T15:05:25.209Z] #12 46.35 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:05:25.209Z] #12 46.36 The following packages will be upgraded: [2021-03-10T15:05:25.209Z] #12 46.37 libseccomp2 libsystemd0 libudev1 [2021-03-10T15:05:25.209Z] #12 46.77 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:05:25.209Z] #12 46.77 Need to get 78.2 MB of archives. [2021-03-10T15:05:25.209Z] #12 46.77 After this operation, 487 MB of additional disk space will be used. [2021-03-10T15:05:25.209Z] #12 46.77 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-10T15:05:25.209Z] #12 46.78 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-10T15:05:25.209Z] #12 46.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-10T15:05:25.209Z] #12 46.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-10T15:05:25.209Z] #12 46.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-10T15:05:25.209Z] #12 47.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-10T15:05:25.209Z] #12 47.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-10T15:05:25.209Z] #12 47.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-10T15:05:25.209Z] #12 47.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-10T15:05:25.209Z] #12 47.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-10T15:05:25.209Z] #12 47.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-10T15:05:25.234Z] #49 28.03 go: downloading github.com/spf13/cast v1.3.0 [2021-03-10T15:05:25.234Z] #49 28.22 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:25.234Z] #49 28.25 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:25.234Z] #49 28.33 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:25.238Z] #20 35.29 Processing triggers for mime-support (3.62) ... [2021-03-10T15:05:25.333Z] #42 64.61 DEP criu/pie/util-vdso-elf32.d [2021-03-10T15:05:25.333Z] #42 64.73 DEP criu/pie/util-vdso.d [2021-03-10T15:05:25.333Z] #42 64.84 DEP criu/pie/util.d [2021-03-10T15:05:25.416Z] #44 ... [2021-03-10T15:05:25.416Z] [2021-03-10T15:05:25.416Z] #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-03-10T15:05:25.416Z] #33 sha256:0a476eca8543a0c06644bbe5bb9a0d6cc72bff4285ad4813a58af28952d839d1 [2021-03-10T15:05:25.416Z] #33 56.02 fmt [2021-03-10T15:05:25.416Z] #33 56.02 path/filepath [2021-03-10T15:05:25.416Z] #33 56.79 io/ioutil [2021-03-10T15:05:25.474Z] #12 48.06 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-10T15:05:25.474Z] #12 48.06 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-03-10T15:05:25.533Z] #49 28.40 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:25.533Z] #49 ... [2021-03-10T15:05:25.533Z] [2021-03-10T15:05:25.533Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-10T15:05:25.533Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-10T15:05:25.533Z] #42 18.39 Fetched 8198 kB in 18s (460 kB/s) [2021-03-10T15:05:25.533Z] #42 18.39 Reading package lists... [2021-03-10T15:05:25.533Z] #42 27.67 Reading package lists... [2021-03-10T15:05:25.533Z] #42 ... [2021-03-10T15:05:25.533Z] [2021-03-10T15:05:25.533Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-10T15:05:25.533Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-10T15:05:25.533Z] #55 18.53 Fetched 8198 kB in 17s (469 kB/s) [2021-03-10T15:05:25.533Z] #55 18.53 Reading package lists... [2021-03-10T15:05:25.535Z] #20 DONE 35.9s [2021-03-10T15:05:25.535Z] [2021-03-10T15:05:25.535Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:05:25.535Z] #43 105.1 CC criu/sk-netlink.o [2021-03-10T15:05:25.535Z] #43 105.5 CC criu/sk-packet.o [2021-03-10T15:05:25.535Z] #43 106.1 CC criu/sk-queue.o [2021-03-10T15:05:25.535Z] #43 106.6 CC criu/sk-tcp.o [2021-03-10T15:05:25.535Z] #43 107.1 CC criu/sk-unix.o [2021-03-10T15:05:25.589Z] #42 65.01 CC criu/pie/util.o [2021-03-10T15:05:25.833Z] #55 27.21 Reading package lists... [2021-03-10T15:05:25.833Z] #55 ... [2021-03-10T15:05:25.833Z] [2021-03-10T15:05:25.833Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:05:25.833Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:05:25.833Z] #49 28.56 go: extracting github.com/spf13/cast v1.3.0 [2021-03-10T15:05:25.833Z] #49 28.57 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:25.833Z] #49 28.58 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:25.833Z] #49 28.60 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:25.833Z] #49 28.66 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:25.833Z] #49 ... [2021-03-10T15:05:25.833Z] [2021-03-10T15:05:25.833Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-10T15:05:25.833Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-10T15:05:25.833Z] #36 18.85 Fetched 8198 kB in 18s (461 kB/s) [2021-03-10T15:05:25.833Z] #36 18.85 Reading package lists... [2021-03-10T15:05:25.847Z] #42 65.33 CC criu/pie/util-vdso.o [2021-03-10T15:05:26.099Z] #41 14.56 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:05:26.135Z] #36 27.54 Reading package lists... [2021-03-10T15:05:26.135Z] #36 ... [2021-03-10T15:05:26.135Z] [2021-03-10T15:05:26.135Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:05:26.135Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:05:26.135Z] #49 28.90 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:26.135Z] #49 28.99 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:26.135Z] #49 29.17 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:05:26.176Z] #43 108.3 CC criu/sockets.o [2021-03-10T15:05:26.417Z] #12 ... [2021-03-10T15:05:26.417Z] [2021-03-10T15:05:26.417Z] #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-03-10T15:05:26.417Z] #55 sha256:b501b9b3d0a37dc998b211823d83f18e99ea9c3e1d13ab5b538ad8d10c3e9ded [2021-03-10T15:05:26.417Z] #55 7.106 + RM_GOPATH=0 [2021-03-10T15:05:26.417Z] #55 7.107 + TMP_GOPATH= [2021-03-10T15:05:26.417Z] #55 7.107 + : /build [2021-03-10T15:05:26.417Z] #55 7.107 + '[' -z '' ']' [2021-03-10T15:05:26.417Z] #55 7.111 ++ mktemp -d [2021-03-10T15:05:26.417Z] #55 7.115 + export GOPATH=/tmp/tmp.PeLRKT7vkq [2021-03-10T15:05:26.417Z] #55 7.119 + GOPATH=/tmp/tmp.PeLRKT7vkq [2021-03-10T15:05:26.417Z] #55 7.119 + RM_GOPATH=1 [2021-03-10T15:05:26.417Z] #55 7.119 + case "$(go env GOARCH)" in [2021-03-10T15:05:26.417Z] #55 7.119 ++ go env GOARCH [2021-03-10T15:05:26.417Z] #55 7.127 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:26.417Z] #55 7.127 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:26.417Z] #55 7.128 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:26.417Z] #55 7.129 + dir=/tmp/install [2021-03-10T15:05:26.417Z] #55 7.139 + bin=containerd [2021-03-10T15:05:26.417Z] #55 7.139 + shift [2021-03-10T15:05:26.417Z] #55 7.139 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-10T15:05:26.417Z] #55 7.139 + . /tmp/install/containerd.installer [2021-03-10T15:05:26.417Z] #55 7.141 ++ set -e [2021-03-10T15:05:26.417Z] #55 7.143 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:05:26.417Z] #55 7.143 + install_containerd [2021-03-10T15:05:26.417Z] #55 7.143 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-10T15:05:26.417Z] #55 7.144 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:05:26.417Z] #55 7.144 + git clone https://github.com/containerd/containerd.git /tmp/tmp.PeLRKT7vkq/src/github.com/containerd/containerd [2021-03-10T15:05:26.417Z] #55 7.148 Cloning into '/tmp/tmp.PeLRKT7vkq/src/github.com/containerd/containerd'... [2021-03-10T15:05:26.435Z] #49 29.26 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:26.435Z] #49 29.29 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:26.435Z] #49 29.33 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:26.435Z] #49 29.39 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:26.678Z] #55 ... [2021-03-10T15:05:26.678Z] [2021-03-10T15:05:26.678Z] #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-03-10T15:05:26.678Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:05:26.678Z] #44 58.57 time [2021-03-10T15:05:26.734Z] #49 29.58 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:26.734Z] #49 29.66 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:26.734Z] #49 29.68 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:05:26.734Z] #49 ... [2021-03-10T15:05:26.734Z] [2021-03-10T15:05:26.735Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-10T15:05:26.735Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-10T15:05:26.735Z] #40 19.47 Checking out files: 92% (1556/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-10T15:05:26.735Z] #40 19.61 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-10T15:05:26.735Z] #40 22.63 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-10T15:05:26.735Z] #40 ... [2021-03-10T15:05:26.735Z] [2021-03-10T15:05:26.735Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:05:26.735Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:05:26.735Z] #49 29.81 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:26.777Z] #42 66.15 CC criu/pie/util-vdso-elf32.o [2021-03-10T15:05:26.813Z] #43 109.0 CC criu/stats.o [2021-03-10T15:05:26.835Z] #33 57.85 log [2021-03-10T15:05:26.835Z] #33 57.85 github.com/BurntSushi/toml [2021-03-10T15:05:26.835Z] #33 57.86 flag [2021-03-10T15:05:27.034Z] #49 29.98 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:27.127Z] #43 109.3 CC criu/string.o [2021-03-10T15:05:27.127Z] #43 ... [2021-03-10T15:05:27.127Z] [2021-03-10T15:05:27.127Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2021-03-10T15:05:27.127Z] #21 1.362 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-10T15:05:27.127Z] #21 1.364 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-10T15:05:27.127Z] #21 1.366 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-10T15:05:27.127Z] #21 DONE 1.6s [2021-03-10T15:05:27.127Z] [2021-03-10T15:05:27.127Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:05:27.127Z] #43 109.4 CC criu/sysctl.o [2021-03-10T15:05:27.334Z] #49 30.19 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:27.334Z] #49 30.25 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:27.334Z] #49 30.27 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:27.341Z] #42 66.83 AR criu/pie/pie.lib.a [2021-03-10T15:05:27.598Z] #42 66.89 DEP criu/pie/restorer.d [2021-03-10T15:05:27.598Z] #42 67.12 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-10T15:05:27.635Z] #49 30.53 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:27.767Z] #43 110.1 CC criu/sysfs_parse.o [2021-03-10T15:05:27.788Z] #33 ... [2021-03-10T15:05:27.788Z] [2021-03-10T15:05:27.788Z] #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-03-10T15:05:27.788Z] #46 sha256:6611421d186660a5ee9965cbeeabcf68719390b565c5946d597743f36740d014 [2021-03-10T15:05:27.788Z] #46 DONE 59.0s [2021-03-10T15:05:27.788Z] [2021-03-10T15:05:27.788Z] #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-03-10T15:05:27.788Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-10T15:05:27.788Z] #35 DONE 59.0s [2021-03-10T15:05:27.855Z] #42 67.31 DEP criu/arch/x86/restorer_unmap.d [2021-03-10T15:05:27.855Z] #42 67.33 DEP criu/arch/x86/restorer.d [2021-03-10T15:05:27.958Z] #49 30.68 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:27.958Z] #49 30.85 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:27.958Z] #49 30.87 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:27.958Z] #49 ... [2021-03-10T15:05:27.958Z] [2021-03-10T15:05:27.958Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:27.958Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:05:27.958Z] #13 20.52 Fetched 8684 kB in 20s (437 kB/s) [2021-03-10T15:05:27.958Z] #13 20.52 Reading package lists... [2021-03-10T15:05:28.004Z] #41 ... [2021-03-10T15:05:28.004Z] [2021-03-10T15:05:28.004Z] #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-03-10T15:05:28.004Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:05:28.004Z] #33 16.94 internal/testlog [2021-03-10T15:05:28.052Z] [2021-03-10T15:05:28.052Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:28.052Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:05:28.052Z] #12 39.48 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:28.052Z] #12 40.36 Fetched 73.8 MB in 7s (9872 kB/s) [2021-03-10T15:05:28.052Z] #12 40.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 ... 15383 files and directories currently installed.) [2021-03-10T15:05:28.052Z] #12 40.62 Preparing to unpack .../libsystemd0_241-7~deb10u6_arm64.deb ... [2021-03-10T15:05:28.052Z] #12 40.68 Unpacking libsystemd0:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:05:28.062Z] #43 110.3 CC criu/timens.o [2021-03-10T15:05:28.134Z] #42 67.47 DEP criu/arch/x86/vdso-pie.d [2021-03-10T15:05:28.134Z] #42 67.54 DEP criu/pie/parasite-vdso.d [2021-03-10T15:05:28.134Z] #42 67.67 DEP criu/pie/parasite.d [2021-03-10T15:05:28.264Z] #13 27.84 Reading package lists... [2021-03-10T15:05:28.264Z] #13 ... [2021-03-10T15:05:28.264Z] [2021-03-10T15:05:28.264Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-10T15:05:28.264Z] #29 sha256:92fe75682c629be3175dfc262efa637fac934378b6659aa7310c671c8a5edeff [2021-03-10T15:05:28.264Z] #29 22.84 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-10T15:05:28.264Z] #29 23.25 [2021-03-10T15:05:28.264Z] #29 23.52 ## 3.4% ######################################################################## 100.0% [2021-03-10T15:05:28.264Z] #29 23.72 [2021-03-10T15:05:28.264Z] #29 27.40 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-10T15:05:28.264Z] #29 27.54 skipping existing 5cb8031fd95d [2021-03-10T15:05:28.264Z] #29 27.74 [2021-03-10T15:05:28.264Z] #29 29.57 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-10T15:05:28.264Z] #29 30.14 [2021-03-10T15:05:28.356Z] #43 110.6 CC criu/timerfd.o [2021-03-10T15:05:28.592Z] #44 ... [2021-03-10T15:05:28.592Z] [2021-03-10T15:05:28.592Z] #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-03-10T15:05:28.592Z] #46 sha256:5ef230f62e3e2abde5e58ee61306932e8eb1917cc8ce18fc7c56c2f56263ced8 [2021-03-10T15:05:28.592Z] #46 DONE 60.4s [2021-03-10T15:05:28.649Z] #43 110.9 CC criu/tty.o [2021-03-10T15:05:28.716Z] #42 67.97 CC criu/pie/parasite.o [2021-03-10T15:05:28.852Z] [2021-03-10T15:05:28.853Z] #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-03-10T15:05:28.853Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:28.853Z] #41 52.95 Selecting previously unselected package libprotoc17:amd64. [2021-03-10T15:05:28.853Z] #41 52.95 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:05:28.853Z] #41 52.98 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-10T15:05:28.853Z] #41 53.70 Selecting previously unselected package protobuf-c-compiler. [2021-03-10T15:05:28.853Z] #41 53.70 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:05:28.853Z] #41 53.74 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:05:28.853Z] #41 53.92 Selecting previously unselected package protobuf-compiler. [2021-03-10T15:05:28.853Z] #41 53.92 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-10T15:05:28.853Z] #41 53.92 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:05:28.853Z] #41 54.00 Selecting previously unselected package python-pkg-resources. [2021-03-10T15:05:28.853Z] #41 54.00 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:05:28.853Z] #41 54.00 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-10T15:05:28.853Z] #41 54.26 Selecting previously unselected package python-six. [2021-03-10T15:05:28.853Z] #41 54.26 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-10T15:05:28.853Z] #41 54.26 Unpacking python-six (1.12.0-1) ... [2021-03-10T15:05:28.853Z] #41 54.38 Selecting previously unselected package python-protobuf. [2021-03-10T15:05:28.853Z] #41 54.38 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-10T15:05:28.853Z] #41 54.39 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-10T15:05:28.853Z] #41 55.00 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-10T15:05:28.853Z] #41 59.37 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-10T15:05:28.853Z] #41 59.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:28.853Z] #41 59.39 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:05:28.853Z] #41 59.41 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-10T15:05:28.853Z] #41 59.43 Setting up python-six (1.12.0-1) ... [2021-03-10T15:05:28.853Z] #41 ... [2021-03-10T15:05:28.853Z] [2021-03-10T15:05:28.853Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:28.853Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:28.853Z] #12 51.51 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-03-10T15:05:28.941Z] #33 17.99 encoding [2021-03-10T15:05:29.005Z] #12 41.40 Setting up libsystemd0:arm64 (241-7~deb10u6) ... [2021-03-10T15:05:29.005Z] #12 41.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-03-10T15:05:29.005Z] #12 41.74 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ... [2021-03-10T15:05:29.216Z] #33 ... [2021-03-10T15:05:29.216Z] [2021-03-10T15:05:29.216Z] #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-03-10T15:05:29.216Z] #57 sha256:04c334479a02b81d3d1d65a9292edebd7754b3abbe4d23cafd8a9125f31d60fb [2021-03-10T15:05:29.216Z] #57 8.174 + RM_GOPATH=0 [2021-03-10T15:05:29.216Z] #57 8.174 + TMP_GOPATH= [2021-03-10T15:05:29.216Z] #57 8.174 + : /build [2021-03-10T15:05:29.216Z] #57 8.174 + '[' -z '' ']' [2021-03-10T15:05:29.216Z] #57 8.174 ++ mktemp -d [2021-03-10T15:05:29.216Z] #57 8.174 + export GOPATH=/tmp/tmp.kEYvAhxfQH [2021-03-10T15:05:29.216Z] #57 8.174 + GOPATH=/tmp/tmp.kEYvAhxfQH [2021-03-10T15:05:29.216Z] #57 8.174 + RM_GOPATH=1 [2021-03-10T15:05:29.216Z] #57 8.174 + case "$(go env GOARCH)" in [2021-03-10T15:05:29.216Z] #57 8.180 ++ go env GOARCH [2021-03-10T15:05:29.216Z] #57 8.248 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:29.216Z] #57 8.248 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:29.216Z] #57 8.248 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:29.216Z] #57 8.248 + dir=/tmp/install [2021-03-10T15:05:29.216Z] #57 8.248 + bin=rootlesskit [2021-03-10T15:05:29.216Z] #57 8.248 + shift [2021-03-10T15:05:29.216Z] #57 8.248 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-10T15:05:29.216Z] #57 8.248 + . /tmp/install/rootlesskit.installer [2021-03-10T15:05:29.216Z] #57 8.248 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:05:29.216Z] #57 8.248 + install_rootlesskit [2021-03-10T15:05:29.216Z] #57 8.248 + case "$1" in [2021-03-10T15:05:29.216Z] #57 8.248 + export CGO_ENABLED=0 [2021-03-10T15:05:29.216Z] #57 8.248 + CGO_ENABLED=0 [2021-03-10T15:05:29.217Z] #57 8.248 + _install_rootlesskit [2021-03-10T15:05:29.217Z] #57 8.256 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:05:29.217Z] #57 8.256 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-10T15:05:29.217Z] #57 8.256 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.kEYvAhxfQH/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:05:29.217Z] #57 8.262 Cloning into '/tmp/tmp.kEYvAhxfQH/src/github.com/rootless-containers/rootlesskit'... [2021-03-10T15:05:29.217Z] #57 15.51 + cd /tmp/tmp.kEYvAhxfQH/src/github.com/rootless-containers/rootlesskit [2021-03-10T15:05:29.217Z] #57 15.51 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-10T15:05:29.217Z] #57 15.74 + export GO111MODULE=on [2021-03-10T15:05:29.217Z] #57 15.74 + GO111MODULE=on [2021-03-10T15:05:29.217Z] #57 15.74 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:05:29.217Z] #57 15.74 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-10T15:05:29.270Z] #12 41.79 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-10T15:05:29.476Z] #57 ... [2021-03-10T15:05:29.476Z] [2021-03-10T15:05:29.476Z] #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-03-10T15:05:29.476Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:05:29.476Z] #33 18.34 runtime/cgo [2021-03-10T15:05:29.479Z] #29 30.40 0.4% # 2.2% ##### 7.8% ######### 13.1% ############ 17.0% ############### 22.1% ################### 26.9% ###################### 30.6% ######################### 36.1% ############################# 41.6% ################################# 46.9% #################################### 50.6% ####################################### 54.6% [2021-03-10T15:05:29.479Z] #29 ... [2021-03-10T15:05:29.479Z] [2021-03-10T15:05:29.479Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:05:29.479Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:05:29.479Z] #51 22.46 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:05:29.479Z] #51 22.73 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:05:29.479Z] #51 24.01 runtime [2021-03-10T15:05:29.783Z] #51 ... [2021-03-10T15:05:29.783Z] [2021-03-10T15:05:29.783Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-10T15:05:29.783Z] #29 sha256:92fe75682c629be3175dfc262efa637fac934378b6659aa7310c671c8a5edeff [2021-03-10T15:05:29.852Z] #12 42.41 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:05:30.050Z] #33 ... [2021-03-10T15:05:30.050Z] [2021-03-10T15:05:30.050Z] #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-03-10T15:05:30.050Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:05:30.050Z] #39 8.610 + git clone https://github.com/docker/distribution.git . [2021-03-10T15:05:30.050Z] #39 8.610 Cloning into '.'... [2021-03-10T15:05:30.050Z] #39 ... [2021-03-10T15:05:30.050Z] [2021-03-10T15:05:30.050Z] #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-03-10T15:05:30.050Z] #57 sha256:04c334479a02b81d3d1d65a9292edebd7754b3abbe4d23cafd8a9125f31d60fb [2021-03-10T15:05:30.050Z] #57 18.88 go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:05:30.050Z] #57 18.88 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:05:30.050Z] #57 18.92 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:05:30.050Z] #57 19.16 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:05:30.116Z] #42 69.46 LINK criu/pie/parasite.built-in.o [2021-03-10T15:05:30.116Z] #42 69.48 GEN criu/pie/parasite-blob.h [2021-03-10T15:05:30.116Z] #42 69.51 CC criu/pie/parasite-vdso.o [2021-03-10T15:05:30.167Z] #43 112.4 CC criu/tun.o [2021-03-10T15:05:30.309Z] #57 19.41 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-10T15:05:30.379Z] #12 42.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 ... 15383 files and directories currently installed.) [2021-03-10T15:05:30.379Z] #12 43.00 Preparing to unpack .../libudev1_241-7~deb10u6_arm64.deb ... [2021-03-10T15:05:30.379Z] #12 43.04 Unpacking libudev1:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:05:30.568Z] #57 19.42 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:05:30.568Z] #57 19.42 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T15:05:30.568Z] #57 19.42 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:05:30.568Z] #57 19.65 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:05:30.732Z] #29 30.40 0.4% # 2.2% ##### 7.8% ######### 13.1% ############ 17.0% ############### 22.1% ################### 26.9% ###################### 30.6% ######################### 36.1% ############################# 41.6% ################################# 46.9% #################################### 50.6% ####################################### 54.6% ####################################### 55.4% ######################################## 56.5% ########################################## 58.5% ############################################ 61.9% ############################################### 65.9% ################################################### 71.4% ####################################################### 76.9% ########################################################### 82.3% ############################################################### 87.8% #################################################################### 95.7% ######################################################################## 100.0% [2021-03-10T15:05:30.809Z] #43 113.0 CC criu/uffd.o [2021-03-10T15:05:30.829Z] #57 19.95 go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:05:31.033Z] #29 33.20 [2021-03-10T15:05:31.044Z] #42 70.26 CC criu/arch/x86/vdso-pie.o [2021-03-10T15:05:31.300Z] #42 70.60 CC criu/arch/x86/restorer.o [2021-03-10T15:05:31.397Z] #57 20.31 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:05:31.397Z] #57 20.43 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:05:31.408Z] #12 ... [2021-03-10T15:05:31.408Z] [2021-03-10T15:05:31.408Z] #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-03-10T15:05:31.408Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:05:31.408Z] #35 52.85 Selecting previously unselected package libicu63:amd64. [2021-03-10T15:05:31.408Z] #35 52.85 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-10T15:05:31.408Z] #35 52.85 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:05:31.408Z] #35 60.52 Selecting previously unselected package libxml2:amd64. [2021-03-10T15:05:31.408Z] #35 60.52 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-10T15:05:31.408Z] #35 60.52 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:05:31.408Z] #35 61.18 Selecting previously unselected package libarchive13:amd64. [2021-03-10T15:05:31.408Z] #35 61.19 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-10T15:05:31.408Z] #35 61.19 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-10T15:05:31.408Z] #35 61.58 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-10T15:05:31.408Z] #35 61.58 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-10T15:05:31.408Z] #35 61.62 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-10T15:05:31.408Z] #35 61.84 Selecting previously unselected package librhash0:amd64. [2021-03-10T15:05:31.408Z] #35 61.87 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-10T15:05:31.408Z] #35 61.87 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-10T15:05:31.408Z] #35 62.02 Selecting previously unselected package libuv1:amd64. [2021-03-10T15:05:31.408Z] #35 62.02 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-10T15:05:31.408Z] #35 62.02 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-10T15:05:31.408Z] #35 62.24 Selecting previously unselected package cmake. [2021-03-10T15:05:31.408Z] #35 62.24 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-10T15:05:31.408Z] #35 62.27 Unpacking cmake (3.13.4-1) ... [2021-03-10T15:05:31.408Z] #35 ... [2021-03-10T15:05:31.408Z] [2021-03-10T15:05:31.408Z] #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-03-10T15:05:31.408Z] #33 sha256:5a36fca68bffa196a5cec464ac403bb940b2bf1327f1898d0e8fcb19635e111f [2021-03-10T15:05:31.408Z] #33 52.97 time [2021-03-10T15:05:31.408Z] #33 58.68 internal/poll [2021-03-10T15:05:31.408Z] #33 61.03 internal/syscall/execenv [2021-03-10T15:05:31.408Z] #33 61.25 internal/syscall/unix [2021-03-10T15:05:31.408Z] #33 61.52 os [2021-03-10T15:05:31.408Z] #33 61.75 internal/fmtsort [2021-03-10T15:05:31.408Z] #33 62.33 strings [2021-03-10T15:05:31.408Z] #33 ... [2021-03-10T15:05:31.408Z] [2021-03-10T15:05:31.408Z] #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-03-10T15:05:31.408Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:05:31.408Z] #44 62.12 internal/fmtsort [2021-03-10T15:05:31.408Z] #44 62.95 strings [2021-03-10T15:05:31.657Z] #57 20.55 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:05:31.657Z] #57 20.56 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-10T15:05:31.864Z] #42 71.11 CC criu/arch/x86/restorer_unmap.o [2021-03-10T15:05:31.864Z] #42 71.20 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-10T15:05:31.882Z] #43 113.9 CC criu/util.o [2021-03-10T15:05:31.920Z] #57 20.71 go: downloading github.com/google/uuid v1.2.0 [2021-03-10T15:05:31.920Z] #57 ... [2021-03-10T15:05:31.920Z] [2021-03-10T15:05:31.920Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:31.920Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:31.920Z] #12 4.488 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:31.920Z] #12 4.622 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:31.920Z] #12 4.634 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:31.920Z] #12 4.638 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:05:31.920Z] #12 6.744 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:05:31.920Z] #12 11.45 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:05:31.920Z] #12 ... [2021-03-10T15:05:31.920Z] [2021-03-10T15:05:31.920Z] #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-03-10T15:05:31.920Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:05:31.920Z] #48 20.85 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:31.920Z] #48 20.89 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:05:32.091Z] #29 34.61 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-10T15:05:32.120Z] #42 71.52 CC criu/pie/restorer.o [2021-03-10T15:05:32.180Z] #48 21.09 go: downloading github.com/spf13/viper v1.6.1 [2021-03-10T15:05:32.180Z] #48 21.19 go: downloading github.com/fatih/color v1.7.0 [2021-03-10T15:05:32.180Z] #48 21.20 go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T15:05:32.180Z] #48 ... [2021-03-10T15:05:32.180Z] [2021-03-10T15:05:32.180Z] #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-03-10T15:05:32.180Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:05:32.180Z] #35 11.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:05:32.180Z] #35 15.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:05:32.180Z] #35 19.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:05:32.349Z] #44 64.11 os [2021-03-10T15:05:32.461Z] #35 ... [2021-03-10T15:05:32.461Z] [2021-03-10T15:05:32.461Z] #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-03-10T15:05:32.461Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:05:32.461Z] #54 11.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:05:32.461Z] #54 15.51 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:05:32.461Z] #54 18.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:05:32.684Z] #42 ... [2021-03-10T15:05:32.684Z] [2021-03-10T15:05:32.684Z] #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-03-10T15:05:32.684Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:05:32.684Z] #19 1.536 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:05:32.684Z] #19 1.624 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:05:32.684Z] #19 1.625 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:05:32.684Z] #19 1.642 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:05:32.684Z] #19 2.183 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [453 kB] [2021-03-10T15:05:32.684Z] #19 3.239 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:05:32.684Z] #19 4.516 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:05:32.684Z] #19 5.932 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:05:32.719Z] #54 ... [2021-03-10T15:05:32.719Z] [2021-03-10T15:05:32.719Z] #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-03-10T15:05:32.719Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:05:32.719Z] #48 21.35 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-10T15:05:32.719Z] #48 21.50 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:05:32.719Z] #48 21.51 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:05:32.925Z] #43 115.0 CC criu/uts_ns.o [2021-03-10T15:05:32.925Z] #43 115.2 CC criu/vdso.o [2021-03-10T15:05:32.939Z] #12 45.46 Setting up libudev1:arm64 (241-7~deb10u6) ... [2021-03-10T15:05:32.940Z] #12 45.59 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-10T15:05:32.940Z] #12 45.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-03-10T15:05:32.940Z] #12 45.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-03-10T15:05:32.941Z] #19 ... [2021-03-10T15:05:32.941Z] [2021-03-10T15:05:32.941Z] #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-03-10T15:05:32.941Z] #52 sha256:fff58f32e8622c811a86b92e4c4347dd5e0ec753eb0a3f353746500899b72579 [2021-03-10T15:05:32.941Z] #52 12.69 + cd /tmp/tmp.hzcP8mrTvt/src/github.com/opencontainers/runc [2021-03-10T15:05:32.941Z] #52 12.69 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:05:32.941Z] #52 13.03 + '[' -z '' ']' [2021-03-10T15:05:32.941Z] #52 13.03 + target=static [2021-03-10T15:05:32.941Z] #52 13.03 + make 'BUILDTAGS=seccomp ' static [2021-03-10T15:05:32.941Z] #52 13.49 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-10T15:05:32.979Z] #48 21.84 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-10T15:05:33.149Z] #29 35.23 [2021-03-10T15:05:33.149Z] #29 35.43 ######################################################################## 100.0% [2021-03-10T15:05:33.149Z] #29 35.62 [2021-03-10T15:05:33.203Z] #12 45.72 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:05:33.238Z] #48 ... [2021-03-10T15:05:33.238Z] [2021-03-10T15:05:33.238Z] #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-03-10T15:05:33.238Z] #23 sha256:ebf988f2d69157193184bda6f9e0619820341eaa0824f74ad09141cd9baaa822 [2021-03-10T15:05:33.238Z] #23 20.75 + mkdir -p /build [2021-03-10T15:05:33.238Z] #23 20.84 + mv docker/docker /build/ [2021-03-10T15:05:33.238Z] #23 20.84 + rmdir docker [2021-03-10T15:05:33.238Z] #23 DONE 22.2s [2021-03-10T15:05:33.238Z] [2021-03-10T15:05:33.238Z] #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-03-10T15:05:33.238Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:05:33.238Z] #48 22.20 go: extracting github.com/pkg/errors v0.8.1 [2021-03-10T15:05:33.238Z] #48 22.28 go: extracting github.com/fatih/color v1.7.0 [2021-03-10T15:05:33.238Z] #48 22.28 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:33.499Z] #48 22.42 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:33.499Z] #48 22.49 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:33.499Z] #48 ... [2021-03-10T15:05:33.499Z] [2021-03-10T15:05:33.499Z] #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-03-10T15:05:33.499Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:05:33.499Z] #44 12.44 unicode/utf8 [2021-03-10T15:05:33.499Z] #44 13.35 math [2021-03-10T15:05:33.499Z] #44 20.38 unicode/utf16 [2021-03-10T15:05:33.499Z] #44 20.93 container/list [2021-03-10T15:05:33.499Z] #44 21.79 crypto/internal/subtle [2021-03-10T15:05:33.499Z] #44 22.20 crypto/subtle [2021-03-10T15:05:33.563Z] #43 115.6 LINK criu/built-in.o [2021-03-10T15:05:33.563Z] #43 115.8 LINK criu/criu [2021-03-10T15:05:33.757Z] #44 22.59 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-10T15:05:33.757Z] #44 ... [2021-03-10T15:05:33.757Z] [2021-03-10T15:05:33.757Z] #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-03-10T15:05:33.757Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:05:33.757Z] #48 22.60 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:05:33.757Z] #48 22.60 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-10T15:05:33.757Z] #48 22.63 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:05:33.856Z] #43 116.1 DEP lib/c/criu.d [2021-03-10T15:05:34.016Z] #48 22.96 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:34.150Z] #43 116.2 CC images/rpc.pb-c.o [2021-03-10T15:05:34.207Z] #29 36.59 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-10T15:05:34.260Z] #44 66.23 regexp/syntax [2021-03-10T15:05:34.275Z] #48 23.11 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:34.275Z] #48 ... [2021-03-10T15:05:34.275Z] [2021-03-10T15:05:34.275Z] #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-03-10T15:05:34.275Z] #46 sha256:655ff341485a4b14d616ec280f8cc1f430ad9205287117a2b4b33a1f8d412050 [2021-03-10T15:05:34.275Z] #46 13.15 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:05:34.275Z] #46 15.23 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:05:34.275Z] #46 17.25 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:05:34.275Z] #46 ... [2021-03-10T15:05:34.275Z] [2021-03-10T15:05:34.275Z] #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-03-10T15:05:34.275Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:05:34.275Z] #44 22.87 internal/nettrace [2021-03-10T15:05:34.275Z] #44 23.16 runtime/cgo [2021-03-10T15:05:34.444Z] #43 116.7 CC lib/c/criu.o [2021-03-10T15:05:34.833Z] #52 ... [2021-03-10T15:05:34.833Z] [2021-03-10T15:05:34.833Z] #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-03-10T15:05:34.833Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:05:34.833Z] #19 11.59 Fetched 8922 kB in 10s (866 kB/s) [2021-03-10T15:05:34.845Z] #44 ... [2021-03-10T15:05:34.845Z] [2021-03-10T15:05:34.845Z] #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-03-10T15:05:34.845Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:05:34.845Z] #35 65.47 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:05:34.845Z] #35 65.50 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:05:34.845Z] #35 65.51 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-10T15:05:34.845Z] #35 65.54 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:34.845Z] #35 65.57 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-10T15:05:34.845Z] #35 65.58 Setting up cmake-data (3.13.4-1) ... [2021-03-10T15:05:34.845Z] #35 65.65 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:05:34.845Z] #35 65.66 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-10T15:05:34.845Z] #35 65.68 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-10T15:05:34.845Z] #35 65.69 Setting up cmake (3.13.4-1) ... [2021-03-10T15:05:34.845Z] #35 65.73 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:34.845Z] #35 65.77 Processing triggers for mime-support (3.62) ... [2021-03-10T15:05:34.845Z] #35 DONE 66.8s [2021-03-10T15:05:34.858Z] #29 37.17 [2021-03-10T15:05:35.075Z] using credential docker-jenkins-github-credentials [2021-03-10T15:05:35.105Z] [2021-03-10T15:05:35.105Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:35.105Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:35.105Z] #12 53.93 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-10T15:05:35.105Z] #12 53.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-10T15:05:35.105Z] #12 53.97 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-10T15:05:35.105Z] #12 53.99 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-10T15:05:35.105Z] #12 53.99 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-10T15:05:35.105Z] #12 54.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-10T15:05:35.105Z] #12 54.01 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-10T15:05:35.105Z] #12 54.04 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-10T15:05:35.105Z] #12 54.04 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-10T15:05:35.105Z] #12 54.08 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-10T15:05:35.105Z] #12 54.08 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-10T15:05:35.105Z] #12 54.15 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-10T15:05:35.105Z] #12 54.15 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-10T15:05:35.105Z] #12 54.18 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-10T15:05:35.105Z] #12 55.47 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:35.105Z] #12 55.65 Fetched 78.2 MB in 8s (10.2 MB/s) [2021-03-10T15:05:35.105Z] #12 55.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:05:35.105Z] #12 55.90 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-10T15:05:35.105Z] #12 55.90 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:05:35.105Z] #12 56.31 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-10T15:05:35.105Z] #12 56.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:05:35.105Z] #12 56.56 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-10T15:05:35.105Z] #12 56.58 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-10T15:05:35.105Z] #12 56.85 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:05:35.105Z] #12 57.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:05:35.105Z] #12 57.31 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-10T15:05:35.105Z] #12 57.35 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:05:35.105Z] #12 57.61 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-10T15:05:35.105Z] #12 57.77 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-10T15:05:35.105Z] #12 57.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:05:35.105Z] #12 57.86 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-10T15:05:35.105Z] #12 57.87 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:05:35.105Z] #12 ... [2021-03-10T15:05:35.105Z] [2021-03-10T15:05:35.105Z] #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-03-10T15:05:35.105Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:05:35.105Z] #50 57.15 time [2021-03-10T15:05:35.105Z] #50 63.06 context [2021-03-10T15:05:35.105Z] #50 63.41 encoding/binary [2021-03-10T15:05:35.105Z] #50 63.97 os [2021-03-10T15:05:35.105Z] #50 65.89 encoding/base64 [2021-03-10T15:05:35.105Z] #50 66.79 golang.org/x/sys/unix [2021-03-10T15:05:35.128Z] #12 47.72 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-10T15:05:35.128Z] #12 47.73 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-03-10T15:05:35.128Z] #12 47.74 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:05:35.150Z] Cloning the remote Git repository [2021-03-10T15:05:35.150Z] Cloning with configured refspecs honoured and without tags [2021-03-10T15:05:35.169Z] #29 37.40 ######################################################################## 100.0% [2021-03-10T15:05:35.169Z] #29 37.60 [2021-03-10T15:05:35.169Z] #29 37.66 Download of images into '/build' complete. [2021-03-10T15:05:35.169Z] #29 37.67 Use something like the following to load the result into a Docker daemon: [2021-03-10T15:05:35.365Z] #50 ... [2021-03-10T15:05:35.365Z] [2021-03-10T15:05:35.365Z] #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-03-10T15:05:35.365Z] #36 sha256:4acd14d0f8e049280ad4001306777c8c819fc5b3e6381303f508bac3cfa36430 [2021-03-10T15:05:35.470Z] #29 37.67 tar -cC '/build' . | docker load [2021-03-10T15:05:35.470Z] #29 DONE 37.8s [2021-03-10T15:05:35.470Z] [2021-03-10T15:05:35.470Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:05:35.470Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:05:35.470Z] #49 31.43 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:35.470Z] #49 31.66 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:05:35.470Z] #49 31.68 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:35.470Z] #49 31.76 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:35.470Z] #49 32.01 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:35.470Z] #49 32.08 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:35.470Z] #49 32.37 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:35.470Z] #49 32.79 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:35.470Z] #49 32.87 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:35.470Z] #49 32.93 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:35.470Z] #49 33.13 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:35.470Z] #49 33.27 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:35.470Z] #49 33.67 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:35.470Z] #49 33.76 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:35.470Z] #49 34.17 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:35.470Z] #49 36.37 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.39 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.39 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.39 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.41 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.52 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.53 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.74 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.74 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.81 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.90 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:35.470Z] #49 36.92 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:35.470Z] #49 37.54 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:35.484Z] #43 117.8 LINK lib/c/built-in.o [2021-03-10T15:05:35.372Z] Cloning repository https://github.com/moby/moby.git [2021-03-10T15:05:35.707Z] #12 ... [2021-03-10T15:05:35.707Z] [2021-03-10T15:05:35.707Z] #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-03-10T15:05:35.707Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:05:35.707Z] #41 56.88 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-03-10T15:05:35.707Z] #41 58.96 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:35.707Z] #41 59.03 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-10T15:05:35.707Z] #41 59.10 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-03-10T15:05:35.707Z] #41 59.14 Setting up python-six (1.12.0-1) ... [2021-03-10T15:05:35.707Z] #41 62.95 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:05:35.707Z] #41 63.97 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-03-10T15:05:35.707Z] #41 64.03 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-03-10T15:05:35.707Z] #41 64.06 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-03-10T15:05:35.707Z] #41 64.08 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-03-10T15:05:35.707Z] #41 64.09 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:05:35.707Z] #41 64.11 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:35.707Z] #41 64.13 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-03-10T15:05:35.707Z] #41 64.17 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:05:35.707Z] #41 64.19 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-10T15:05:35.762Z] #19 11.59 Reading package lists... [2021-03-10T15:05:35.763Z] #19 ... [2021-03-10T15:05:35.763Z] [2021-03-10T15:05:35.763Z] #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-03-10T15:05:35.763Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:05:35.763Z] #44 134.3 github.com/LK4D4/vndr/godl [2021-03-10T15:05:35.763Z] #44 135.1 github.com/LK4D4/vndr [2021-03-10T15:05:35.778Z] #43 117.8 LINK lib/c/libcriu.so [2021-03-10T15:05:35.778Z] #43 117.8 LINK lib/c/libcriu.a [2021-03-10T15:05:35.778Z] #43 117.9 GEN magic.py [2021-03-10T15:05:35.778Z] #43 118.0 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:05:36.019Z] #44 ... [2021-03-10T15:05:36.019Z] [2021-03-10T15:05:36.019Z] #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-03-10T15:05:36.019Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:36.019Z] #42 74.77 LINK criu/pie/restorer.built-in.o [2021-03-10T15:05:36.019Z] #42 74.77 GEN criu/pie/restorer-blob.h [2021-03-10T15:05:36.019Z] #42 74.85 DEP criu/vdso.d [2021-03-10T15:05:36.019Z] #42 75.04 DEP criu/vdso-compat.d [2021-03-10T15:05:36.019Z] #42 75.18 DEP criu/uts_ns.d [2021-03-10T15:05:36.019Z] #42 75.42 DEP criu/util.d [2021-03-10T15:05:36.072Z] #43 118.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:05:36.072Z] #43 118.0 Note: Building without GnuTLS support [2021-03-10T15:05:36.072Z] #43 118.0 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:05:36.072Z] #43 118.0 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:05:36.276Z] #42 75.62 DEP criu/uffd.d [2021-03-10T15:05:36.276Z] #42 75.79 DEP criu/tun.d [2021-03-10T15:05:36.284Z] #41 ... [2021-03-10T15:05:36.284Z] [2021-03-10T15:05:36.284Z] #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-03-10T15:05:36.284Z] #50 sha256:d99dffa4a7347442eee3f5ddf468110733e76592e9803e4ae1cac4431cbd67e2 [2021-03-10T15:05:36.284Z] #50 57.00 mvdan.cc/sh/v3/fileutil [2021-03-10T15:05:36.284Z] #50 57.00 io/ioutil [2021-03-10T15:05:36.284Z] #50 58.44 flag [2021-03-10T15:05:36.284Z] #50 58.46 github.com/pkg/diff [2021-03-10T15:05:36.284Z] #50 58.46 go/token [2021-03-10T15:05:36.284Z] #50 58.47 encoding/binary [2021-03-10T15:05:36.284Z] #50 60.47 go/scanner [2021-03-10T15:05:36.284Z] #50 61.38 mvdan.cc/editorconfig [2021-03-10T15:05:36.284Z] #50 62.33 encoding/base64 [2021-03-10T15:05:36.284Z] #50 62.78 golang.org/x/sys/unix [2021-03-10T15:05:36.284Z] #50 62.80 go/ast [2021-03-10T15:05:36.284Z] #50 62.81 mvdan.cc/sh/v3/syntax [2021-03-10T15:05:36.284Z] #50 63.72 encoding/json [2021-03-10T15:05:36.284Z] #50 ... [2021-03-10T15:05:36.284Z] [2021-03-10T15:05:36.284Z] #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-03-10T15:05:36.284Z] #36 sha256:85a0ed8b8b6e614bf14c9f3bb6faf1f18cf6acb3e9278b18ed90a48d38fb9c4d [2021-03-10T15:05:36.284Z] #36 1.971 + RM_GOPATH=0 [2021-03-10T15:05:36.284Z] #36 1.971 + TMP_GOPATH= [2021-03-10T15:05:36.284Z] #36 1.971 + : /build [2021-03-10T15:05:36.284Z] #36 1.971 + '[' -z '' ']' [2021-03-10T15:05:36.284Z] #36 1.971 ++ mktemp -d [2021-03-10T15:05:36.284Z] #36 1.985 + export GOPATH=/tmp/tmp.JNCiZmPMY9 [2021-03-10T15:05:36.284Z] #36 1.985 + GOPATH=/tmp/tmp.JNCiZmPMY9 [2021-03-10T15:05:36.284Z] #36 1.985 + RM_GOPATH=1 [2021-03-10T15:05:36.284Z] #36 1.985 + case "$(go env GOARCH)" in [2021-03-10T15:05:36.284Z] #36 1.985 ++ go env GOARCH [2021-03-10T15:05:36.284Z] #36 2.035 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:36.284Z] #36 2.035 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:36.284Z] #36 2.035 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:36.284Z] #36 2.054 + dir=/tmp/install [2021-03-10T15:05:36.284Z] #36 2.054 + bin=tini [2021-03-10T15:05:36.284Z] #36 2.054 + shift [2021-03-10T15:05:36.284Z] #36 2.054 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-10T15:05:36.284Z] #36 2.054 + . /tmp/install/tini.installer [2021-03-10T15:05:36.284Z] #36 2.054 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:05:36.284Z] #36 2.054 + install_tini [2021-03-10T15:05:36.284Z] #36 2.054 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-10T15:05:36.284Z] #36 2.054 + git clone https://github.com/krallin/tini.git /tmp/tmp.JNCiZmPMY9/tini [2021-03-10T15:05:36.284Z] #36 2.054 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:05:36.284Z] #36 2.057 Cloning into '/tmp/tmp.JNCiZmPMY9/tini'... [2021-03-10T15:05:36.284Z] #36 4.039 + cd /tmp/tmp.JNCiZmPMY9/tini [2021-03-10T15:05:36.284Z] #36 4.039 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:05:36.284Z] #36 4.083 + cmake . [2021-03-10T15:05:36.284Z] #36 4.851 -- The C compiler identification is GNU 8.3.0 [2021-03-10T15:05:36.284Z] #36 4.952 -- Check for working C compiler: /usr/bin/cc [2021-03-10T15:05:36.284Z] #36 5.984 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-10T15:05:36.284Z] #36 5.985 -- Detecting C compiler ABI info [2021-03-10T15:05:36.284Z] #36 6.834 -- Detecting C compiler ABI info - done [2021-03-10T15:05:36.284Z] #36 6.928 -- Detecting C compile features [2021-03-10T15:05:36.284Z] #36 ... [2021-03-10T15:05:36.284Z] [2021-03-10T15:05:36.284Z] #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-03-10T15:05:36.284Z] #33 sha256:0a476eca8543a0c06644bbe5bb9a0d6cc72bff4285ad4813a58af28952d839d1 [2021-03-10T15:05:36.284Z] #33 61.48 github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:05:36.284Z] #33 DONE 67.7s [2021-03-10T15:05:36.284Z] [2021-03-10T15:05:36.284Z] #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-03-10T15:05:36.284Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:05:36.284Z] #44 57.59 internal/lazyregexp [2021-03-10T15:05:36.284Z] #44 57.61 os/exec [2021-03-10T15:05:36.284Z] #44 57.63 net [2021-03-10T15:05:36.284Z] #44 58.38 encoding/binary [2021-03-10T15:05:36.284Z] #44 58.39 flag [2021-03-10T15:05:36.284Z] #44 59.42 go/token [2021-03-10T15:05:36.284Z] #44 60.56 net/url [2021-03-10T15:05:36.284Z] #44 61.99 go/scanner [2021-03-10T15:05:36.284Z] #44 62.69 text/template/parse [2021-03-10T15:05:36.284Z] #44 62.83 encoding/base64 [2021-03-10T15:05:36.284Z] #44 63.08 go/ast [2021-03-10T15:05:36.284Z] #44 63.61 encoding/json [2021-03-10T15:05:36.366Z] #43 118.5 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:05:36.535Z] #42 75.97 DEP criu/tty.d [2021-03-10T15:05:36.792Z] #42 ... [2021-03-10T15:05:36.792Z] [2021-03-10T15:05:36.792Z] #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-03-10T15:05:36.792Z] #44 sha256:49c8ba425fae0a26a5206159a38777e1a6e99b5a0dedc5d14af6c155dcecf43d [2021-03-10T15:05:36.792Z] #44 DONE 145.3s [2021-03-10T15:05:36.792Z] [2021-03-10T15:05:36.792Z] #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-03-10T15:05:36.792Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:36.792Z] #42 76.16 DEP criu/timerfd.d [2021-03-10T15:05:37.003Z] #43 119.0 make[1]: Nothing to be done for 'all'. [2021-03-10T15:05:37.003Z] #43 ... [2021-03-10T15:05:37.003Z] [2021-03-10T15:05:37.003Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:05:37.003Z] #22 3.735 Collecting yamllint==1.16.0 [2021-03-10T15:05:37.003Z] #22 3.955 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-10T15:05:37.003Z] #22 3.999 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-10T15:05:37.003Z] #22 4.035 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-10T15:05:37.003Z] #22 4.056 Collecting pyyaml (from yamllint==1.16.0) [2021-03-10T15:05:37.003Z] #22 4.214 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-10T15:05:37.003Z] #22 4.539 Installing build dependencies: started [2021-03-10T15:05:37.049Z] #42 76.43 DEP criu/timens.d [2021-03-10T15:05:37.297Z] #22 ... [2021-03-10T15:05:37.297Z] [2021-03-10T15:05:37.297Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-10T15:05:37.297Z] #43 119.6 make[1]: 'images/built-in.o' is up to date. [2021-03-10T15:05:37.297Z] #43 119.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-10T15:05:37.305Z] #42 76.60 DEP criu/sysfs_parse.d [2021-03-10T15:05:37.305Z] #42 76.82 DEP criu/sysctl.d [2021-03-10T15:05:35.764Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-03-10T15:05:37.116Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:05:37.116Z] > git --version # timeout=10 [2021-03-10T15:05:37.162Z] > git --version # 'git version 2.24.1.windows.2' [2021-03-10T15:05:37.162Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:05:37.167Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:05:37.591Z] #43 119.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-10T15:05:37.591Z] #43 119.7 make[1]: 'compel/libcompel.a' is up to date. [2021-03-10T15:05:37.591Z] #43 119.7 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-10T15:05:37.591Z] #43 119.7 make[1]: Nothing to be done for 'all'. [2021-03-10T15:05:37.591Z] #43 119.7 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:05:37.869Z] #42 77.18 DEP criu/string.d [2021-03-10T15:05:37.869Z] #42 77.31 DEP criu/stats.d [2021-03-10T15:05:37.885Z] #43 120.0 make[2]: Nothing to be done for 'all'. [2021-03-10T15:05:37.885Z] #43 120.0 make[2]: Nothing to be done for 'all'. [2021-03-10T15:05:37.885Z] #43 120.0 make[2]: Nothing to be done for 'all'. [2021-03-10T15:05:37.885Z] #43 120.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:05:37.885Z] #43 120.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:05:37.885Z] #43 120.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:05:37.885Z] #43 120.2 make[2]: Nothing to be done for 'all'. [2021-03-10T15:05:37.885Z] #43 120.3 make[2]: Nothing to be done for 'all'. [2021-03-10T15:05:38.125Z] #42 77.53 DEP criu/sockets.d [2021-03-10T15:05:38.179Z] #43 120.3 INSTALL criu/criu [2021-03-10T15:05:38.212Z] #44 ... [2021-03-10T15:05:38.212Z] [2021-03-10T15:05:38.212Z] #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-03-10T15:05:38.212Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-10T15:05:38.212Z] #41 69.12 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-03-10T15:05:38.212Z] #41 69.17 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:38.382Z] #42 77.75 DEP criu/sk-unix.d [2021-03-10T15:05:38.485Z] #43 DONE 120.8s [2021-03-10T15:05:38.485Z] [2021-03-10T15:05:38.485Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:05:38.639Z] #42 77.92 DEP criu/sk-tcp.d [2021-03-10T15:05:38.639Z] #42 78.07 DEP criu/sk-queue.d [2021-03-10T15:05:38.639Z] #42 78.19 DEP criu/sk-packet.d [2021-03-10T15:05:38.662Z] #36 3.615 + RM_GOPATH=0 [2021-03-10T15:05:38.662Z] #36 3.615 + TMP_GOPATH= [2021-03-10T15:05:38.662Z] #36 3.615 + : /build [2021-03-10T15:05:38.662Z] #36 3.615 + '[' -z '' ']' [2021-03-10T15:05:38.662Z] #36 3.618 ++ mktemp -d [2021-03-10T15:05:38.662Z] #36 3.622 + export GOPATH=/tmp/tmp.cJnOVjbsna [2021-03-10T15:05:38.662Z] #36 3.622 + GOPATH=/tmp/tmp.cJnOVjbsna [2021-03-10T15:05:38.662Z] #36 3.622 + RM_GOPATH=1 [2021-03-10T15:05:38.662Z] #36 3.622 + case "$(go env GOARCH)" in [2021-03-10T15:05:38.662Z] #36 3.624 ++ go env GOARCH [2021-03-10T15:05:38.662Z] #36 3.664 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:38.662Z] #36 3.664 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:38.662Z] #36 ... [2021-03-10T15:05:38.662Z] [2021-03-10T15:05:38.662Z] #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-03-10T15:05:38.662Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:38.662Z] #41 63.42 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:05:38.662Z] #41 63.50 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:05:38.662Z] #41 63.56 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-10T15:05:38.662Z] #41 63.57 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-10T15:05:38.662Z] #41 63.59 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-10T15:05:38.662Z] #41 63.62 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:05:38.662Z] #41 63.62 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:38.662Z] #41 63.66 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-10T15:05:38.662Z] #41 63.66 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:05:38.662Z] #41 63.73 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-10T15:05:38.662Z] #41 69.95 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-10T15:05:38.662Z] #41 69.96 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:38.662Z] #41 DONE 70.6s [2021-03-10T15:05:38.662Z] [2021-03-10T15:05:38.662Z] #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-03-10T15:05:38.662Z] #36 sha256:4acd14d0f8e049280ad4001306777c8c819fc5b3e6381303f508bac3cfa36430 [2021-03-10T15:05:38.662Z] #36 3.664 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:38.662Z] #36 3.668 + dir=/tmp/install [2021-03-10T15:05:38.662Z] #36 3.668 + bin=tini [2021-03-10T15:05:38.662Z] #36 3.668 + shift [2021-03-10T15:05:38.662Z] #36 3.668 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-10T15:05:38.662Z] #36 3.668 + . /tmp/install/tini.installer [2021-03-10T15:05:38.662Z] #36 3.668 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:05:38.662Z] #36 3.669 + install_tini [2021-03-10T15:05:38.662Z] #36 3.669 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-10T15:05:38.662Z] #36 3.669 + git clone https://github.com/krallin/tini.git /tmp/tmp.cJnOVjbsna/tini [2021-03-10T15:05:38.662Z] #36 3.669 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:05:38.662Z] #36 3.672 Cloning into '/tmp/tmp.cJnOVjbsna/tini'... [2021-03-10T15:05:38.789Z] #41 DONE 69.9s [2021-03-10T15:05:38.789Z] [2021-03-10T15:05:38.789Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:38.789Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:05:38.789Z] #12 51.05 Selecting previously unselected package binutils-mingw-w64. [2021-03-10T15:05:38.789Z] #12 51.06 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-10T15:05:38.789Z] #12 51.07 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:05:38.789Z] #12 51.22 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-03-10T15:05:38.789Z] #12 51.22 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-03-10T15:05:38.789Z] #12 51.24 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-03-10T15:05:38.789Z] #12 51.61 Selecting previously unselected package dmsetup. [2021-03-10T15:05:38.789Z] #12 51.61 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-03-10T15:05:38.895Z] #42 78.37 DEP criu/sk-netlink.d [2021-03-10T15:05:39.036Z] #49 ... [2021-03-10T15:05:39.036Z] [2021-03-10T15:05:39.036Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-10T15:05:39.036Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-10T15:05:39.036Z] #55 27.21 Reading package lists... [2021-03-10T15:05:39.036Z] #55 35.31 Building dependency tree... [2021-03-10T15:05:39.036Z] #55 39.16 The following additional packages will be installed: [2021-03-10T15:05:39.036Z] #55 39.16 libbtrfs0 [2021-03-10T15:05:39.036Z] #55 39.39 The following NEW packages will be installed: [2021-03-10T15:05:39.036Z] #55 39.40 libbtrfs-dev libbtrfs0 [2021-03-10T15:05:39.036Z] #55 39.68 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:39.036Z] #55 39.68 Need to get 120 kB of archives. [2021-03-10T15:05:39.036Z] #55 39.68 After this operation, 423 kB of additional disk space will be used. [2021-03-10T15:05:39.036Z] #55 39.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-03-10T15:05:39.036Z] #55 39.70 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-03-10T15:05:39.036Z] #55 40.99 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:39.036Z] #55 41.30 Fetched 120 kB in 0s (729 kB/s) [2021-03-10T15:05:39.036Z] #55 41.43 Selecting previously unselected package libbtrfs0. [2021-03-10T15:05:39.036Z] #55 41.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-10T15:05:39.036Z] #55 41.55 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-03-10T15:05:39.036Z] #55 41.56 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:05:39.036Z] #55 41.73 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:05:39.036Z] #55 41.76 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-03-10T15:05:39.036Z] #55 41.77 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:05:39.036Z] #55 42.05 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:05:39.036Z] #55 42.07 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:05:39.036Z] #55 42.10 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:39.136Z] #49 ... [2021-03-10T15:05:39.136Z] [2021-03-10T15:05:39.136Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:05:39.136Z] #22 11.90 Installing build dependencies: finished with status 'done' [2021-03-10T15:05:39.152Z] #42 78.52 DEP criu/sk-inet.d [2021-03-10T15:05:39.152Z] #42 78.66 DEP criu/signalfd.d [2021-03-10T15:05:39.365Z] #12 51.62 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-10T15:05:39.365Z] #12 51.98 Selecting previously unselected package mingw-w64-common. [2021-03-10T15:05:39.365Z] #12 52.00 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-10T15:05:39.365Z] #12 52.00 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-10T15:05:39.409Z] #42 78.80 DEP criu/sigframe.d [2021-03-10T15:05:39.409Z] #42 78.90 DEP criu/shmem.d [2021-03-10T15:05:39.553Z] #44 ... [2021-03-10T15:05:39.553Z] [2021-03-10T15:05:39.553Z] #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-03-10T15:05:39.553Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:39.553Z] #41 18.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:05:39.553Z] #41 ... [2021-03-10T15:05:39.553Z] [2021-03-10T15:05:39.553Z] #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-03-10T15:05:39.553Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:05:39.553Z] #48 23.48 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-10T15:05:39.553Z] #48 23.52 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:39.553Z] #48 23.52 go: extracting github.com/spf13/viper v1.6.1 [2021-03-10T15:05:39.553Z] #48 23.53 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:39.553Z] #48 23.58 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:05:39.553Z] #48 23.58 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:39.553Z] #48 24.03 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-10T15:05:39.553Z] #48 24.09 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:39.553Z] #48 24.19 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:39.553Z] #48 24.82 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:39.553Z] #48 25.02 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:39.553Z] #48 25.05 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:39.553Z] #48 25.21 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:39.553Z] #48 25.28 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:39.553Z] #48 25.33 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:39.553Z] #48 25.35 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:39.553Z] #48 25.79 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:39.553Z] #48 25.98 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:39.553Z] #48 27.50 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:39.553Z] #48 28.08 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:39.604Z] #36 4.589 + cd /tmp/tmp.cJnOVjbsna/tini [2021-03-10T15:05:39.604Z] #36 4.589 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:05:39.604Z] #36 4.589 + cmake . [2021-03-10T15:05:39.665Z] #42 79.06 DEP criu/servicefd.d [2021-03-10T15:05:39.686Z] #55 DONE 42.5s [2021-03-10T15:05:39.686Z] [2021-03-10T15:05:39.686Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-10T15:05:39.686Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-10T15:05:39.686Z] #42 27.67 Reading package lists... [2021-03-10T15:05:39.686Z] #42 36.36 Building dependency tree... [2021-03-10T15:05:39.686Z] #42 40.00 The following additional packages will be installed: [2021-03-10T15:05:39.686Z] #42 40.00 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-10T15:05:39.686Z] #42 40.01 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-10T15:05:39.686Z] #42 40.02 Suggested packages: [2021-03-10T15:05:39.686Z] #42 40.02 manpages-dev python-setuptools [2021-03-10T15:05:39.686Z] #42 41.93 The following NEW packages will be installed: [2021-03-10T15:05:39.686Z] #42 41.95 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-10T15:05:39.686Z] #42 41.95 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-10T15:05:39.686Z] #42 41.95 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-10T15:05:39.686Z] #42 41.95 python-six zlib1g-dev [2021-03-10T15:05:39.686Z] #42 42.12 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:39.686Z] #42 42.12 Need to get 4075 kB of archives. [2021-03-10T15:05:39.686Z] #42 42.12 After this operation, 24.5 MB of additional disk space will be used. [2021-03-10T15:05:39.686Z] #42 42.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-03-10T15:05:39.686Z] #42 42.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-03-10T15:05:39.686Z] #42 42.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2021-03-10T15:05:39.686Z] #42 42.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-03-10T15:05:39.686Z] #42 42.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-03-10T15:05:39.686Z] #42 42.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-03-10T15:05:39.686Z] #42 42.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2021-03-10T15:05:39.686Z] #42 42.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2021-03-10T15:05:39.686Z] #42 42.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-03-10T15:05:39.686Z] #42 42.49 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-03-10T15:05:39.686Z] #42 42.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-03-10T15:05:39.686Z] #42 ... [2021-03-10T15:05:39.686Z] [2021-03-10T15:05:39.686Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-10T15:05:39.686Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:05:39.813Z] #48 28.79 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:05:39.922Z] #42 79.23 DEP criu/seize.d [2021-03-10T15:05:39.922Z] #42 79.36 DEP criu/seccomp.d [2021-03-10T15:05:39.992Z] #56 0.310 + RM_GOPATH=0 [2021-03-10T15:05:39.992Z] #56 0.317 + TMP_GOPATH= [2021-03-10T15:05:39.992Z] #56 0.317 + : /build [2021-03-10T15:05:39.992Z] #56 0.318 + '[' -z '' ']' [2021-03-10T15:05:39.992Z] #56 0.320 ++ mktemp -d [2021-03-10T15:05:39.992Z] #56 0.323 + export GOPATH=/tmp/tmp.YR2CpSEjls [2021-03-10T15:05:39.992Z] #56 0.329 + GOPATH=/tmp/tmp.YR2CpSEjls [2021-03-10T15:05:39.992Z] #56 0.330 + RM_GOPATH=1 [2021-03-10T15:05:39.992Z] #56 0.333 + case "$(go env GOARCH)" in [2021-03-10T15:05:39.992Z] #56 0.335 ++ go env GOARCH [2021-03-10T15:05:39.992Z] #56 0.361 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:39.992Z] #56 0.361 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:05:39.992Z] #56 0.363 ++ dirname /tmp/install/install.sh [2021-03-10T15:05:39.992Z] #56 0.367 + dir=/tmp/install [2021-03-10T15:05:39.992Z] #56 0.368 + bin=containerd [2021-03-10T15:05:39.992Z] #56 0.368 + shift [2021-03-10T15:05:39.992Z] #56 0.369 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-10T15:05:39.992Z] #56 0.370 + . /tmp/install/containerd.installer [2021-03-10T15:05:39.992Z] #56 0.371 ++ set -e [2021-03-10T15:05:39.992Z] #56 0.372 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:05:39.992Z] #56 0.373 + install_containerd [2021-03-10T15:05:39.992Z] #56 0.376 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-10T15:05:39.992Z] #56 0.377 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:05:39.992Z] #56 0.377 + git clone https://github.com/containerd/containerd.git /tmp/tmp.YR2CpSEjls/src/github.com/containerd/containerd [2021-03-10T15:05:39.992Z] #56 0.389 Cloning into '/tmp/tmp.YR2CpSEjls/src/github.com/containerd/containerd'... [2021-03-10T15:05:40.175Z] #36 5.079 -- The C compiler identification is GNU 8.3.0 [2021-03-10T15:05:40.175Z] #36 5.154 -- Check for working C compiler: /usr/bin/cc [2021-03-10T15:05:40.179Z] #42 79.52 DEP criu/rst-malloc.d [2021-03-10T15:05:40.179Z] #42 79.64 DEP criu/rbtree.d [2021-03-10T15:05:40.436Z] #42 79.70 DEP criu/pstree.d [2021-03-10T15:05:40.436Z] #42 79.87 DEP criu/protobuf.d [2021-03-10T15:05:40.692Z] #42 80.07 GEN criu/protobuf-desc-gen.h [2021-03-10T15:05:40.708Z] #22 ... [2021-03-10T15:05:40.708Z] [2021-03-10T15:05:40.708Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-10T15:05:40.708Z] #40 DONE 161.0s [2021-03-10T15:05:41.001Z] [2021-03-10T15:05:41.001Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:05:41.001Z] #49 158.3 + /build/golangci-lint --version [2021-03-10T15:05:41.117Z] #36 5.947 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-10T15:05:41.117Z] #36 5.950 -- Detecting C compiler ABI info [2021-03-10T15:05:41.296Z] #49 158.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-10T15:05:41.590Z] #49 DONE 159.2s [2021-03-10T15:05:41.590Z] [2021-03-10T15:05:41.590Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:05:42.058Z] #36 6.853 -- Detecting C compiler ABI info - done [2021-03-10T15:05:42.058Z] #36 6.898 -- Detecting C compile features [2021-03-10T15:05:42.113Z] #56 ... [2021-03-10T15:05:42.113Z] [2021-03-10T15:05:42.113Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-10T15:05:42.113Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-10T15:05:42.113Z] #36 27.54 Reading package lists... [2021-03-10T15:05:42.113Z] #36 35.33 Building dependency tree... [2021-03-10T15:05:42.113Z] #36 38.72 The following additional packages will be installed: [2021-03-10T15:05:42.113Z] #36 38.73 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-10T15:05:42.113Z] #36 38.75 Suggested packages: [2021-03-10T15:05:42.113Z] #36 38.77 cmake-doc ninja-build lrzip [2021-03-10T15:05:42.113Z] #36 38.77 Recommended packages: [2021-03-10T15:05:42.113Z] #36 38.77 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-10T15:05:42.113Z] #36 40.58 The following NEW packages will be installed: [2021-03-10T15:05:42.113Z] #36 40.59 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-10T15:05:42.113Z] #36 40.60 vim-common xxd [2021-03-10T15:05:42.113Z] #36 40.81 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:05:42.113Z] #36 40.81 Need to get 14.9 MB of archives. [2021-03-10T15:05:42.113Z] #36 40.81 After this operation, 67.2 MB of additional disk space will be used. [2021-03-10T15:05:42.113Z] #36 40.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-03-10T15:05:42.113Z] #36 40.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:05:42.113Z] #36 40.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-03-10T15:05:42.113Z] #36 41.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-03-10T15:05:42.113Z] #36 42.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-03-10T15:05:42.113Z] #36 42.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-03-10T15:05:42.113Z] #36 42.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-03-10T15:05:42.113Z] #36 42.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-03-10T15:05:42.113Z] #36 42.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-03-10T15:05:42.113Z] #36 42.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-03-10T15:05:42.113Z] #36 44.34 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:42.113Z] #36 44.76 Fetched 14.9 MB in 2s (7445 kB/s) [2021-03-10T15:05:42.113Z] #36 44.95 Selecting previously unselected package xxd. [2021-03-10T15:05:42.113Z] #36 44.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-10T15:05:42.113Z] #36 45.05 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-10T15:05:42.113Z] #36 45.07 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:05:42.113Z] #36 ... [2021-03-10T15:05:42.113Z] [2021-03-10T15:05:42.113Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-10T15:05:42.113Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-10T15:05:42.113Z] #42 42.70 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-03-10T15:05:42.113Z] #42 42.78 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2021-03-10T15:05:42.113Z] #42 42.79 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2021-03-10T15:05:42.113Z] #42 42.80 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-10T15:05:42.113Z] #42 42.82 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-03-10T15:05:42.113Z] #42 42.83 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-03-10T15:05:42.113Z] #42 44.26 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:42.113Z] #42 44.46 Fetched 4075 kB in 1s (5203 kB/s) [2021-03-10T15:05:42.113Z] #42 44.61 Selecting previously unselected package libcap-dev:ppc64el. [2021-03-10T15:05:42.113Z] #42 44.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-10T15:05:42.113Z] #42 44.73 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-03-10T15:05:42.113Z] #42 44.76 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-03-10T15:05:42.113Z] #42 44.93 Selecting previously unselected package libnet1:ppc64el. [2021-03-10T15:05:42.113Z] #42 44.94 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-10T15:05:42.113Z] #42 44.95 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:42.113Z] #42 45.10 Selecting previously unselected package libnet1-dev. [2021-03-10T15:05:42.113Z] #42 45.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-10T15:05:42.113Z] #42 45.14 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:42.228Z] #53 ... [2021-03-10T15:05:42.228Z] [2021-03-10T15:05:42.228Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:05:42.228Z] #22 15.14 Building wheels for collected packages: pyyaml [2021-03-10T15:05:42.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-10T15:05:42.363Z] #48 ... [2021-03-10T15:05:42.363Z] [2021-03-10T15:05:42.363Z] #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-03-10T15:05:42.363Z] #57 sha256:04c334479a02b81d3d1d65a9292edebd7754b3abbe4d23cafd8a9125f31d60fb [2021-03-10T15:05:42.363Z] #57 21.01 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-10T15:05:42.363Z] #57 21.01 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-10T15:05:42.363Z] #57 21.40 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:05:42.363Z] #57 21.52 go: extracting github.com/google/uuid v1.2.0 [2021-03-10T15:05:42.363Z] #57 23.62 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:05:42.363Z] #57 23.62 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:05:42.363Z] #57 25.99 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-10T15:05:42.363Z] #57 27.56 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:05:42.363Z] #57 28.39 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:05:42.363Z] #57 ... [2021-03-10T15:05:42.363Z] [2021-03-10T15:05:42.363Z] #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-03-10T15:05:42.363Z] #46 sha256:655ff341485a4b14d616ec280f8cc1f430ad9205287117a2b4b33a1f8d412050 [2021-03-10T15:05:42.363Z] #46 24.37 go: finding github.com/fatih/color v1.9.0 [2021-03-10T15:05:42.363Z] #46 24.45 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:05:42.363Z] #46 24.56 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:05:42.363Z] #46 24.66 go: finding github.com/spf13/pflag v1.0.3 [2021-03-10T15:05:42.363Z] #46 24.68 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:05:42.363Z] #46 24.78 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:05:42.363Z] #46 25.15 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:05:42.363Z] #46 25.46 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:05:42.363Z] #46 25.63 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:05:42.363Z] #46 25.63 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:05:42.363Z] #46 25.66 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:05:42.414Z] #42 45.31 Selecting previously unselected package libnl-3-200:ppc64el. [2021-03-10T15:05:42.414Z] #42 45.31 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-03-10T15:05:42.414Z] #42 45.32 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-10T15:05:42.414Z] #42 45.48 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-03-10T15:05:42.521Z] #22 15.14 Running setup.py bdist_wheel for pyyaml: started [2021-03-10T15:05:42.584Z] #42 81.63 DEP criu/protobuf-desc.d [2021-03-10T15:05:42.584Z] #42 81.76 DEP criu/proc_parse.d [2021-03-10T15:05:42.584Z] #42 81.94 DEP criu/plugin.d [2021-03-10T15:05:42.584Z] #42 82.00 DEP criu/pipes.d [2021-03-10T15:05:42.584Z] #42 82.13 DEP criu/pie-util.d [2021-03-10T15:05:42.686Z] #12 ... [2021-03-10T15:05:42.686Z] [2021-03-10T15:05:42.686Z] #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-03-10T15:05:42.686Z] #36 sha256:85a0ed8b8b6e614bf14c9f3bb6faf1f18cf6acb3e9278b18ed90a48d38fb9c4d [2021-03-10T15:05:42.686Z] #36 10.29 -- Detecting C compile features - done [2021-03-10T15:05:42.686Z] #36 10.34 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-10T15:05:42.686Z] #36 10.70 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-10T15:05:42.686Z] #36 10.83 -- Configuring done [2021-03-10T15:05:42.686Z] #36 10.89 -- Generating done [2021-03-10T15:05:42.686Z] #36 10.89 -- Build files have been written to: /tmp/tmp.JNCiZmPMY9/tini [2021-03-10T15:05:42.686Z] #36 10.93 + make tini-static [2021-03-10T15:05:42.686Z] #36 11.72 Scanning dependencies of target tini-static [2021-03-10T15:05:42.686Z] #36 11.91 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-10T15:05:42.686Z] #36 13.49 [100%] Linking C executable tini-static [2021-03-10T15:05:42.686Z] #36 14.29 [100%] Built target tini-static [2021-03-10T15:05:42.686Z] #36 14.38 + mkdir -p /build [2021-03-10T15:05:42.686Z] #36 14.38 + cp tini-static /build/docker-init [2021-03-10T15:05:42.686Z] #36 DONE 15.0s [2021-03-10T15:05:42.714Z] #42 45.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-03-10T15:05:42.714Z] #42 45.51 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-03-10T15:05:42.815Z] #22 15.71 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-10T15:05:42.841Z] #42 82.28 DEP criu/pie-util-vdso.d [2021-03-10T15:05:42.841Z] #42 82.40 DEP criu/pie-util-vdso-elf32.d [2021-03-10T15:05:42.932Z] #46 ... [2021-03-10T15:05:42.932Z] [2021-03-10T15:05:42.932Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:42.932Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:42.932Z] #12 15.39 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:05:42.932Z] #12 19.17 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [453 kB] [2021-03-10T15:05:42.932Z] #12 ... [2021-03-10T15:05:42.932Z] [2021-03-10T15:05:42.932Z] #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-03-10T15:05:42.932Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:05:42.932Z] #50 23.76 + cd /tmp/tmp.pkDRW8yMjc/src/github.com/mvdan/sh [2021-03-10T15:05:42.932Z] #50 23.76 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-10T15:05:42.932Z] #50 24.03 + GO111MODULE=on [2021-03-10T15:05:42.932Z] #50 24.03 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-10T15:05:42.932Z] #50 25.98 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:05:42.932Z] #50 26.04 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:05:42.932Z] #50 26.21 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:05:42.932Z] #50 26.74 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:05:42.932Z] #50 26.87 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:05:42.932Z] #50 28.27 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:05:42.932Z] #50 29.57 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:05:42.932Z] #50 31.71 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:05:42.950Z] [2021-03-10T15:05:42.950Z] #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-03-10T15:05:42.950Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:05:42.950Z] #42 3.529 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:05:42.950Z] #42 3.530 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:05:42.950Z] #42 3.568 Note: Building without GnuTLS support [2021-03-10T15:05:42.950Z] #42 3.586 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:05:42.950Z] #42 3.586 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:05:43.012Z] #42 45.90 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-03-10T15:05:43.012Z] #42 45.94 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-03-10T15:05:43.012Z] #42 45.97 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-10T15:05:43.097Z] #42 82.53 DEP criu/path.d [2021-03-10T15:05:43.097Z] #42 82.66 DEP criu/parasite-syscall.d [2021-03-10T15:05:43.109Z] #22 15.71 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-10T15:05:43.109Z] #22 15.77 Successfully built pyyaml [2021-03-10T15:05:43.109Z] #22 15.78 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-10T15:05:43.109Z] #22 15.90 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-10T15:05:43.191Z] #50 ... [2021-03-10T15:05:43.191Z] [2021-03-10T15:05:43.191Z] #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-03-10T15:05:43.191Z] #57 sha256:04c334479a02b81d3d1d65a9292edebd7754b3abbe4d23cafd8a9125f31d60fb [2021-03-10T15:05:43.191Z] #57 31.97 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:05:43.311Z] #42 46.07 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-03-10T15:05:43.311Z] #42 46.09 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-03-10T15:05:43.311Z] #42 46.09 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-03-10T15:05:43.311Z] #42 46.21 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-03-10T15:05:43.311Z] #42 46.23 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-03-10T15:05:43.311Z] #42 46.23 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-03-10T15:05:43.354Z] #42 82.86 DEP criu/pagemap.d [2021-03-10T15:05:43.403Z] #22 DONE 16.2s [2021-03-10T15:05:43.403Z] [2021-03-10T15:05:43.403Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2021-03-10T15:05:43.442Z] #36 ... [2021-03-10T15:05:43.442Z] [2021-03-10T15:05:43.442Z] #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-03-10T15:05:43.442Z] #33 sha256:5a36fca68bffa196a5cec464ac403bb940b2bf1327f1898d0e8fcb19635e111f [2021-03-10T15:05:43.442Z] #33 65.31 path [2021-03-10T15:05:43.442Z] #33 65.69 fmt [2021-03-10T15:05:43.442Z] #33 66.04 path/filepath [2021-03-10T15:05:43.442Z] #33 67.79 io/ioutil [2021-03-10T15:05:43.442Z] #33 68.42 text/tabwriter [2021-03-10T15:05:43.442Z] #33 70.08 github.com/BurntSushi/toml [2021-03-10T15:05:43.442Z] #33 70.08 flag [2021-03-10T15:05:43.442Z] #33 72.24 log [2021-03-10T15:05:43.442Z] #33 74.70 github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:05:43.610Z] #42 83.08 DEP criu/pagemap-cache.d [2021-03-10T15:05:43.616Z] #42 46.45 Selecting previously unselected package libprotobuf17:ppc64el. [2021-03-10T15:05:43.616Z] #42 46.46 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-03-10T15:05:43.616Z] #42 46.47 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-03-10T15:05:43.703Z] #33 ... [2021-03-10T15:05:43.703Z] [2021-03-10T15:05:43.703Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:43.703Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:43.703Z] #12 60.26 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-10T15:05:43.703Z] #12 60.26 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-10T15:05:43.703Z] #12 60.27 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:05:43.703Z] #12 62.79 Selecting previously unselected package binutils-mingw-w64. [2021-03-10T15:05:43.703Z] #12 62.79 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-10T15:05:43.703Z] #12 62.80 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:05:43.703Z] #12 62.93 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-10T15:05:43.703Z] #12 62.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:05:43.703Z] #12 62.94 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:05:43.703Z] #12 63.12 Selecting previously unselected package dmsetup. [2021-03-10T15:05:43.703Z] #12 63.13 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:05:43.703Z] #12 63.13 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-10T15:05:43.703Z] #12 63.34 Selecting previously unselected package mingw-w64-common. [2021-03-10T15:05:43.703Z] #12 63.34 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-10T15:05:43.703Z] #12 63.37 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-10T15:05:43.706Z] #25 DONE 0.2s [2021-03-10T15:05:43.706Z] [2021-03-10T15:05:43.706Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2021-03-10T15:05:43.866Z] #42 83.26 DEP criu/page-xfer.d [2021-03-10T15:05:43.914Z] #42 ... [2021-03-10T15:05:43.914Z] [2021-03-10T15:05:43.914Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:43.914Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:05:43.914Z] #13 27.84 Reading package lists... [2021-03-10T15:05:43.914Z] #13 36.72 Building dependency tree... [2021-03-10T15:05:43.914Z] #13 40.64 The following additional packages will be installed: [2021-03-10T15:05:43.914Z] #13 40.65 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-10T15:05:43.914Z] #13 40.65 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-10T15:05:43.914Z] #13 40.65 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-10T15:05:43.914Z] #13 40.65 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-10T15:05:43.914Z] #13 40.65 mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:05:43.914Z] #13 40.66 Suggested packages: [2021-03-10T15:05:43.914Z] #13 40.66 gcc-8-locales seccomp wine64 [2021-03-10T15:05:43.914Z] #13 42.63 The following NEW packages will be installed: [2021-03-10T15:05:43.914Z] #13 42.63 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-10T15:05:43.914Z] #13 42.65 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-10T15:05:43.914Z] #13 42.65 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-10T15:05:43.914Z] #13 42.65 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-10T15:05:43.914Z] #13 42.65 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-10T15:05:43.914Z] #13 42.65 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:05:43.914Z] #13 42.67 The following packages will be upgraded: [2021-03-10T15:05:43.914Z] #13 42.67 libseccomp2 libsystemd0 libudev1 [2021-03-10T15:05:43.914Z] #13 42.87 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:05:43.914Z] #13 42.87 Need to get 79.4 MB of archives. [2021-03-10T15:05:43.914Z] #13 42.87 After this operation, 532 MB of additional disk space will be used. [2021-03-10T15:05:43.915Z] #13 42.87 Get:1 http://deb.debian.org/debian buster-backports/main ppc64el libseccomp2 ppc64el 2.4.1-2~bpo10+1 [47.0 kB] [2021-03-10T15:05:43.915Z] #13 42.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u6 [358 kB] [2021-03-10T15:05:43.915Z] #13 42.91 Get:3 http://deb.debian.org/debian buster-backports/main ppc64el libseccomp-dev ppc64el 2.4.1-2~bpo10+1 [73.0 kB] [2021-03-10T15:05:43.915Z] #13 42.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u6 [158 kB] [2021-03-10T15:05:43.915Z] #13 42.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-03-10T15:05:43.915Z] #13 43.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2021-03-10T15:05:43.915Z] #13 43.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-10T15:05:43.915Z] #13 43.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-03-10T15:05:43.915Z] #13 43.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-03-10T15:05:43.915Z] #13 43.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-10T15:05:43.915Z] #13 43.93 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-10T15:05:43.915Z] #13 44.18 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-10T15:05:43.915Z] #13 44.19 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2021-03-10T15:05:43.964Z] #12 ... [2021-03-10T15:05:43.964Z] [2021-03-10T15:05:43.964Z] #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-03-10T15:05:43.964Z] #36 sha256:4acd14d0f8e049280ad4001306777c8c819fc5b3e6381303f508bac3cfa36430 [2021-03-10T15:05:43.964Z] #36 9.182 -- Detecting C compile features - done [2021-03-10T15:05:44.123Z] #42 83.43 DEP criu/page-pipe.d [2021-03-10T15:05:44.123Z] #42 83.53 DEP criu/netfilter.d [2021-03-10T15:05:44.214Z] #13 ... [2021-03-10T15:05:44.214Z] [2021-03-10T15:05:44.214Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-10T15:05:44.214Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-10T15:05:44.214Z] #36 45.24 Selecting previously unselected package vim-common. [2021-03-10T15:05:44.214Z] #36 45.25 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:05:44.214Z] #36 45.32 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:44.214Z] #36 45.67 Selecting previously unselected package cmake-data. [2021-03-10T15:05:44.215Z] #36 45.67 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-10T15:05:44.215Z] #36 45.69 Unpacking cmake-data (3.13.4-1) ... [2021-03-10T15:05:44.224Z] #36 9.252 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-10T15:05:44.371Z] #42 5.677 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:05:44.379Z] #42 83.72 DEP criu/net.d [2021-03-10T15:05:44.485Z] #36 9.484 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-10T15:05:44.485Z] #36 9.580 -- Configuring done [2021-03-10T15:05:44.485Z] #36 9.612 -- Generating done [2021-03-10T15:05:44.634Z] #42 5.800 GEN .gitid [2021-03-10T15:05:44.634Z] #42 5.937 GEN criu/include/version.h [2021-03-10T15:05:44.636Z] #42 83.99 DEP criu/namespaces.d [2021-03-10T15:05:44.745Z] #36 9.616 -- Build files have been written to: /tmp/tmp.cJnOVjbsna/tini [2021-03-10T15:05:44.746Z] #36 9.621 + make tini-static [2021-03-10T15:05:44.793Z] #30 DONE 1.1s [2021-03-10T15:05:44.793Z] [2021-03-10T15:05:44.793Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2021-03-10T15:05:44.793Z] #33 DONE 0.2s [2021-03-10T15:05:44.793Z] [2021-03-10T15:05:44.793Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2021-03-10T15:05:44.863Z] #36 ... [2021-03-10T15:05:44.863Z] [2021-03-10T15:05:44.863Z] #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-03-10T15:05:44.863Z] #64 sha256:6f6a044bb59bcb006cca2e02b9187cbb7dcc5499e6e20dc0ea0b51cb5ad50d3a [2021-03-10T15:05:44.863Z] #64 DONE 47.7s [2021-03-10T15:05:44.863Z] [2021-03-10T15:05:44.863Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-10T15:05:44.863Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-10T15:05:44.863Z] #42 47.27 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-03-10T15:05:44.863Z] #42 47.30 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-03-10T15:05:44.863Z] #42 47.31 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-03-10T15:05:44.863Z] #42 47.59 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-03-10T15:05:44.863Z] #42 47.59 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-03-10T15:05:44.863Z] #42 47.60 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-03-10T15:05:44.893Z] #42 84.17 DEP criu/mount.d [2021-03-10T15:05:44.893Z] #42 84.38 DEP criu/memfd.d [2021-03-10T15:05:44.893Z] #42 84.49 DEP criu/mem.d [2021-03-10T15:05:44.913Z] #42 6.113 GEN include/common/asm [2021-03-10T15:05:45.007Z] #36 10.05 Scanning dependencies of target tini-static [2021-03-10T15:05:45.088Z] #35 DONE 0.1s [2021-03-10T15:05:45.088Z] [2021-03-10T15:05:45.088Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2021-03-10T15:05:45.088Z] #38 DONE 0.2s [2021-03-10T15:05:45.088Z] [2021-03-10T15:05:45.088Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2021-03-10T15:05:45.098Z] #57 33.95 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:45.267Z] #36 10.28 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-10T15:05:45.361Z] #57 34.40 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:45.361Z] #57 34.41 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:45.382Z] #41 DONE 0.2s [2021-03-10T15:05:45.382Z] [2021-03-10T15:05:45.382Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:05:45.456Z] #42 84.66 DEP criu/lsm.d [2021-03-10T15:05:45.456Z] #42 84.76 DEP criu/log.d [2021-03-10T15:05:45.456Z] #42 84.88 DEP criu/libnetlink.d [2021-03-10T15:05:45.679Z] #53 ... [2021-03-10T15:05:45.679Z] [2021-03-10T15:05:45.679Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-10T15:05:45.679Z] #44 DONE 0.2s [2021-03-10T15:05:45.679Z] [2021-03-10T15:05:45.679Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2021-03-10T15:05:45.713Z] #42 85.07 DEP criu/kerndat.d [2021-03-10T15:05:45.713Z] #42 85.29 DEP criu/kcmp-ids.d [2021-03-10T15:05:45.969Z] #42 85.38 DEP criu/irmap.d [2021-03-10T15:05:45.973Z] #46 DONE 0.2s [2021-03-10T15:05:45.973Z] [2021-03-10T15:05:45.973Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2021-03-10T15:05:45.973Z] #48 DONE 0.3s [2021-03-10T15:05:45.973Z] [2021-03-10T15:05:45.973Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:05:46.226Z] #42 85.49 DEP criu/ipc_ns.d [2021-03-10T15:05:46.226Z] #42 85.66 DEP criu/image.d [2021-03-10T15:05:46.277Z] #56 ... [2021-03-10T15:05:46.277Z] [2021-03-10T15:05:46.277Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2021-03-10T15:05:46.403Z] #42 49.39 Selecting previously unselected package libprotoc17:ppc64el. [2021-03-10T15:05:46.403Z] #42 49.40 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-03-10T15:05:46.403Z] #42 49.41 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-03-10T15:05:46.482Z] #42 85.81 DEP criu/image-desc.d [2021-03-10T15:05:46.482Z] #42 85.89 DEP criu/fsnotify.d [2021-03-10T15:05:46.573Z] #50 DONE 0.3s [2021-03-10T15:05:46.574Z] [2021-03-10T15:05:46.574Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2021-03-10T15:05:46.574Z] #52 DONE 0.2s [2021-03-10T15:05:46.574Z] [2021-03-10T15:05:46.574Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:05:46.652Z] #36 ... [2021-03-10T15:05:46.652Z] [2021-03-10T15:05:46.652Z] #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-03-10T15:05:46.652Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:05:46.652Z] #44 68.25 fmt [2021-03-10T15:05:46.652Z] #44 71.34 regexp [2021-03-10T15:05:46.652Z] #44 73.07 go/token [2021-03-10T15:05:46.652Z] #44 73.99 go/scanner [2021-03-10T15:05:46.652Z] #44 75.28 go/ast [2021-03-10T15:05:46.652Z] #44 75.33 internal/lazyregexp [2021-03-10T15:05:46.652Z] #44 75.65 net/url [2021-03-10T15:05:46.652Z] #44 77.51 text/template/parse [2021-03-10T15:05:46.652Z] #44 ... [2021-03-10T15:05:46.652Z] [2021-03-10T15:05:46.652Z] #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-03-10T15:05:46.652Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:05:46.652Z] #50 68.16 fmt [2021-03-10T15:05:46.652Z] #50 72.77 encoding/json [2021-03-10T15:05:46.652Z] #50 77.27 github.com/pkg/diff [2021-03-10T15:05:46.652Z] #50 ... [2021-03-10T15:05:46.652Z] [2021-03-10T15:05:46.652Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:46.652Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:46.652Z] #12 69.30 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-10T15:05:46.652Z] #12 69.32 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-10T15:05:46.652Z] #12 69.33 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:05:46.739Z] #42 86.03 DEP criu/filesystems.d [2021-03-10T15:05:46.739Z] #42 86.23 DEP criu/files.d [2021-03-10T15:05:46.757Z] #57 35.51 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:46.849Z] #42 ... [2021-03-10T15:05:46.849Z] [2021-03-10T15:05:46.849Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:46.849Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:05:46.849Z] #12 59.17 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-10T15:05:46.849Z] #12 59.18 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-10T15:05:46.849Z] #12 59.19 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:05:46.996Z] #42 86.43 DEP criu/files-reg.d [2021-03-10T15:05:47.060Z] #42 50.04 Selecting previously unselected package protobuf-c-compiler. [2021-03-10T15:05:47.060Z] #42 50.06 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-03-10T15:05:47.060Z] #42 50.07 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:05:47.252Z] #42 86.61 DEP criu/files-ext.d [2021-03-10T15:05:47.252Z] #42 ... [2021-03-10T15:05:47.252Z] [2021-03-10T15:05:47.253Z] #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-03-10T15:05:47.253Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:05:47.253Z] #19 11.59 Reading package lists... [2021-03-10T15:05:47.253Z] #19 16.28 Reading package lists... [2021-03-10T15:05:47.253Z] #19 19.83 Building dependency tree... [2021-03-10T15:05:47.253Z] #19 21.72 libcap2-bin is already the newest version (1:2.25-2). [2021-03-10T15:05:47.253Z] #19 21.72 The following additional packages will be installed: [2021-03-10T15:05:47.253Z] #19 21.72 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-10T15:05:47.253Z] #19 21.72 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-10T15:05:47.253Z] #19 21.72 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-10T15:05:47.253Z] #19 21.72 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-10T15:05:47.253Z] #19 21.72 python3.7 python3.7-minimal vim-runtime xxd [2021-03-10T15:05:47.253Z] #19 21.73 Suggested packages: [2021-03-10T15:05:47.253Z] #19 21.74 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-10T15:05:47.253Z] #19 21.74 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-10T15:05:47.253Z] #19 21.74 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-10T15:05:47.253Z] #19 21.74 Recommended packages: [2021-03-10T15:05:47.253Z] #19 21.74 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-10T15:05:47.253Z] #19 21.74 python3-keyrings.alt python3-xdg unzip [2021-03-10T15:05:47.253Z] #19 23.59 The following NEW packages will be installed: [2021-03-10T15:05:47.253Z] #19 23.60 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-10T15:05:47.253Z] #19 23.60 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-10T15:05:47.253Z] #19 23.60 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-10T15:05:47.253Z] #19 23.61 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-10T15:05:47.253Z] #19 23.61 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-10T15:05:47.253Z] #19 23.62 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-10T15:05:47.253Z] #19 23.62 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-10T15:05:47.253Z] #19 23.62 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-10T15:05:47.253Z] #19 23.62 xz-utils zip [2021-03-10T15:05:47.253Z] #19 23.96 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:05:47.253Z] #19 23.96 Need to get 28.5 MB of archives. [2021-03-10T15:05:47.253Z] #19 23.96 After this operation, 116 MB of additional disk space will be used. [2021-03-10T15:05:47.253Z] #19 23.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-10T15:05:47.253Z] #19 23.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-03-10T15:05:47.253Z] #19 23.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-03-10T15:05:47.253Z] #19 24.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-10T15:05:47.253Z] #19 24.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-10T15:05:47.253Z] #19 24.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-03-10T15:05:47.253Z] #19 24.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-10T15:05:47.253Z] #19 24.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-10T15:05:47.253Z] #19 24.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-10T15:05:47.253Z] #19 24.22 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-10T15:05:47.253Z] #19 24.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-10T15:05:47.253Z] #19 24.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-10T15:05:47.253Z] #19 24.24 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-10T15:05:47.253Z] #19 24.24 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-10T15:05:47.253Z] #19 24.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-10T15:05:47.253Z] #19 24.25 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-10T15:05:47.253Z] #19 24.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-10T15:05:47.253Z] #19 24.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:05:47.253Z] #19 24.30 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-10T15:05:47.253Z] #19 24.31 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-10T15:05:47.253Z] #19 24.32 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-10T15:05:47.253Z] #19 24.32 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-10T15:05:47.253Z] #19 24.35 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-10T15:05:47.253Z] #19 24.37 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-10T15:05:47.253Z] #19 24.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-10T15:05:47.253Z] #19 24.39 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-10T15:05:47.253Z] #19 24.40 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-10T15:05:47.253Z] #19 24.40 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-10T15:05:47.253Z] #19 24.40 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-10T15:05:47.363Z] #42 50.32 Selecting previously unselected package protobuf-compiler. [2021-03-10T15:05:47.363Z] #42 50.33 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-03-10T15:05:47.363Z] #42 50.34 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:05:47.663Z] #42 50.56 Selecting previously unselected package python-pkg-resources. [2021-03-10T15:05:47.663Z] #42 50.56 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:05:47.663Z] #42 50.57 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-10T15:05:47.697Z] #57 36.70 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:05:47.816Z] #19 ... [2021-03-10T15:05:47.816Z] [2021-03-10T15:05:47.816Z] #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-03-10T15:05:47.816Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:47.816Z] #42 86.80 DEP criu/file-lock.d [2021-03-10T15:05:47.816Z] #42 86.96 DEP criu/file-ids.d [2021-03-10T15:05:47.816Z] #42 87.09 DEP criu/fifo.d [2021-03-10T15:05:47.816Z] #42 87.22 DEP criu/fdstore.d [2021-03-10T15:05:47.816Z] #42 87.35 DEP criu/fault-injection.d [2021-03-10T15:05:47.964Z] #42 50.81 Selecting previously unselected package python-six. [2021-03-10T15:05:47.964Z] #42 50.81 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-10T15:05:47.964Z] #42 50.83 Unpacking python-six (1.12.0-1) ... [2021-03-10T15:05:47.964Z] #42 50.92 Selecting previously unselected package python-protobuf. [2021-03-10T15:05:47.964Z] #42 50.92 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-03-10T15:05:47.964Z] #42 50.94 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-10T15:05:48.037Z] #12 ... [2021-03-10T15:05:48.037Z] [2021-03-10T15:05:48.037Z] #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-03-10T15:05:48.037Z] #36 sha256:4acd14d0f8e049280ad4001306777c8c819fc5b3e6381303f508bac3cfa36430 [2021-03-10T15:05:48.037Z] #36 11.65 [100%] Linking C executable tini-static [2021-03-10T15:05:48.037Z] #36 12.21 [100%] Built target tini-static [2021-03-10T15:05:48.037Z] #36 12.32 + mkdir -p /build [2021-03-10T15:05:48.037Z] #36 12.33 + cp tini-static /build/docker-init [2021-03-10T15:05:48.037Z] #36 DONE 13.0s [2021-03-10T15:05:48.037Z] [2021-03-10T15:05:48.037Z] #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-03-10T15:05:48.037Z] #33 sha256:5a36fca68bffa196a5cec464ac403bb940b2bf1327f1898d0e8fcb19635e111f [2021-03-10T15:05:48.037Z] #33 DONE 79.9s [2021-03-10T15:05:48.037Z] [2021-03-10T15:05:48.037Z] #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-03-10T15:05:48.037Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:48.037Z] #42 4.280 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:05:48.037Z] #42 4.280 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:05:48.037Z] #42 4.306 Note: Building without GnuTLS support [2021-03-10T15:05:48.037Z] #42 4.315 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:05:48.037Z] #42 4.317 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:05:48.037Z] #42 6.297 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:05:48.037Z] #42 6.349 GEN .gitid [2021-03-10T15:05:48.037Z] #42 6.371 GEN criu/include/version.h [2021-03-10T15:05:48.037Z] #42 6.450 GEN include/common/asm [2021-03-10T15:05:48.037Z] #42 8.132 PBCC images/timens.pb-c.c [2021-03-10T15:05:48.037Z] #42 8.160 DEP images/timens.pb-c.d [2021-03-10T15:05:48.037Z] #42 8.212 PBCC images/fown.pb-c.c [2021-03-10T15:05:48.037Z] #42 8.246 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-10T15:05:48.037Z] #42 8.312 PBCC images/opts.pb-c.c [2021-03-10T15:05:48.037Z] #42 8.371 PBCC images/memfd.pb-c.c [2021-03-10T15:05:48.037Z] #42 8.445 DEP images/fown.pb-c.d [2021-03-10T15:05:48.037Z] #42 8.514 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-10T15:05:48.037Z] #42 8.631 DEP images/opts.pb-c.d [2021-03-10T15:05:48.037Z] #42 8.689 DEP images/memfd.pb-c.d [2021-03-10T15:05:48.037Z] #42 8.801 PBCC images/sit.pb-c.c [2021-03-10T15:05:48.037Z] #42 8.829 DEP images/sit.pb-c.d [2021-03-10T15:05:48.037Z] #42 8.889 PBCC images/macvlan.pb-c.c [2021-03-10T15:05:48.037Z] #42 8.912 DEP images/macvlan.pb-c.d [2021-03-10T15:05:48.037Z] #42 8.970 PBCC images/autofs.pb-c.c [2021-03-10T15:05:48.037Z] #42 8.976 DEP images/autofs.pb-c.d [2021-03-10T15:05:48.037Z] #42 9.052 PBCC images/sysctl.pb-c.c [2021-03-10T15:05:48.037Z] #42 9.083 DEP images/sysctl.pb-c.d [2021-03-10T15:05:48.037Z] #42 9.137 PBCC images/time.pb-c.c [2021-03-10T15:05:48.037Z] #42 9.160 DEP images/time.pb-c.d [2021-03-10T15:05:48.037Z] #42 9.204 PBCC images/binfmt-misc.pb-c.c [2021-03-10T15:05:48.037Z] #42 9.233 DEP images/binfmt-misc.pb-c.d [2021-03-10T15:05:48.037Z] #42 9.262 PBCC images/seccomp.pb-c.c [2021-03-10T15:05:48.037Z] #42 9.298 DEP images/seccomp.pb-c.d [2021-03-10T15:05:48.037Z] #42 9.409 PBCC images/userns.pb-c.c [2021-03-10T15:05:48.037Z] #42 9.416 DEP images/userns.pb-c.d [2021-03-10T15:05:48.037Z] #42 9.500 PBCC images/cgroup.pb-c.c [2021-03-10T15:05:48.037Z] #42 9.500 DEP images/cgroup.pb-c.d [2021-03-10T15:05:48.073Z] #42 ... [2021-03-10T15:05:48.073Z] [2021-03-10T15:05:48.073Z] #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-03-10T15:05:48.073Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:05:48.073Z] #31 DONE 156.2s [2021-03-10T15:05:48.073Z] [2021-03-10T15:05:48.073Z] #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-03-10T15:05:48.073Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:48.073Z] #42 87.39 DEP criu/external.d [2021-03-10T15:05:48.073Z] #42 87.58 DEP criu/eventpoll.d [2021-03-10T15:05:48.268Z] #57 ... [2021-03-10T15:05:48.268Z] [2021-03-10T15:05:48.268Z] #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-03-10T15:05:48.268Z] #63 sha256:e3471edade80d7bd881744ce669e85e2e20d0ed0aa8ac2543d6b3b19a7cb1d3a [2021-03-10T15:05:48.268Z] #63 34.32 Checking out files: 43% (827/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 74% (1426/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: 99% (1891/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-10T15:05:48.268Z] #63 36.55 + cd /tmp/tmp.EXNoFXbXYF/src/github.com/docker/libnetwork [2021-03-10T15:05:48.268Z] #63 36.55 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-10T15:05:48.268Z] #63 36.79 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-10T15:05:48.298Z] #42 9.616 PBCC images/ext-file.pb-c.c [2021-03-10T15:05:48.298Z] #42 9.616 DEP images/ext-file.pb-c.d [2021-03-10T15:05:48.298Z] #42 9.676 PBCC images/rpc.pb-c.c [2021-03-10T15:05:48.298Z] #42 9.758 DEP images/rpc.pb-c.d [2021-03-10T15:05:48.298Z] #42 9.808 PBCC images/siginfo.pb-c.c [2021-03-10T15:05:48.330Z] #42 87.88 DEP criu/eventfd.d [2021-03-10T15:05:48.559Z] #42 9.844 DEP images/siginfo.pb-c.d [2021-03-10T15:05:48.587Z] #42 88.14 DEP criu/crtools.d [2021-03-10T15:05:48.613Z] #42 51.45 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-10T15:05:48.777Z] #12 ... [2021-03-10T15:05:48.777Z] [2021-03-10T15:05:48.777Z] #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-03-10T15:05:48.777Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:05:48.777Z] #44 69.69 text/template [2021-03-10T15:05:48.777Z] #44 71.15 go/parser [2021-03-10T15:05:48.777Z] #44 72.59 encoding/xml [2021-03-10T15:05:48.777Z] #44 77.70 compress/flate [2021-03-10T15:05:48.777Z] #44 79.03 go/doc [2021-03-10T15:05:48.777Z] #44 ... [2021-03-10T15:05:48.777Z] [2021-03-10T15:05:48.777Z] #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-03-10T15:05:48.777Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:05:48.777Z] #42 8.004 PBCC images/timens.pb-c.c [2021-03-10T15:05:48.777Z] #42 8.033 DEP images/timens.pb-c.d [2021-03-10T15:05:48.777Z] #42 8.090 PBCC images/fown.pb-c.c [2021-03-10T15:05:48.777Z] #42 8.141 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-10T15:05:48.777Z] #42 8.209 PBCC images/opts.pb-c.c [2021-03-10T15:05:48.777Z] #42 8.261 PBCC images/memfd.pb-c.c [2021-03-10T15:05:48.777Z] #42 8.314 DEP images/fown.pb-c.d [2021-03-10T15:05:48.777Z] #42 8.405 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-10T15:05:48.777Z] #42 8.487 DEP images/opts.pb-c.d [2021-03-10T15:05:48.777Z] #42 8.616 DEP images/memfd.pb-c.d [2021-03-10T15:05:48.777Z] #42 8.705 PBCC images/sit.pb-c.c [2021-03-10T15:05:48.777Z] #42 8.760 DEP images/sit.pb-c.d [2021-03-10T15:05:48.777Z] #42 8.870 PBCC images/macvlan.pb-c.c [2021-03-10T15:05:48.777Z] #42 8.913 DEP images/macvlan.pb-c.d [2021-03-10T15:05:48.777Z] #42 8.960 PBCC images/autofs.pb-c.c [2021-03-10T15:05:48.777Z] #42 8.985 DEP images/autofs.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.042 PBCC images/sysctl.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.066 DEP images/sysctl.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.133 PBCC images/time.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.175 DEP images/time.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.221 PBCC images/binfmt-misc.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.275 DEP images/binfmt-misc.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.335 PBCC images/seccomp.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.385 DEP images/seccomp.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.424 PBCC images/userns.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.453 DEP images/userns.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.521 PBCC images/cgroup.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.541 DEP images/cgroup.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.598 PBCC images/ext-file.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.653 DEP images/ext-file.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.717 PBCC images/rpc.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.805 DEP images/rpc.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.872 PBCC images/siginfo.pb-c.c [2021-03-10T15:05:48.777Z] #42 9.901 DEP images/siginfo.pb-c.d [2021-03-10T15:05:48.777Z] #42 9.941 PBCC images/pagemap.pb-c.c [2021-03-10T15:05:48.777Z] #42 10.01 DEP images/pagemap.pb-c.d [2021-03-10T15:05:48.777Z] #42 10.08 PBCC images/rlimit.pb-c.c [2021-03-10T15:05:48.777Z] #42 10.13 DEP images/rlimit.pb-c.d [2021-03-10T15:05:48.777Z] #42 10.18 PBCC images/file-lock.pb-c.c [2021-03-10T15:05:48.777Z] #42 10.20 DEP images/file-lock.pb-c.d [2021-03-10T15:05:48.777Z] #42 10.22 PBCC images/tty.pb-c.c [2021-03-10T15:05:48.777Z] #42 10.28 DEP images/tty.pb-c.d [2021-03-10T15:05:48.819Z] #42 10.00 PBCC images/pagemap.pb-c.c [2021-03-10T15:05:48.819Z] #42 10.00 DEP images/pagemap.pb-c.d [2021-03-10T15:05:48.819Z] #42 10.03 PBCC images/rlimit.pb-c.c [2021-03-10T15:05:48.819Z] #42 10.07 DEP images/rlimit.pb-c.d [2021-03-10T15:05:48.819Z] #42 10.18 PBCC images/file-lock.pb-c.c [2021-03-10T15:05:48.819Z] #42 10.18 DEP images/file-lock.pb-c.d [2021-03-10T15:05:49.040Z] #42 10.32 PBCC images/tun.pb-c.c [2021-03-10T15:05:49.040Z] #42 10.36 PBCC images/netdev.pb-c.c [2021-03-10T15:05:49.040Z] #42 10.40 DEP images/tun.pb-c.d [2021-03-10T15:05:49.040Z] #42 10.44 DEP images/netdev.pb-c.d [2021-03-10T15:05:49.040Z] #42 10.48 PBCC images/vma.pb-c.c [2021-03-10T15:05:49.040Z] #42 10.51 DEP images/vma.pb-c.d [2021-03-10T15:05:49.080Z] #42 10.22 PBCC images/tty.pb-c.c [2021-03-10T15:05:49.080Z] #42 10.35 DEP images/tty.pb-c.d [2021-03-10T15:05:49.080Z] #42 ... [2021-03-10T15:05:49.080Z] [2021-03-10T15:05:49.080Z] #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-03-10T15:05:49.080Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:05:49.080Z] #44 80.86 go/parser [2021-03-10T15:05:49.150Z] #42 88.46 DEP criu/cr-service.d [2021-03-10T15:05:49.150Z] #42 88.62 DEP criu/cr-restore.d [2021-03-10T15:05:49.303Z] #42 10.57 PBCC images/creds.pb-c.c [2021-03-10T15:05:49.303Z] #42 10.59 DEP images/creds.pb-c.d [2021-03-10T15:05:49.303Z] #42 10.64 PBCC images/utsns.pb-c.c [2021-03-10T15:05:49.303Z] #42 10.66 DEP images/utsns.pb-c.d [2021-03-10T15:05:49.303Z] #42 10.71 PBCC images/ipc-desc.pb-c.c [2021-03-10T15:05:49.303Z] #42 10.72 PBCC images/ipc-sem.pb-c.c [2021-03-10T15:05:49.303Z] #42 10.74 DEP images/ipc-desc.pb-c.d [2021-03-10T15:05:49.303Z] #42 10.78 DEP images/ipc-sem.pb-c.d [2021-03-10T15:05:49.407Z] #42 88.88 DEP criu/cr-errno.d [2021-03-10T15:05:49.407Z] #42 88.90 DEP criu/cr-dump.d [2021-03-10T15:05:49.569Z] #42 10.88 PBCC images/ipc-msg.pb-c.c [2021-03-10T15:05:49.569Z] #42 10.90 DEP images/ipc-msg.pb-c.d [2021-03-10T15:05:49.569Z] #42 11.01 PBCC images/ipc-shm.pb-c.c [2021-03-10T15:05:49.664Z] #42 89.04 DEP criu/cr-dedup.d [2021-03-10T15:05:49.664Z] #42 89.23 DEP criu/cr-check.d [2021-03-10T15:05:49.834Z] #42 11.11 DEP images/ipc-shm.pb-c.d [2021-03-10T15:05:49.834Z] #42 11.15 PBCC images/ipc-var.pb-c.c [2021-03-10T15:05:49.834Z] #42 11.20 DEP images/ipc-var.pb-c.d [2021-03-10T15:05:49.921Z] #42 89.41 DEP criu/config.d [2021-03-10T15:05:50.097Z] #42 11.30 PBCC images/sk-opts.pb-c.c [2021-03-10T15:05:50.097Z] #42 11.32 PBCC images/packet-sock.pb-c.c [2021-03-10T15:05:50.097Z] #42 11.34 DEP images/sk-opts.pb-c.d [2021-03-10T15:05:50.097Z] #42 11.37 DEP images/packet-sock.pb-c.d [2021-03-10T15:05:50.097Z] #42 11.40 PBCC images/sk-netlink.pb-c.c [2021-03-10T15:05:50.097Z] #42 11.44 DEP images/sk-netlink.pb-c.d [2021-03-10T15:05:50.097Z] #42 11.47 PBCC images/sk-inet.pb-c.c [2021-03-10T15:05:50.097Z] #42 11.55 DEP images/sk-inet.pb-c.d [2021-03-10T15:05:50.178Z] #42 89.54 DEP criu/clone-noasan.d [2021-03-10T15:05:50.178Z] #42 89.64 DEP criu/cgroup.d [2021-03-10T15:05:50.361Z] #42 11.59 PBCC images/sk-unix.pb-c.c [2021-03-10T15:05:50.361Z] #42 11.67 DEP images/sk-unix.pb-c.d [2021-03-10T15:05:50.361Z] #42 11.72 PBCC images/mm.pb-c.c [2021-03-10T15:05:50.361Z] #42 11.77 DEP images/mm.pb-c.d [2021-03-10T15:05:50.434Z] #42 89.79 DEP criu/cgroup-props.d [2021-03-10T15:05:50.434Z] #42 89.92 DEP criu/bitmap.d [2021-03-10T15:05:50.434Z] #42 89.93 DEP criu/bfd.d [2021-03-10T15:05:50.434Z] #42 90.03 DEP criu/autofs.d [2021-03-10T15:05:50.465Z] #44 82.22 text/template [2021-03-10T15:05:50.625Z] #42 11.83 PBCC images/timerfd.pb-c.c [2021-03-10T15:05:50.625Z] #42 11.91 DEP images/timerfd.pb-c.d [2021-03-10T15:05:50.625Z] #42 11.96 PBCC images/timer.pb-c.c [2021-03-10T15:05:50.625Z] #42 11.97 DEP images/timer.pb-c.d [2021-03-10T15:05:50.625Z] #42 12.02 PBCC images/sa.pb-c.c [2021-03-10T15:05:50.625Z] #42 12.04 DEP images/sa.pb-c.d [2021-03-10T15:05:50.691Z] #42 90.21 DEP criu/aio.d [2021-03-10T15:05:50.723Z] #42 ... [2021-03-10T15:05:50.723Z] [2021-03-10T15:05:50.723Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:50.723Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:05:50.723Z] #13 47.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2021-03-10T15:05:50.723Z] #13 50.01 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-03-10T15:05:50.723Z] #13 50.01 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-03-10T15:05:50.723Z] #13 50.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-03-10T15:05:50.723Z] #13 50.04 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-03-10T15:05:50.723Z] #13 50.05 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-03-10T15:05:50.723Z] #13 50.05 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u6 [110 kB] [2021-03-10T15:05:50.723Z] #13 50.06 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-03-10T15:05:50.723Z] #13 50.09 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-03-10T15:05:50.723Z] #13 50.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-03-10T15:05:50.723Z] #13 50.16 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-03-10T15:05:50.723Z] #13 50.17 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-03-10T15:05:50.723Z] #13 50.23 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-03-10T15:05:50.723Z] #13 50.25 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-03-10T15:05:50.723Z] #13 50.25 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u6 [322 kB] [2021-03-10T15:05:50.723Z] #13 51.74 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:50.723Z] #13 52.06 Fetched 79.4 MB in 7s (10.6 MB/s) [2021-03-10T15:05:50.723Z] #13 52.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 ... 15339 files and directories currently installed.) [2021-03-10T15:05:50.723Z] #13 52.26 Preparing to unpack .../libsystemd0_241-7~deb10u6_ppc64el.deb ... [2021-03-10T15:05:50.723Z] #13 52.27 Unpacking libsystemd0:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:05:50.723Z] #13 52.78 Setting up libsystemd0:ppc64el (241-7~deb10u6) ... [2021-03-10T15:05:50.723Z] #13 52.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-10T15:05:50.723Z] #13 53.02 Preparing to unpack .../libseccomp2_2.4.1-2~bpo10+1_ppc64el.deb ... [2021-03-10T15:05:50.723Z] #13 53.04 Unpacking libseccomp2:ppc64el (2.4.1-2~bpo10+1) over (2.3.3-4) ... [2021-03-10T15:05:50.723Z] #13 53.28 Setting up libseccomp2:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-10T15:05:50.808Z] #63 ... [2021-03-10T15:05:50.808Z] [2021-03-10T15:05:50.808Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:50.808Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:05:50.808Z] #12 33.03 Fetched 8922 kB in 29s (310 kB/s) [2021-03-10T15:05:50.889Z] #42 12.11 PBCC images/pipe-data.pb-c.c [2021-03-10T15:05:50.889Z] #42 12.16 DEP images/pipe-data.pb-c.d [2021-03-10T15:05:50.889Z] #42 12.22 PBCC images/mnt.pb-c.c [2021-03-10T15:05:50.947Z] #42 90.35 DEP criu/action-scripts.d [2021-03-10T15:05:51.023Z] #13 53.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% [2021-03-10T15:05:51.023Z] #13 ... [2021-03-10T15:05:51.023Z] [2021-03-10T15:05:51.023Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:05:51.023Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:05:51.023Z] #49 43.86 go: extracting golang.org/x/text v0.3.2 [2021-03-10T15:05:51.023Z] #49 50.03 go: finding github.com/fatih/color v1.7.0 [2021-03-10T15:05:51.023Z] #49 50.16 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:05:51.023Z] #49 50.42 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:05:51.023Z] #49 50.43 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:51.023Z] #49 50.49 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:05:51.023Z] #49 50.58 go: finding github.com/pkg/errors v0.8.1 [2021-03-10T15:05:51.023Z] #49 50.61 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:05:51.023Z] #49 50.61 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:05:51.023Z] #49 50.71 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:51.023Z] #49 50.73 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:05:51.023Z] #49 50.78 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:05:51.023Z] #49 50.80 go: finding github.com/spf13/viper v1.6.1 [2021-03-10T15:05:51.023Z] #49 50.86 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:51.023Z] #49 50.96 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:05:51.023Z] #49 50.99 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:51.023Z] #49 51.06 go: finding github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:51.023Z] #49 51.07 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:51.023Z] #49 51.07 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:51.023Z] #49 51.20 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:51.023Z] #49 51.27 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:51.023Z] #49 51.29 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:51.023Z] #49 51.29 go: finding github.com/spf13/cobra v0.0.5 [2021-03-10T15:05:51.023Z] #49 51.33 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:51.023Z] #49 51.38 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:51.023Z] #49 51.41 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:51.023Z] #49 51.41 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:51.023Z] #49 51.45 go: finding github.com/spf13/pflag v1.0.5 [2021-03-10T15:05:51.023Z] #49 51.47 go: finding github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:51.023Z] #49 51.50 go: finding github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:51.023Z] #49 51.50 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:05:51.023Z] #49 51.55 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:05:51.023Z] #49 51.60 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:51.023Z] #49 51.63 go: finding github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:51.023Z] #49 51.67 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:51.023Z] #49 51.68 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:51.023Z] #49 51.69 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:51.023Z] #49 51.81 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:51.023Z] #49 51.81 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:51.023Z] #49 51.84 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:51.023Z] #49 51.87 go: finding github.com/spf13/afero v1.1.2 [2021-03-10T15:05:51.023Z] #49 51.90 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:05:51.023Z] #49 51.95 go: finding github.com/spf13/cast v1.3.0 [2021-03-10T15:05:51.023Z] #49 51.96 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:51.023Z] #49 52.03 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:51.023Z] #49 52.04 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:05:51.023Z] #49 52.16 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:51.023Z] #49 52.18 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:51.023Z] #49 52.26 go: finding golang.org/x/text v0.3.2 [2021-03-10T15:05:51.023Z] #49 52.33 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:05:51.023Z] #49 52.34 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:51.023Z] #49 52.40 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:51.023Z] #49 52.40 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:05:51.023Z] #49 52.46 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:51.023Z] #49 52.48 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:05:51.023Z] #49 52.57 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:05:51.023Z] #49 52.59 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:51.023Z] #49 52.60 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:51.023Z] #49 52.66 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:05:51.023Z] #49 52.71 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:51.023Z] #49 52.75 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:51.023Z] #49 52.77 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:51.023Z] #49 52.82 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:05:51.023Z] #49 52.86 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:51.023Z] #49 52.86 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:51.023Z] #49 52.86 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:05:51.023Z] #49 52.91 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:51.023Z] #49 52.95 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:51.023Z] #49 53.16 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:51.023Z] #49 53.32 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:51.023Z] #49 53.46 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:05:51.023Z] #49 53.56 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:51.023Z] #49 53.56 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:51.023Z] #49 53.69 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:51.023Z] #49 53.70 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:51.023Z] #49 ... [2021-03-10T15:05:51.023Z] [2021-03-10T15:05:51.023Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:51.023Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:05:51.023Z] #13 53.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-10T15:05:51.023Z] #13 53.58 Preparing to unpack .../libudev1_241-7~deb10u6_ppc64el.deb ... [2021-03-10T15:05:51.023Z] #13 53.59 Unpacking libudev1:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:05:51.153Z] #42 12.30 DEP images/mnt.pb-c.d [2021-03-10T15:05:51.153Z] #42 12.38 PBCC images/sk-packet.pb-c.c [2021-03-10T15:05:51.153Z] #42 12.43 DEP images/sk-packet.pb-c.d [2021-03-10T15:05:51.153Z] #42 12.52 PBCC images/tcp-stream.pb-c.c [2021-03-10T15:05:51.153Z] #42 12.63 DEP images/tcp-stream.pb-c.d [2021-03-10T15:05:51.204Z] #42 90.62 CC criu/action-scripts.o [2021-03-10T15:05:51.335Z] #13 ... [2021-03-10T15:05:51.335Z] [2021-03-10T15:05:51.335Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-10T15:05:51.335Z] #34 sha256:79cb045384a2797d80a755d4223c214baaf35ef59f1ec71581d26a90b763d170 [2021-03-10T15:05:51.335Z] #34 44.12 sync [2021-03-10T15:05:51.335Z] #34 44.12 internal/reflectlite [2021-03-10T15:05:51.335Z] #34 48.77 sort [2021-03-10T15:05:51.335Z] #34 48.77 errors [2021-03-10T15:05:51.335Z] #34 49.47 internal/oserror [2021-03-10T15:05:51.335Z] #34 49.47 io [2021-03-10T15:05:51.335Z] #34 49.47 strconv [2021-03-10T15:05:51.335Z] #34 49.86 syscall [2021-03-10T15:05:51.335Z] #34 53.53 bytes [2021-03-10T15:05:51.335Z] #34 53.55 strings [2021-03-10T15:05:51.335Z] #34 ... [2021-03-10T15:05:51.335Z] [2021-03-10T15:05:51.335Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:51.335Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:05:51.335Z] #13 53.86 Setting up libudev1:ppc64el (241-7~deb10u6) ... [2021-03-10T15:05:51.416Z] #42 12.76 PBCC images/pipe.pb-c.c [2021-03-10T15:05:51.416Z] #42 12.82 DEP images/pipe.pb-c.d [2021-03-10T15:05:51.460Z] #42 90.97 CC criu/aio.o [2021-03-10T15:05:51.634Z] #13 54.00 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-10T15:05:51.634Z] #13 54.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-10T15:05:51.634Z] #13 54.07 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-03-10T15:05:51.634Z] #13 54.08 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:05:51.679Z] #42 12.89 PBCC images/pstree.pb-c.c [2021-03-10T15:05:51.679Z] #42 12.93 DEP images/pstree.pb-c.d [2021-03-10T15:05:51.679Z] #42 12.97 PBCC images/fs.pb-c.c [2021-03-10T15:05:51.679Z] #42 13.03 DEP images/fs.pb-c.d [2021-03-10T15:05:51.943Z] #42 13.13 PBCC images/signalfd.pb-c.c [2021-03-10T15:05:51.943Z] #42 13.24 DEP images/signalfd.pb-c.d [2021-03-10T15:05:51.943Z] #42 13.26 PBCC images/fh.pb-c.c [2021-03-10T15:05:51.943Z] #42 13.33 PBCC images/fsnotify.pb-c.c [2021-03-10T15:05:51.943Z] #42 13.35 DEP images/fh.pb-c.d [2021-03-10T15:05:52.023Z] #42 91.42 CC criu/autofs.o [2021-03-10T15:05:52.206Z] #42 13.41 DEP images/fsnotify.pb-c.d [2021-03-10T15:05:52.206Z] #42 13.48 PBCC images/eventpoll.pb-c.c [2021-03-10T15:05:52.206Z] #42 13.51 DEP images/eventpoll.pb-c.d [2021-03-10T15:05:52.206Z] #42 13.57 PBCC images/eventfd.pb-c.c [2021-03-10T15:05:52.206Z] #42 13.62 DEP images/eventfd.pb-c.d [2021-03-10T15:05:52.388Z] #44 84.32 encoding/xml [2021-03-10T15:05:52.470Z] #42 13.68 PBCC images/remap-file-path.pb-c.c [2021-03-10T15:05:52.470Z] #42 13.73 DEP images/remap-file-path.pb-c.d [2021-03-10T15:05:52.470Z] #42 13.77 PBCC images/fifo.pb-c.c [2021-03-10T15:05:52.470Z] #42 13.79 DEP images/fifo.pb-c.d [2021-03-10T15:05:52.791Z] #42 13.90 PBCC images/ghost-file.pb-c.c [2021-03-10T15:05:52.791Z] #42 13.98 DEP images/ghost-file.pb-c.d [2021-03-10T15:05:52.791Z] #42 14.02 PBCC images/regfile.pb-c.c [2021-03-10T15:05:52.791Z] #42 14.08 DEP images/regfile.pb-c.d [2021-03-10T15:05:53.054Z] #42 14.15 PBCC images/ns.pb-c.c [2021-03-10T15:05:53.054Z] #42 14.17 DEP images/ns.pb-c.d [2021-03-10T15:05:53.054Z] #42 ... [2021-03-10T15:05:53.054Z] [2021-03-10T15:05:53.054Z] #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-03-10T15:05:53.054Z] #50 sha256:d99dffa4a7347442eee3f5ddf468110733e76592e9803e4ae1cac4431cbd67e2 [2021-03-10T15:05:53.054Z] #50 74.51 golang.org/x/crypto/ssh/terminal [2021-03-10T15:05:53.054Z] #50 78.16 mvdan.cc/sh/v3/cmd/shfmt [2021-03-10T15:05:53.054Z] #50 DONE 84.3s [2021-03-10T15:05:53.054Z] [2021-03-10T15:05:53.054Z] #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-03-10T15:05:53.054Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:05:53.054Z] #42 14.31 PBCC images/fdinfo.pb-c.c [2021-03-10T15:05:53.054Z] #42 14.43 DEP images/fdinfo.pb-c.d [2021-03-10T15:05:53.054Z] #42 ... [2021-03-10T15:05:53.054Z] [2021-03-10T15:05:53.054Z] #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-03-10T15:05:53.054Z] #55 sha256:f59f83bac5bcc96ee53654c1747238eea3c524fdae43322258f249fcde75af59 [2021-03-10T15:05:53.054Z] #55 39.12 Checking out files: 36% (1394/3818) Checking out files: 37% (1413/3818) Checking out files: 38% (1451/3818) Checking out files: 39% (1490/3818) Checking out files: 40% (1528/3818) Checking out files: 41% (1566/3818) Checking out files: 42% (1604/3818) Checking out files: 43% (1642/3818) Checking out files: 44% (1680/3818) Checking out files: 45% (1719/3818) Checking out files: 46% (1757/3818) Checking out files: 47% (1795/3818) Checking out files: 48% (1833/3818) Checking out files: 49% (1871/3818) Checking out files: 50% (1909/3818) Checking out files: 51% (1948/3818) Checking out files: 52% (1986/3818) Checking out files: 53% (2024/3818) Checking out files: 54% (2062/3818) Checking out files: 55% (2100/3818) Checking out files: 56% (2139/3818) Checking out files: 57% (2177/3818) Checking out files: 58% (2215/3818) Checking out files: 59% (2253/3818) Checking out files: 60% (2291/3818) Checking out files: 61% (2329/3818) Checking out files: 62% (2368/3818) Checking out files: 63% (2406/3818) Checking out files: 64% (2444/3818) Checking out files: 65% (2482/3818) Checking out files: 66% (2520/3818) Checking out files: 67% (2559/3818) Checking out files: 68% (2597/3818) Checking out files: 69% (2635/3818) Checking out files: 70% (2673/3818) Checking out files: 71% (2711/3818) Checking out files: 72% (2749/3818) Checking out files: 73% (2788/3818) Checking out files: 74% (2826/3818) Checking out files: 75% (2864/3818) Checking out files: 76% (2902/3818) Checking out files: 77% (2940/3818) Checking out files: 78% (2979/3818) Checking out files: 79% (3017/3818) Checking out files: 80% (3055/3818) Checking out files: 80% (3071/3818) Checking out files: 81% (3093/3818) Checking out files: 82% (3131/3818) Checking out files: 83% (3169/3818) Checking out files: 84% (3208/3818) Checking out files: 85% (3246/3818) Checking out files: 86% (3284/3818) Checking out files: 87% (3322/3818) Checking out files: 88% (3360/3818) Checking out files: 89% (3399/3818) Checking out files: 90% (3437/3818) Checking out files: 91% (3475/3818) Checking out files: 92% (3513/3818) Checking out files: 93% (3551/3818) Checking out files: 94% (3589/3818) Checking out files: 95% (3628/3818) Checking out files: 96% (3666/3818) Checking out files: 97% (3704/3818) Checking out files: 98% (3742/3818) Checking out files: 99% (3780/3818) Checking out files: 100% (3818/3818) Checking out files: 100% (3818/3818), done. [2021-03-10T15:05:53.054Z] #55 40.85 + cd /tmp/tmp.SfsD4SvtWh/src/github.com/containerd/containerd [2021-03-10T15:05:53.054Z] #55 40.85 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:05:53.346Z] #12 33.03 Reading package lists... [2021-03-10T15:05:53.346Z] #12 ... [2021-03-10T15:05:53.346Z] [2021-03-10T15:05:53.346Z] #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-03-10T15:05:53.346Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:05:53.346Z] #39 31.87 Checking out files: 70% (1179/1682) Checking out files: 71% (1195/1682) Checking out files: 72% (1212/1682) Checking out files: 73% (1228/1682) Checking out files: 74% (1245/1682) Checking out files: 75% (1262/1682) Checking out files: 76% (1279/1682) Checking out files: 77% (1296/1682) Checking out files: 78% (1312/1682) Checking out files: 79% (1329/1682) Checking out files: 80% (1346/1682) Checking out files: 81% (1363/1682) Checking out files: 82% (1380/1682) Checking out files: 83% (1397/1682) Checking out files: 84% (1413/1682) Checking out files: 85% (1430/1682) Checking out files: 86% (1447/1682) Checking out files: 87% (1464/1682) Checking out files: 88% (1481/1682) Checking out files: 89% (1497/1682) Checking out files: 90% (1514/1682) Checking out files: 91% (1531/1682) Checking out files: 92% (1548/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-10T15:05:53.346Z] #39 32.86 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-10T15:05:53.346Z] #39 36.14 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-10T15:05:53.346Z] #39 ... [2021-03-10T15:05:53.346Z] [2021-03-10T15:05:53.346Z] #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-03-10T15:05:53.346Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:05:53.346Z] #48 32.48 go: downloading github.com/spf13/cast v1.3.0 [2021-03-10T15:05:53.346Z] #48 32.51 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:05:53.346Z] #48 32.52 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:53.346Z] #48 32.53 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:53.346Z] #48 32.53 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:53.346Z] #48 32.55 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:53.346Z] #48 32.57 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:05:53.346Z] #48 32.59 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:05:53.346Z] #48 32.65 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:05:53.346Z] #48 32.72 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:05:53.346Z] #48 32.72 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:05:53.346Z] #48 32.88 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:53.346Z] #48 32.88 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:05:53.346Z] #48 32.93 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-10T15:05:53.346Z] #48 32.97 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:53.346Z] #48 33.04 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:53.346Z] #48 33.04 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:05:53.346Z] #48 33.05 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:53.346Z] #48 33.08 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:05:53.346Z] #48 33.11 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:53.346Z] #48 33.25 go: extracting github.com/spf13/cast v1.3.0 [2021-03-10T15:05:53.346Z] #48 33.26 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:53.346Z] #48 33.31 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:05:53.346Z] #48 33.32 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:53.346Z] #48 33.38 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:53.346Z] #48 33.40 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-10T15:05:53.346Z] #48 33.47 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-10T15:05:53.346Z] #48 33.73 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:05:53.346Z] #48 33.84 go: downloading github.com/spf13/afero v1.1.2 [2021-03-10T15:05:53.346Z] #48 33.93 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:05:53.346Z] #48 33.93 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:53.346Z] #48 33.94 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:05:53.346Z] #48 33.95 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:53.346Z] #48 34.11 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:05:53.346Z] #48 34.11 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:05:53.346Z] #48 34.13 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:53.346Z] #48 34.54 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:53.346Z] #48 34.61 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-10T15:05:53.346Z] #48 34.62 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:05:53.346Z] #48 34.62 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:05:53.346Z] #48 34.63 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:53.346Z] #48 34.64 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:53.346Z] #48 34.89 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:53.346Z] #48 34.90 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:53.346Z] #48 34.93 go: extracting github.com/spf13/afero v1.1.2 [2021-03-10T15:05:53.346Z] #48 34.94 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-10T15:05:53.346Z] #48 35.12 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:05:53.346Z] #48 35.18 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:05:53.346Z] #48 35.44 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:05:53.346Z] #48 35.61 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:05:53.346Z] #48 35.64 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:05:53.346Z] #48 35.64 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:53.346Z] #48 35.64 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:53.346Z] #48 35.70 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:53.346Z] #48 35.70 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:53.346Z] #48 35.79 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:53.346Z] #48 35.87 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:05:53.346Z] #48 35.94 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:53.346Z] #48 35.94 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:05:53.346Z] #48 35.95 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:05:53.346Z] #48 35.95 go: downloading golang.org/x/text v0.3.2 [2021-03-10T15:05:53.346Z] #48 36.00 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:05:53.346Z] #48 36.01 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:05:53.346Z] #48 36.01 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:05:53.346Z] #48 36.14 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:53.346Z] #48 36.16 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:53.346Z] #48 36.18 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:53.346Z] #48 36.21 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:53.346Z] #48 36.44 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:05:53.346Z] #48 36.54 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:05:53.346Z] #48 37.01 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:05:53.346Z] #48 37.15 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:05:53.346Z] #48 37.16 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:53.346Z] #48 37.19 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:05:53.346Z] #48 37.24 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:05:53.346Z] #48 37.31 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-10T15:05:53.346Z] #48 37.61 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:53.346Z] #48 37.69 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:53.346Z] #48 37.73 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:53.346Z] #48 37.75 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:05:53.346Z] #48 37.76 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:53.346Z] #48 37.93 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:05:53.346Z] #48 38.30 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-10T15:05:53.346Z] #48 38.35 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:05:53.346Z] #48 38.42 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:53.346Z] #48 38.60 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:05:53.346Z] #48 38.82 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:53.346Z] #48 38.96 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:05:53.346Z] #48 38.98 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:05:53.346Z] #48 39.01 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:05:53.346Z] #48 39.04 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:05:53.346Z] #48 39.12 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:53.346Z] #48 39.25 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:05:53.346Z] #48 39.55 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:05:53.346Z] #48 39.63 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:53.346Z] #48 39.63 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:53.346Z] #48 40.24 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:05:53.346Z] #48 40.25 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:53.346Z] #48 40.59 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-10T15:05:53.346Z] #48 40.76 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:53.346Z] #48 41.09 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-10T15:05:53.346Z] #48 41.14 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:05:53.346Z] #48 41.15 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:53.346Z] #48 41.29 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:53.346Z] #48 41.29 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:53.346Z] #48 41.80 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:05:53.346Z] #48 41.85 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:05:53.346Z] #48 42.26 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:05:53.391Z] #42 92.79 CC criu/bfd.o [2021-03-10T15:05:53.647Z] #42 93.21 CC criu/bitmap.o [2021-03-10T15:05:54.218Z] #42 93.43 CC criu/cgroup-props.o [2021-03-10T15:05:54.237Z] Fetching without tags [2021-03-10T15:05:53.918Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:05:53.980Z] > git config --add remote.origin.fetch +refs/pull/42054/head:refs/remotes/origin/PR-42054 # timeout=10 [2021-03-10T15:05:54.027Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:05:54.150Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-10T15:05:54.302Z] #44 ... [2021-03-10T15:05:54.302Z] [2021-03-10T15:05:54.302Z] #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-03-10T15:05:54.302Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:05:54.302Z] #42 10.40 PBCC images/tun.pb-c.c [2021-03-10T15:05:54.302Z] #42 10.49 PBCC images/netdev.pb-c.c [2021-03-10T15:05:54.302Z] #42 10.54 DEP images/tun.pb-c.d [2021-03-10T15:05:54.302Z] #42 10.58 DEP images/netdev.pb-c.d [2021-03-10T15:05:54.302Z] #42 10.65 PBCC images/vma.pb-c.c [2021-03-10T15:05:54.302Z] #42 10.72 DEP images/vma.pb-c.d [2021-03-10T15:05:54.302Z] #42 10.81 PBCC images/creds.pb-c.c [2021-03-10T15:05:54.302Z] #42 10.85 DEP images/creds.pb-c.d [2021-03-10T15:05:54.302Z] #42 10.90 PBCC images/utsns.pb-c.c [2021-03-10T15:05:54.302Z] #42 10.98 DEP images/utsns.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.02 PBCC images/ipc-desc.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.03 PBCC images/ipc-sem.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.09 DEP images/ipc-desc.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.15 DEP images/ipc-sem.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.17 PBCC images/ipc-msg.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.26 DEP images/ipc-msg.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.29 PBCC images/ipc-shm.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.32 DEP images/ipc-shm.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.40 PBCC images/ipc-var.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.41 DEP images/ipc-var.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.51 PBCC images/sk-opts.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.55 PBCC images/packet-sock.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.61 DEP images/sk-opts.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.68 DEP images/packet-sock.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.80 PBCC images/sk-netlink.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.88 DEP images/sk-netlink.pb-c.d [2021-03-10T15:05:54.302Z] #42 11.88 PBCC images/sk-inet.pb-c.c [2021-03-10T15:05:54.302Z] #42 11.95 DEP images/sk-inet.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.06 PBCC images/sk-unix.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.18 DEP images/sk-unix.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.18 PBCC images/mm.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.24 DEP images/mm.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.30 PBCC images/timerfd.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.36 DEP images/timerfd.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.40 PBCC images/timer.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.43 DEP images/timer.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.51 PBCC images/sa.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.61 DEP images/sa.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.61 PBCC images/pipe-data.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.61 DEP images/pipe-data.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.63 PBCC images/mnt.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.73 DEP images/mnt.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.78 PBCC images/sk-packet.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.88 DEP images/sk-packet.pb-c.d [2021-03-10T15:05:54.302Z] #42 12.88 PBCC images/tcp-stream.pb-c.c [2021-03-10T15:05:54.302Z] #42 12.91 DEP images/tcp-stream.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.06 PBCC images/pipe.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.06 DEP images/pipe.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.13 PBCC images/pstree.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.15 DEP images/pstree.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.27 PBCC images/fs.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.27 DEP images/fs.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.31 PBCC images/signalfd.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.41 DEP images/signalfd.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.48 PBCC images/fh.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.58 PBCC images/fsnotify.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.64 DEP images/fh.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.69 DEP images/fsnotify.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.76 PBCC images/eventpoll.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.81 DEP images/eventpoll.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.83 PBCC images/eventfd.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.84 DEP images/eventfd.pb-c.d [2021-03-10T15:05:54.302Z] #42 13.90 PBCC images/remap-file-path.pb-c.c [2021-03-10T15:05:54.302Z] #42 13.97 DEP images/remap-file-path.pb-c.d [2021-03-10T15:05:54.302Z] #42 14.00 PBCC images/fifo.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.04 DEP images/fifo.pb-c.d [2021-03-10T15:05:54.302Z] #42 14.08 PBCC images/ghost-file.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.17 DEP images/ghost-file.pb-c.d [2021-03-10T15:05:54.302Z] #42 14.19 PBCC images/regfile.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.28 DEP images/regfile.pb-c.d [2021-03-10T15:05:54.302Z] #42 14.32 PBCC images/ns.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.37 DEP images/ns.pb-c.d [2021-03-10T15:05:54.302Z] #42 14.50 PBCC images/fdinfo.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.54 DEP images/fdinfo.pb-c.d [2021-03-10T15:05:54.302Z] #42 14.60 PBCC images/core-aarch64.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.66 PBCC images/core-arm.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.74 PBCC images/core-ppc64.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.79 PBCC images/core-s390.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.89 PBCC images/core-x86.pb-c.c [2021-03-10T15:05:54.302Z] #42 14.94 PBCC images/core.pb-c.c [2021-03-10T15:05:54.302Z] #42 15.02 PBCC images/inventory.pb-c.c [2021-03-10T15:05:54.302Z] #42 15.13 DEP images/core-aarch64.pb-c.d [2021-03-10T15:05:54.302Z] #42 15.20 DEP images/core-arm.pb-c.d [2021-03-10T15:05:54.302Z] #42 15.29 DEP images/core-ppc64.pb-c.d [2021-03-10T15:05:54.302Z] #42 15.35 DEP images/core-s390.pb-c.d [2021-03-10T15:05:54.302Z] #42 15.41 DEP images/core-x86.pb-c.d [2021-03-10T15:05:54.302Z] #42 15.45 DEP images/core.pb-c.d [2021-03-10T15:05:54.302Z] #42 15.56 DEP images/inventory.pb-c.d [2021-03-10T15:05:54.302Z] #42 15.62 PBCC images/cpuinfo.pb-c.c [2021-03-10T15:05:54.302Z] #42 15.66 DEP images/cpuinfo.pb-c.d [2021-03-10T15:05:54.302Z] #42 15.79 PBCC images/stats.pb-c.c [2021-03-10T15:05:54.302Z] #42 15.79 DEP images/stats.pb-c.d [2021-03-10T15:05:54.450Z] #13 56.82 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-10T15:05:54.450Z] #13 56.82 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-03-10T15:05:54.450Z] #13 56.83 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:05:54.450Z] #13 ... [2021-03-10T15:05:54.450Z] [2021-03-10T15:05:54.450Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:05:54.450Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:05:54.450Z] #45 47.29 internal/reflectlite [2021-03-10T15:05:54.450Z] #45 47.30 internal/singleflight [2021-03-10T15:05:54.450Z] #45 47.30 github.com/LK4D4/vndr/godl/singleflight [2021-03-10T15:05:54.450Z] #45 47.33 math/rand [2021-03-10T15:05:54.450Z] #45 51.40 io [2021-03-10T15:05:54.450Z] #45 51.41 sort [2021-03-10T15:05:54.450Z] #45 51.43 strconv [2021-03-10T15:05:54.450Z] #45 51.56 syscall [2021-03-10T15:05:54.450Z] #45 55.38 vendor/golang.org/x/net/dns/dnsmessage [2021-03-10T15:05:54.450Z] #45 56.12 bytes [2021-03-10T15:05:54.450Z] #45 ... [2021-03-10T15:05:54.450Z] [2021-03-10T15:05:54.450Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-10T15:05:54.450Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-10T15:05:54.450Z] #42 56.28 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-03-10T15:05:54.450Z] #42 56.29 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:54.450Z] #42 56.29 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-10T15:05:54.450Z] #42 56.30 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-03-10T15:05:54.450Z] #42 56.30 Setting up python-six (1.12.0-1) ... [2021-03-10T15:05:54.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-10T15:05:54.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-10T15:05:54.475Z] #42 ... [2021-03-10T15:05:54.475Z] [2021-03-10T15:05:54.475Z] #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-03-10T15:05:54.475Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:05:54.475Z] #19 24.98 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-10T15:05:54.475Z] #19 24.98 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-10T15:05:54.475Z] #19 24.99 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-10T15:05:54.475Z] #19 24.99 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-10T15:05:54.475Z] #19 25.00 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-10T15:05:54.475Z] #19 25.01 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-10T15:05:54.475Z] #19 25.11 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-10T15:05:54.475Z] #19 25.11 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-10T15:05:54.475Z] #19 25.12 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-10T15:05:54.475Z] #19 25.13 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-10T15:05:54.475Z] #19 25.13 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-10T15:05:54.475Z] #19 25.15 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-10T15:05:54.475Z] #19 25.15 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-10T15:05:54.475Z] #19 25.25 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-10T15:05:54.475Z] #19 25.27 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-10T15:05:54.475Z] #19 25.28 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-10T15:05:54.475Z] #19 25.66 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-10T15:05:54.475Z] #19 25.74 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-10T15:05:54.475Z] #19 25.79 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-10T15:05:54.475Z] #19 26.54 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:05:54.475Z] #19 26.62 Fetched 28.5 MB in 2s (13.5 MB/s) [2021-03-10T15:05:54.475Z] #19 26.67 Selecting previously unselected package pigz. [2021-03-10T15:05:54.475Z] #19 26.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-03-10T15:05:54.475Z] #19 26.75 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-10T15:05:54.475Z] #19 26.76 Unpacking pigz (2.4-1) ... [2021-03-10T15:05:54.475Z] #19 26.87 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-10T15:05:54.475Z] #19 26.87 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:05:54.475Z] #19 26.88 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:05:54.475Z] #19 27.25 Selecting previously unselected package python3.7-minimal. [2021-03-10T15:05:54.475Z] #19 27.25 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:05:54.475Z] #19 27.27 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:05:54.475Z] #19 28.05 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:05:54.475Z] #19 28.07 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:05:54.475Z] #19 30.18 Selecting previously unselected package python3-minimal. [2021-03-10T15:05:54.475Z] #19 30.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 ... 23684 files and directories currently installed.) [2021-03-10T15:05:54.475Z] #19 30.24 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-10T15:05:54.475Z] #19 30.25 Unpacking python3-minimal (3.7.3-1) ... [2021-03-10T15:05:54.475Z] #19 30.34 Selecting previously unselected package libmpdec2:amd64. [2021-03-10T15:05:54.475Z] #19 30.34 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-10T15:05:54.475Z] #19 30.35 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-10T15:05:54.475Z] #19 30.49 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-10T15:05:54.475Z] #19 30.49 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:05:54.475Z] #19 30.49 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:05:54.475Z] #19 31.45 Selecting previously unselected package python3.7. [2021-03-10T15:05:54.475Z] #19 31.48 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:05:54.475Z] #19 31.48 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:05:54.475Z] #19 31.61 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T15:05:54.475Z] #19 31.61 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-10T15:05:54.475Z] #19 31.62 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-10T15:05:54.475Z] #19 31.69 Setting up python3-minimal (3.7.3-1) ... [2021-03-10T15:05:55.104Z] #55 43.54 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-10T15:05:55.104Z] #55 43.54 + BUILDTAGS='netgo osusergo static_build' [2021-03-10T15:05:55.104Z] #55 43.54 + export EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:05:55.104Z] #55 43.54 + EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:05:55.104Z] #55 43.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-10T15:05:55.104Z] #55 43.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-10T15:05:55.104Z] #55 43.54 + '[' '' = dynamic ']' [2021-03-10T15:05:55.104Z] #55 43.54 + make [2021-03-10T15:05:55.255Z] #48 ... [2021-03-10T15:05:55.255Z] [2021-03-10T15:05:55.255Z] #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-03-10T15:05:55.256Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:05:55.256Z] #50 34.16 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-10T15:05:55.256Z] #50 34.31 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-10T15:05:55.256Z] #50 34.58 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-10T15:05:55.256Z] #50 34.66 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-10T15:05:55.256Z] #50 35.89 runtime [2021-03-10T15:05:55.256Z] #50 ... [2021-03-10T15:05:55.256Z] [2021-03-10T15:05:55.256Z] #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-03-10T15:05:55.256Z] #57 sha256:04c334479a02b81d3d1d65a9292edebd7754b3abbe4d23cafd8a9125f31d60fb [2021-03-10T15:05:55.256Z] #57 41.29 go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:05:55.256Z] #57 41.58 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-10T15:05:55.256Z] #57 41.67 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-10T15:05:55.256Z] #57 41.94 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-10T15:05:55.256Z] #57 42.04 go: finding github.com/google/uuid v1.2.0 [2021-03-10T15:05:55.256Z] #57 42.13 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-10T15:05:55.256Z] #57 42.19 go: finding github.com/gofrs/flock v0.8.0 [2021-03-10T15:05:55.256Z] #57 42.20 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-10T15:05:55.256Z] #57 42.40 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-10T15:05:55.256Z] #57 42.42 go: finding github.com/gorilla/mux v1.8.0 [2021-03-10T15:05:55.256Z] #57 42.48 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-10T15:05:55.256Z] #57 42.61 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-10T15:05:55.256Z] #57 42.63 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-10T15:05:55.256Z] #57 43.19 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-10T15:05:55.256Z] #57 43.29 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-10T15:05:55.404Z] #19 32.57 Selecting previously unselected package python3. [2021-03-10T15:05:55.404Z] #19 32.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 ... 24096 files and directories currently installed.) [2021-03-10T15:05:55.404Z] #19 32.60 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-10T15:05:55.404Z] #19 32.62 Unpacking python3 (3.7.3-1) ... [2021-03-10T15:05:55.493Z] Merging remotes/origin/master commit 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 into PR head commit 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 [2021-03-10T15:05:55.661Z] #19 32.70 Selecting previously unselected package libip4tc0:amd64. [2021-03-10T15:05:55.661Z] #19 32.71 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-10T15:05:55.661Z] #19 32.72 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-10T15:05:55.661Z] #19 32.80 Selecting previously unselected package libip6tc0:amd64. [2021-03-10T15:05:55.661Z] #19 32.80 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-10T15:05:55.661Z] #19 32.81 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-10T15:05:55.661Z] #19 32.88 Selecting previously unselected package libiptc0:amd64. [2021-03-10T15:05:55.661Z] #19 32.89 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-10T15:05:55.661Z] #19 32.90 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-10T15:05:55.661Z] #19 33.00 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-10T15:05:55.661Z] #19 33.00 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-10T15:05:55.826Z] #57 ... [2021-03-10T15:05:55.826Z] [2021-03-10T15:05:55.826Z] #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-03-10T15:05:55.826Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:05:55.826Z] #41 34.88 Fetched 8423 kB in 26s (324 kB/s) [2021-03-10T15:05:55.917Z] #19 33.02 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-10T15:05:55.917Z] #19 33.09 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-10T15:05:55.917Z] #19 33.10 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-10T15:05:55.917Z] #19 33.11 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-10T15:05:56.085Z] #41 34.88 Reading package lists... [2021-03-10T15:05:56.085Z] #41 ... [2021-03-10T15:05:56.085Z] [2021-03-10T15:05:56.085Z] #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-03-10T15:05:56.085Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:05:56.085Z] #48 44.86 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:05:56.085Z] #48 ... [2021-03-10T15:05:56.085Z] [2021-03-10T15:05:56.085Z] #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-03-10T15:05:56.085Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:05:56.085Z] #54 35.21 Fetched 8423 kB in 26s (326 kB/s) [2021-03-10T15:05:56.085Z] #54 35.21 Reading package lists... [2021-03-10T15:05:56.174Z] #19 33.19 Selecting previously unselected package libnftnl11:amd64. [2021-03-10T15:05:56.174Z] #19 33.21 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-10T15:05:56.174Z] #19 33.23 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-10T15:05:56.174Z] #19 33.32 Selecting previously unselected package iptables. [2021-03-10T15:05:56.174Z] #19 33.32 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-10T15:05:56.174Z] #19 33.34 Unpacking iptables (1.8.2-4) ... [2021-03-10T15:05:56.216Z] #42 17.30 make[1]: Nothing to be done for 'all'. [2021-03-10T15:05:56.346Z] #54 ... [2021-03-10T15:05:56.346Z] [2021-03-10T15:05:56.346Z] #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-03-10T15:05:56.346Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:05:56.346Z] #44 40.59 vendor/golang.org/x/crypto/curve25519 [2021-03-10T15:05:56.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-10T15:05:56.430Z] #19 33.71 Selecting previously unselected package xxd. [2021-03-10T15:05:56.430Z] #19 33.71 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:05:56.430Z] #19 33.72 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:05:56.509Z] #55 44.99 + bin/ctr [2021-03-10T15:05:56.607Z] #44 ... [2021-03-10T15:05:56.607Z] [2021-03-10T15:05:56.607Z] #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-03-10T15:05:56.607Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:05:56.607Z] #35 35.64 Fetched 8423 kB in 28s (306 kB/s) [2021-03-10T15:05:56.687Z] #19 33.86 Selecting previously unselected package vim-common. [2021-03-10T15:05:56.687Z] #19 33.87 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:05:56.687Z] #19 33.89 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:56.787Z] #42 ... [2021-03-10T15:05:56.787Z] [2021-03-10T15:05:56.787Z] #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-03-10T15:05:56.787Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:05:56.787Z] #50 78.66 go/ast [2021-03-10T15:05:56.787Z] #50 78.82 golang.org/x/crypto/ssh/terminal [2021-03-10T15:05:56.787Z] #50 80.56 mvdan.cc/editorconfig [2021-03-10T15:05:56.787Z] #50 81.73 mvdan.cc/sh/v3/fileutil [2021-03-10T15:05:56.787Z] #50 81.91 mvdan.cc/sh/v3/syntax [2021-03-10T15:05:56.867Z] #35 35.64 Reading package lists... [2021-03-10T15:05:56.868Z] #35 ... [2021-03-10T15:05:56.868Z] [2021-03-10T15:05:56.868Z] #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-03-10T15:05:56.868Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:05:56.943Z] #19 34.06 Selecting previously unselected package bash-completion. [2021-03-10T15:05:56.943Z] #19 34.07 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-10T15:05:57.032Z] #56 148.8 + bin/containerd [2021-03-10T15:05:57.048Z] #50 ... [2021-03-10T15:05:57.048Z] [2021-03-10T15:05:57.048Z] #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-03-10T15:05:57.048Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:05:57.048Z] #44 87.71 go/doc [2021-03-10T15:05:54.271Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-10T15:05:54.271Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:05:54.273Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42054/head:refs/remotes/origin/PR-42054 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T15:05:55.597Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:05:55.644Z] > git checkout -f 1600e851b5d618fb76ba3aa83b630f3e7c3746c2 # timeout=10 [2021-03-10T15:05:57.248Z] #42 ... [2021-03-10T15:05:57.248Z] [2021-03-10T15:05:57.248Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:05:57.248Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-10T15:05:57.248Z] #32 49.85 Checking out files: 86% (1320/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-03-10T15:05:57.248Z] #32 50.48 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-10T15:05:57.248Z] #32 50.98 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:05:57.248Z] #32 ... [2021-03-10T15:05:57.248Z] [2021-03-10T15:05:57.248Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:57.248Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:05:57.248Z] #13 59.64 Selecting previously unselected package binutils-mingw-w64. [2021-03-10T15:05:57.248Z] #13 59.65 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-10T15:05:57.248Z] #13 59.66 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:05:57.248Z] #13 59.76 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-03-10T15:05:57.248Z] #13 59.77 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-03-10T15:05:57.248Z] #13 59.78 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-10T15:05:57.547Z] #13 59.98 Selecting previously unselected package dmsetup. [2021-03-10T15:05:57.547Z] #13 60.00 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-03-10T15:05:57.547Z] #13 60.01 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-10T15:05:57.547Z] #13 ... [2021-03-10T15:05:57.547Z] [2021-03-10T15:05:57.547Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-10T15:05:57.547Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-10T15:05:57.547Z] #36 50.50 Selecting previously unselected package libicu63:ppc64el. [2021-03-10T15:05:57.547Z] #36 50.51 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-03-10T15:05:57.547Z] #36 50.52 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-10T15:05:57.547Z] #36 56.64 Selecting previously unselected package libxml2:ppc64el. [2021-03-10T15:05:57.547Z] #36 56.64 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-03-10T15:05:57.547Z] #36 56.66 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:05:57.547Z] #36 57.26 Selecting previously unselected package libarchive13:ppc64el. [2021-03-10T15:05:57.547Z] #36 57.26 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-03-10T15:05:57.547Z] #36 57.27 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-03-10T15:05:57.547Z] #36 57.59 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-03-10T15:05:57.547Z] #36 57.61 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-03-10T15:05:57.547Z] #36 57.65 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-03-10T15:05:57.547Z] #36 57.79 Selecting previously unselected package librhash0:ppc64el. [2021-03-10T15:05:57.547Z] #36 57.81 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-03-10T15:05:57.547Z] #36 57.82 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-03-10T15:05:57.547Z] #36 58.07 Selecting previously unselected package libuv1:ppc64el. [2021-03-10T15:05:57.547Z] #36 58.09 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-03-10T15:05:57.547Z] #36 58.10 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-03-10T15:05:57.547Z] #36 58.31 Selecting previously unselected package cmake. [2021-03-10T15:05:57.547Z] #36 58.33 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-03-10T15:05:57.547Z] #36 58.34 Unpacking cmake (3.13.4-1) ... [2021-03-10T15:05:57.845Z] #36 ... [2021-03-10T15:05:57.845Z] [2021-03-10T15:05:57.845Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:05:57.845Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:05:57.845Z] #13 60.26 Selecting previously unselected package mingw-w64-common. [2021-03-10T15:05:57.845Z] #13 60.26 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-10T15:05:57.845Z] #13 60.27 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-10T15:05:58.275Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-10T15:05:58.432Z] #44 90.41 github.com/LK4D4/vndr/versioned [2021-03-10T15:05:58.693Z] #44 90.52 compress/flate [2021-03-10T15:05:58.829Z] Merge succeeded, producing cd0882377bc38a98521b6c1a190b7b3fbf2a1859 [2021-03-10T15:05:58.829Z] Checking out Revision cd0882377bc38a98521b6c1a190b7b3fbf2a1859 (PR-42054) [2021-03-10T15:05:58.844Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-10T15:05:59.113Z] #56 ... [2021-03-10T15:05:59.113Z] [2021-03-10T15:05:59.113Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-10T15:05:59.113Z] #53 78.31 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-10T15:05:59.113Z] #53 78.93 + mkdir -p /build [2021-03-10T15:05:59.113Z] #53 78.93 + cp runc /build/runc [2021-03-10T15:05:59.113Z] #53 DONE 79.3s [2021-03-10T15:05:59.113Z] [2021-03-10T15:05:59.113Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:05:59.392Z] #13 ... [2021-03-10T15:05:59.392Z] [2021-03-10T15:05:59.392Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-10T15:05:59.392Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-10T15:05:59.392Z] #36 61.53 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-10T15:05:59.392Z] #36 61.56 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:05:59.392Z] #36 61.56 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-03-10T15:05:59.392Z] #36 61.62 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:05:59.392Z] #36 61.75 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-03-10T15:05:59.392Z] #36 61.75 Setting up cmake-data (3.13.4-1) ... [2021-03-10T15:05:59.392Z] #36 61.77 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:05:59.392Z] #36 61.79 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-03-10T15:05:59.392Z] #36 61.80 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-03-10T15:05:59.392Z] #36 61.82 Setting up cmake (3.13.4-1) ... [2021-03-10T15:05:59.392Z] #36 61.82 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:05:59.392Z] #36 61.91 Processing triggers for mime-support (3.62) ... [2021-03-10T15:05:59.392Z] #36 DONE 62.3s [2021-03-10T15:05:59.635Z] #44 91.31 github.com/LK4D4/vndr/build [2021-03-10T15:05:59.693Z] [2021-03-10T15:05:59.693Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-10T15:05:59.693Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-10T15:05:59.693Z] #42 60.30 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-03-10T15:05:59.693Z] #42 60.31 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-10T15:05:59.693Z] #42 60.33 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-03-10T15:05:59.693Z] #42 60.34 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-03-10T15:05:59.693Z] #42 60.36 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-03-10T15:05:59.693Z] #42 60.36 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:05:59.693Z] #42 60.37 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:05:59.693Z] #42 60.37 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-03-10T15:05:59.693Z] #42 60.38 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:05:59.693Z] #42 60.38 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-10T15:05:59.769Z] #56 ... [2021-03-10T15:05:59.769Z] [2021-03-10T15:05:59.769Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2021-03-10T15:05:59.769Z] #54 DONE 0.2s [2021-03-10T15:06:00.063Z] [2021-03-10T15:06:00.063Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-10T15:06:00.214Z] #19 36.85 Unpacking bash-completion (1:2.8-6) ... [2021-03-10T15:06:00.214Z] #19 37.26 Selecting previously unselected package bzip2. [2021-03-10T15:06:00.214Z] #19 37.27 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-10T15:06:00.214Z] #19 37.28 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:06:00.214Z] #19 37.38 Selecting previously unselected package xz-utils. [2021-03-10T15:06:00.214Z] #19 37.40 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-10T15:06:00.214Z] #19 37.41 Unpacking xz-utils (5.2.4-1) ... [2021-03-10T15:05:57.879Z] > git remote # timeout=10 [2021-03-10T15:05:57.974Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T15:05:58.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-10T15:05:58.047Z] > git merge 4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40 # timeout=10 [2021-03-10T15:05:58.728Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-03-10T15:05:58.861Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T15:05:58.907Z] > git checkout -f cd0882377bc38a98521b6c1a190b7b3fbf2a1859 # timeout=10 [2021-03-10T15:06:00.471Z] #19 37.59 Selecting previously unselected package apparmor. [2021-03-10T15:06:00.471Z] #19 37.60 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-10T15:06:00.471Z] #19 37.67 Unpacking apparmor (2.13.2-10) ... [2021-03-10T15:06:00.748Z] #55 ... [2021-03-10T15:06:00.748Z] [2021-03-10T15:06:00.748Z] #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-03-10T15:06:00.748Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:06:00.748Z] #44 81.27 crypto/rand [2021-03-10T15:06:00.748Z] #44 81.81 crypto/elliptic [2021-03-10T15:06:00.748Z] #44 82.61 encoding/asn1 [2021-03-10T15:06:00.748Z] #44 83.90 github.com/LK4D4/vndr/build [2021-03-10T15:06:00.748Z] #44 86.50 crypto/rsa [2021-03-10T15:06:00.748Z] #44 87.11 crypto/ecdsa [2021-03-10T15:06:00.748Z] #44 87.94 vendor/golang.org/x/crypto/cryptobyte [2021-03-10T15:06:00.748Z] #44 89.13 vendor/golang.org/x/net/idna [2021-03-10T15:06:00.748Z] #44 89.62 vendor/golang.org/x/net/http2/hpack [2021-03-10T15:06:00.748Z] #44 ... [2021-03-10T15:06:00.748Z] [2021-03-10T15:06:00.748Z] #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-03-10T15:06:00.748Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:00.748Z] #42 14.52 PBCC images/core-aarch64.pb-c.c [2021-03-10T15:06:00.748Z] #42 14.61 PBCC images/core-arm.pb-c.c [2021-03-10T15:06:00.748Z] #42 14.67 PBCC images/core-ppc64.pb-c.c [2021-03-10T15:06:00.748Z] #42 14.71 PBCC images/core-s390.pb-c.c [2021-03-10T15:06:00.748Z] #42 14.77 PBCC images/core-x86.pb-c.c [2021-03-10T15:06:00.748Z] #42 14.80 PBCC images/core.pb-c.c [2021-03-10T15:06:00.748Z] #42 14.87 PBCC images/inventory.pb-c.c [2021-03-10T15:06:00.748Z] #42 14.92 DEP images/core-aarch64.pb-c.d [2021-03-10T15:06:00.748Z] #42 14.99 DEP images/core-arm.pb-c.d [2021-03-10T15:06:00.748Z] #42 15.05 DEP images/core-ppc64.pb-c.d [2021-03-10T15:06:00.748Z] #42 15.11 DEP images/core-s390.pb-c.d [2021-03-10T15:06:00.748Z] #42 15.18 DEP images/core-x86.pb-c.d [2021-03-10T15:06:00.748Z] #42 15.27 DEP images/core.pb-c.d [2021-03-10T15:06:00.748Z] #42 15.30 DEP images/inventory.pb-c.d [2021-03-10T15:06:00.748Z] #42 15.35 PBCC images/cpuinfo.pb-c.c [2021-03-10T15:06:00.748Z] #42 15.38 DEP images/cpuinfo.pb-c.d [2021-03-10T15:06:00.748Z] #42 15.52 PBCC images/stats.pb-c.c [2021-03-10T15:06:00.748Z] #42 15.54 DEP images/stats.pb-c.d [2021-03-10T15:06:00.748Z] #42 17.71 make[1]: Nothing to be done for 'all'. [2021-03-10T15:06:00.748Z] #42 19.56 CC images/stats.o [2021-03-10T15:06:00.748Z] #42 20.09 CC images/core.o [2021-03-10T15:06:00.748Z] #42 20.86 CC images/core-x86.o [2021-03-10T15:06:00.748Z] #42 21.66 CC images/core-arm.o [2021-03-10T15:06:00.748Z] #42 ... [2021-03-10T15:06:00.748Z] [2021-03-10T15:06:00.748Z] #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-03-10T15:06:00.748Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:06:00.748Z] #44 91.50 mime [2021-03-10T15:06:00.748Z] #44 91.67 net/http/internal [2021-03-10T15:06:00.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-10T15:06:01.035Z] #19 38.03 Selecting previously unselected package aufs-tools. [2021-03-10T15:06:01.035Z] #19 38.04 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-10T15:06:01.035Z] #19 38.04 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:06:01.035Z] #19 38.18 Selecting previously unselected package libonig5:amd64. [2021-03-10T15:06:01.035Z] #19 38.19 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-10T15:06:01.035Z] #19 38.19 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:06:01.291Z] #19 38.35 Selecting previously unselected package libjq1:amd64. [2021-03-10T15:06:01.291Z] #19 38.36 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:06:01.291Z] #19 38.36 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:06:01.291Z] #19 38.48 Selecting previously unselected package jq. [2021-03-10T15:06:01.291Z] #19 38.50 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:06:01.291Z] #19 38.52 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:06:01.549Z] #19 38.60 Selecting previously unselected package libaio1:amd64. [2021-03-10T15:06:01.549Z] #19 38.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-10T15:06:01.549Z] #19 38.64 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-10T15:06:01.549Z] #19 38.71 Selecting previously unselected package libgpm2:amd64. [2021-03-10T15:06:01.549Z] #19 38.73 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-10T15:06:01.549Z] #19 38.74 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-10T15:06:01.549Z] #19 38.82 Selecting previously unselected package libicu63:amd64. [2021-03-10T15:06:01.549Z] #44 93.28 hash/crc32 [2021-03-10T15:06:01.809Z] #19 38.84 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-10T15:06:01.809Z] #19 38.84 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:06:02.122Z] #44 93.89 compress/gzip [2021-03-10T15:06:02.149Z] #54 45.80 Reading package lists... [2021-03-10T15:06:02.149Z] #54 ... [2021-03-10T15:06:02.149Z] [2021-03-10T15:06:02.149Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:02.149Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:02.149Z] #12 33.03 Reading package lists... [2021-03-10T15:06:02.407Z] #44 94.36 net [2021-03-10T15:06:02.475Z] #42 ... [2021-03-10T15:06:02.475Z] [2021-03-10T15:06:02.475Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:06:02.475Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:06:02.475Z] #51 55.07 strconv [2021-03-10T15:06:02.475Z] #51 55.09 syscall [2021-03-10T15:06:02.475Z] #51 55.10 bytes [2021-03-10T15:06:02.475Z] #51 55.12 strings [2021-03-10T15:06:02.475Z] #51 62.77 bufio [2021-03-10T15:06:02.475Z] #51 ... [2021-03-10T15:06:02.475Z] [2021-03-10T15:06:02.475Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-10T15:06:02.475Z] #37 sha256:b6bfe584a2545f14cf0ca609889cd9946fed648a44452375a0dbda7058d295aa [2021-03-10T15:06:02.475Z] #37 0.323 + RM_GOPATH=0 [2021-03-10T15:06:02.475Z] #37 0.329 + TMP_GOPATH= [2021-03-10T15:06:02.475Z] #37 0.330 + : /build [2021-03-10T15:06:02.475Z] #37 0.330 + '[' -z '' ']' [2021-03-10T15:06:02.475Z] #37 0.331 ++ mktemp -d [2021-03-10T15:06:02.475Z] #37 0.335 + export GOPATH=/tmp/tmp.J5ViSqbChc [2021-03-10T15:06:02.475Z] #37 0.338 + GOPATH=/tmp/tmp.J5ViSqbChc [2021-03-10T15:06:02.475Z] #37 0.338 + RM_GOPATH=1 [2021-03-10T15:06:02.475Z] #37 0.338 + case "$(go env GOARCH)" in [2021-03-10T15:06:02.475Z] #37 0.339 ++ go env GOARCH [2021-03-10T15:06:02.475Z] #37 0.364 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:02.475Z] #37 0.365 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:02.475Z] #37 0.365 ++ dirname /tmp/install/install.sh [2021-03-10T15:06:02.475Z] #37 0.381 + dir=/tmp/install [2021-03-10T15:06:02.475Z] #37 0.382 + bin=tini [2021-03-10T15:06:02.475Z] #37 0.382 + shift [2021-03-10T15:06:02.475Z] #37 0.382 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-10T15:06:02.475Z] #37 0.382 + . /tmp/install/tini.installer [2021-03-10T15:06:02.475Z] #37 0.383 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:06:02.475Z] #37 0.384 + install_tini [2021-03-10T15:06:02.475Z] #37 0.385 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-10T15:06:02.475Z] #37 0.386 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:06:02.475Z] #37 0.387 + git clone https://github.com/krallin/tini.git /tmp/tmp.J5ViSqbChc/tini [2021-03-10T15:06:02.475Z] #37 0.390 Cloning into '/tmp/tmp.J5ViSqbChc/tini'... [2021-03-10T15:06:02.475Z] #37 1.588 + cd /tmp/tmp.J5ViSqbChc/tini [2021-03-10T15:06:02.475Z] #37 1.589 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:06:02.475Z] #37 1.615 + cmake . [2021-03-10T15:06:02.475Z] #37 2.236 -- The C compiler identification is GNU 8.3.0 [2021-03-10T15:06:02.475Z] #37 2.340 -- Check for working C compiler: /usr/bin/cc [2021-03-10T15:06:02.475Z] #37 3.210 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-10T15:06:02.682Z] #44 94.62 vendor/golang.org/x/text/transform [2021-03-10T15:06:02.682Z] #44 ... [2021-03-10T15:06:02.682Z] [2021-03-10T15:06:02.682Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:02.682Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:02.682Z] #12 75.27 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-10T15:06:02.682Z] #12 75.31 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:06:02.682Z] #12 75.31 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:02.682Z] #12 75.49 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-10T15:06:02.682Z] #12 75.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:06:02.682Z] #12 75.49 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:02.776Z] #37 3.214 -- Detecting C compiler ABI info [2021-03-10T15:06:02.961Z] #12 ... [2021-03-10T15:06:02.961Z] [2021-03-10T15:06:02.961Z] #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-03-10T15:06:02.961Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:02.961Z] #42 18.90 CC images/stats.o [2021-03-10T15:06:02.961Z] #42 19.40 CC images/core.o [2021-03-10T15:06:02.961Z] #42 20.05 CC images/core-x86.o [2021-03-10T15:06:02.961Z] #42 20.57 CC images/core-arm.o [2021-03-10T15:06:02.961Z] #42 20.96 CC images/core-aarch64.o [2021-03-10T15:06:02.961Z] #42 21.31 CC images/core-ppc64.o [2021-03-10T15:06:02.961Z] #42 21.89 CC images/core-s390.o [2021-03-10T15:06:02.961Z] #42 22.60 CC images/cpuinfo.o [2021-03-10T15:06:02.961Z] #42 23.06 CC images/inventory.o [2021-03-10T15:06:02.961Z] #42 23.32 CC images/fdinfo.o [2021-03-10T15:06:02.961Z] #42 23.66 CC images/fown.o [2021-03-10T15:06:02.961Z] #42 23.85 CC images/ns.o [2021-03-10T15:06:02.961Z] #42 24.14 CC images/regfile.o [2021-03-10T15:06:03.223Z] #42 ... [2021-03-10T15:06:03.223Z] [2021-03-10T15:06:03.223Z] #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-03-10T15:06:03.223Z] #50 sha256:6eb3da31ff82a350cad22491e1be61d340d6c49e4ea52e9c5e73e841232f4f4f [2021-03-10T15:06:03.223Z] #50 89.63 mvdan.cc/sh/v3/cmd/shfmt [2021-03-10T15:06:03.223Z] #50 DONE 95.0s [2021-03-10T15:06:03.223Z] [2021-03-10T15:06:03.223Z] #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-03-10T15:06:03.223Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:03.223Z] #42 24.50 CC images/ghost-file.o [2021-03-10T15:06:03.426Z] #37 3.860 -- Detecting C compiler ABI info - done [2021-03-10T15:06:03.426Z] #37 3.919 -- Detecting C compile features [2021-03-10T15:06:03.483Z] #42 24.93 CC images/fifo.o [2021-03-10T15:06:03.743Z] #42 25.20 CC images/remap-file-path.o [2021-03-10T15:06:04.002Z] #42 25.37 CC images/eventfd.o [2021-03-10T15:06:04.070Z] #44 ... [2021-03-10T15:06:04.070Z] [2021-03-10T15:06:04.070Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:04.070Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:06:04.070Z] #12 66.10 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-10T15:06:04.070Z] #12 66.10 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-10T15:06:04.070Z] #12 66.11 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:04.070Z] #12 66.33 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-10T15:06:04.070Z] #12 66.34 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-10T15:06:04.070Z] #12 66.34 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:04.070Z] #12 ... [2021-03-10T15:06:04.070Z] [2021-03-10T15:06:04.070Z] #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-03-10T15:06:04.070Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:04.070Z] #42 22.13 CC images/core-aarch64.o [2021-03-10T15:06:04.070Z] #42 22.63 CC images/core-ppc64.o [2021-03-10T15:06:04.070Z] #42 23.44 CC images/core-s390.o [2021-03-10T15:06:04.070Z] #42 24.31 CC images/cpuinfo.o [2021-03-10T15:06:04.070Z] #42 24.95 CC images/inventory.o [2021-03-10T15:06:04.070Z] #42 25.18 CC images/fdinfo.o [2021-03-10T15:06:04.262Z] #42 25.59 CC images/eventpoll.o [2021-03-10T15:06:04.333Z] #42 25.69 CC images/fown.o [2021-03-10T15:06:04.493Z] #37 ... [2021-03-10T15:06:04.493Z] [2021-03-10T15:06:04.493Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-10T15:06:04.493Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-10T15:06:04.493Z] #42 67.05 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-03-10T15:06:04.493Z] #42 67.06 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:06:04.493Z] #42 DONE 67.3s [2021-03-10T15:06:04.493Z] [2021-03-10T15:06:04.493Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:04.493Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:04.522Z] #42 25.95 CC images/fh.o [2021-03-10T15:06:04.597Z] #42 26.07 CC images/ns.o [2021-03-10T15:06:04.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-10T15:06:05.085Z] #19 ... [2021-03-10T15:06:05.085Z] [2021-03-10T15:06:05.085Z] #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-03-10T15:06:05.085Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:05.085Z] #42 94.12 CC criu/cgroup.o [2021-03-10T15:06:05.085Z] #42 96.87 CC criu/clone-noasan.o [2021-03-10T15:06:05.085Z] #42 97.07 CC criu/config.o [2021-03-10T15:06:05.085Z] #42 98.56 CC criu/cr-check.o [2021-03-10T15:06:05.085Z] #42 100.4 CC criu/cr-dedup.o [2021-03-10T15:06:05.085Z] #42 100.8 CC criu/cr-dump.o [2021-03-10T15:06:05.085Z] #42 103.3 CC criu/cr-errno.o [2021-03-10T15:06:05.085Z] #42 103.4 CC criu/cr-restore.o [2021-03-10T15:06:05.085Z] #42 ... [2021-03-10T15:06:05.085Z] [2021-03-10T15:06:05.085Z] #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-03-10T15:06:05.085Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:06:05.085Z] #19 42.34 Selecting previously unselected package libnet1:amd64. [2021-03-10T15:06:05.085Z] #19 42.34 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:06:05.085Z] #19 42.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:06:05.093Z] #42 26.36 CC images/fsnotify.o [2021-03-10T15:06:05.173Z] #42 26.27 CC images/regfile.o [2021-03-10T15:06:05.173Z] #42 26.63 CC images/ghost-file.o [2021-03-10T15:06:05.349Z] #19 42.47 Selecting previously unselected package libnl-3-200:amd64. [2021-03-10T15:06:05.349Z] #19 42.49 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-10T15:06:05.349Z] #19 42.50 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:06:05.349Z] #19 42.68 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-10T15:06:05.605Z] #19 42.68 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:06:05.605Z] #19 42.70 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:06:05.605Z] #19 42.78 Selecting previously unselected package libreadline5:amd64. [2021-03-10T15:06:05.605Z] #19 42.79 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-10T15:06:05.605Z] #19 42.79 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-10T15:06:05.664Z] #42 26.99 CC images/signalfd.o [2021-03-10T15:06:05.774Z] #42 26.93 CC images/fifo.o [2021-03-10T15:06:05.774Z] #42 27.17 CC images/remap-file-path.o [2021-03-10T15:06:05.860Z] #19 42.89 Selecting previously unselected package net-tools. [2021-03-10T15:06:05.860Z] #19 42.91 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-10T15:06:05.860Z] #19 42.92 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:06:05.860Z] #19 43.11 Selecting previously unselected package python-pip-whl. [2021-03-10T15:06:05.860Z] #19 43.13 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-10T15:06:05.860Z] #19 43.14 Unpacking python-pip-whl (18.1-5) ... [2021-03-10T15:06:05.924Z] #42 27.28 CC images/fs.o [2021-03-10T15:06:06.035Z] #43 1.718 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:06:06.035Z] #43 1.718 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:06:06.037Z] #42 27.45 CC images/eventfd.o [2021-03-10T15:06:06.185Z] #42 27.54 CC images/pstree.o [2021-03-10T15:06:06.333Z] #43 1.726 Note: Building without GnuTLS support [2021-03-10T15:06:06.333Z] #43 1.737 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:06:06.333Z] #43 1.737 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:06:06.446Z] #42 27.81 CC images/pipe.o [2021-03-10T15:06:06.614Z] #42 27.75 CC images/eventpoll.o [2021-03-10T15:06:06.717Z] #42 28.02 CC images/tcp-stream.o [2021-03-10T15:06:06.789Z] #19 43.66 Selecting previously unselected package python3-lib2to3. [2021-03-10T15:06:06.789Z] #19 43.66 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-10T15:06:06.789Z] #19 43.67 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:06:06.789Z] #19 43.82 Selecting previously unselected package python3-distutils. [2021-03-10T15:06:06.789Z] #19 43.83 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-10T15:06:06.789Z] #19 43.84 Unpacking python3-distutils (3.7.3-1) ... [2021-03-10T15:06:06.789Z] #19 43.99 Selecting previously unselected package python3-pip. [2021-03-10T15:06:06.789Z] #19 44.00 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-10T15:06:06.789Z] #19 44.01 Unpacking python3-pip (18.1-5) ... [2021-03-10T15:06:06.885Z] #42 28.02 CC images/fh.o [2021-03-10T15:06:06.978Z] #42 28.33 CC images/sk-packet.o [2021-03-10T15:06:07.045Z] #19 44.19 Selecting previously unselected package python3-pkg-resources. [2021-03-10T15:06:07.046Z] #19 44.21 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:06:07.046Z] #19 44.22 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:06:07.148Z] #42 28.37 CC images/fsnotify.o [2021-03-10T15:06:07.239Z] #42 28.54 CC images/mnt.o [2021-03-10T15:06:07.302Z] #19 44.36 Selecting previously unselected package python3-setuptools. [2021-03-10T15:06:07.302Z] #19 44.37 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-10T15:06:07.302Z] #19 44.38 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-10T15:06:07.395Z] #43 ... [2021-03-10T15:06:07.395Z] [2021-03-10T15:06:07.395Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-10T15:06:07.395Z] #34 sha256:79cb045384a2797d80a755d4223c214baaf35ef59f1ec71581d26a90b763d170 [2021-03-10T15:06:07.395Z] #34 60.43 bufio [2021-03-10T15:06:07.395Z] #34 60.72 reflect [2021-03-10T15:06:07.395Z] #34 63.51 path [2021-03-10T15:06:07.395Z] #34 65.41 text/tabwriter [2021-03-10T15:06:07.395Z] #34 70.12 internal/syscall/execenv [2021-03-10T15:06:07.395Z] #34 70.12 internal/syscall/unix [2021-03-10T15:06:07.395Z] #34 70.26 time [2021-03-10T15:06:07.435Z] #12 44.13 Reading package lists... [2021-03-10T15:06:07.435Z] #12 ... [2021-03-10T15:06:07.435Z] [2021-03-10T15:06:07.435Z] #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-03-10T15:06:07.435Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:06:07.435Z] #41 45.70 Reading package lists... [2021-03-10T15:06:07.435Z] #41 55.74 Building dependency tree... [2021-03-10T15:06:07.435Z] #41 ... [2021-03-10T15:06:07.435Z] [2021-03-10T15:06:07.435Z] #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-03-10T15:06:07.435Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:06:07.435Z] #35 35.64 Reading package lists... [2021-03-10T15:06:07.435Z] #35 46.65 Reading package lists... [2021-03-10T15:06:07.435Z] #35 ... [2021-03-10T15:06:07.435Z] [2021-03-10T15:06:07.435Z] #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-03-10T15:06:07.435Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:06:07.435Z] #33 54.05 sync [2021-03-10T15:06:07.435Z] #33 54.05 internal/reflectlite [2021-03-10T15:06:07.435Z] #33 ... [2021-03-10T15:06:07.435Z] [2021-03-10T15:06:07.435Z] #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-03-10T15:06:07.435Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:06:07.435Z] #48 46.40 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:06:07.435Z] #48 51.70 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-10T15:06:07.435Z] #48 55.22 go: extracting golang.org/x/text v0.3.2 [2021-03-10T15:06:07.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-10T15:06:07.520Z] #42 28.92 CC images/pipe-data.o [2021-03-10T15:06:07.559Z] #19 44.64 Selecting previously unselected package python3-wheel. [2021-03-10T15:06:07.559Z] #19 44.66 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-10T15:06:07.559Z] #19 44.67 Unpacking python3-wheel (0.32.3-2) ... [2021-03-10T15:06:07.559Z] #19 44.74 Selecting previously unselected package sudo. [2021-03-10T15:06:07.559Z] #19 44.76 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-10T15:06:07.559Z] #19 44.77 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:06:07.695Z] #34 ... [2021-03-10T15:06:07.695Z] [2021-03-10T15:06:07.695Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-10T15:06:07.695Z] #37 sha256:b6bfe584a2545f14cf0ca609889cd9946fed648a44452375a0dbda7058d295aa [2021-03-10T15:06:07.695Z] #37 5.807 -- Detecting C compile features - done [2021-03-10T15:06:07.695Z] #37 5.842 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-10T15:06:07.695Z] #37 6.148 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-10T15:06:07.695Z] #37 6.313 -- Configuring done [2021-03-10T15:06:07.695Z] #37 6.338 -- Generating done [2021-03-10T15:06:07.695Z] #37 6.341 -- Build files have been written to: /tmp/tmp.J5ViSqbChc/tini [2021-03-10T15:06:07.695Z] #37 6.347 + make tini-static [2021-03-10T15:06:07.695Z] #37 6.792 Scanning dependencies of target tini-static [2021-03-10T15:06:07.695Z] #37 6.856 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-10T15:06:07.695Z] #48 ... [2021-03-10T15:06:07.695Z] [2021-03-10T15:06:07.695Z] #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-03-10T15:06:07.695Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:06:07.695Z] #44 56.35 github.com/LK4D4/vndr/godl/singleflight [2021-03-10T15:06:07.695Z] #44 56.39 internal/reflectlite [2021-03-10T15:06:07.695Z] #44 56.86 math/rand [2021-03-10T15:06:07.725Z] #42 29.09 CC images/signalfd.o [2021-03-10T15:06:07.780Z] #42 29.18 CC images/sa.o [2021-03-10T15:06:07.989Z] #42 29.46 CC images/fs.o [2021-03-10T15:06:07.995Z] #37 8.711 [100%] Linking C executable tini-static [2021-03-10T15:06:08.122Z] #19 45.29 Selecting previously unselected package thin-provisioning-tools. [2021-03-10T15:06:08.122Z] #19 45.30 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-10T15:06:08.122Z] #19 45.31 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:06:08.254Z] #42 29.73 CC images/pstree.o [2021-03-10T15:06:08.351Z] #42 29.46 CC images/timer.o [2021-03-10T15:06:08.379Z] #19 45.57 Selecting previously unselected package uidmap. [2021-03-10T15:06:08.379Z] #19 45.58 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-10T15:06:08.379Z] #19 45.58 Unpacking uidmap (1:4.5-1.1) ... [2021-03-10T15:06:08.611Z] #42 29.78 CC images/timerfd.o [2021-03-10T15:06:08.636Z] #19 45.71 Selecting previously unselected package vim-runtime. [2021-03-10T15:06:08.636Z] #19 45.71 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:06:08.636Z] #19 45.75 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-10T15:06:08.636Z] #19 45.77 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-10T15:06:08.636Z] #19 45.78 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:06:08.832Z] #42 29.96 CC images/pipe.o [2021-03-10T15:06:08.832Z] #42 30.24 CC images/tcp-stream.o [2021-03-10T15:06:08.872Z] #42 30.05 CC images/mm.o [2021-03-10T15:06:08.872Z] #42 30.31 CC images/sk-opts.o [2021-03-10T15:06:09.077Z] #37 9.491 [100%] Built target tini-static [2021-03-10T15:06:09.077Z] #37 9.573 + mkdir -p /build [2021-03-10T15:06:09.077Z] #37 9.576 + cp tini-static /build/docker-init [2021-03-10T15:06:09.077Z] #37 DONE 9.7s [2021-03-10T15:06:09.077Z] [2021-03-10T15:06:09.077Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:09.077Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:09.077Z] #43 3.682 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:06:09.077Z] #43 3.739 GEN .gitid [2021-03-10T15:06:09.077Z] #43 3.773 GEN criu/include/version.h [2021-03-10T15:06:09.077Z] #43 3.896 GEN include/common/asm [2021-03-10T15:06:09.132Z] #42 30.51 CC images/sk-unix.o [2021-03-10T15:06:09.392Z] #42 30.80 CC images/sk-inet.o [2021-03-10T15:06:09.419Z] #42 30.63 CC images/sk-packet.o [2021-03-10T15:06:09.683Z] #42 30.98 CC images/mnt.o [2021-03-10T15:06:09.721Z] #43 ... [2021-03-10T15:06:09.721Z] [2021-03-10T15:06:09.721Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:06:09.721Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:06:09.721Z] #45 62.70 bufio [2021-03-10T15:06:09.721Z] #45 64.04 reflect [2021-03-10T15:06:09.721Z] #45 68.34 regexp/syntax [2021-03-10T15:06:09.946Z] #42 31.24 CC images/pipe-data.o [2021-03-10T15:06:09.972Z] #42 31.14 CC images/tun.o [2021-03-10T15:06:09.972Z] #42 31.47 CC images/sk-netlink.o [2021-03-10T15:06:10.019Z] #45 ... [2021-03-10T15:06:10.019Z] [2021-03-10T15:06:10.019Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:10.019Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:06:10.019Z] #13 66.39 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-10T15:06:10.019Z] #13 66.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-10T15:06:10.019Z] #13 66.42 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:06:10.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-10T15:06:10.210Z] #42 31.55 CC images/sa.o [2021-03-10T15:06:10.227Z] Commit message: "Merge commit '4bbc52c04b83c4ab9c47f2404720fa0c6a4cff40' into HEAD" [2021-03-10T15:06:10.233Z] #42 31.73 CC images/packet-sock.o [2021-03-10T15:06:10.235Z] #44 58.82 internal/singleflight [2021-03-10T15:06:10.318Z] #13 ... [2021-03-10T15:06:10.318Z] [2021-03-10T15:06:10.318Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:06:10.318Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:06:10.318Z] #45 73.40 hash/crc32 [2021-03-10T15:06:10.351Z] First time build. Skipping changelog. [2021-03-10T15:06:10.261Z] > git rev-list --no-walk ddbabd440152e354b48f1722bc8a0bb996ad1cc2 # timeout=10 [2021-03-10T15:06:10.473Z] #42 31.92 CC images/timer.o [2021-03-10T15:06:10.494Z] #42 ... [2021-03-10T15:06:10.494Z] [2021-03-10T15:06:10.494Z] #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-03-10T15:06:10.494Z] #55 sha256:b501b9b3d0a37dc998b211823d83f18e99ea9c3e1d13ab5b538ad8d10c3e9ded [2021-03-10T15:06:10.494Z] #55 47.84 Checking out files: 41% (1566/3818) Checking out files: 42% (1604/3818) Checking out files: 43% (1642/3818) Checking out files: 44% (1680/3818) Checking out files: 45% (1719/3818) Checking out files: 46% (1757/3818) Checking out files: 47% (1795/3818) Checking out files: 48% (1833/3818) Checking out files: 49% (1871/3818) Checking out files: 50% (1909/3818) Checking out files: 51% (1948/3818) Checking out files: 52% (1986/3818) Checking out files: 53% (2024/3818) Checking out files: 54% (2062/3818) Checking out files: 55% (2100/3818) Checking out files: 56% (2139/3818) Checking out files: 57% (2177/3818) Checking out files: 58% (2215/3818) Checking out files: 59% (2253/3818) Checking out files: 60% (2291/3818) Checking out files: 61% (2329/3818) Checking out files: 62% (2368/3818) Checking out files: 63% (2406/3818) Checking out files: 64% (2444/3818) Checking out files: 65% (2482/3818) Checking out files: 66% (2520/3818) Checking out files: 67% (2559/3818) Checking out files: 68% (2597/3818) Checking out files: 69% (2635/3818) Checking out files: 70% (2673/3818) Checking out files: 71% (2711/3818) Checking out files: 72% (2749/3818) Checking out files: 73% (2788/3818) Checking out files: 74% (2826/3818) Checking out files: 75% (2864/3818) Checking out files: 76% (2902/3818) Checking out files: 77% (2940/3818) Checking out files: 78% (2979/3818) Checking out files: 79% (3017/3818) Checking out files: 80% (3055/3818) Checking out files: 81% (3093/3818) Checking out files: 82% (3131/3818) Checking out files: 83% (3169/3818) Checking out files: 84% (3208/3818) Checking out files: 85% (3246/3818) Checking out files: 86% (3284/3818) Checking out files: 87% (3322/3818) Checking out files: 88% (3360/3818) Checking out files: 89% (3399/3818) Checking out files: 90% (3437/3818) Checking out files: 91% (3475/3818) Checking out files: 92% (3513/3818) Checking out files: 93% (3551/3818) Checking out files: 94% (3589/3818) Checking out files: 95% (3628/3818) Checking out files: 96% (3666/3818) Checking out files: 97% (3704/3818) Checking out files: 98% (3742/3818) Checking out files: 99% (3780/3818) Checking out files: 100% (3818/3818) Checking out files: 100% (3818/3818), done. [2021-03-10T15:06:10.494Z] #55 49.41 + cd /tmp/tmp.PeLRKT7vkq/src/github.com/containerd/containerd [2021-03-10T15:06:10.494Z] #55 49.41 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:06:10.494Z] #55 51.04 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-10T15:06:10.494Z] #55 51.04 + BUILDTAGS='netgo osusergo static_build' [2021-03-10T15:06:10.494Z] #55 51.04 + export EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:06:10.494Z] #55 51.04 + EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:06:10.494Z] #55 51.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-10T15:06:10.494Z] #55 51.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-10T15:06:10.494Z] #55 51.04 + '[' '' = dynamic ']' [2021-03-10T15:06:10.494Z] #55 51.04 + make [2021-03-10T15:06:10.494Z] #55 52.00 + bin/ctr [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-10T15:06:10.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-10T15:06:11.424Z] #42 32.47 CC images/timerfd.o [2021-03-10T15:06:11.424Z] #42 32.81 CC images/mm.o [2021-03-10T15:06:11.688Z] #42 ... [2021-03-10T15:06:11.688Z] [2021-03-10T15:06:11.688Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:11.688Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:06:11.688Z] #12 84.26 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-10T15:06:11.688Z] #12 84.26 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-10T15:06:11.688Z] #12 84.27 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:11.908Z] #19 48.83 Selecting previously unselected package vim. [2021-03-10T15:06:11.908Z] #19 48.85 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:06:11.908Z] #19 48.87 Unpacking vim (2:8.1.0875-5) ... [2021-03-10T15:06:12.148Z] #44 60.73 io [2021-03-10T15:06:12.148Z] #44 60.73 strconv [2021-03-10T15:06:12.421Z] #19 49.38 Selecting previously unselected package xfsprogs. [2021-03-10T15:06:12.421Z] #19 49.39 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-10T15:06:12.421Z] #19 49.40 Unpacking xfsprogs (4.20.0-1) ... [2021-03-10T15:06:12.440Z] #45 ... [2021-03-10T15:06:12.440Z] [2021-03-10T15:06:12.440Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:06:12.440Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:06:12.440Z] #51 65.24 text/tabwriter [2021-03-10T15:06:12.440Z] #51 67.92 reflect [2021-03-10T15:06:12.440Z] #51 67.93 regexp/syntax [2021-03-10T15:06:12.440Z] #51 ... [2021-03-10T15:06:12.440Z] [2021-03-10T15:06:12.440Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:12.440Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:12.440Z] #43 6.236 PBCC images/timens.pb-c.c [2021-03-10T15:06:12.440Z] #43 6.256 DEP images/timens.pb-c.d [2021-03-10T15:06:12.440Z] #43 6.342 PBCC images/fown.pb-c.c [2021-03-10T15:06:12.440Z] #43 6.368 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-10T15:06:12.440Z] #43 6.475 PBCC images/opts.pb-c.c [2021-03-10T15:06:12.440Z] #43 6.527 PBCC images/memfd.pb-c.c [2021-03-10T15:06:12.440Z] #43 6.604 DEP images/fown.pb-c.d [2021-03-10T15:06:12.440Z] #43 6.644 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-10T15:06:12.440Z] #43 6.718 DEP images/opts.pb-c.d [2021-03-10T15:06:12.440Z] #43 6.793 DEP images/memfd.pb-c.d [2021-03-10T15:06:12.440Z] #43 6.851 PBCC images/sit.pb-c.c [2021-03-10T15:06:12.440Z] #43 6.907 DEP images/sit.pb-c.d [2021-03-10T15:06:12.440Z] #43 6.994 PBCC images/macvlan.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.028 DEP images/macvlan.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.087 PBCC images/autofs.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.109 DEP images/autofs.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.169 PBCC images/sysctl.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.179 DEP images/sysctl.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.274 PBCC images/time.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.300 DEP images/time.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.358 PBCC images/binfmt-misc.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.377 DEP images/binfmt-misc.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.462 PBCC images/seccomp.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.521 DEP images/seccomp.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.558 PBCC images/userns.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.568 DEP images/userns.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.650 PBCC images/cgroup.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.690 DEP images/cgroup.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.737 PBCC images/ext-file.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.759 DEP images/ext-file.pb-c.d [2021-03-10T15:06:12.440Z] #43 7.881 PBCC images/rpc.pb-c.c [2021-03-10T15:06:12.440Z] #43 7.926 DEP images/rpc.pb-c.d [2021-03-10T15:06:12.440Z] #43 8.018 PBCC images/siginfo.pb-c.c [2021-03-10T15:06:12.440Z] #43 8.065 DEP images/siginfo.pb-c.d [2021-03-10T15:06:12.440Z] #43 8.099 PBCC images/pagemap.pb-c.c [2021-03-10T15:06:12.440Z] #43 8.144 DEP images/pagemap.pb-c.d [2021-03-10T15:06:12.440Z] #43 8.242 PBCC images/rlimit.pb-c.c [2021-03-10T15:06:12.440Z] #43 8.259 DEP images/rlimit.pb-c.d [2021-03-10T15:06:12.678Z] #19 49.88 Selecting previously unselected package zip. [2021-03-10T15:06:12.678Z] #19 49.88 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-10T15:06:12.678Z] #19 49.89 Unpacking zip (3.0-11+b1) ... [2021-03-10T15:06:12.740Z] #43 8.315 PBCC images/file-lock.pb-c.c [2021-03-10T15:06:12.740Z] #43 8.342 DEP images/file-lock.pb-c.d [2021-03-10T15:06:12.740Z] #43 8.396 PBCC images/tty.pb-c.c [2021-03-10T15:06:12.740Z] #43 8.475 DEP images/tty.pb-c.d [2021-03-10T15:06:12.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-10T15:06:12.934Z] #19 50.11 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:06:12.934Z] #19 50.14 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:06:12.934Z] #19 50.15 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-10T15:06:12.934Z] #19 50.16 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-10T15:06:12.934Z] #19 50.18 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-10T15:06:12.934Z] #19 50.20 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-10T15:06:12.934Z] #19 50.21 Setting up uidmap (1:4.5-1.1) ... [2021-03-10T15:06:13.039Z] #43 8.563 PBCC images/tun.pb-c.c [2021-03-10T15:06:13.039Z] #43 8.645 PBCC images/netdev.pb-c.c [2021-03-10T15:06:13.039Z] #43 8.697 DEP images/tun.pb-c.d [2021-03-10T15:06:13.039Z] #43 8.786 DEP images/netdev.pb-c.d [2021-03-10T15:06:13.190Z] #19 50.23 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-10T15:06:13.190Z] #19 50.24 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:06:13.190Z] #19 50.25 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:06:13.190Z] #19 50.27 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:06:13.190Z] #19 50.28 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:06:13.190Z] #19 50.29 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:06:13.190Z] #19 50.31 Setting up zip (3.0-11+b1) ... [2021-03-10T15:06:13.190Z] #19 50.33 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:06:13.190Z] #19 50.35 Setting up bash-completion (1:2.8-6) ... [2021-03-10T15:06:13.339Z] #43 8.864 PBCC images/vma.pb-c.c [2021-03-10T15:06:13.339Z] #43 8.927 DEP images/vma.pb-c.d [2021-03-10T15:06:13.339Z] #43 ... [2021-03-10T15:06:13.339Z] [2021-03-10T15:06:13.339Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-10T15:06:13.339Z] #47 sha256:314598290a96c9b2de36d72715f0d8a121b73fb8fa90b86833e064dafbce0546 [2021-03-10T15:06:13.339Z] #47 DONE 76.3s [2021-03-10T15:06:13.339Z] [2021-03-10T15:06:13.339Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:13.339Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:13.339Z] #43 9.047 PBCC images/creds.pb-c.c [2021-03-10T15:06:13.339Z] #43 9.063 DEP images/creds.pb-c.d [2021-03-10T15:06:13.339Z] #43 9.130 PBCC images/utsns.pb-c.c [2021-03-10T15:06:13.528Z] #44 ... [2021-03-10T15:06:13.528Z] [2021-03-10T15:06:13.528Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:13.528Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:13.528Z] #12 44.13 Reading package lists... [2021-03-10T15:06:13.607Z] + docker version [2021-03-10T15:06:13.638Z] #43 9.159 DEP images/utsns.pb-c.d [2021-03-10T15:06:13.638Z] #43 9.270 PBCC images/ipc-desc.pb-c.c [2021-03-10T15:06:13.638Z] #43 9.295 PBCC images/ipc-sem.pb-c.c [2021-03-10T15:06:13.638Z] #43 9.341 DEP images/ipc-desc.pb-c.d [2021-03-10T15:06:13.794Z] #55 ... [2021-03-10T15:06:13.794Z] [2021-03-10T15:06:13.794Z] #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-03-10T15:06:13.794Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:06:13.794Z] #44 95.57 vendor/golang.org/x/text/unicode/bidi [2021-03-10T15:06:13.794Z] #44 97.29 vendor/golang.org/x/text/secure/bidirule [2021-03-10T15:06:13.794Z] #44 97.56 vendor/golang.org/x/text/unicode/norm [2021-03-10T15:06:13.794Z] #44 101.5 vendor/golang.org/x/net/idna [2021-03-10T15:06:13.794Z] #44 103.5 vendor/golang.org/x/net/http2/hpack [2021-03-10T15:06:13.794Z] #44 104.3 mime [2021-03-10T15:06:13.794Z] #44 ... [2021-03-10T15:06:13.794Z] [2021-03-10T15:06:13.794Z] #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-03-10T15:06:13.794Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:13.794Z] #42 32.09 CC images/ipc-var.o [2021-03-10T15:06:13.794Z] #42 32.30 CC images/ipc-desc.o [2021-03-10T15:06:13.794Z] #42 32.47 CC images/ipc-shm.o [2021-03-10T15:06:13.794Z] #42 32.72 CC images/ipc-msg.o [2021-03-10T15:06:13.794Z] #42 33.03 CC images/ipc-sem.o [2021-03-10T15:06:13.794Z] #42 33.21 CC images/utsns.o [2021-03-10T15:06:13.794Z] #42 33.43 CC images/creds.o [2021-03-10T15:06:13.794Z] #42 33.62 CC images/vma.o [2021-03-10T15:06:13.794Z] #42 33.83 CC images/netdev.o [2021-03-10T15:06:13.794Z] #42 34.15 CC images/tty.o [2021-03-10T15:06:13.794Z] #42 34.78 CC images/file-lock.o [2021-03-10T15:06:13.794Z] #42 35.04 CC images/rlimit.o [2021-03-10T15:06:13.938Z] #43 9.444 DEP images/ipc-sem.pb-c.d [2021-03-10T15:06:13.938Z] #43 9.573 PBCC images/ipc-msg.pb-c.c [2021-03-10T15:06:13.938Z] #43 9.640 DEP images/ipc-msg.pb-c.d [2021-03-10T15:06:13.938Z] #43 9.676 PBCC images/ipc-shm.pb-c.c [2021-03-10T15:06:14.054Z] #42 35.20 CC images/pagemap.o [2021-03-10T15:06:14.237Z] #43 9.704 DEP images/ipc-shm.pb-c.d [2021-03-10T15:06:14.237Z] #43 9.741 PBCC images/ipc-var.pb-c.c [2021-03-10T15:06:14.237Z] #43 9.768 DEP images/ipc-var.pb-c.d [2021-03-10T15:06:14.237Z] #43 9.813 PBCC images/sk-opts.pb-c.c [2021-03-10T15:06:14.237Z] #43 9.855 PBCC images/packet-sock.pb-c.c [2021-03-10T15:06:14.237Z] #43 9.937 DEP images/sk-opts.pb-c.d [2021-03-10T15:06:14.314Z] #42 35.55 CC images/siginfo.o [2021-03-10T15:06:14.538Z] #43 10.03 DEP images/packet-sock.pb-c.d [2021-03-10T15:06:14.538Z] #43 10.09 PBCC images/sk-netlink.pb-c.c [2021-03-10T15:06:14.538Z] #43 10.13 DEP images/sk-netlink.pb-c.d [2021-03-10T15:06:14.538Z] #43 10.23 PBCC images/sk-inet.pb-c.c [2021-03-10T15:06:14.538Z] #43 10.33 DEP images/sk-inet.pb-c.d [2021-03-10T15:06:14.577Z] #42 35.88 CC images/rpc.o [2021-03-10T15:06:14.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-10T15:06:14.836Z] #43 10.41 PBCC images/sk-unix.pb-c.c [2021-03-10T15:06:14.836Z] #43 10.47 DEP images/sk-unix.pb-c.d [2021-03-10T15:06:14.836Z] #43 10.54 PBCC images/mm.pb-c.c [2021-03-10T15:06:14.836Z] #43 10.59 DEP images/mm.pb-c.d [2021-03-10T15:06:15.142Z] #43 10.63 PBCC images/timerfd.pb-c.c [2021-03-10T15:06:15.142Z] #43 10.69 DEP images/timerfd.pb-c.d [2021-03-10T15:06:15.142Z] #43 10.73 PBCC images/timer.pb-c.c [2021-03-10T15:06:15.142Z] #43 10.75 DEP images/timer.pb-c.d [2021-03-10T15:06:15.142Z] #43 10.84 PBCC images/sa.pb-c.c [2021-03-10T15:06:15.142Z] #43 10.89 DEP images/sa.pb-c.d [2021-03-10T15:06:15.142Z] #43 10.94 PBCC images/pipe-data.pb-c.c [2021-03-10T15:06:15.142Z] #43 10.96 DEP images/pipe-data.pb-c.d [2021-03-10T15:06:15.438Z] #12 55.46 Building dependency tree... [2021-03-10T15:06:15.447Z] #43 11.07 PBCC images/mnt.pb-c.c [2021-03-10T15:06:15.447Z] #43 11.13 DEP images/mnt.pb-c.d [2021-03-10T15:06:15.746Z] #43 11.23 PBCC images/sk-packet.pb-c.c [2021-03-10T15:06:15.746Z] #43 11.25 DEP images/sk-packet.pb-c.d [2021-03-10T15:06:15.746Z] #43 11.30 PBCC images/tcp-stream.pb-c.c [2021-03-10T15:06:15.746Z] #43 11.33 DEP images/tcp-stream.pb-c.d [2021-03-10T15:06:15.746Z] #43 11.37 PBCC images/pipe.pb-c.c [2021-03-10T15:06:15.746Z] #43 11.42 DEP images/pipe.pb-c.d [2021-03-10T15:06:15.746Z] #43 11.47 PBCC images/pstree.pb-c.c [2021-03-10T15:06:15.915Z] #12 ... [2021-03-10T15:06:15.915Z] [2021-03-10T15:06:15.915Z] #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-03-10T15:06:15.915Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:06:15.915Z] #44 96.37 vendor/golang.org/x/net/http/httpproxy [2021-03-10T15:06:15.915Z] #44 96.39 net/textproto [2021-03-10T15:06:15.915Z] #44 96.41 crypto/x509 [2021-03-10T15:06:15.915Z] #44 97.44 vendor/golang.org/x/net/http/httpguts [2021-03-10T15:06:15.915Z] #44 97.45 mime/multipart [2021-03-10T15:06:15.915Z] #44 99.77 crypto/tls [2021-03-10T15:06:15.915Z] #44 106.3 net/http/httptrace [2021-03-10T15:06:15.915Z] #44 ... [2021-03-10T15:06:15.915Z] [2021-03-10T15:06:15.915Z] #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-03-10T15:06:15.915Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:15.915Z] #42 33.29 CC images/sk-opts.o [2021-03-10T15:06:15.915Z] #42 33.64 CC images/sk-unix.o [2021-03-10T15:06:15.915Z] #42 34.15 CC images/sk-inet.o [2021-03-10T15:06:15.915Z] #42 34.76 CC images/tun.o [2021-03-10T15:06:15.915Z] #42 35.08 CC images/sk-netlink.o [2021-03-10T15:06:15.915Z] #42 35.43 CC images/packet-sock.o [2021-03-10T15:06:15.915Z] #42 36.14 CC images/ipc-var.o [2021-03-10T15:06:15.915Z] #42 36.34 CC images/ipc-desc.o [2021-03-10T15:06:15.915Z] #42 36.75 CC images/ipc-shm.o [2021-03-10T15:06:15.915Z] #42 36.99 CC images/ipc-msg.o [2021-03-10T15:06:15.915Z] #42 37.28 CC images/ipc-sem.o [2021-03-10T15:06:15.974Z] #42 37.07 CC images/ext-file.o [2021-03-10T15:06:15.974Z] #42 37.26 CC images/cgroup.o [2021-03-10T15:06:16.045Z] #43 11.49 DEP images/pstree.pb-c.d [2021-03-10T15:06:16.046Z] #43 11.54 PBCC images/fs.pb-c.c [2021-03-10T15:06:16.046Z] #43 11.56 DEP images/fs.pb-c.d [2021-03-10T15:06:16.046Z] #43 11.63 PBCC images/signalfd.pb-c.c [2021-03-10T15:06:16.046Z] #43 11.68 DEP images/signalfd.pb-c.d [2021-03-10T15:06:16.046Z] #43 11.75 PBCC images/fh.pb-c.c [2021-03-10T15:06:16.178Z] #42 37.53 CC images/utsns.o [2021-03-10T15:06:16.345Z] #43 11.79 PBCC images/fsnotify.pb-c.c [2021-03-10T15:06:16.345Z] #43 11.88 DEP images/fh.pb-c.d [2021-03-10T15:06:16.345Z] #43 11.99 DEP images/fsnotify.pb-c.d [2021-03-10T15:06:16.345Z] #43 12.08 PBCC images/eventpoll.pb-c.c [2021-03-10T15:06:16.345Z] #43 12.13 DEP images/eventpoll.pb-c.d [2021-03-10T15:06:16.442Z] #42 37.75 CC images/creds.o [2021-03-10T15:06:16.462Z] #19 53.24 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-10T15:06:16.462Z] #19 53.25 Setting up xz-utils (5.2.4-1) ... [2021-03-10T15:06:16.462Z] #19 53.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-10T15:06:16.462Z] #19 53.29 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:06:16.462Z] #19 53.36 invoke-rc.d: could not determine current runlevel [2021-03-10T15:06:16.462Z] #19 53.36 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:06:16.462Z] #19 53.38 Setting up pigz (2.4-1) ... [2021-03-10T15:06:16.462Z] #19 53.40 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-10T15:06:16.462Z] #19 53.41 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:06:16.462Z] #19 53.42 Setting up python-pip-whl (18.1-5) ... [2021-03-10T15:06:16.462Z] #19 53.43 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-10T15:06:16.462Z] #19 53.44 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:06:16.462Z] #19 53.79 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-10T15:06:16.546Z] #42 37.84 CC images/userns.o [2021-03-10T15:06:16.646Z] #43 12.19 PBCC images/eventfd.pb-c.c [2021-03-10T15:06:16.646Z] #43 12.21 DEP images/eventfd.pb-c.d [2021-03-10T15:06:16.646Z] #43 12.28 PBCC images/remap-file-path.pb-c.c [2021-03-10T15:06:16.646Z] #43 12.31 DEP images/remap-file-path.pb-c.d [2021-03-10T15:06:16.646Z] #43 12.39 PBCC images/fifo.pb-c.c [2021-03-10T15:06:16.706Z] #42 37.98 CC images/vma.o [2021-03-10T15:06:16.720Z] #19 53.80 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:06:16.720Z] #19 53.81 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:06:16.720Z] #19 53.83 Setting up vim (2:8.1.0875-5) ... [2021-03-10T15:06:16.720Z] #19 53.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-10T15:06:16.720Z] #19 53.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-10T15:06:16.720Z] #19 53.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-10T15:06:16.720Z] #19 53.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-10T15:06:16.720Z] #19 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-10T15:06:16.720Z] #19 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-10T15:06:16.720Z] #19 53.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-10T15:06:16.720Z] #19 53.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-10T15:06:16.720Z] #19 53.92 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:06:16.720Z] #19 53.94 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:06:16.720Z] #19 53.96 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-10T15:06:16.720Z] #19 53.97 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:06:16.720Z] #19 53.98 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-10T15:06:16.720Z] #19 53.99 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:06:16.806Z] #42 38.07 CC images/google/protobuf/descriptor.o [2021-03-10T15:06:16.945Z] #43 12.44 DEP images/fifo.pb-c.d [2021-03-10T15:06:16.945Z] #43 12.46 PBCC images/ghost-file.pb-c.c [2021-03-10T15:06:16.945Z] #43 12.58 DEP images/ghost-file.pb-c.d [2021-03-10T15:06:16.945Z] #43 12.63 PBCC images/regfile.pb-c.c [2021-03-10T15:06:16.945Z] #43 12.68 DEP images/regfile.pb-c.d [2021-03-10T15:06:16.977Z] #42 38.27 CC images/netdev.o [2021-03-10T15:06:17.244Z] #43 12.75 PBCC images/ns.pb-c.c [2021-03-10T15:06:17.244Z] #43 12.76 DEP images/ns.pb-c.d [2021-03-10T15:06:17.244Z] #43 12.84 PBCC images/fdinfo.pb-c.c [2021-03-10T15:06:17.244Z] #43 12.97 DEP images/fdinfo.pb-c.d [2021-03-10T15:06:17.244Z] #43 13.02 PBCC images/core-aarch64.pb-c.c [2021-03-10T15:06:17.244Z] #43 13.07 PBCC images/core-arm.pb-c.c [2021-03-10T15:06:17.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-10T15:06:17.346Z] #12 ... [2021-03-10T15:06:17.346Z] [2021-03-10T15:06:17.346Z] #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-03-10T15:06:17.346Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:06:17.346Z] #35 46.65 Reading package lists... [2021-03-10T15:06:17.346Z] #35 56.75 Building dependency tree... [2021-03-10T15:06:17.346Z] #35 62.34 The following additional packages will be installed: [2021-03-10T15:06:17.346Z] #35 62.35 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-10T15:06:17.346Z] #35 62.38 Suggested packages: [2021-03-10T15:06:17.346Z] #35 62.38 cmake-doc ninja-build lrzip [2021-03-10T15:06:17.346Z] #35 62.38 Recommended packages: [2021-03-10T15:06:17.346Z] #35 62.38 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-10T15:06:17.346Z] #35 63.76 The following NEW packages will be installed: [2021-03-10T15:06:17.346Z] #35 63.77 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-10T15:06:17.346Z] #35 63.78 vim-common xxd [2021-03-10T15:06:17.346Z] #35 64.24 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:06:17.346Z] #35 64.24 Need to get 14.9 MB of archives. [2021-03-10T15:06:17.346Z] #35 64.24 After this operation, 61.8 MB of additional disk space will be used. [2021-03-10T15:06:17.346Z] #35 64.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-10T15:06:17.346Z] #35 64.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:06:17.346Z] #35 64.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-10T15:06:17.346Z] #35 64.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-10T15:06:17.346Z] #35 66.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-10T15:06:17.346Z] #35 66.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-10T15:06:17.346Z] #35 66.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-10T15:06:17.346Z] #35 66.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-10T15:06:17.346Z] #35 66.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-10T15:06:17.346Z] #35 66.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-10T15:06:17.346Z] #35 ... [2021-03-10T15:06:17.346Z] [2021-03-10T15:06:17.346Z] #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-03-10T15:06:17.346Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:06:17.346Z] #54 45.80 Reading package lists... [2021-03-10T15:06:17.346Z] #54 56.90 Building dependency tree... [2021-03-10T15:06:17.346Z] #54 62.76 The following additional packages will be installed: [2021-03-10T15:06:17.346Z] #54 62.79 libbtrfs0 [2021-03-10T15:06:17.346Z] #54 63.14 The following NEW packages will be installed: [2021-03-10T15:06:17.346Z] #54 63.14 libbtrfs-dev libbtrfs0 [2021-03-10T15:06:17.346Z] #54 63.69 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:06:17.346Z] #54 63.69 Need to get 119 kB of archives. [2021-03-10T15:06:17.346Z] #54 63.69 After this operation, 387 kB of additional disk space will be used. [2021-03-10T15:06:17.346Z] #54 63.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-10T15:06:17.346Z] #54 63.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-10T15:06:17.346Z] #54 65.41 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:06:17.346Z] #54 65.88 Fetched 119 kB in 0s (363 kB/s) [2021-03-10T15:06:17.544Z] #43 13.14 PBCC images/core-ppc64.pb-c.c [2021-03-10T15:06:17.544Z] #43 13.18 PBCC images/core-s390.pb-c.c [2021-03-10T15:06:17.544Z] #43 13.24 PBCC images/core-x86.pb-c.c [2021-03-10T15:06:17.544Z] #43 13.29 PBCC images/core.pb-c.c [2021-03-10T15:06:17.554Z] #42 38.86 CC images/tty.o [2021-03-10T15:06:17.606Z] #54 ... [2021-03-10T15:06:17.606Z] [2021-03-10T15:06:17.606Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:17.606Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:17.606Z] #12 60.16 The following additional packages will be installed: [2021-03-10T15:06:17.606Z] #12 60.17 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-10T15:06:17.606Z] #12 60.17 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-10T15:06:17.606Z] #12 60.17 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-10T15:06:17.606Z] #12 60.17 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-10T15:06:17.606Z] #12 60.18 mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:06:17.606Z] #12 60.19 Suggested packages: [2021-03-10T15:06:17.606Z] #12 60.20 gcc-8-locales seccomp wine64 [2021-03-10T15:06:17.842Z] #43 13.39 PBCC images/inventory.pb-c.c [2021-03-10T15:06:17.842Z] #43 13.54 DEP images/core-aarch64.pb-c.d [2021-03-10T15:06:18.131Z] #42 39.57 CC images/file-lock.o [2021-03-10T15:06:18.141Z] #43 13.62 DEP images/core-arm.pb-c.d [2021-03-10T15:06:18.141Z] #43 13.74 DEP images/core-ppc64.pb-c.d [2021-03-10T15:06:18.141Z] #43 13.82 DEP images/core-s390.pb-c.d [2021-03-10T15:06:18.141Z] #43 13.92 DEP images/core-x86.pb-c.d [2021-03-10T15:06:18.141Z] #43 13.96 DEP images/core.pb-c.d [2021-03-10T15:06:18.175Z] #12 ... [2021-03-10T15:06:18.175Z] [2021-03-10T15:06:18.175Z] #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-03-10T15:06:18.175Z] #63 sha256:e3471edade80d7bd881744ce669e85e2e20d0ed0aa8ac2543d6b3b19a7cb1d3a [2021-03-10T15:06:18.175Z] #63 DONE 67.0s [2021-03-10T15:06:18.175Z] [2021-03-10T15:06:18.175Z] #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-03-10T15:06:18.175Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:06:18.175Z] #54 66.76 Selecting previously unselected package libbtrfs0. [2021-03-10T15:06:18.175Z] #54 66.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:06:18.175Z] #54 66.87 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-10T15:06:18.175Z] #54 66.98 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:06:18.175Z] #54 67.17 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:06:18.175Z] #54 67.17 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-10T15:06:18.175Z] #54 67.24 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:06:18.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-10T15:06:18.397Z] #42 39.79 CC images/rlimit.o [2021-03-10T15:06:18.435Z] #54 67.55 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:06:18.448Z] #43 14.03 DEP images/inventory.pb-c.d [2021-03-10T15:06:18.448Z] #43 14.13 PBCC images/cpuinfo.pb-c.c [2021-03-10T15:06:18.448Z] #43 14.20 DEP images/cpuinfo.pb-c.d [2021-03-10T15:06:18.670Z] #42 40.12 CC images/pagemap.o [2021-03-10T15:06:18.707Z] #54 67.69 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:06:18.707Z] #54 67.72 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:06:18.718Z] #42 39.71 CC images/opts.o [2021-03-10T15:06:18.718Z] #42 39.97 CC images/seccomp.o [2021-03-10T15:06:18.755Z] #43 14.31 PBCC images/stats.pb-c.c [2021-03-10T15:06:18.755Z] #43 14.36 DEP images/stats.pb-c.d [2021-03-10T15:06:18.978Z] #42 40.24 CC images/binfmt-misc.o [2021-03-10T15:06:19.197Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-10T15:06:19.197Z] Using test binary docker [2021-03-10T15:06:19.197Z] +++ /etc/init.d/apparmor start [2021-03-10T15:06:19.197Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-10T15:06:19.197Z] INFO: Waiting for daemon to start... [2021-03-10T15:06:19.197Z] Starting dockerd [2021-03-10T15:06:19.197Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-03-10T15:06:19.197Z] .Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-10T15:06:19.239Z] #42 40.42 CC images/time.o [2021-03-10T15:06:19.239Z] #42 40.62 CC images/sysctl.o [2021-03-10T15:06:19.247Z] #42 40.52 CC images/siginfo.o [2021-03-10T15:06:19.277Z] #54 ... [2021-03-10T15:06:19.277Z] [2021-03-10T15:06:19.277Z] #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-03-10T15:06:19.277Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:06:19.277Z] #41 55.74 Building dependency tree... [2021-03-10T15:06:19.277Z] #41 61.63 The following additional packages will be installed: [2021-03-10T15:06:19.277Z] #41 61.67 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-10T15:06:19.277Z] #41 61.68 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-10T15:06:19.277Z] #41 61.69 Suggested packages: [2021-03-10T15:06:19.277Z] #41 61.71 manpages-dev python-setuptools [2021-03-10T15:06:19.277Z] #41 63.81 The following NEW packages will be installed: [2021-03-10T15:06:19.277Z] #41 63.81 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-10T15:06:19.277Z] #41 63.83 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-10T15:06:19.277Z] #41 63.83 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-10T15:06:19.277Z] #41 63.83 python-six zlib1g-dev [2021-03-10T15:06:19.277Z] #41 64.27 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-10T15:06:19.277Z] #41 64.27 Need to get 4095 kB of archives. [2021-03-10T15:06:19.277Z] #41 64.27 After this operation, 22.5 MB of additional disk space will be used. [2021-03-10T15:06:19.277Z] #41 64.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-10T15:06:19.277Z] #41 64.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-10T15:06:19.277Z] #41 64.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-10T15:06:19.277Z] #41 64.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-10T15:06:19.277Z] #41 64.36 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-10T15:06:19.277Z] #41 64.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-10T15:06:19.277Z] #41 64.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-10T15:06:19.277Z] #41 64.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-10T15:06:19.277Z] #41 64.45 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-10T15:06:19.277Z] #41 64.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-10T15:06:19.277Z] #41 64.61 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-10T15:06:19.277Z] #41 64.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-10T15:06:19.277Z] #41 64.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-10T15:06:19.277Z] #41 64.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-10T15:06:19.277Z] #41 64.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-10T15:06:19.277Z] #41 65.03 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-10T15:06:19.277Z] #41 65.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-10T15:06:19.277Z] #41 66.84 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:06:19.277Z] #41 67.15 Fetched 4095 kB in 1s (3400 kB/s) [2021-03-10T15:06:19.277Z] #41 67.31 Selecting previously unselected package libcap-dev:amd64. [2021-03-10T15:06:19.277Z] #41 67.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:06:19.277Z] #41 67.45 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-10T15:06:19.277Z] #41 67.46 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-10T15:06:19.277Z] #41 67.88 Selecting previously unselected package libnet1:amd64. [2021-03-10T15:06:19.277Z] #41 67.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:06:19.277Z] #41 67.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:06:19.277Z] #41 68.20 Selecting previously unselected package libnet1-dev. [2021-03-10T15:06:19.277Z] #41 68.20 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:06:19.277Z] #41 68.27 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:06:19.277Z] #41 ... [2021-03-10T15:06:19.277Z] [2021-03-10T15:06:19.277Z] #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-03-10T15:06:19.277Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:06:19.277Z] #33 58.31 sort [2021-03-10T15:06:19.277Z] #33 58.33 errors [2021-03-10T15:06:19.277Z] #33 58.90 strconv [2021-03-10T15:06:19.277Z] #33 60.00 io [2021-03-10T15:06:19.277Z] #33 62.42 internal/oserror [2021-03-10T15:06:19.277Z] #33 62.65 syscall [2021-03-10T15:06:19.277Z] #33 64.97 reflect [2021-03-10T15:06:19.278Z] #19 ... [2021-03-10T15:06:19.278Z] [2021-03-10T15:06:19.278Z] #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-03-10T15:06:19.278Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:19.278Z] #42 108.3 CC criu/cr-service.o [2021-03-10T15:06:19.278Z] #42 110.1 CC criu/crtools.o [2021-03-10T15:06:19.278Z] #42 110.7 CC criu/eventfd.o [2021-03-10T15:06:19.278Z] #42 111.2 CC criu/eventpoll.o [2021-03-10T15:06:19.278Z] #42 112.1 CC criu/external.o [2021-03-10T15:06:19.278Z] #42 112.5 CC criu/fault-injection.o [2021-03-10T15:06:19.278Z] #42 112.6 CC criu/fdstore.o [2021-03-10T15:06:19.278Z] #42 112.9 CC criu/fifo.o [2021-03-10T15:06:19.278Z] #42 113.3 CC criu/file-ids.o [2021-03-10T15:06:19.278Z] #42 113.8 CC criu/file-lock.o [2021-03-10T15:06:19.278Z] #42 114.7 CC criu/files-ext.o [2021-03-10T15:06:19.278Z] #42 115.1 CC criu/files-reg.o [2021-03-10T15:06:19.278Z] #42 117.5 CC criu/files.o [2021-03-10T15:06:19.456Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-10T15:06:19.456Z] Using test binary docker [2021-03-10T15:06:19.456Z] +++ /etc/init.d/apparmor start [2021-03-10T15:06:19.456Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-10T15:06:19.456Z] INFO: Waiting for daemon to start... [2021-03-10T15:06:19.456Z] Starting dockerd [2021-03-10T15:06:19.456Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-03-10T15:06:19.500Z] #42 40.80 CC images/autofs.o [2021-03-10T15:06:19.510Z] #42 40.91 CC images/rpc.o [2021-03-10T15:06:19.544Z] #33 ... [2021-03-10T15:06:19.544Z] [2021-03-10T15:06:19.544Z] #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-03-10T15:06:19.544Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-10T15:06:19.544Z] #54 DONE 68.4s [2021-03-10T15:06:19.544Z] [2021-03-10T15:06:19.544Z] #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-03-10T15:06:19.544Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:06:19.544Z] #48 64.12 go: finding github.com/fatih/color v1.7.0 [2021-03-10T15:06:19.544Z] #48 64.29 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-10T15:06:19.544Z] #48 64.41 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-10T15:06:19.544Z] #48 64.53 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-10T15:06:19.544Z] #48 64.65 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-10T15:06:19.544Z] #48 64.81 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-10T15:06:19.544Z] #48 64.82 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-10T15:06:19.544Z] #48 64.84 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-10T15:06:19.544Z] #48 64.85 go: finding github.com/pkg/errors v0.8.1 [2021-03-10T15:06:19.544Z] #48 64.90 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-10T15:06:19.544Z] #48 64.91 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-10T15:06:19.544Z] #48 64.95 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-10T15:06:19.544Z] #48 65.00 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-10T15:06:19.544Z] #48 65.03 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-10T15:06:19.544Z] #48 65.07 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-10T15:06:19.544Z] #48 65.13 go: finding github.com/spf13/viper v1.6.1 [2021-03-10T15:06:19.544Z] #48 65.21 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-10T15:06:19.544Z] #48 65.24 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-10T15:06:19.544Z] #48 65.40 go: finding github.com/stretchr/testify v1.4.0 [2021-03-10T15:06:19.544Z] #48 65.57 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-10T15:06:19.544Z] #48 65.73 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-10T15:06:19.544Z] #48 65.74 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-10T15:06:19.544Z] #48 65.78 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-10T15:06:19.544Z] #48 65.78 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-10T15:06:19.544Z] #48 65.79 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-10T15:06:19.544Z] #48 65.84 go: finding github.com/gobwas/glob v0.2.3 [2021-03-10T15:06:19.544Z] #48 65.85 go: finding github.com/spf13/cobra v0.0.5 [2021-03-10T15:06:19.544Z] #48 65.86 go: finding github.com/stretchr/objx v0.2.0 [2021-03-10T15:06:19.544Z] #48 65.90 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-10T15:06:19.544Z] #48 65.92 go: finding github.com/spf13/pflag v1.0.5 [2021-03-10T15:06:19.544Z] #48 66.02 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-10T15:06:19.544Z] #48 66.32 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-10T15:06:19.544Z] #48 66.36 go: finding github.com/magiconair/properties v1.8.1 [2021-03-10T15:06:19.544Z] #48 66.66 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T15:06:19.544Z] #48 66.76 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-10T15:06:19.544Z] #48 66.83 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-10T15:06:19.544Z] #48 66.84 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-10T15:06:19.544Z] #48 66.88 go: finding github.com/spf13/afero v1.1.2 [2021-03-10T15:06:19.544Z] #48 66.97 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-10T15:06:19.544Z] #48 67.04 go: finding github.com/spf13/cast v1.3.0 [2021-03-10T15:06:19.544Z] #48 67.08 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-10T15:06:19.544Z] #48 67.13 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-10T15:06:19.544Z] #48 67.13 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-10T15:06:19.544Z] #48 67.20 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-10T15:06:19.544Z] #48 67.20 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-10T15:06:19.544Z] #48 67.24 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-10T15:06:19.544Z] #48 67.29 go: finding golang.org/x/text v0.3.2 [2021-03-10T15:06:19.544Z] #48 67.50 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-10T15:06:19.544Z] #48 67.55 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-10T15:06:19.544Z] #48 67.69 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-10T15:06:19.544Z] #48 67.81 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-10T15:06:19.544Z] #48 67.83 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-10T15:06:19.544Z] #48 67.85 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-10T15:06:19.544Z] #48 67.88 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-10T15:06:19.544Z] #48 67.89 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-10T15:06:19.544Z] #48 67.92 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-10T15:06:19.544Z] #48 67.95 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-10T15:06:19.544Z] #48 67.96 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-10T15:06:19.544Z] #48 67.97 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-10T15:06:19.544Z] #48 68.05 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-10T15:06:19.544Z] #48 68.10 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-10T15:06:19.544Z] #48 68.16 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-10T15:06:19.544Z] #48 68.16 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-10T15:06:19.544Z] #48 68.21 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-10T15:06:19.544Z] #48 68.21 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-10T15:06:19.544Z] #48 68.23 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-10T15:06:19.544Z] #48 68.28 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-10T15:06:19.544Z] #48 68.38 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-10T15:06:19.544Z] #48 68.41 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-10T15:06:19.770Z] #42 41.06 CC images/macvlan.o [2021-03-10T15:06:19.987Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-10T15:06:19.987Z] Using test binary docker [2021-03-10T15:06:19.987Z] +++ /etc/init.d/apparmor start [2021-03-10T15:06:19.987Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-10T15:06:19.987Z] INFO: Waiting for daemon to start... [2021-03-10T15:06:19.987Z] Starting dockerd [2021-03-10T15:06:19.987Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-03-10T15:06:20.032Z] #42 41.22 CC images/sit.o [2021-03-10T15:06:20.112Z] #48 69.07 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-10T15:06:20.112Z] #48 69.14 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-10T15:06:20.218Z] #42 ... [2021-03-10T15:06:20.218Z] [2021-03-10T15:06:20.218Z] #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-03-10T15:06:20.218Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:06:20.218Z] #19 57.29 Setting up iptables (1.8.2-4) ... [2021-03-10T15:06:20.218Z] #19 57.31 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:06:20.218Z] #19 57.34 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:06:20.218Z] #19 57.34 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:06:20.218Z] #19 57.35 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:06:20.218Z] #19 57.36 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-10T15:06:20.218Z] #19 57.37 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-10T15:06:20.218Z] #19 57.38 Setting up python3 (3.7.3-1) ... [2021-03-10T15:06:20.293Z] #42 41.53 CC images/memfd.o [2021-03-10T15:06:20.297Z] #43 16.00 make[1]: Nothing to be done for 'all'. [2021-03-10T15:06:20.371Z] #48 69.20 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-10T15:06:20.371Z] #48 69.22 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-10T15:06:20.371Z] #48 69.25 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-10T15:06:20.554Z] #42 41.80 CC images/timens.o [2021-03-10T15:06:20.685Z] Client: Docker Engine - Enterprise [2021-03-10T15:06:20.685Z] Version: 19.03.12 [2021-03-10T15:06:20.685Z] API version: 1.40 [2021-03-10T15:06:20.685Z] Go version: go1.13.13 [2021-03-10T15:06:20.685Z] Git commit: 4306744 [2021-03-10T15:06:20.685Z] Built: 08/05/2020 19:27:53 [2021-03-10T15:06:20.685Z] OS/Arch: windows/amd64 [2021-03-10T15:06:20.685Z] Experimental: false [2021-03-10T15:06:20.685Z] [2021-03-10T15:06:20.685Z] Server: Docker Engine - Enterprise [2021-03-10T15:06:20.685Z] Engine: [2021-03-10T15:06:20.685Z] Version: 19.03.12 [2021-03-10T15:06:20.685Z] API version: 1.40 (minimum version 1.24) [2021-03-10T15:06:20.685Z] Go version: go1.13.13 [2021-03-10T15:06:20.685Z] Git commit: f295753ffd [2021-03-10T15:06:20.685Z] Built: 08/05/2020 19:26:41 [2021-03-10T15:06:20.685Z] OS/Arch: windows/amd64 [2021-03-10T15:06:20.685Z] Experimental: true [2021-03-10T15:06:20.779Z] #19 57.79 Setting up python3-wheel (0.32.3-2) ... [2021-03-10T15:06:20.814Z] #42 42.05 LINK images/built-in.o [2021-03-10T15:06:20.814Z] #42 42.21 GEN compel/include/asm [2021-03-10T15:06:20.814Z] #42 42.24 GEN compel/include/version.h [2021-03-10T15:06:20.814Z] #42 42.26 touch .config [2021-03-10T15:06:20.814Z] #42 42.30 GEN include/common/config.h [2021-03-10T15:06:20.905Z] #42 ... [2021-03-10T15:06:20.905Z] [2021-03-10T15:06:20.905Z] #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-03-10T15:06:20.905Z] #57 sha256:f039c1209c824b1e505ee38801601bf86a1ceaee66ce20d519ab154d568723c8 [2021-03-10T15:06:20.905Z] #57 103.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:06:20.905Z] #57 103.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-10T15:06:20.905Z] #57 DONE 111.9s [2021-03-10T15:06:20.905Z] [2021-03-10T15:06:20.905Z] #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-03-10T15:06:20.906Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:20.906Z] #42 42.09 CC images/ext-file.o [2021-03-10T15:06:20.906Z] #42 ... [2021-03-10T15:06:20.906Z] [2021-03-10T15:06:20.906Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-10T15:06:20.906Z] #58 sha256:c62f649c22c12d7945e172ad89186cf4b4c5b080f7e7282d54026577fabeb875 [2021-03-10T15:06:20.906Z] #58 DONE 0.2s [2021-03-10T15:06:20.906Z] [2021-03-10T15:06:20.906Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-10T15:06:20.906Z] #59 sha256:9e2d2fa78cbd41a949d5996d1d1db42aacf0990f7deecc47af872c7d48309cdf [2021-03-10T15:06:21.075Z] #42 42.39 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-10T15:06:21.075Z] #42 42.42 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-10T15:06:21.075Z] #42 42.44 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-10T15:06:21.075Z] #42 42.47 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-10T15:06:21.075Z] #42 42.50 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-10T15:06:21.075Z] #42 42.53 DEP compel/arch/x86/plugins/std/parasite-head.d [Pipeline] sh [2021-03-10T15:06:21.335Z] #42 42.55 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-10T15:06:21.335Z] #42 42.56 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-10T15:06:21.335Z] #42 42.59 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-10T15:06:21.335Z] #42 42.61 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-10T15:06:21.335Z] #42 42.61 DEP compel/plugins/std/infect.d [2021-03-10T15:06:21.335Z] #42 42.72 DEP compel/plugins/std/string.d [2021-03-10T15:06:21.341Z] #19 58.46 Setting up apparmor (2.13.2-10) ... [2021-03-10T15:06:21.378Z] #43 ... [2021-03-10T15:06:21.378Z] [2021-03-10T15:06:21.378Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:21.378Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:06:21.378Z] #13 73.56 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-10T15:06:21.378Z] #13 73.57 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-10T15:06:21.378Z] #13 73.58 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:21.378Z] #13 73.75 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-10T15:06:21.378Z] #13 73.76 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-10T15:06:21.378Z] #13 73.77 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:21.482Z] #59 DONE 0.3s [2021-03-10T15:06:21.482Z] [2021-03-10T15:06:21.482Z] #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-03-10T15:06:21.482Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:21.482Z] #42 42.23 CC images/cgroup.o [2021-03-10T15:06:21.482Z] #42 42.86 CC images/userns.o [2021-03-10T15:06:21.596Z] #42 42.87 DEP compel/plugins/std/log.d [2021-03-10T15:06:21.596Z] #42 42.97 DEP compel/plugins/std/fds.d [2021-03-10T15:06:21.596Z] #42 43.12 DEP compel/plugins/std/std.d [2021-03-10T15:06:21.857Z] #42 43.26 DEP compel/plugins/shmem/shmem.d [2021-03-10T15:06:22.028Z] #13 ... [2021-03-10T15:06:22.028Z] [2021-03-10T15:06:22.029Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-10T15:06:22.029Z] #34 sha256:79cb045384a2797d80a755d4223c214baaf35ef59f1ec71581d26a90b763d170 [2021-03-10T15:06:22.029Z] #34 78.87 internal/poll [2021-03-10T15:06:22.029Z] #34 81.01 os [2021-03-10T15:06:22.029Z] #34 83.46 internal/fmtsort [2021-03-10T15:06:22.029Z] #34 84.79 fmt [2021-03-10T15:06:22.029Z] #34 84.80 path/filepath [2021-03-10T15:06:22.058Z] #42 43.29 CC images/google/protobuf/descriptor.o [2021-03-10T15:06:22.118Z] #42 43.39 DEP compel/plugins/fds/fds.d [2021-03-10T15:06:22.118Z] #42 43.52 CC compel/plugins/std/std.o [2021-03-10T15:06:22.211Z] + docker info [2021-03-10T15:06:22.279Z] #48 ... [2021-03-10T15:06:22.279Z] [2021-03-10T15:06:22.279Z] #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-03-10T15:06:22.279Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:06:22.279Z] #35 68.75 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:06:22.279Z] #35 69.17 Fetched 14.9 MB in 3s (5491 kB/s) [2021-03-10T15:06:22.279Z] #35 69.35 Selecting previously unselected package xxd. [2021-03-10T15:06:22.279Z] #35 69.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 ... 15410 files and directories currently installed.) [2021-03-10T15:06:22.279Z] #35 69.55 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:06:22.279Z] #35 69.60 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:06:22.279Z] #35 70.01 Selecting previously unselected package vim-common. [2021-03-10T15:06:22.279Z] #35 70.02 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:06:22.279Z] #35 70.09 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:06:22.279Z] #35 70.81 Selecting previously unselected package cmake-data. [2021-03-10T15:06:22.279Z] #35 70.82 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-10T15:06:22.279Z] #35 70.85 Unpacking cmake-data (3.13.4-1) ... [2021-03-10T15:06:22.327Z] #34 ... [2021-03-10T15:06:22.327Z] [2021-03-10T15:06:22.327Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:22.327Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:22.327Z] #43 18.15 CC images/stats.o [2021-03-10T15:06:22.378Z] #42 43.80 CC compel/plugins/std/fds.o [2021-03-10T15:06:22.561Z] #56 172.4 + bin/containerd-stress [2021-03-10T15:06:22.561Z] #56 174.0 + bin/containerd-shim [2021-03-10T15:06:22.949Z] #42 44.26 CC compel/plugins/std/log.o [2021-03-10T15:06:22.987Z] #43 18.64 CC images/core.o [2021-03-10T15:06:23.235Z] #19 60.18 Setting up xfsprogs (4.20.0-1) ... [2021-03-10T15:06:23.235Z] #19 60.19 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:06:23.271Z] . [2021-03-10T15:06:23.271Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-10T15:06:23.271Z] [2021-03-10T15:06:23.271Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-10T15:06:23.271Z] [2021-03-10T15:06:23.271Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-10T15:06:23.271Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-10T15:06:23.271Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-10T15:06:23.271Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-10T15:06:23.271Z] Error: No such image: emptyfs [2021-03-10T15:06:23.271Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-10T15:06:23.271Z] ++++ docker load [2021-03-10T15:06:23.271Z] Error: No such image: emptyfs [2021-03-10T15:06:23.271Z] Error: No such image: emptyfs [2021-03-10T15:06:23.271Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-10T15:06:23.271Z] ++++ docker load [2021-03-10T15:06:23.271Z] ++++ docker load [2021-03-10T15:06:23.271Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-10T15:06:23.271Z] Running integration-test (iteration 1) [2021-03-10T15:06:23.271Z] Running integration-test (iteration 1) [2021-03-10T15:06:23.271Z] Running integration-test (iteration 1) [2021-03-10T15:06:23.271Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-03-10T15:06:23.271Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-03-10T15:06:23.271Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-03-10T15:06:23.271Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-03-10T15:06:23.271Z] ++ set -e [2021-03-10T15:06:23.271Z] ++ '[' -n 0 ']' [2021-03-10T15:06:23.271Z] ++ set -x [2021-03-10T15:06:23.271Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-03-10T15:06:23.271Z] ++ set -e [2021-03-10T15:06:23.271Z] ++ '[' -n 0 ']' [2021-03-10T15:06:23.271Z] ++ set -x [2021-03-10T15:06:23.271Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-03-10T15:06:23.271Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-10T15:06:23.271Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:06:23.271Z] ++ set -e [2021-03-10T15:06:23.271Z] ++ '[' -n 0 ']' [2021-03-10T15:06:23.271Z] ++ set -x [2021-03-10T15:06:23.271Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:06:23.504Z] #19 60.64 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:06:23.635Z] #43 ... [2021-03-10T15:06:23.636Z] [2021-03-10T15:06:23.636Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:06:23.636Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:06:23.636Z] #45 76.49 vendor/golang.org/x/text/transform [2021-03-10T15:06:23.636Z] #45 76.67 time [2021-03-10T15:06:23.636Z] #45 83.69 regexp [2021-03-10T15:06:23.636Z] #45 ... [2021-03-10T15:06:23.636Z] [2021-03-10T15:06:23.636Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:23.636Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:23.636Z] #43 19.45 CC images/core-x86.o [2021-03-10T15:06:23.891Z] #42 45.11 CC compel/plugins/std/string.o [2021-03-10T15:06:23.891Z] #42 ... [2021-03-10T15:06:23.891Z] [2021-03-10T15:06:23.891Z] #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-03-10T15:06:23.891Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:06:23.891Z] #44 105.9 mime/quotedprintable [2021-03-10T15:06:23.891Z] #44 106.4 net/http/internal [2021-03-10T15:06:23.891Z] #44 111.1 net/textproto [2021-03-10T15:06:23.891Z] #44 111.1 crypto/x509 [2021-03-10T15:06:23.891Z] #44 112.0 vendor/golang.org/x/net/http/httpguts [2021-03-10T15:06:23.891Z] #44 112.3 vendor/golang.org/x/net/http/httpproxy [2021-03-10T15:06:23.891Z] #44 112.8 mime/multipart [2021-03-10T15:06:23.891Z] #44 114.9 crypto/tls [2021-03-10T15:06:24.282Z] #43 ... [2021-03-10T15:06:24.282Z] [2021-03-10T15:06:24.282Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:06:24.282Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:06:24.282Z] #51 77.12 time [2021-03-10T15:06:24.282Z] #51 80.24 regexp [2021-03-10T15:06:24.282Z] #51 ... [2021-03-10T15:06:24.282Z] [2021-03-10T15:06:24.282Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-10T15:06:24.282Z] #34 sha256:79cb045384a2797d80a755d4223c214baaf35ef59f1ec71581d26a90b763d170 [2021-03-10T15:06:24.282Z] #34 86.66 io/ioutil [2021-03-10T15:06:24.462Z] #44 ... [2021-03-10T15:06:24.462Z] [2021-03-10T15:06:24.462Z] #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-03-10T15:06:24.462Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:24.462Z] #42 45.71 CC compel/plugins/std/infect.o [2021-03-10T15:06:24.618Z] #42 45.43 CC images/opts.o [2021-03-10T15:06:24.618Z] #42 45.66 CC images/seccomp.o [2021-03-10T15:06:24.618Z] #42 45.94 CC images/binfmt-misc.o [2021-03-10T15:06:24.723Z] #42 46.14 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-10T15:06:24.723Z] #42 ... [2021-03-10T15:06:24.723Z] [2021-03-10T15:06:24.723Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:24.723Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:24.723Z] #12 97.30 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-10T15:06:24.723Z] #12 97.30 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:06:24.723Z] #12 97.31 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:24.821Z] #35 ... [2021-03-10T15:06:24.821Z] [2021-03-10T15:06:24.821Z] #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-03-10T15:06:24.821Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:06:24.821Z] #44 63.79 bytes [2021-03-10T15:06:24.821Z] #44 66.02 reflect [2021-03-10T15:06:24.821Z] #44 66.35 bufio [2021-03-10T15:06:24.821Z] #44 69.34 syscall [2021-03-10T15:06:24.876Z] #19 61.72 Setting up python3-distutils (3.7.3-1) ... [2021-03-10T15:06:24.881Z] #42 46.14 CC images/time.o [2021-03-10T15:06:24.881Z] #42 46.35 CC images/sysctl.o [2021-03-10T15:06:24.983Z] #12 ... [2021-03-10T15:06:24.983Z] [2021-03-10T15:06:24.983Z] #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-03-10T15:06:24.983Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:24.983Z] #42 46.19 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-10T15:06:24.983Z] #42 46.25 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-10T15:06:24.983Z] #42 46.30 AR compel/plugins/std.lib.a [2021-03-10T15:06:24.983Z] #42 46.40 CC compel/plugins/fds/fds.o [2021-03-10T15:06:25.081Z] #44 ... [2021-03-10T15:06:25.081Z] [2021-03-10T15:06:25.081Z] #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-03-10T15:06:25.081Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:06:25.081Z] #31 72.00 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-03-10T15:06:25.081Z] #31 73.12 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-10T15:06:25.081Z] #31 73.41 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:06:25.133Z] #19 62.25 Setting up python3-setuptools (40.8.0-1) ... [2021-03-10T15:06:25.145Z] #42 46.49 CC images/autofs.o [2021-03-10T15:06:25.243Z] #42 46.68 AR compel/plugins/fds.lib.a [2021-03-10T15:06:25.408Z] #42 46.64 CC images/macvlan.o [2021-03-10T15:06:25.503Z] #42 46.74 HOSTDEP compel/src/lib/log-host.d [2021-03-10T15:06:25.503Z] #42 46.89 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-10T15:06:25.672Z] #42 46.82 CC images/sit.o [2021-03-10T15:06:25.672Z] #42 ... [2021-03-10T15:06:25.672Z] [2021-03-10T15:06:25.672Z] #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-03-10T15:06:25.672Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:06:25.672Z] #44 106.7 net/http [2021-03-10T15:06:25.672Z] #44 ... [2021-03-10T15:06:25.672Z] [2021-03-10T15:06:25.672Z] #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-03-10T15:06:25.672Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:25.672Z] #42 47.09 CC images/memfd.o [2021-03-10T15:06:25.764Z] #42 47.03 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-10T15:06:25.764Z] #42 47.14 HOSTDEP compel/src/main-host.d [2021-03-10T15:06:25.764Z] #42 47.26 DEP compel/src/lib/ptrace.d [2021-03-10T15:06:25.826Z] #34 88.82 github.com/BurntSushi/toml [2021-03-10T15:06:25.826Z] #34 88.84 log [2021-03-10T15:06:25.826Z] #34 88.84 flag [2021-03-10T15:06:26.024Z] #42 47.40 DEP compel/src/lib/infect.d [2021-03-10T15:06:26.024Z] #42 47.53 DEP compel/src/lib/infect-util.d [2021-03-10T15:06:26.097Z] #56 179.1 + bin/containerd-shim-runc-v1 [2021-03-10T15:06:26.254Z] #42 47.48 CC images/timens.o [2021-03-10T15:06:26.284Z] #42 47.64 DEP compel/src/lib/infect-rpc.d [2021-03-10T15:06:26.284Z] #42 47.73 DEP compel/arch/x86/src/lib/infect.d [2021-03-10T15:06:26.500Z] #19 63.57 Setting up python3-pip (18.1-5) ... [2021-03-10T15:06:26.517Z] #42 47.70 LINK images/built-in.o [2021-03-10T15:06:26.517Z] #42 47.81 GEN compel/include/asm [2021-03-10T15:06:26.517Z] #42 47.84 GEN compel/include/version.h [2021-03-10T15:06:26.544Z] #42 47.87 DEP compel/arch/x86/src/lib/cpu.d [2021-03-10T15:06:26.544Z] #42 47.92 DEP compel/src/lib/log.d [2021-03-10T15:06:26.781Z] #42 47.96 touch .config [2021-03-10T15:06:26.781Z] #42 48.07 GEN include/common/config.h [2021-03-10T15:06:26.781Z] #42 48.17 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-10T15:06:26.781Z] #42 48.19 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-03-10T15:06:26.805Z] #42 47.99 DEP compel/src/main.d [2021-03-10T15:06:26.805Z] #42 48.07 DEP compel/src/lib/handle-elf.d [2021-03-10T15:06:26.805Z] #42 48.15 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-10T15:06:27.045Z] #42 48.28 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-03-10T15:06:27.045Z] #42 48.31 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-03-10T15:06:27.045Z] #42 48.35 DEP compel/plugins/std/infect.d [2021-03-10T15:06:27.065Z] #42 48.30 CC compel/src/lib/log.o [2021-03-10T15:06:27.065Z] #42 48.49 CC compel/arch/x86/src/lib/cpu.o [2021-03-10T15:06:27.307Z] #42 48.56 DEP compel/plugins/std/string.d [2021-03-10T15:06:27.429Z] #19 64.76 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:06:27.570Z] #42 48.71 DEP compel/plugins/std/log.d [2021-03-10T15:06:27.570Z] #42 48.88 DEP compel/plugins/std/fds.d [2021-03-10T15:06:27.686Z] #19 64.81 Processing triggers for mime-support (3.62) ... [2021-03-10T15:06:27.834Z] #42 49.00 DEP compel/plugins/std/std.d [2021-03-10T15:06:27.834Z] #42 49.09 DEP compel/plugins/shmem/shmem.d [2021-03-10T15:06:27.834Z] #42 49.15 DEP compel/plugins/fds/fds.d [2021-03-10T15:06:28.006Z] #42 49.28 CC compel/arch/x86/src/lib/infect.o [2021-03-10T15:06:28.098Z] #42 49.35 CC compel/plugins/std/std.o [2021-03-10T15:06:28.360Z] #42 49.74 CC compel/plugins/std/fds.o [2021-03-10T15:06:28.378Z] #31 ... [2021-03-10T15:06:28.378Z] [2021-03-10T15:06:28.378Z] #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-03-10T15:06:28.378Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:06:28.378Z] #50 66.91 syscall [2021-03-10T15:06:28.378Z] #50 67.05 reflect [2021-03-10T15:06:28.378Z] #50 ... [2021-03-10T15:06:28.378Z] [2021-03-10T15:06:28.378Z] #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-03-10T15:06:28.378Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:06:28.378Z] #41 68.77 Selecting previously unselected package libnl-3-200:amd64. [2021-03-10T15:06:28.378Z] #41 68.78 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 68.79 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:06:28.378Z] #41 69.14 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-10T15:06:28.378Z] #41 69.15 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 69.18 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-10T15:06:28.378Z] #41 69.60 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-10T15:06:28.378Z] #41 69.60 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 69.64 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:06:28.378Z] #41 69.93 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-10T15:06:28.378Z] #41 69.94 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 69.95 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-10T15:06:28.378Z] #41 70.07 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-10T15:06:28.378Z] #41 70.09 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 70.10 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:06:28.378Z] #41 70.41 Selecting previously unselected package libprotobuf17:amd64. [2021-03-10T15:06:28.378Z] #41 70.41 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 70.41 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-10T15:06:28.378Z] #41 71.65 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-10T15:06:28.378Z] #41 71.65 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 71.68 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-10T15:06:28.378Z] #41 71.94 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-10T15:06:28.378Z] #41 71.95 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 71.96 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-10T15:06:28.378Z] #41 74.33 Selecting previously unselected package libprotoc17:amd64. [2021-03-10T15:06:28.378Z] #41 74.33 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 74.33 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-10T15:06:28.378Z] #41 75.39 Selecting previously unselected package protobuf-c-compiler. [2021-03-10T15:06:28.378Z] #41 75.41 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 75.45 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:06:28.378Z] #41 75.73 Selecting previously unselected package protobuf-compiler. [2021-03-10T15:06:28.378Z] #41 75.73 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 75.75 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:06:28.378Z] #41 76.41 Selecting previously unselected package python-pkg-resources. [2021-03-10T15:06:28.378Z] #41 76.43 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:06:28.378Z] #41 76.44 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-10T15:06:28.378Z] #41 76.87 Selecting previously unselected package python-six. [2021-03-10T15:06:28.378Z] #41 76.88 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-10T15:06:28.378Z] #41 76.88 Unpacking python-six (1.12.0-1) ... [2021-03-10T15:06:28.378Z] #41 77.01 Selecting previously unselected package python-protobuf. [2021-03-10T15:06:28.378Z] #41 77.03 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-10T15:06:28.378Z] #41 77.04 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-10T15:06:28.616Z] #19 DONE 65.8s [2021-03-10T15:06:28.616Z] [2021-03-10T15:06:28.616Z] #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-03-10T15:06:28.616Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:06:28.616Z] #39 188.9 + dpkg --print-architecture [2021-03-10T15:06:28.616Z] #39 188.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-10T15:06:28.616Z] #39 189.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-10T15:06:28.616Z] #39 189.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-10T15:06:28.616Z] #39 ... [2021-03-10T15:06:28.616Z] [2021-03-10T15:06:28.616Z] #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-03-10T15:06:28.616Z] #20 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-10T15:06:28.937Z] #42 50.27 CC compel/plugins/std/log.o [2021-03-10T15:06:28.947Z] #42 50.20 CC compel/src/lib/infect-rpc.o [2021-03-10T15:06:29.207Z] #42 50.53 CC compel/src/lib/infect-util.o [2021-03-10T15:06:29.316Z] #41 78.15 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-10T15:06:29.401Z] #34 ... [2021-03-10T15:06:29.401Z] [2021-03-10T15:06:29.401Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:29.401Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:29.401Z] #43 20.06 CC images/core-arm.o [2021-03-10T15:06:29.401Z] #43 20.49 CC images/core-aarch64.o [2021-03-10T15:06:29.401Z] #43 21.03 CC images/core-ppc64.o [2021-03-10T15:06:29.401Z] #43 21.88 CC images/core-s390.o [2021-03-10T15:06:29.401Z] #43 22.75 CC images/cpuinfo.o [2021-03-10T15:06:29.401Z] #43 23.30 CC images/inventory.o [2021-03-10T15:06:29.401Z] #43 23.56 CC images/fdinfo.o [2021-03-10T15:06:29.401Z] #43 23.94 CC images/fown.o [2021-03-10T15:06:29.401Z] #43 24.21 CC images/ns.o [2021-03-10T15:06:29.401Z] #43 24.43 CC images/regfile.o [2021-03-10T15:06:29.401Z] #43 24.65 CC images/ghost-file.o [2021-03-10T15:06:29.401Z] #43 25.15 CC images/fifo.o [2021-03-10T15:06:29.468Z] #42 50.86 CC compel/src/lib/infect.o [2021-03-10T15:06:29.576Z] #41 ... [2021-03-10T15:06:29.576Z] [2021-03-10T15:06:29.576Z] #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-03-10T15:06:29.576Z] #55 sha256:d1daf96669b794506499923a025e7b07744e917d07b1ef5d620dad8fa3158a0d [2021-03-10T15:06:29.576Z] #55 2.147 + RM_GOPATH=0 [2021-03-10T15:06:29.576Z] #55 2.147 + TMP_GOPATH= [2021-03-10T15:06:29.576Z] #55 2.147 + : /build [2021-03-10T15:06:29.576Z] #55 2.147 + '[' -z '' ']' [2021-03-10T15:06:29.576Z] #55 2.147 ++ mktemp -d [2021-03-10T15:06:29.576Z] #55 2.158 + export GOPATH=/tmp/tmp.2mdfsb5te1 [2021-03-10T15:06:29.576Z] #55 2.158 + GOPATH=/tmp/tmp.2mdfsb5te1 [2021-03-10T15:06:29.576Z] #55 2.158 + RM_GOPATH=1 [2021-03-10T15:06:29.576Z] #55 2.158 + case "$(go env GOARCH)" in [2021-03-10T15:06:29.576Z] #55 2.167 ++ go env GOARCH [2021-03-10T15:06:29.576Z] #55 2.178 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:29.576Z] #55 2.179 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:29.576Z] #55 2.182 ++ dirname /tmp/install/install.sh [2021-03-10T15:06:29.576Z] #55 2.184 + dir=/tmp/install [2021-03-10T15:06:29.576Z] #55 2.184 + bin=containerd [2021-03-10T15:06:29.576Z] #55 2.184 + shift [2021-03-10T15:06:29.576Z] #55 2.184 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-10T15:06:29.576Z] #55 2.184 + . /tmp/install/containerd.installer [2021-03-10T15:06:29.576Z] #55 2.184 ++ set -e [2021-03-10T15:06:29.576Z] #55 2.184 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:06:29.576Z] #55 2.184 + install_containerd [2021-03-10T15:06:29.576Z] #55 2.193 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-10T15:06:29.576Z] #55 2.193 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:06:29.576Z] #55 2.194 + git clone https://github.com/containerd/containerd.git /tmp/tmp.2mdfsb5te1/src/github.com/containerd/containerd [2021-03-10T15:06:29.576Z] #55 2.198 Cloning into '/tmp/tmp.2mdfsb5te1/src/github.com/containerd/containerd'... [2021-03-10T15:06:29.576Z] #55 ... [2021-03-10T15:06:29.576Z] [2021-03-10T15:06:29.576Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:29.576Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:29.576Z] #12 62.30 The following NEW packages will be installed: [2021-03-10T15:06:29.576Z] #12 62.34 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-10T15:06:29.576Z] #12 62.34 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-10T15:06:29.576Z] #12 62.34 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-10T15:06:29.576Z] #12 62.34 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-10T15:06:29.576Z] #12 62.34 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-10T15:06:29.576Z] #12 62.34 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-10T15:06:29.576Z] #12 62.40 The following packages will be upgraded: [2021-03-10T15:06:29.576Z] #12 62.40 libseccomp2 libsystemd0 libudev1 [2021-03-10T15:06:29.576Z] #12 63.17 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:06:29.576Z] #12 63.17 Need to get 78.2 MB of archives. [2021-03-10T15:06:29.576Z] #12 63.17 After this operation, 487 MB of additional disk space will be used. [2021-03-10T15:06:29.576Z] #12 63.17 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-10T15:06:29.576Z] #12 63.17 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-10T15:06:29.576Z] #12 63.35 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-10T15:06:29.576Z] #12 63.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-10T15:06:29.576Z] #12 63.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-10T15:06:29.576Z] #12 63.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-10T15:06:29.576Z] #12 63.98 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-10T15:06:29.576Z] #12 63.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-10T15:06:29.576Z] #12 64.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-10T15:06:29.576Z] #12 64.01 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-10T15:06:29.576Z] #12 64.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-10T15:06:29.576Z] #12 65.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-10T15:06:29.576Z] #12 65.13 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-03-10T15:06:29.576Z] #12 70.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-03-10T15:06:29.632Z] #56 182.6 + bin/containerd-shim-runc-v2 [2021-03-10T15:06:29.700Z] #43 25.34 CC images/remap-file-path.o [2021-03-10T15:06:29.984Z] #20 1.112 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-10T15:06:29.984Z] #20 1.116 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-10T15:06:29.984Z] #20 1.120 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-10T15:06:29.984Z] #20 DONE 1.2s [2021-03-10T15:06:29.984Z] [2021-03-10T15:06:29.984Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:06:29.984Z] #21 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-10T15:06:29.999Z] #43 ... [2021-03-10T15:06:29.999Z] [2021-03-10T15:06:29.999Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-10T15:06:29.999Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:06:30.145Z] #12 ... [2021-03-10T15:06:30.145Z] [2021-03-10T15:06:30.145Z] #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-03-10T15:06:30.145Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:06:30.145Z] #50 79.24 time [2021-03-10T15:06:30.240Z] #21 ... [2021-03-10T15:06:30.240Z] [2021-03-10T15:06:30.240Z] #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-03-10T15:06:30.240Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:30.240Z] #42 119.7 CC criu/filesystems.o [2021-03-10T15:06:30.240Z] #42 120.6 CC criu/fsnotify.o [2021-03-10T15:06:30.240Z] #42 121.7 CC criu/image-desc.o [2021-03-10T15:06:30.240Z] #42 121.9 CC criu/image.o [2021-03-10T15:06:30.240Z] #42 122.8 CC criu/ipc_ns.o [2021-03-10T15:06:30.240Z] #42 124.0 CC criu/irmap.o [2021-03-10T15:06:30.240Z] #42 124.7 CC criu/kcmp-ids.o [2021-03-10T15:06:30.240Z] #42 125.0 CC criu/kerndat.o [2021-03-10T15:06:30.240Z] #42 126.1 CC criu/libnetlink.o [2021-03-10T15:06:30.240Z] #42 126.6 CC criu/log.o [2021-03-10T15:06:30.240Z] #42 127.3 CC criu/lsm.o [2021-03-10T15:06:30.240Z] #42 127.7 CC criu/mem.o [2021-03-10T15:06:30.270Z] #56 183.4 + binaries [2021-03-10T15:06:30.334Z] #42 51.62 CC compel/plugins/std/string.o [2021-03-10T15:06:30.409Z] #42 ... [2021-03-10T15:06:30.409Z] [2021-03-10T15:06:30.409Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:30.409Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:30.409Z] #12 112.6 Selecting previously unselected package libapparmor1:amd64. [2021-03-10T15:06:30.409Z] #12 112.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-10T15:06:30.409Z] #12 112.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-10T15:06:30.409Z] #12 112.7 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-10T15:06:30.409Z] #12 112.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-10T15:06:30.409Z] #12 112.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-10T15:06:30.409Z] #12 112.9 Selecting previously unselected package libbtrfs0. [2021-03-10T15:06:30.409Z] #12 112.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-10T15:06:30.409Z] #12 112.9 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:06:30.409Z] #12 113.0 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:06:30.409Z] #12 113.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-10T15:06:30.409Z] #12 113.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:06:30.565Z] #56 183.4 + install -D bin/containerd /build/containerd [2021-03-10T15:06:30.565Z] #56 183.4 + install -D bin/containerd-shim /build/containerd-shim [2021-03-10T15:06:30.565Z] #56 183.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-10T15:06:30.565Z] #56 183.4 + install -D bin/ctr /build/ctr [2021-03-10T15:06:30.669Z] #12 113.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-10T15:06:30.669Z] #12 113.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:06:30.669Z] #12 113.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:06:30.669Z] #12 113.2 Selecting previously unselected package libudev-dev:amd64. [2021-03-10T15:06:30.669Z] #12 113.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-10T15:06:30.669Z] #12 113.3 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:06:30.803Z] #42 130.2 CC criu/memfd.o [2021-03-10T15:06:30.898Z] #56 50.47 Checking out files: 51% (1957/3818) Checking out files: 52% (1986/3818) Checking out files: 53% (2024/3818) Checking out files: 54% (2062/3818) Checking out files: 55% (2100/3818) Checking out files: 56% (2139/3818) Checking out files: 57% (2177/3818) Checking out files: 58% (2215/3818) Checking out files: 59% (2253/3818) Checking out files: 60% (2291/3818) Checking out files: 61% (2329/3818) Checking out files: 62% (2368/3818) Checking out files: 63% (2406/3818) Checking out files: 64% (2444/3818) Checking out files: 65% (2482/3818) Checking out files: 66% (2520/3818) Checking out files: 67% (2559/3818) Checking out files: 68% (2597/3818) Checking out files: 69% (2635/3818) Checking out files: 70% (2673/3818) Checking out files: 71% (2711/3818) Checking out files: 72% (2749/3818) Checking out files: 73% (2788/3818) Checking out files: 74% (2826/3818) Checking out files: 75% (2864/3818) Checking out files: 76% (2902/3818) Checking out files: 77% (2940/3818) Checking out files: 78% (2979/3818) Checking out files: 79% (3017/3818) Checking out files: 80% (3055/3818) Checking out files: 81% (3093/3818) Checking out files: 82% (3131/3818) Checking out files: 83% (3169/3818) Checking out files: 84% (3208/3818) Checking out files: 85% (3246/3818) Checking out files: 86% (3284/3818) Checking out files: 87% (3322/3818) Checking out files: 88% (3360/3818) Checking out files: 89% (3399/3818) Checking out files: 90% (3437/3818) Checking out files: 91% (3475/3818) Checking out files: 92% (3513/3818) Checking out files: 93% (3551/3818) Checking out files: 94% (3589/3818) Checking out files: 95% (3628/3818) Checking out files: 96% (3666/3818) Checking out files: 97% (3704/3818) Checking out files: 98% (3742/3818) Checking out files: 99% (3780/3818) Checking out files: 100% (3818/3818) Checking out files: 100% (3818/3818), done. [2021-03-10T15:06:30.898Z] #56 51.18 + cd /tmp/tmp.YR2CpSEjls/src/github.com/containerd/containerd [2021-03-10T15:06:30.898Z] #56 51.19 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:06:30.910Z] #42 52.30 CC compel/plugins/std/infect.o [2021-03-10T15:06:30.930Z] #12 113.4 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-10T15:06:30.930Z] #12 113.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-10T15:06:30.930Z] #12 113.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-10T15:06:31.192Z] #12 113.7 Selecting previously unselected package libpcre16-3:amd64. [2021-03-10T15:06:31.192Z] #12 113.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-10T15:06:31.192Z] #12 113.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-10T15:06:31.192Z] #12 113.9 Selecting previously unselected package libpcre32-3:amd64. [2021-03-10T15:06:31.206Z] #56 DONE 184.0s [2021-03-10T15:06:31.367Z] #42 130.9 CC criu/mount.o [2021-03-10T15:06:31.456Z] #12 113.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-10T15:06:31.456Z] #12 114.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-10T15:06:31.456Z] #12 114.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-10T15:06:31.456Z] #12 114.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-10T15:06:31.456Z] #12 114.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-10T15:06:31.456Z] #12 114.2 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-10T15:06:31.486Z] #42 52.74 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-03-10T15:06:31.486Z] #42 52.81 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-03-10T15:06:31.716Z] #12 114.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-10T15:06:31.716Z] #12 114.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-10T15:06:31.749Z] #42 52.97 AR compel/plugins/std.lib.a [2021-03-10T15:06:31.749Z] #42 53.06 CC compel/plugins/fds/fds.o [2021-03-10T15:06:31.844Z] [2021-03-10T15:06:31.845Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2021-03-10T15:06:32.013Z] #42 53.36 AR compel/plugins/fds.lib.a [2021-03-10T15:06:32.013Z] #42 53.43 HOSTDEP compel/src/lib/log-host.d [2021-03-10T15:06:32.138Z] #57 DONE 0.3s [2021-03-10T15:06:32.138Z] [2021-03-10T15:06:32.138Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2021-03-10T15:06:32.276Z] #42 53.58 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-10T15:06:32.276Z] #42 ... [2021-03-10T15:06:32.276Z] [2021-03-10T15:06:32.276Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:32.276Z] #12 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-10T15:06:32.276Z] #12 99.44 Selecting previously unselected package libapparmor1:arm64. [2021-03-10T15:06:32.276Z] #12 99.45 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 99.47 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-03-10T15:06:32.276Z] #12 99.60 Selecting previously unselected package libapparmor-dev:arm64. [2021-03-10T15:06:32.276Z] #12 99.63 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 99.64 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-03-10T15:06:32.276Z] #12 99.83 Selecting previously unselected package libbtrfs0. [2021-03-10T15:06:32.276Z] #12 99.85 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 99.85 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:06:32.276Z] #12 100.00 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:06:32.276Z] #12 100.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 100.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:06:32.276Z] #12 100.3 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-03-10T15:06:32.276Z] #12 100.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 100.3 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-03-10T15:06:32.276Z] #12 100.4 Selecting previously unselected package libudev-dev:arm64. [2021-03-10T15:06:32.276Z] #12 100.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 100.4 Unpacking libudev-dev:arm64 (241-7~deb10u6) ... [2021-03-10T15:06:32.276Z] #12 100.6 Selecting previously unselected package libsepol1-dev:arm64. [2021-03-10T15:06:32.276Z] #12 100.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 100.6 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-03-10T15:06:32.276Z] #12 101.0 Selecting previously unselected package libpcre16-3:arm64. [2021-03-10T15:06:32.276Z] #12 101.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 101.0 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-03-10T15:06:32.276Z] #12 101.3 Selecting previously unselected package libpcre32-3:arm64. [2021-03-10T15:06:32.276Z] #12 101.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 101.3 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-03-10T15:06:32.276Z] #12 101.5 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-03-10T15:06:32.276Z] #12 101.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 101.5 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-03-10T15:06:32.276Z] #12 101.7 Selecting previously unselected package libpcre3-dev:arm64. [2021-03-10T15:06:32.276Z] #12 101.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 101.7 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-03-10T15:06:32.276Z] #12 102.3 Selecting previously unselected package libselinux1-dev:arm64. [2021-03-10T15:06:32.276Z] #12 102.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 102.3 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-03-10T15:06:32.276Z] #12 102.7 Selecting previously unselected package libdevmapper-dev:arm64. [2021-03-10T15:06:32.276Z] #12 102.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 102.7 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-03-10T15:06:32.276Z] #12 102.8 Selecting previously unselected package libseccomp-dev:arm64. [2021-03-10T15:06:32.276Z] #12 102.8 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 102.8 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:06:32.276Z] #12 103.1 Selecting previously unselected package libsystemd-dev:arm64. [2021-03-10T15:06:32.276Z] #12 103.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_arm64.deb ... [2021-03-10T15:06:32.276Z] #12 103.1 Unpacking libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-03-10T15:06:32.276Z] #12 103.7 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-03-10T15:06:32.276Z] #12 103.8 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:06:32.276Z] #12 103.8 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-03-10T15:06:32.276Z] #12 103.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:06:32.276Z] #12 103.9 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-03-10T15:06:32.276Z] #12 103.9 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-03-10T15:06:32.276Z] #12 104.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:32.276Z] #12 104.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:06:32.276Z] #12 104.5 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-03-10T15:06:32.276Z] #12 104.7 Setting up libudev-dev:arm64 (241-7~deb10u6) ... [2021-03-10T15:06:32.276Z] #12 104.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:06:32.276Z] #12 104.8 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:06:32.276Z] #12 104.8 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-03-10T15:06:32.276Z] #12 104.8 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-10T15:06:32.276Z] #12 104.8 Setting up libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-03-10T15:06:32.286Z] #12 114.8 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-10T15:06:32.286Z] #12 114.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-10T15:06:32.286Z] #12 114.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-10T15:06:32.432Z] #61 DONE 0.2s [2021-03-10T15:06:32.432Z] [2021-03-10T15:06:32.432Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2021-03-10T15:06:32.432Z] #63 DONE 0.2s [2021-03-10T15:06:32.432Z] [2021-03-10T15:06:32.432Z] #65 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2021-03-10T15:06:32.539Z] #12 105.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:06:32.539Z] #12 105.3 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-03-10T15:06:32.539Z] #12 105.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:32.546Z] #12 115.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-10T15:06:32.546Z] #12 115.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:06:32.546Z] #12 115.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-10T15:06:32.726Z] #65 DONE 0.1s [2021-03-10T15:06:32.726Z] [2021-03-10T15:06:32.726Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-10T15:06:32.726Z] #66 DONE 0.1s [2021-03-10T15:06:32.726Z] [2021-03-10T15:06:32.726Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-10T15:06:32.802Z] #12 105.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:06:32.802Z] #12 105.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:06:32.808Z] #12 115.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-10T15:06:32.808Z] #12 115.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-10T15:06:32.808Z] #12 115.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:06:33.066Z] #12 105.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:33.066Z] #12 105.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-03-10T15:06:33.066Z] #12 105.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-03-10T15:06:33.066Z] #12 105.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:06:33.066Z] #12 105.8 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-03-10T15:06:33.066Z] #12 105.8 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-03-10T15:06:33.066Z] #12 105.9 Setting up dmsetup (2:1.02.155-3) ... [2021-03-10T15:06:33.066Z] #12 105.9 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-03-10T15:06:33.331Z] #12 105.9 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-03-10T15:06:33.332Z] #12 106.0 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:06:33.365Z] #67 DONE 0.7s [2021-03-10T15:06:33.365Z] [2021-03-10T15:06:33.365Z] #68 exporting to image [2021-03-10T15:06:33.365Z] #68 exporting layers [2021-03-10T15:06:33.385Z] #12 116.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-10T15:06:33.385Z] #12 116.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-10T15:06:33.645Z] #12 116.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:06:33.676Z] #56 53.58 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-10T15:06:33.676Z] #56 53.58 + BUILDTAGS='netgo osusergo static_build' [2021-03-10T15:06:33.676Z] #56 53.58 + export EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:06:33.676Z] #56 53.58 + EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:06:33.676Z] #56 53.58 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-10T15:06:33.676Z] #56 53.58 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-10T15:06:33.676Z] #56 53.58 + '[' '' = dynamic ']' [2021-03-10T15:06:33.676Z] #56 53.58 + make [2021-03-10T15:06:34.216Z] #12 ... [2021-03-10T15:06:34.216Z] [2021-03-10T15:06:34.216Z] #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-03-10T15:06:34.216Z] #57 sha256:dbdce5ab117a4e37c7be655c81af2d4f4a1b410e72d4127873abf515b0a03a61 [2021-03-10T15:06:34.216Z] #57 117.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:06:34.216Z] #57 117.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-10T15:06:34.216Z] #57 DONE 125.9s [2021-03-10T15:06:34.216Z] [2021-03-10T15:06:34.216Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-10T15:06:34.216Z] #58 sha256:c862da2b286cf676108485507d8d8e674419dc8c332c41890a5730ce5a2b4711 [2021-03-10T15:06:34.216Z] #58 DONE 0.1s [2021-03-10T15:06:34.216Z] [2021-03-10T15:06:34.216Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:34.216Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:34.216Z] #12 116.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-10T15:06:34.216Z] #12 116.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:06:34.216Z] #12 116.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-10T15:06:34.216Z] #12 ... [2021-03-10T15:06:34.216Z] [2021-03-10T15:06:34.216Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-10T15:06:34.216Z] #59 sha256:1681a1629eee88666a74df2f178ab57c67a687a75cb2035c57c8c086d3b62e4d [2021-03-10T15:06:34.216Z] #59 DONE 0.1s [2021-03-10T15:06:34.216Z] [2021-03-10T15:06:34.216Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:34.216Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:34.216Z] #12 116.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:06:34.216Z] #12 116.9 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-10T15:06:34.216Z] #12 116.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-10T15:06:34.216Z] #12 117.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:34.216Z] #12 117.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:06:34.325Z] #56 54.93 + bin/ctr [2021-03-10T15:06:34.477Z] #12 117.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-10T15:06:34.477Z] #12 117.0 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:06:34.477Z] #12 117.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:06:34.477Z] #12 117.0 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:06:34.477Z] #12 117.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-10T15:06:34.477Z] #12 117.1 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-10T15:06:34.477Z] #12 117.1 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:06:34.477Z] #12 117.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:06:34.477Z] #12 117.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-10T15:06:34.477Z] #12 117.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:34.477Z] #12 117.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:06:34.477Z] #12 117.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:06:34.477Z] #12 117.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:34.477Z] #12 117.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:06:34.738Z] #12 117.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:06:34.738Z] #12 117.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:06:34.738Z] #12 117.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-10T15:06:34.738Z] #12 117.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:06:34.738Z] #12 117.3 Setting up dmsetup (2:1.02.155-3) ... [2021-03-10T15:06:34.738Z] #12 117.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:06:34.738Z] #12 117.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-10T15:06:34.738Z] #12 117.3 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:06:34.977Z] #56 ... [2021-03-10T15:06:34.977Z] [2021-03-10T15:06:34.977Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-10T15:06:34.977Z] #34 sha256:79cb045384a2797d80a755d4223c214baaf35ef59f1ec71581d26a90b763d170 [2021-03-10T15:06:34.977Z] #34 94.10 github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:06:34.977Z] #34 DONE 97.8s [2021-03-10T15:06:34.977Z] [2021-03-10T15:06:34.977Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:06:34.977Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:06:34.977Z] #51 87.90 mvdan.cc/sh/v3/fileutil [2021-03-10T15:06:34.977Z] #51 89.73 encoding/binary [2021-03-10T15:06:34.977Z] #51 89.74 flag [2021-03-10T15:06:34.977Z] #51 89.74 github.com/pkg/diff [2021-03-10T15:06:34.977Z] #51 89.74 go/token [2021-03-10T15:06:34.977Z] #51 92.19 go/scanner [2021-03-10T15:06:34.977Z] #51 94.04 mvdan.cc/editorconfig [2021-03-10T15:06:34.977Z] #51 94.65 mvdan.cc/sh/v3/syntax [2021-03-10T15:06:34.977Z] #51 95.76 go/ast [2021-03-10T15:06:34.977Z] #51 96.09 encoding/base64 [2021-03-10T15:06:34.977Z] #51 97.53 golang.org/x/sys/unix [2021-03-10T15:06:35.281Z] #51 ... [2021-03-10T15:06:35.281Z] [2021-03-10T15:06:35.281Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:35.281Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:35.281Z] #43 25.70 CC images/eventfd.o [2021-03-10T15:06:35.281Z] #43 25.96 CC images/eventpoll.o [2021-03-10T15:06:35.281Z] #43 26.47 CC images/fh.o [2021-03-10T15:06:35.281Z] #43 26.84 CC images/fsnotify.o [2021-03-10T15:06:35.281Z] #43 27.59 CC images/signalfd.o [2021-03-10T15:06:35.281Z] #43 27.80 CC images/fs.o [2021-03-10T15:06:35.281Z] #43 28.13 CC images/pstree.o [2021-03-10T15:06:35.281Z] #43 28.41 CC images/pipe.o [2021-03-10T15:06:35.281Z] #43 28.73 CC images/tcp-stream.o [2021-03-10T15:06:35.281Z] #43 28.99 CC images/sk-packet.o [2021-03-10T15:06:35.281Z] #43 29.19 CC images/mnt.o [2021-03-10T15:06:35.281Z] #43 29.50 CC images/pipe-data.o [2021-03-10T15:06:35.281Z] #43 29.71 CC images/sa.o [2021-03-10T15:06:35.281Z] #43 29.95 CC images/timer.o [2021-03-10T15:06:35.281Z] #43 30.36 CC images/timerfd.o [2021-03-10T15:06:35.281Z] #43 30.83 CC images/mm.o [2021-03-10T15:06:35.309Z] #12 DONE 117.8s [2021-03-10T15:06:35.309Z] [2021-03-10T15:06:35.309Z] #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-03-10T15:06:35.309Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:35.309Z] #42 53.16 CC compel/src/lib/ptrace.o [2021-03-10T15:06:35.309Z] #42 53.53 AR compel/libcompel.a [2021-03-10T15:06:35.309Z] #42 53.60 HOSTCC compel/src/main-host.o [2021-03-10T15:06:35.309Z] #42 54.01 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-10T15:06:35.309Z] #42 54.17 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-10T15:06:35.309Z] #42 54.47 HOSTCC compel/src/lib/log-host.o [2021-03-10T15:06:35.309Z] #42 54.64 HOSTLINK compel/compel-host-bin [2021-03-10T15:06:35.309Z] #42 54.82 DEP soccr/soccr.d [2021-03-10T15:06:35.309Z] #42 54.92 CC soccr/soccr.o [2021-03-10T15:06:35.309Z] #42 56.25 AR soccr/libsoccr.a [2021-03-10T15:06:35.309Z] #42 56.29 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:06:35.432Z] #50 ... [2021-03-10T15:06:35.432Z] [2021-03-10T15:06:35.432Z] #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-03-10T15:06:35.432Z] #46 sha256:655ff341485a4b14d616ec280f8cc1f430ad9205287117a2b4b33a1f8d412050 [2021-03-10T15:06:35.432Z] #46 DONE 83.5s [2021-03-10T15:06:35.432Z] [2021-03-10T15:06:35.432Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:35.432Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:35.432Z] #12 74.66 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-10T15:06:35.432Z] #12 74.66 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-10T15:06:35.432Z] #12 74.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-10T15:06:35.432Z] #12 74.68 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-10T15:06:35.432Z] #12 74.68 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-10T15:06:35.432Z] #12 74.69 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-10T15:06:35.432Z] #12 74.72 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-10T15:06:35.432Z] #12 74.76 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-10T15:06:35.432Z] #12 74.79 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-10T15:06:35.432Z] #12 74.79 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-10T15:06:35.432Z] #12 74.80 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-10T15:06:35.432Z] #12 74.86 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-10T15:06:35.432Z] #12 74.87 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-10T15:06:35.432Z] #12 74.88 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-10T15:06:35.432Z] #12 76.12 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:06:35.432Z] #12 76.37 Fetched 78.2 MB in 12s (6508 kB/s) [2021-03-10T15:06:35.432Z] #12 76.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:06:35.432Z] #12 76.60 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-10T15:06:35.432Z] #12 76.72 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:06:35.432Z] #12 77.46 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-10T15:06:35.432Z] #12 77.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:06:35.432Z] #12 78.00 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-10T15:06:35.432Z] #12 78.03 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-10T15:06:35.539Z] #42 ... [2021-03-10T15:06:35.539Z] [2021-03-10T15:06:35.539Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:06:35.539Z] #21 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-10T15:06:35.539Z] #21 5.323 Collecting yamllint==1.16.0 [2021-03-10T15:06:35.570Z] #42 56.71 DEP criu/arch/x86/sigframe.d [2021-03-10T15:06:35.570Z] #42 56.88 DEP criu/arch/x86/sigaction_compat.d [2021-03-10T15:06:35.570Z] #42 56.93 DEP criu/arch/x86/kerndat.d [2021-03-10T15:06:35.693Z] #12 78.38 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:06:35.830Z] #42 57.08 DEP criu/arch/x86/crtools.d [2021-03-10T15:06:35.830Z] #42 57.28 DEP criu/arch/x86/cpu.d [2021-03-10T15:06:35.891Z] #12 DONE 108.2s [2021-03-10T15:06:35.891Z] [2021-03-10T15:06:35.891Z] #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-03-10T15:06:35.891Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-10T15:06:35.891Z] #31 DONE 124.7s [2021-03-10T15:06:35.891Z] [2021-03-10T15:06:35.891Z] #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-03-10T15:06:35.891Z] #44 sha256:d48753daf06602bf749d495c7225c237df7be16e1777ca6bda4202b179b017a0 [2021-03-10T15:06:35.891Z] #44 118.1 github.com/LK4D4/vndr/godl [2021-03-10T15:06:35.891Z] #44 118.8 github.com/LK4D4/vndr [2021-03-10T15:06:35.891Z] #44 DONE 126.7s [2021-03-10T15:06:35.891Z] [2021-03-10T15:06:35.891Z] #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-03-10T15:06:35.891Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:35.891Z] #42 53.80 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-03-10T15:06:35.891Z] #42 53.86 HOSTDEP compel/src/main-host.d [2021-03-10T15:06:35.891Z] #42 53.97 DEP compel/src/lib/ptrace.d [2021-03-10T15:06:35.891Z] #42 54.11 DEP compel/src/lib/infect.d [2021-03-10T15:06:35.891Z] #42 54.35 DEP compel/src/lib/infect-util.d [2021-03-10T15:06:35.891Z] #42 54.41 DEP compel/src/lib/infect-rpc.d [2021-03-10T15:06:35.891Z] #42 54.53 DEP compel/arch/aarch64/src/lib/infect.d [2021-03-10T15:06:35.891Z] #42 54.62 DEP compel/arch/aarch64/src/lib/cpu.d [2021-03-10T15:06:35.891Z] #42 54.65 DEP compel/src/lib/log.d [2021-03-10T15:06:35.891Z] #42 54.70 DEP compel/src/main.d [2021-03-10T15:06:35.891Z] #42 54.80 DEP compel/src/lib/handle-elf.d [2021-03-10T15:06:35.891Z] #42 54.95 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-03-10T15:06:35.891Z] #42 55.07 CC compel/src/lib/log.o [2021-03-10T15:06:35.891Z] #42 55.43 CC compel/arch/aarch64/src/lib/cpu.o [2021-03-10T15:06:35.891Z] #42 55.64 CC compel/arch/aarch64/src/lib/infect.o [2021-03-10T15:06:35.891Z] #42 55.99 CC compel/src/lib/infect-rpc.o [2021-03-10T15:06:35.891Z] #42 56.35 CC compel/src/lib/infect-util.o [2021-03-10T15:06:35.891Z] #42 56.49 CC compel/src/lib/infect.o [2021-03-10T15:06:35.935Z] #43 31.53 CC images/sk-opts.o [2021-03-10T15:06:35.953Z] #12 78.68 (Reading database ... [2021-03-10T15:06:35.953Z] #12 ... [2021-03-10T15:06:35.953Z] [2021-03-10T15:06:35.953Z] #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-03-10T15:06:35.953Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:06:35.953Z] #33 74.90 time [2021-03-10T15:06:35.953Z] #33 83.29 internal/fmtsort [2021-03-10T15:06:35.953Z] #33 84.13 internal/poll [2021-03-10T15:06:35.953Z] #33 84.54 internal/syscall/execenv [2021-03-10T15:06:35.953Z] #33 84.90 internal/syscall/unix [2021-03-10T15:06:36.091Z] #42 57.45 CC criu/arch/x86/cpu.o [2021-03-10T15:06:36.212Z] #33 ... [2021-03-10T15:06:36.212Z] [2021-03-10T15:06:36.213Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:36.213Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:36.213Z] #12 78.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:06:36.213Z] #12 78.85 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-10T15:06:36.213Z] #12 78.91 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-10T15:06:36.213Z] #12 ... [2021-03-10T15:06:36.213Z] [2021-03-10T15:06:36.213Z] #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-03-10T15:06:36.213Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:06:36.213Z] #35 75.20 Selecting previously unselected package libicu63:amd64. [2021-03-10T15:06:36.213Z] #35 75.23 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-10T15:06:36.213Z] #35 75.25 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:06:36.233Z] #43 ... [2021-03-10T15:06:36.233Z] [2021-03-10T15:06:36.233Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:06:36.233Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:06:36.233Z] #45 88.95 os/exec [2021-03-10T15:06:36.233Z] #45 89.02 net [2021-03-10T15:06:36.233Z] #45 91.69 internal/lazyregexp [2021-03-10T15:06:36.233Z] #45 92.56 github.com/LK4D4/vndr/versioned [2021-03-10T15:06:36.233Z] #45 95.15 encoding/binary [2021-03-10T15:06:36.233Z] #45 95.17 go/scanner [2021-03-10T15:06:36.233Z] #45 95.24 net/url [2021-03-10T15:06:36.233Z] #45 98.62 go/ast [2021-03-10T15:06:36.233Z] #45 ... [2021-03-10T15:06:36.233Z] [2021-03-10T15:06:36.233Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:06:36.233Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:06:36.233Z] #51 99.35 encoding/json [2021-03-10T15:06:36.472Z] #35 ... [2021-03-10T15:06:36.472Z] [2021-03-10T15:06:36.472Z] #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-03-10T15:06:36.472Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:06:36.472Z] #33 85.37 strings [2021-03-10T15:06:36.663Z] #42 58.16 CC criu/arch/x86/crtools.o [2021-03-10T15:06:37.027Z] Client: [2021-03-10T15:06:37.027Z] Debug Mode: false [2021-03-10T15:06:37.027Z] Plugins: [2021-03-10T15:06:37.027Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-03-10T15:06:37.027Z] [2021-03-10T15:06:37.027Z] Server: [2021-03-10T15:06:37.027Z] Containers: 0 [2021-03-10T15:06:37.027Z] Running: 0 [2021-03-10T15:06:37.027Z] Paused: 0 [2021-03-10T15:06:37.027Z] Stopped: 0 [2021-03-10T15:06:37.027Z] Images: 0 [2021-03-10T15:06:37.027Z] Server Version: 19.03.12 [2021-03-10T15:06:37.027Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-03-10T15:06:37.027Z] Windows: [2021-03-10T15:06:37.027Z] LCOW: [2021-03-10T15:06:37.027Z] Logging Driver: json-file [2021-03-10T15:06:37.027Z] Plugins: [2021-03-10T15:06:37.027Z] Volume: local [2021-03-10T15:06:37.027Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-10T15:06:37.027Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-10T15:06:37.027Z] Swarm: inactive [2021-03-10T15:06:37.027Z] Default Isolation: process [2021-03-10T15:06:37.027Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-10T15:06:37.027Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-03-10T15:06:37.027Z] OSType: windows [2021-03-10T15:06:37.027Z] Architecture: x86_64 [2021-03-10T15:06:37.027Z] CPUs: 4 [2021-03-10T15:06:37.027Z] Total Memory: 32GiB [2021-03-10T15:06:37.027Z] Name: azwin-2-b4e0e0 [2021-03-10T15:06:37.027Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-03-10T15:06:37.027Z] Docker Root Dir: D:\docker [2021-03-10T15:06:37.027Z] Debug Mode: false [2021-03-10T15:06:37.027Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:06:37.027Z] Labels: [2021-03-10T15:06:37.027Z] Experimental: true [2021-03-10T15:06:37.027Z] Insecure Registries: [2021-03-10T15:06:37.027Z] 10.0.0.4:5000 [2021-03-10T15:06:37.027Z] 127.0.0.0/8 [2021-03-10T15:06:37.027Z] Registry Mirrors: [2021-03-10T15:06:37.027Z] http://10.0.0.4:5000/ [2021-03-10T15:06:37.027Z] Live Restore Enabled: false [2021-03-10T15:06:37.027Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-03-10T15:06:37.289Z] #42 58.59 CC compel/src/lib/ptrace.o [2021-03-10T15:06:37.865Z] #42 59.12 AR compel/libcompel.a [2021-03-10T15:06:38.048Z] #42 59.37 CC criu/arch/x86/kerndat.o [2021-03-10T15:06:38.128Z] #42 59.32 HOSTCC compel/src/main-host.o [2021-03-10T15:06:38.186Z] Loaded image: buildpack-deps:buster [2021-03-10T15:06:38.186Z] Loaded image: buildpack-deps:buster [2021-03-10T15:06:38.186Z] Loaded image: buildpack-deps:buster [2021-03-10T15:06:38.186Z] Loaded image: busybox:latest [2021-03-10T15:06:38.186Z] Loaded image: busybox:latest [2021-03-10T15:06:38.186Z] Loaded image: busybox:latest [2021-03-10T15:06:38.186Z] Loaded image: busybox:glibc [2021-03-10T15:06:38.391Z] #42 59.68 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-03-10T15:06:38.445Z] Loaded image: busybox:glibc [2021-03-10T15:06:38.445Z] Loaded image: busybox:glibc [2021-03-10T15:06:38.619Z] #42 59.87 CC criu/arch/x86/sigaction_compat.o [2021-03-10T15:06:38.619Z] #42 60.10 CC criu/arch/x86/sigframe.o [2021-03-10T15:06:38.655Z] #42 59.86 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-10T15:06:38.879Z] #42 60.38 LINK criu/arch/x86/crtools.built-in.o [2021-03-10T15:06:38.918Z] #42 60.26 HOSTCC compel/src/lib/log-host.o [2021-03-10T15:06:39.174Z] #42 60.43 DEP criu/pie/util-vdso-elf32.d [2021-03-10T15:06:39.174Z] #42 ... [2021-03-10T15:06:39.174Z] [2021-03-10T15:06:39.174Z] #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-03-10T15:06:39.174Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:06:39.174Z] #44 121.0 net/http/httptrace [2021-03-10T15:06:39.174Z] #44 121.2 net/http [2021-03-10T15:06:39.174Z] #44 ... [2021-03-10T15:06:39.174Z] [2021-03-10T15:06:39.174Z] #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-03-10T15:06:39.174Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:39.174Z] #42 60.54 DEP criu/pie/util-vdso.d [2021-03-10T15:06:39.181Z] #42 ... [2021-03-10T15:06:39.181Z] [2021-03-10T15:06:39.181Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-10T15:06:39.182Z] #13 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-03-10T15:06:39.182Z] #13 DONE 3.7s [2021-03-10T15:06:39.182Z] [2021-03-10T15:06:39.182Z] #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-03-10T15:06:39.182Z] #52 sha256:083784550182b3e2dc691a995f94805c3c99f96c28ece6bc4a6bed2c27cd8648 [2021-03-10T15:06:39.182Z] #52 3.297 + RM_GOPATH=0 [2021-03-10T15:06:39.182Z] #52 3.297 + TMP_GOPATH= [2021-03-10T15:06:39.182Z] #52 3.297 + : /build [2021-03-10T15:06:39.182Z] #52 3.297 + '[' -z '' ']' [2021-03-10T15:06:39.182Z] #52 3.300 ++ mktemp -d [2021-03-10T15:06:39.182Z] #52 3.304 + export GOPATH=/tmp/tmp.7PS5uUnosF [2021-03-10T15:06:39.182Z] #52 3.304 + GOPATH=/tmp/tmp.7PS5uUnosF [2021-03-10T15:06:39.182Z] #52 3.304 + RM_GOPATH=1 [2021-03-10T15:06:39.182Z] #52 3.304 + case "$(go env GOARCH)" in [2021-03-10T15:06:39.182Z] #52 3.319 ++ go env GOARCH [2021-03-10T15:06:39.182Z] #52 3.325 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:39.182Z] #52 3.325 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:39.182Z] #52 3.325 ++ dirname /tmp/install/install.sh [2021-03-10T15:06:39.182Z] #52 3.325 + dir=/tmp/install [2021-03-10T15:06:39.182Z] #52 3.325 + bin=runc [2021-03-10T15:06:39.182Z] #52 3.325 + shift [2021-03-10T15:06:39.182Z] #52 3.325 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-10T15:06:39.182Z] #52 3.325 + . /tmp/install/runc.installer [2021-03-10T15:06:39.182Z] #52 3.325 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:06:39.182Z] #52 3.325 + install_runc [2021-03-10T15:06:39.182Z] #52 3.329 + uname -r [2021-03-10T15:06:39.182Z] #52 3.329 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-10T15:06:39.182Z] #52 3.352 + RUNC_BUILDTAGS='seccomp ' [2021-03-10T15:06:39.182Z] #52 3.352 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-10T15:06:39.182Z] #52 3.352 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7PS5uUnosF/src/github.com/opencontainers/runc [2021-03-10T15:06:39.182Z] #52 3.353 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-10T15:06:39.182Z] #52 3.363 Cloning into '/tmp/tmp.7PS5uUnosF/src/github.com/opencontainers/runc'... [2021-03-10T15:06:39.211Z] #33 88.19 os [2021-03-10T15:06:39.434Z] #42 60.72 DEP criu/pie/util.d [2021-03-10T15:06:39.695Z] #42 60.88 CC criu/pie/util.o [2021-03-10T15:06:39.959Z] #42 61.19 CC criu/pie/util-vdso.o [2021-03-10T15:06:40.221Z] #42 ... [2021-03-10T15:06:40.221Z] [2021-03-10T15:06:40.221Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-10T15:06:40.221Z] #13 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-10T15:06:40.221Z] #13 DONE 4.9s [2021-03-10T15:06:40.221Z] [2021-03-10T15:06:40.221Z] #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-03-10T15:06:40.221Z] #14 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-10T15:06:40.285Z] #68 exporting layers 5.7s done [2021-03-10T15:06:40.285Z] #68 writing image sha256:9ad1b6ee8df70ab6e0cf1cf3c833e8ca73f859d22e72cfdb9733c885e1145709 done [2021-03-10T15:06:40.285Z] #68 naming to docker.io/library/docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 done [2021-03-10T15:06:40.285Z] #68 DONE 5.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-10T15:06:40.760Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/test/unit [2021-03-10T15:06:40.790Z] #21 10.70 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-10T15:06:40.790Z] #21 10.80 Collecting pyyaml (from yamllint==1.16.0) [2021-03-10T15:06:40.790Z] #21 11.02 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-10T15:06:40.986Z] Loaded image: debian:bullseye [2021-03-10T15:06:41.048Z] #21 11.38 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-10T15:06:41.110Z] #52 ... [2021-03-10T15:06:41.110Z] [2021-03-10T15:06:41.110Z] #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-03-10T15:06:41.110Z] #23 sha256:f186bc8717c38d3284af28ce838193aa51271681d447203bc6ea791852173348 [2021-03-10T15:06:41.244Z] Loaded image: hello-world:latest [2021-03-10T15:06:41.244Z] Loaded image: debian:bullseye [2021-03-10T15:06:41.244Z] Loaded image: debian:bullseye [2021-03-10T15:06:41.244Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:06:41.244Z] Loaded image: hello-world:latest [2021-03-10T15:06:41.244Z] Loaded image: hello-world:latest [2021-03-10T15:06:41.244Z] INFO: Testing against a local daemon [2021-03-10T15:06:41.244Z] === RUN TestDockerDaemonSuite [2021-03-10T15:06:41.244Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-03-10T15:06:41.244Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:06:41.244Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:06:41.304Z] #21 11.42 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-10T15:06:41.304Z] #21 11.50 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-10T15:06:41.503Z] INFO: Testing against a local daemon [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-03-10T15:06:41.503Z] INFO: Testing against a local daemon [2021-03-10T15:06:41.503Z] === RUN TestCgroupNamespacesBuild [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-03-10T15:06:41.503Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-03-10T15:06:41.561Z] #21 11.84 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-10T15:06:41.812Z] #33 ... [2021-03-10T15:06:41.812Z] [2021-03-10T15:06:41.812Z] #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-03-10T15:06:41.812Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:06:41.812Z] #35 86.95 Selecting previously unselected package libxml2:amd64. [2021-03-10T15:06:41.812Z] #35 86.97 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-10T15:06:41.812Z] #35 87.08 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:06:41.812Z] #35 88.24 Selecting previously unselected package libarchive13:amd64. [2021-03-10T15:06:41.812Z] #35 88.25 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-10T15:06:41.812Z] #35 88.26 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-10T15:06:41.812Z] #35 89.09 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-10T15:06:41.812Z] #35 89.10 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-10T15:06:41.812Z] #35 89.11 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-10T15:06:41.812Z] #35 89.43 Selecting previously unselected package librhash0:amd64. [2021-03-10T15:06:41.812Z] #35 89.43 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-10T15:06:41.812Z] #35 89.44 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-10T15:06:41.812Z] #35 89.94 Selecting previously unselected package libuv1:amd64. [2021-03-10T15:06:41.812Z] #35 89.96 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-10T15:06:41.812Z] #35 89.97 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-10T15:06:41.812Z] #35 90.23 Selecting previously unselected package cmake. [2021-03-10T15:06:41.812Z] #35 90.25 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-10T15:06:41.812Z] #35 90.29 Unpacking cmake (3.13.4-1) ... [2021-03-10T15:06:41.911Z] #51 ... [2021-03-10T15:06:41.911Z] [2021-03-10T15:06:41.911Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:41.911Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:41.911Z] #43 32.01 CC images/sk-unix.o [2021-03-10T15:06:41.911Z] #43 32.37 CC images/sk-inet.o [2021-03-10T15:06:41.911Z] #43 32.76 CC images/tun.o [2021-03-10T15:06:41.911Z] #43 33.15 CC images/sk-netlink.o [2021-03-10T15:06:41.911Z] #43 33.38 CC images/packet-sock.o [2021-03-10T15:06:41.911Z] #43 33.74 CC images/ipc-var.o [2021-03-10T15:06:41.911Z] #43 33.89 CC images/ipc-desc.o [2021-03-10T15:06:41.911Z] #43 34.06 CC images/ipc-shm.o [2021-03-10T15:06:41.911Z] #43 34.36 CC images/ipc-msg.o [2021-03-10T15:06:41.911Z] #43 34.73 CC images/ipc-sem.o [2021-03-10T15:06:41.911Z] #43 34.98 CC images/utsns.o [2021-03-10T15:06:41.911Z] #43 35.19 CC images/creds.o [2021-03-10T15:06:41.911Z] #43 35.38 CC images/vma.o [2021-03-10T15:06:41.911Z] #43 35.60 CC images/netdev.o [2021-03-10T15:06:41.911Z] #43 36.00 CC images/tty.o [2021-03-10T15:06:41.911Z] #43 36.62 CC images/file-lock.o [2021-03-10T15:06:41.911Z] #43 36.80 CC images/rlimit.o [2021-03-10T15:06:41.911Z] #43 37.04 CC images/pagemap.o [2021-03-10T15:06:41.911Z] #43 37.36 CC images/siginfo.o [2021-03-10T15:06:42.071Z] #35 ... [2021-03-10T15:06:42.071Z] [2021-03-10T15:06:42.071Z] #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-03-10T15:06:42.071Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:06:42.071Z] #44 80.97 time [2021-03-10T15:06:42.071Z] #44 85.67 strings [2021-03-10T15:06:42.071Z] #44 89.94 regexp/syntax [2021-03-10T15:06:42.071Z] #44 90.31 os [2021-03-10T15:06:42.126Z] #21 DONE 12.3s [2021-03-10T15:06:42.126Z] [2021-03-10T15:06:42.126Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-10T15:06:42.126Z] #24 sha256:3decda3466445ae68570bba7b300912d60437b5e4ce701367c97367e14886ed7 [2021-03-10T15:06:42.212Z] #43 37.69 CC images/rpc.o [2021-03-10T15:06:42.330Z] #44 ... [2021-03-10T15:06:42.330Z] [2021-03-10T15:06:42.330Z] #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-03-10T15:06:42.330Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:06:42.330Z] #41 84.76 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-10T15:06:42.330Z] #41 84.77 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:06:42.330Z] #41 84.79 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:06:42.330Z] #41 84.81 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-10T15:06:42.330Z] #41 84.82 Setting up python-six (1.12.0-1) ... [2021-03-10T15:06:42.330Z] #41 90.74 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-10T15:06:42.330Z] #41 90.75 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:06:42.330Z] #41 90.81 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-10T15:06:42.330Z] #41 90.83 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-10T15:06:42.330Z] #41 90.84 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-10T15:06:42.330Z] #41 90.87 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-10T15:06:42.330Z] #41 90.91 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-10T15:06:42.330Z] #41 90.93 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-10T15:06:42.330Z] #41 90.95 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-10T15:06:42.330Z] #41 90.97 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-10T15:06:42.383Z] #24 DONE 0.3s [2021-03-10T15:06:42.383Z] [2021-03-10T15:06:42.383Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:06:42.383Z] #29 sha256:7656a006214d2e037a0acbaef7ab22a53e71c8403f014abeb437400c64539262 [2021-03-10T15:06:42.427Z] #23 132.0 Checking out files: 19% (2144/11201) Checking out files: 20% (2241/11201) Checking out files: 21% (2353/11201) Checking out files: 22% (2465/11201) Checking out files: 23% (2577/11201) Checking out files: 24% (2689/11201) Checking out files: 25% (2801/11201) Checking out files: 26% (2913/11201) Checking out files: 27% (3025/11201) Checking out files: 28% (3137/11201) Checking out files: 29% (3249/11201) Checking out files: 30% (3361/11201) Checking out files: 31% (3473/11201) Checking out files: 32% (3585/11201) Checking out files: 33% (3697/11201) Checking out files: 33% (3732/11201) Checking out files: 34% (3809/11201) Checking out files: 35% (3921/11201) Checking out files: 36% (4033/11201) Checking out files: 37% (4145/11201) Checking out files: 38% (4257/11201) Checking out files: 39% (4369/11201) Checking out files: 40% (4481/11201) Checking out files: 41% (4593/11201) Checking out files: 42% (4705/11201) Checking out files: 43% (4817/11201) Checking out files: 44% (4929/11201) Checking out files: 45% (5041/11201) Checking out files: 46% (5153/11201) Checking out files: 47% (5265/11201) Checking out files: 48% (5377/11201) Checking out files: 49% (5489/11201) [2021-03-10T15:06:42.427Z] #23 ... [2021-03-10T15:06:42.427Z] [2021-03-10T15:06:42.427Z] #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-03-10T15:06:42.427Z] #14 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-03-10T15:06:42.427Z] #14 DONE 3.2s [2021-03-10T15:06:42.427Z] [2021-03-10T15:06:42.427Z] #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-03-10T15:06:42.427Z] #23 sha256:f186bc8717c38d3284af28ce838193aa51271681d447203bc6ea791852173348 [2021-03-10T15:06:42.511Z] #43 ... [2021-03-10T15:06:42.511Z] [2021-03-10T15:06:42.511Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:42.511Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:06:42.511Z] #13 94.87 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-10T15:06:42.511Z] #13 94.87 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-10T15:06:42.511Z] #13 94.88 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:42.511Z] #13 ... [2021-03-10T15:06:42.511Z] [2021-03-10T15:06:42.511Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:06:42.511Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:06:42.511Z] #45 100.3 text/template/parse [2021-03-10T15:06:42.511Z] #45 100.4 encoding/json [2021-03-10T15:06:43.510Z] ? github.com/docker/docker/api [no test files] [2021-03-10T15:06:43.575Z] #45 ... [2021-03-10T15:06:43.575Z] [2021-03-10T15:06:43.575Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:43.575Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:43.575Z] #43 39.20 CC images/ext-file.o [2021-03-10T15:06:43.879Z] #43 39.38 CC images/cgroup.o [2021-03-10T15:06:44.419Z] #14 DONE 4.0s [2021-03-10T15:06:44.419Z] [2021-03-10T15:06:44.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-03-10T15:06:44.419Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:44.419Z] #42 62.11 CC criu/pie/util-vdso-elf32.o [2021-03-10T15:06:44.419Z] #42 62.81 AR criu/pie/pie.lib.a [2021-03-10T15:06:44.419Z] #42 62.88 DEP criu/pie/restorer.d [2021-03-10T15:06:44.419Z] #42 63.13 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-10T15:06:44.419Z] #42 63.26 DEP criu/arch/x86/restorer_unmap.d [2021-03-10T15:06:44.419Z] #42 63.29 DEP criu/arch/x86/restorer.d [2021-03-10T15:06:44.419Z] #42 63.49 DEP criu/arch/x86/vdso-pie.d [2021-03-10T15:06:44.419Z] #42 63.63 DEP criu/pie/parasite-vdso.d [2021-03-10T15:06:44.419Z] #42 63.78 DEP criu/pie/parasite.d [2021-03-10T15:06:44.419Z] #42 64.05 CC criu/pie/parasite.o [2021-03-10T15:06:44.419Z] #42 65.37 LINK criu/pie/parasite.built-in.o [2021-03-10T15:06:44.419Z] #42 65.38 GEN criu/pie/parasite-blob.h [2021-03-10T15:06:44.419Z] #42 65.40 CC criu/pie/parasite-vdso.o [2021-03-10T15:06:44.534Z] #43 40.05 CC images/userns.o [2021-03-10T15:06:44.796Z] #23 132.0 Checking out files: 19% (2144/11201) Checking out files: 20% (2241/11201) Checking out files: 21% (2353/11201) Checking out files: 22% (2465/11201) Checking out files: 23% (2577/11201) Checking out files: 24% (2689/11201) Checking out files: 25% (2801/11201) Checking out files: 26% (2913/11201) Checking out files: 27% (3025/11201) Checking out files: 28% (3137/11201) Checking out files: 29% (3249/11201) Checking out files: 30% (3361/11201) Checking out files: 31% (3473/11201) Checking out files: 32% (3585/11201) Checking out files: 33% (3697/11201) Checking out files: 33% (3732/11201) Checking out files: 34% (3809/11201) Checking out files: 35% (3921/11201) Checking out files: 36% (4033/11201) Checking out files: 37% (4145/11201) Checking out files: 38% (4257/11201) Checking out files: 39% (4369/11201) Checking out files: 40% (4481/11201) Checking out files: 41% (4593/11201) Checking out files: 42% (4705/11201) Checking out files: 43% (4817/11201) Checking out files: 44% (4929/11201) Checking out files: 45% (5041/11201) Checking out files: 46% (5153/11201) Checking out files: 47% (5265/11201) Checking out files: 48% (5377/11201) Checking out files: 49% (5489/11201) Checking out files: 50% (5601/11201) Checking out files: 51% (5713/11201) Checking out files: 52% (5825/11201) Checking out files: 53% (5937/11201) Checking out files: 54% (6049/11201) Checking out files: 55% (6161/11201) Checking out files: 56% (6273/11201) Checking out files: 57% (6385/11201) Checking out files: 57% (6488/11201) Checking out files: 58% (6497/11201) Checking out files: 59% (6609/11201) Checking out files: 60% (6721/11201) Checking out files: 61% (6833/11201) Checking out files: 62% (6945/11201) Checking out files: 63% (7057/11201) Checking out files: 64% (7169/11201) Checking out files: 65% (7281/11201) Checking out files: 66% (7393/11201) Checking out files: 67% (7505/11201) Checking out files: 68% (7617/11201) Checking out files: 69% (7729/11201) Checking out files: 70% (7841/11201) Checking out files: 71% (7953/11201) Checking out files: 72% (8065/11201) Checking out files: 73% (8177/11201) Checking out files: 74% (8289/11201) Checking out files: 74% (8373/11201) Checking out files: 75% (8401/11201) Checking out files: 76% (8513/11201) Checking out files: 77% (8625/11201) Checking out files: 78% (8737/11201) Checking out files: 79% (8849/11201) Checking out files: 80% (8961/11201) Checking out files: 81% (9073/11201) Checking out files: 82% (9185/11201) Checking out files: 83% (9297/11201) Checking out files: 84% (9409/11201) Checking out files: 85% (9521/11201) Checking out files: 86% (9633/11201) Checking out files: 87% (9745/11201) Checking out files: 88% (9857/11201) Checking out files: 89% (9969/11201) Checking out files: 90% (10081/11201) Checking out files: 91% (10193/11201) Checking out files: 92% (10305/11201) Checking out files: 93% (10417/11201) [2021-03-10T15:06:44.796Z] #23 ... [2021-03-10T15:06:44.796Z] [2021-03-10T15:06:44.797Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-10T15:06:44.797Z] #15 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-03-10T15:06:44.797Z] #15 1.684 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-10T15:06:44.797Z] #15 DONE 2.5s [2021-03-10T15:06:44.797Z] [2021-03-10T15:06:44.797Z] #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-03-10T15:06:44.797Z] #23 sha256:f186bc8717c38d3284af28ce838193aa51271681d447203bc6ea791852173348 [2021-03-10T15:06:44.881Z] #43 40.38 CC images/google/protobuf/descriptor.o [2021-03-10T15:06:44.987Z] #42 66.32 CC criu/arch/x86/vdso-pie.o [2021-03-10T15:06:45.248Z] #42 66.60 CC criu/arch/x86/restorer.o [2021-03-10T15:06:45.248Z] #42 ... [2021-03-10T15:06:45.248Z] [2021-03-10T15:06:45.248Z] #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-03-10T15:06:45.248Z] #52 sha256:4c81b32328f94ce86dfdd94b547e1dbb56f1828fc1be180b83f8dae8d3cd54eb [2021-03-10T15:06:45.248Z] #52 4.924 + RM_GOPATH=0 [2021-03-10T15:06:45.248Z] #52 4.924 + TMP_GOPATH= [2021-03-10T15:06:45.248Z] #52 4.924 + : /build [2021-03-10T15:06:45.248Z] #52 4.924 + '[' -z '' ']' [2021-03-10T15:06:45.248Z] #52 4.924 ++ mktemp -d [2021-03-10T15:06:45.248Z] #52 4.929 + export GOPATH=/tmp/tmp.Uzsn4sLBGY [2021-03-10T15:06:45.248Z] #52 4.929 + GOPATH=/tmp/tmp.Uzsn4sLBGY [2021-03-10T15:06:45.248Z] #52 4.929 + RM_GOPATH=1 [2021-03-10T15:06:45.248Z] #52 4.929 + case "$(go env GOARCH)" in [2021-03-10T15:06:45.248Z] #52 4.938 ++ go env GOARCH [2021-03-10T15:06:45.248Z] #52 4.999 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:45.248Z] #52 4.999 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:45.248Z] #52 4.999 ++ dirname /tmp/install/install.sh [2021-03-10T15:06:45.248Z] #52 4.999 + dir=/tmp/install [2021-03-10T15:06:45.248Z] #52 4.999 + bin=runc [2021-03-10T15:06:45.248Z] #52 4.999 + shift [2021-03-10T15:06:45.248Z] #52 4.999 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-10T15:06:45.248Z] #52 4.999 + . /tmp/install/runc.installer [2021-03-10T15:06:45.248Z] #52 4.999 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:06:45.248Z] #52 4.999 + install_runc [2021-03-10T15:06:45.248Z] #52 4.999 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-10T15:06:45.248Z] #52 4.999 + uname -r [2021-03-10T15:06:45.248Z] #52 5.003 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-10T15:06:45.248Z] #52 5.007 + RUNC_BUILDTAGS='seccomp ' [2021-03-10T15:06:45.248Z] #52 5.007 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-10T15:06:45.248Z] #52 5.007 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Uzsn4sLBGY/src/github.com/opencontainers/runc [2021-03-10T15:06:45.248Z] #52 5.007 Cloning into '/tmp/tmp.Uzsn4sLBGY/src/github.com/opencontainers/runc'... [2021-03-10T15:06:45.326Z] #23 132.0 Checking out files: 19% (2144/11201) Checking out files: 20% (2241/11201) Checking out files: 21% (2353/11201) Checking out files: 22% (2465/11201) Checking out files: 23% (2577/11201) Checking out files: 24% (2689/11201) Checking out files: 25% (2801/11201) Checking out files: 26% (2913/11201) Checking out files: 27% (3025/11201) Checking out files: 28% (3137/11201) Checking out files: 29% (3249/11201) Checking out files: 30% (3361/11201) Checking out files: 31% (3473/11201) Checking out files: 32% (3585/11201) Checking out files: 33% (3697/11201) Checking out files: 33% (3732/11201) Checking out files: 34% (3809/11201) Checking out files: 35% (3921/11201) Checking out files: 36% (4033/11201) Checking out files: 37% (4145/11201) Checking out files: 38% (4257/11201) Checking out files: 39% (4369/11201) Checking out files: 40% (4481/11201) Checking out files: 41% (4593/11201) Checking out files: 42% (4705/11201) Checking out files: 43% (4817/11201) Checking out files: 44% (4929/11201) Checking out files: 45% (5041/11201) Checking out files: 46% (5153/11201) Checking out files: 47% (5265/11201) Checking out files: 48% (5377/11201) Checking out files: 49% (5489/11201) Checking out files: 50% (5601/11201) Checking out files: 51% (5713/11201) Checking out files: 52% (5825/11201) Checking out files: 53% (5937/11201) Checking out files: 54% (6049/11201) Checking out files: 55% (6161/11201) Checking out files: 56% (6273/11201) Checking out files: 57% (6385/11201) Checking out files: 57% (6488/11201) Checking out files: 58% (6497/11201) Checking out files: 59% (6609/11201) Checking out files: 60% (6721/11201) Checking out files: 61% (6833/11201) Checking out files: 62% (6945/11201) Checking out files: 63% (7057/11201) Checking out files: 64% (7169/11201) Checking out files: 65% (7281/11201) Checking out files: 66% (7393/11201) Checking out files: 67% (7505/11201) Checking out files: 68% (7617/11201) Checking out files: 69% (7729/11201) Checking out files: 70% (7841/11201) Checking out files: 71% (7953/11201) Checking out files: 72% (8065/11201) Checking out files: 73% (8177/11201) Checking out files: 74% (8289/11201) Checking out files: 74% (8373/11201) Checking out files: 75% (8401/11201) Checking out files: 76% (8513/11201) Checking out files: 77% (8625/11201) Checking out files: 78% (8737/11201) Checking out files: 79% (8849/11201) Checking out files: 80% (8961/11201) Checking out files: 81% (9073/11201) Checking out files: 82% (9185/11201) Checking out files: 83% (9297/11201) Checking out files: 84% (9409/11201) Checking out files: 85% (9521/11201) Checking out files: 86% (9633/11201) Checking out files: 87% (9745/11201) Checking out files: 88% (9857/11201) Checking out files: 89% (9969/11201) Checking out files: 90% (10081/11201) Checking out files: 91% (10193/11201) Checking out files: 92% (10305/11201) Checking out files: 93% (10417/11201) Checking out files: 94% (10529/11201) Checking out files: 94% (10613/11201) Checking out files: 95% (10641/11201) Checking out files: 96% (10753/11201) Checking out files: 97% (10865/11201) Checking out files: 98% (10977/11201) Checking out files: 99% (11089/11201) Checking out files: 100% (11201/11201) Checking out files: 100% (11201/11201), done. [2021-03-10T15:06:45.326Z] #23 136.5 + cd /tmp/tmp.DIQ7mHRpgn/tmp/docker-ce [2021-03-10T15:06:45.326Z] #23 136.5 + git checkout -q v17.06.2-ce [2021-03-10T15:06:45.509Z] #52 ... [2021-03-10T15:06:45.509Z] [2021-03-10T15:06:45.509Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-10T15:06:45.509Z] #15 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-10T15:06:46.450Z] #15 2.380 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-10T15:06:46.450Z] #15 DONE 2.5s [2021-03-10T15:06:46.450Z] [2021-03-10T15:06:46.450Z] #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-03-10T15:06:46.450Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:46.450Z] #42 67.19 CC criu/arch/x86/restorer_unmap.o [2021-03-10T15:06:46.450Z] #42 67.24 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-10T15:06:46.450Z] #42 67.54 CC criu/pie/restorer.o [2021-03-10T15:06:46.525Z] #41 ... [2021-03-10T15:06:46.525Z] [2021-03-10T15:06:46.525Z] #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-03-10T15:06:46.525Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:06:46.525Z] #35 94.94 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:06:46.525Z] #35 94.96 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:06:46.525Z] #35 94.98 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-10T15:06:46.525Z] #35 94.99 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:06:46.525Z] #35 95.13 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-10T15:06:46.525Z] #35 95.14 Setting up cmake-data (3.13.4-1) ... [2021-03-10T15:06:46.525Z] #35 95.20 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-10T15:06:46.525Z] #35 95.21 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-10T15:06:46.525Z] #35 95.22 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-10T15:06:46.525Z] #35 95.23 Setting up cmake (3.13.4-1) ... [2021-03-10T15:06:46.525Z] #35 95.25 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:06:46.525Z] #35 95.37 Processing triggers for mime-support (3.62) ... [2021-03-10T15:06:46.525Z] #35 ... [2021-03-10T15:06:46.525Z] [2021-03-10T15:06:46.525Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:46.525Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:06:46.525Z] #12 79.30 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-10T15:06:46.525Z] #12 79.64 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-10T15:06:46.525Z] #12 79.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-10T15:06:46.525Z] #12 79.89 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-10T15:06:46.525Z] #12 79.91 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:06:46.525Z] #12 83.93 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-10T15:06:46.525Z] #12 83.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-10T15:06:46.525Z] #12 83.94 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:06:46.525Z] #12 88.21 Selecting previously unselected package binutils-mingw-w64. [2021-03-10T15:06:46.525Z] #12 88.22 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-10T15:06:46.525Z] #12 88.22 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:06:46.525Z] #12 88.43 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-10T15:06:46.525Z] #12 88.44 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:06:46.525Z] #12 88.45 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:06:46.525Z] #12 88.91 Selecting previously unselected package dmsetup. [2021-03-10T15:06:46.525Z] #12 88.91 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:06:46.525Z] #12 88.92 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-10T15:06:46.557Z] #29 ... [2021-03-10T15:06:46.557Z] [2021-03-10T15:06:46.557Z] #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-03-10T15:06:46.557Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:46.557Z] #42 135.2 CC criu/namespaces.o [2021-03-10T15:06:46.557Z] #42 136.8 CC criu/net.o [2021-03-10T15:06:46.557Z] #42 139.6 CC criu/netfilter.o [2021-03-10T15:06:46.557Z] #42 140.0 CC criu/page-pipe.o [2021-03-10T15:06:46.557Z] #42 140.8 CC criu/page-xfer.o [2021-03-10T15:06:46.557Z] #42 142.7 CC criu/pagemap-cache.o [2021-03-10T15:06:46.557Z] #42 143.1 CC criu/pagemap.o [2021-03-10T15:06:46.557Z] #42 144.0 CC criu/parasite-syscall.o [2021-03-10T15:06:46.557Z] #42 144.9 CC criu/path.o [2021-03-10T15:06:46.557Z] #42 145.2 CC criu/pie-util-vdso-elf32.o [2021-03-10T15:06:46.557Z] #42 145.7 CC criu/pie-util-vdso.o [2021-03-10T15:06:46.557Z] #42 146.1 CC criu/pie-util.o [2021-03-10T15:06:46.785Z] #12 89.38 Selecting previously unselected package mingw-w64-common. [2021-03-10T15:06:46.785Z] #12 89.38 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-10T15:06:46.785Z] #12 89.39 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-10T15:06:46.813Z] #42 146.3 CC criu/pipes.o [2021-03-10T15:06:47.014Z] #43 42.55 CC images/opts.o [2021-03-10T15:06:47.014Z] #43 42.83 CC images/seccomp.o [2021-03-10T15:06:47.070Z] #42 ... [2021-03-10T15:06:47.070Z] [2021-03-10T15:06:47.070Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:06:47.070Z] #29 sha256:7656a006214d2e037a0acbaef7ab22a53e71c8403f014abeb437400c64539262 [2021-03-10T15:06:47.070Z] #29 DONE 4.8s [2021-03-10T15:06:47.252Z] #23 ... [2021-03-10T15:06:47.252Z] [2021-03-10T15:06:47.252Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-10T15:06:47.252Z] #16 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-03-10T15:06:47.252Z] #16 DONE 2.4s [2021-03-10T15:06:47.252Z] [2021-03-10T15:06:47.252Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-10T15:06:47.252Z] #17 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-03-10T15:06:47.327Z] [2021-03-10T15:06:47.327Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-10T15:06:47.327Z] #32 sha256:3a6037a9b30333e158c8b61ea92137a77fa5c38f5c31ed87f86b9e3fd90c90eb [2021-03-10T15:06:47.355Z] #12 ... [2021-03-10T15:06:47.355Z] [2021-03-10T15:06:47.355Z] #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-03-10T15:06:47.355Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:06:47.355Z] #44 96.15 fmt [2021-03-10T15:06:47.584Z] #32 DONE 0.4s [2021-03-10T15:06:47.584Z] [2021-03-10T15:06:47.584Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-10T15:06:47.584Z] #34 sha256:2cc28a30f38f9f4bae669aa36ea1eb6d85e884ad05d279f12876c182ce8a0093 [2021-03-10T15:06:47.662Z] #43 43.20 CC images/binfmt-misc.o [2021-03-10T15:06:47.662Z] #43 43.39 CC images/time.o [2021-03-10T15:06:47.841Z] #34 DONE 0.1s [2021-03-10T15:06:47.841Z] [2021-03-10T15:06:47.841Z] #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-03-10T15:06:47.841Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:47.841Z] #42 147.1 CC criu/plugin.o [2021-03-10T15:06:47.841Z] #42 ... [2021-03-10T15:06:47.841Z] [2021-03-10T15:06:47.841Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-10T15:06:47.841Z] #37 sha256:e2feb8e985125d8a0cb4ea68c9ccc22d8e29fbba869df1be8d548ccce78266a1 [2021-03-10T15:06:47.841Z] #37 DONE 0.2s [2021-03-10T15:06:47.924Z] #44 ... [2021-03-10T15:06:47.924Z] [2021-03-10T15:06:47.924Z] #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-03-10T15:06:47.924Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-10T15:06:47.924Z] #35 DONE 96.7s [2021-03-10T15:06:47.924Z] [2021-03-10T15:06:47.924Z] #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-03-10T15:06:47.924Z] #36 sha256:9ddc8354e1ee9fbdd1e0b354555e3fe7257efcd30d971c429963785cdbfc0d3f [2021-03-10T15:06:47.962Z] #43 43.63 CC images/sysctl.o [2021-03-10T15:06:48.098Z] [2021-03-10T15:06:48.098Z] #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-03-10T15:06:48.098Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:48.098Z] #42 147.5 CC criu/proc_parse.o [2021-03-10T15:06:48.263Z] #43 43.85 CC images/autofs.o [2021-03-10T15:06:48.493Z] #36 ... [2021-03-10T15:06:48.493Z] [2021-03-10T15:06:48.493Z] #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-03-10T15:06:48.493Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:06:48.493Z] #50 87.43 context [2021-03-10T15:06:48.493Z] #50 87.66 encoding/binary [2021-03-10T15:06:48.493Z] #50 89.73 os [2021-03-10T15:06:48.493Z] #50 91.47 encoding/base64 [2021-03-10T15:06:48.493Z] #50 92.69 golang.org/x/sys/unix [2021-03-10T15:06:48.493Z] #50 95.86 fmt [2021-03-10T15:06:48.493Z] #50 ... [2021-03-10T15:06:48.493Z] [2021-03-10T15:06:48.493Z] #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-03-10T15:06:48.493Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:06:48.493Z] #44 97.55 regexp [2021-03-10T15:06:48.562Z] #43 44.18 CC images/macvlan.o [2021-03-10T15:06:48.863Z] #43 44.44 CC images/sit.o [2021-03-10T15:06:49.164Z] #43 44.69 CC images/memfd.o [2021-03-10T15:06:49.164Z] #43 ... [2021-03-10T15:06:49.164Z] [2021-03-10T15:06:49.164Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:06:49.164Z] #13 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-10T15:06:49.164Z] #13 110.6 Selecting previously unselected package libapparmor1:ppc64el. [2021-03-10T15:06:49.164Z] #13 110.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-03-10T15:06:49.164Z] #13 110.6 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-03-10T15:06:49.164Z] #13 110.7 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-03-10T15:06:49.164Z] #13 110.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-03-10T15:06:49.164Z] #13 110.8 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-03-10T15:06:49.164Z] #13 110.9 Selecting previously unselected package libbtrfs0. [2021-03-10T15:06:49.164Z] #13 110.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-03-10T15:06:49.164Z] #13 110.9 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:06:49.164Z] #13 111.0 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:06:49.164Z] #13 111.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-03-10T15:06:49.164Z] #13 111.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:06:49.164Z] #13 111.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-03-10T15:06:49.164Z] #13 111.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-03-10T15:06:49.164Z] #13 111.2 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-10T15:06:49.164Z] #13 111.3 Selecting previously unselected package libudev-dev:ppc64el. [2021-03-10T15:06:49.164Z] #13 111.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_ppc64el.deb ... [2021-03-10T15:06:49.164Z] #13 111.4 Unpacking libudev-dev:ppc64el (241-7~deb10u6) ... [2021-03-10T15:06:49.164Z] #13 111.5 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-03-10T15:06:49.164Z] #13 111.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-03-10T15:06:49.164Z] #13 111.5 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-03-10T15:06:49.195Z] #17 ... [2021-03-10T15:06:49.195Z] [2021-03-10T15:06:49.195Z] #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-03-10T15:06:49.195Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:49.195Z] #42 60.59 HOSTLINK compel/compel-host-bin [2021-03-10T15:06:49.195Z] #42 60.91 DEP soccr/soccr.d [2021-03-10T15:06:49.195Z] #42 61.17 CC soccr/soccr.o [2021-03-10T15:06:49.195Z] #42 62.99 AR soccr/libsoccr.a [2021-03-10T15:06:49.195Z] #42 63.03 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:06:49.195Z] #42 63.51 DEP criu/arch/aarch64/sigframe.d [2021-03-10T15:06:49.195Z] #42 63.60 DEP criu/arch/aarch64/crtools.d [2021-03-10T15:06:49.195Z] #42 63.74 DEP criu/arch/aarch64/cpu.d [2021-03-10T15:06:49.195Z] #42 63.77 DEP criu/arch/aarch64/bitops.d [2021-03-10T15:06:49.195Z] #42 63.84 CC criu/arch/aarch64/bitops.o [2021-03-10T15:06:49.195Z] #42 63.89 CC criu/arch/aarch64/cpu.o [2021-03-10T15:06:49.195Z] #42 64.06 CC criu/arch/aarch64/crtools.o [2021-03-10T15:06:49.195Z] #42 64.65 CC criu/arch/aarch64/sigframe.o [2021-03-10T15:06:49.195Z] #42 64.94 LINK criu/arch/aarch64/crtools.built-in.o [2021-03-10T15:06:49.195Z] #42 65.00 DEP criu/pie/util-vdso.d [2021-03-10T15:06:49.195Z] #42 65.15 DEP criu/pie/util.d [2021-03-10T15:06:49.195Z] #42 65.33 CC criu/pie/util.o [2021-03-10T15:06:49.195Z] #42 65.75 CC criu/pie/util-vdso.o [2021-03-10T15:06:49.195Z] #42 66.41 AR criu/pie/pie.lib.a [2021-03-10T15:06:49.195Z] #42 66.48 DEP criu/pie/restorer.d [2021-03-10T15:06:49.195Z] #42 66.66 DEP criu/arch/aarch64/intraprocedure.d [2021-03-10T15:06:49.195Z] #42 66.71 DEP criu/arch/aarch64/restorer.d [2021-03-10T15:06:49.195Z] #42 66.84 DEP criu/arch/aarch64/vdso-pie.d [2021-03-10T15:06:49.195Z] #42 67.05 DEP criu/pie/parasite-vdso.d [2021-03-10T15:06:49.195Z] #42 67.26 DEP criu/pie/parasite.d [2021-03-10T15:06:49.195Z] #42 67.60 CC criu/pie/parasite.o [2021-03-10T15:06:49.195Z] #42 69.04 LINK criu/pie/parasite.built-in.o [2021-03-10T15:06:49.195Z] #42 69.05 GEN criu/pie/parasite-blob.h [2021-03-10T15:06:49.195Z] #42 69.08 CC criu/pie/parasite-vdso.o [2021-03-10T15:06:49.195Z] #42 69.77 CC criu/arch/aarch64/vdso-pie.o [2021-03-10T15:06:49.195Z] #42 70.11 CC criu/arch/aarch64/restorer.o [2021-03-10T15:06:49.195Z] #42 70.55 CC criu/arch/aarch64/intraprocedure.o [2021-03-10T15:06:49.195Z] #42 70.58 CC criu/pie/restorer.o [2021-03-10T15:06:49.459Z] #42 ... [2021-03-10T15:06:49.459Z] [2021-03-10T15:06:49.459Z] #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-03-10T15:06:49.459Z] #23 sha256:f186bc8717c38d3284af28ce838193aa51271681d447203bc6ea791852173348 [2021-03-10T15:06:49.459Z] #23 140.6 + mkdir -p /tmp/tmp.DIQ7mHRpgn/src/github.com/docker [2021-03-10T15:06:49.459Z] #23 140.6 + mv components/cli /tmp/tmp.DIQ7mHRpgn/src/github.com/docker/cli [2021-03-10T15:06:49.459Z] #23 140.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-03-10T15:06:49.465Z] #13 111.9 Selecting previously unselected package libpcre16-3:ppc64el. [2021-03-10T15:06:49.465Z] #13 111.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-03-10T15:06:49.465Z] #13 111.9 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2021-03-10T15:06:49.465Z] #13 112.1 Selecting previously unselected package libpcre32-3:ppc64el. [2021-03-10T15:06:49.722Z] #23 ... [2021-03-10T15:06:49.722Z] [2021-03-10T15:06:49.722Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-10T15:06:49.722Z] #17 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-03-10T15:06:49.722Z] #17 DONE 2.6s [2021-03-10T15:06:49.750Z] #42 ... [2021-03-10T15:06:49.750Z] [2021-03-10T15:06:49.750Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-10T15:06:49.750Z] #16 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-10T15:06:49.750Z] #16 DONE 2.6s [2021-03-10T15:06:49.750Z] [2021-03-10T15:06:49.750Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-10T15:06:49.750Z] #17 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-10T15:06:49.765Z] #13 112.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-03-10T15:06:49.765Z] #13 112.1 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-03-10T15:06:49.765Z] #13 112.3 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-03-10T15:06:49.765Z] #13 112.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-03-10T15:06:49.765Z] #13 112.3 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-03-10T15:06:49.986Z] [2021-03-10T15:06:49.986Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:06:49.986Z] #18 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-03-10T15:06:50.067Z] #13 112.4 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-03-10T15:06:50.067Z] #13 112.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-03-10T15:06:50.067Z] #13 112.5 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-03-10T15:06:50.368Z] #13 112.9 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-03-10T15:06:50.368Z] #13 112.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-03-10T15:06:50.368Z] #13 112.9 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-03-10T15:06:50.618Z] #42 150.0 CC criu/protobuf-desc.o [2021-03-10T15:06:50.673Z] #13 113.2 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-03-10T15:06:50.673Z] #13 113.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-03-10T15:06:50.673Z] #13 113.2 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-03-10T15:06:50.971Z] #13 113.3 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-03-10T15:06:50.971Z] #13 113.3 Preparing to unpack .../23-libseccomp-dev_2.4.1-2~bpo10+1_ppc64el.deb ... [2021-03-10T15:06:50.971Z] #13 113.4 Unpacking libseccomp-dev:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-10T15:06:50.971Z] #13 113.5 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-03-10T15:06:50.971Z] #13 113.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_ppc64el.deb ... [2021-03-10T15:06:51.135Z] #17 ... [2021-03-10T15:06:51.135Z] [2021-03-10T15:06:51.135Z] #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-03-10T15:06:51.135Z] #44 sha256:9d007661c8a3aa5bc39da13f463dbfcdcd0afb1e3338f07c0d5a75970c2c365b [2021-03-10T15:06:51.135Z] #44 133.0 github.com/LK4D4/vndr/godl [2021-03-10T15:06:51.135Z] #44 133.9 github.com/LK4D4/vndr [2021-03-10T15:06:51.182Z] #42 ... [2021-03-10T15:06:51.182Z] [2021-03-10T15:06:51.182Z] #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-03-10T15:06:51.182Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:06:51.182Z] #39 DONE 219.5s [2021-03-10T15:06:51.277Z] #13 113.5 Unpacking libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-03-10T15:06:51.396Z] #44 DONE 143.2s [2021-03-10T15:06:51.396Z] [2021-03-10T15:06:51.396Z] #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-03-10T15:06:51.396Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:51.396Z] #42 71.01 LINK criu/pie/restorer.built-in.o [2021-03-10T15:06:51.396Z] #42 71.05 GEN criu/pie/restorer-blob.h [2021-03-10T15:06:51.396Z] #42 71.17 DEP criu/vdso.d [2021-03-10T15:06:51.396Z] #42 71.44 DEP criu/vdso-compat.d [2021-03-10T15:06:51.396Z] #42 71.58 DEP criu/uts_ns.d [2021-03-10T15:06:51.396Z] #42 71.74 DEP criu/util.d [2021-03-10T15:06:51.396Z] #42 71.96 DEP criu/uffd.d [2021-03-10T15:06:51.396Z] #42 72.13 DEP criu/tun.d [2021-03-10T15:06:51.396Z] #42 72.32 DEP criu/tty.d [2021-03-10T15:06:51.396Z] #42 72.58 DEP criu/timerfd.d [2021-03-10T15:06:51.396Z] #42 72.83 DEP criu/timens.d [2021-03-10T15:06:51.439Z] [2021-03-10T15:06:51.439Z] #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-03-10T15:06:51.439Z] #55 sha256:52ecccb4bc933fc8b2d2227ab7fc8efdc7a5d7c0df5c803075ceffb832977f09 [2021-03-10T15:06:51.584Z] #13 114.1 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-03-10T15:06:51.584Z] #13 114.2 Setting up libseccomp-dev:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-10T15:06:51.584Z] #13 114.2 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-03-10T15:06:51.584Z] #13 114.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:06:51.584Z] #13 114.2 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-03-10T15:06:51.584Z] #13 114.2 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-03-10T15:06:51.584Z] #13 114.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:51.656Z] #42 72.96 DEP criu/sysfs_parse.d [2021-03-10T15:06:51.656Z] #42 73.10 DEP criu/sysctl.d [2021-03-10T15:06:51.695Z] #55 ... [2021-03-10T15:06:51.695Z] [2021-03-10T15:06:51.695Z] #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-03-10T15:06:51.695Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:51.695Z] #42 151.2 CC criu/protobuf.o [2021-03-10T15:06:51.791Z] #44 ... [2021-03-10T15:06:51.791Z] [2021-03-10T15:06:51.791Z] #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-03-10T15:06:51.791Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-10T15:06:51.791Z] #41 99.38 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-10T15:06:51.791Z] #41 99.39 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:06:51.791Z] #41 DONE 100.1s [2021-03-10T15:06:51.791Z] [2021-03-10T15:06:51.791Z] #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-03-10T15:06:51.791Z] #36 sha256:9ddc8354e1ee9fbdd1e0b354555e3fe7257efcd30d971c429963785cdbfc0d3f [2021-03-10T15:06:51.791Z] #36 1.128 + RM_GOPATH=0 [2021-03-10T15:06:51.791Z] #36 1.128 + TMP_GOPATH= [2021-03-10T15:06:51.791Z] #36 1.128 + : /build [2021-03-10T15:06:51.791Z] #36 1.129 + '[' -z '' ']' [2021-03-10T15:06:51.791Z] #36 1.130 ++ mktemp -d [2021-03-10T15:06:51.791Z] #36 1.140 + export GOPATH=/tmp/tmp.73MIEqbDEi [2021-03-10T15:06:51.791Z] #36 1.140 + GOPATH=/tmp/tmp.73MIEqbDEi [2021-03-10T15:06:51.791Z] #36 1.140 + RM_GOPATH=1 [2021-03-10T15:06:51.791Z] #36 1.140 + case "$(go env GOARCH)" in [2021-03-10T15:06:51.791Z] #36 1.141 ++ go env GOARCH [2021-03-10T15:06:51.791Z] #36 1.187 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:51.791Z] #36 1.187 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:51.791Z] #36 1.188 ++ dirname /tmp/install/install.sh [2021-03-10T15:06:51.791Z] #36 1.189 + dir=/tmp/install [2021-03-10T15:06:51.791Z] #36 1.190 + bin=tini [2021-03-10T15:06:51.791Z] #36 1.190 + shift [2021-03-10T15:06:51.791Z] #36 1.190 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-10T15:06:51.791Z] #36 1.190 + . /tmp/install/tini.installer [2021-03-10T15:06:51.791Z] #36 1.190 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:06:51.791Z] #36 1.190 + install_tini [2021-03-10T15:06:51.791Z] #36 1.191 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-10T15:06:51.791Z] #36 1.191 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:06:51.791Z] #36 1.191 + git clone https://github.com/krallin/tini.git /tmp/tmp.73MIEqbDEi/tini [2021-03-10T15:06:51.791Z] #36 1.193 Cloning into '/tmp/tmp.73MIEqbDEi/tini'... [2021-03-10T15:06:51.791Z] #36 1.948 + cd /tmp/tmp.73MIEqbDEi/tini [2021-03-10T15:06:51.791Z] #36 1.949 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-10T15:06:51.791Z] #36 1.971 + cmake . [2021-03-10T15:06:51.791Z] #36 2.657 -- The C compiler identification is GNU 8.3.0 [2021-03-10T15:06:51.791Z] #36 2.731 -- Check for working C compiler: /usr/bin/cc [2021-03-10T15:06:51.791Z] #36 3.371 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-10T15:06:51.791Z] #36 3.374 -- Detecting C compiler ABI info [2021-03-10T15:06:51.791Z] #36 ... [2021-03-10T15:06:51.791Z] [2021-03-10T15:06:51.791Z] #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-03-10T15:06:51.791Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:06:51.791Z] #33 90.64 path [2021-03-10T15:06:51.791Z] #33 91.35 text/tabwriter [2021-03-10T15:06:51.791Z] #33 93.18 path/filepath [2021-03-10T15:06:51.791Z] #33 93.20 fmt [2021-03-10T15:06:51.791Z] #33 96.10 io/ioutil [2021-03-10T15:06:51.791Z] #33 98.48 github.com/BurntSushi/toml [2021-03-10T15:06:51.791Z] #33 98.49 flag [2021-03-10T15:06:51.791Z] #33 100.0 log [2021-03-10T15:06:51.791Z] #33 ... [2021-03-10T15:06:51.791Z] [2021-03-10T15:06:51.791Z] #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-03-10T15:06:51.791Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:51.889Z] #13 114.2 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:06:51.889Z] #13 114.2 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-03-10T15:06:51.889Z] #13 114.2 Setting up libudev-dev:ppc64el (241-7~deb10u6) ... [2021-03-10T15:06:51.889Z] #13 114.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:06:51.889Z] #13 114.3 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:06:51.889Z] #13 114.3 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-03-10T15:06:51.889Z] #13 114.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-10T15:06:51.889Z] #13 114.3 Setting up libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-03-10T15:06:51.889Z] #13 114.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:06:51.889Z] #13 114.3 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-03-10T15:06:51.889Z] #13 114.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:51.889Z] #13 114.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:06:51.889Z] #13 114.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:06:51.889Z] #13 114.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:06:51.889Z] #13 114.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:06:51.889Z] #13 114.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:06:51.889Z] #13 114.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:06:51.889Z] #13 114.4 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-03-10T15:06:51.889Z] #13 114.4 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-10T15:06:51.889Z] #13 114.4 Setting up dmsetup (2:1.02.155-3) ... [2021-03-10T15:06:51.889Z] #13 114.4 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-10T15:06:51.889Z] #13 114.4 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-03-10T15:06:51.916Z] #42 73.25 DEP criu/string.d [2021-03-10T15:06:51.916Z] #42 73.37 DEP criu/stats.d [2021-03-10T15:06:52.177Z] #42 73.41 DEP criu/sockets.d [2021-03-10T15:06:52.177Z] #42 73.67 DEP criu/sk-unix.d [2021-03-10T15:06:52.187Z] #13 114.4 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:06:52.437Z] #42 ... [2021-03-10T15:06:52.437Z] [2021-03-10T15:06:52.437Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-10T15:06:52.437Z] #17 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-10T15:06:52.437Z] #17 DONE 3.1s [2021-03-10T15:06:52.437Z] [2021-03-10T15:06:52.437Z] #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-03-10T15:06:52.437Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:52.437Z] #42 73.94 DEP criu/sk-tcp.d [2021-03-10T15:06:52.487Z] #13 DONE 114.8s [2021-03-10T15:06:52.487Z] [2021-03-10T15:06:52.487Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-10T15:06:52.487Z] #53 sha256:d55eb9e5b75560900716ad58f0d4c69779281fecd11726c005bd49ea9750ec86 [2021-03-10T15:06:52.549Z] #18 DONE 2.4s [2021-03-10T15:06:52.549Z] [2021-03-10T15:06:52.549Z] #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-03-10T15:06:52.549Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:52.549Z] #42 73.52 LINK criu/pie/restorer.built-in.o [2021-03-10T15:06:52.549Z] #42 73.53 GEN criu/pie/restorer-blob.h [2021-03-10T15:06:52.549Z] #42 73.61 DEP criu/vdso.d [2021-03-10T15:06:52.549Z] #42 73.84 DEP criu/uts_ns.d [2021-03-10T15:06:52.625Z] #42 151.9 CC criu/pstree.o [2021-03-10T15:06:52.697Z] #42 74.08 DEP criu/sk-queue.d [2021-03-10T15:06:52.788Z] #53 0.441 + RM_GOPATH=0 [2021-03-10T15:06:52.788Z] #53 0.442 + TMP_GOPATH= [2021-03-10T15:06:52.788Z] #53 0.442 + : /build [2021-03-10T15:06:52.788Z] #53 0.442 + '[' -z '' ']' [2021-03-10T15:06:52.788Z] #53 0.449 ++ mktemp -d [2021-03-10T15:06:52.788Z] #53 0.454 + export GOPATH=/tmp/tmp.kxmWu0MSDD [2021-03-10T15:06:52.788Z] #53 0.460 + GOPATH=/tmp/tmp.kxmWu0MSDD [2021-03-10T15:06:52.788Z] #53 0.461 + RM_GOPATH=1 [2021-03-10T15:06:52.788Z] #53 0.462 + case "$(go env GOARCH)" in [2021-03-10T15:06:52.788Z] #53 0.463 ++ go env GOARCH [2021-03-10T15:06:52.788Z] #53 0.476 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:52.788Z] #53 0.476 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:06:52.788Z] #53 0.481 ++ dirname /tmp/install/install.sh [2021-03-10T15:06:52.788Z] #53 ... [2021-03-10T15:06:52.788Z] [2021-03-10T15:06:52.788Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-10T15:06:52.788Z] #14 sha256:b8833bc05957bb6f39933c4ed64d5fe2ab0bbcc6dc74622d7ca2920b37030968 [2021-03-10T15:06:52.788Z] #14 DONE 0.5s [2021-03-10T15:06:52.788Z] [2021-03-10T15:06:52.788Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-10T15:06:52.788Z] #53 sha256:d55eb9e5b75560900716ad58f0d4c69779281fecd11726c005bd49ea9750ec86 [2021-03-10T15:06:52.788Z] #53 0.483 + dir=/tmp/install [2021-03-10T15:06:52.788Z] #53 0.484 + bin=runc [2021-03-10T15:06:52.788Z] #53 0.484 + shift [2021-03-10T15:06:52.788Z] #53 0.488 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-10T15:06:52.788Z] #53 0.498 + . /tmp/install/runc.installer [2021-03-10T15:06:52.788Z] #53 0.499 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:06:52.788Z] #53 0.499 + install_runc [2021-03-10T15:06:52.788Z] #53 0.508 + uname -r [2021-03-10T15:06:52.788Z] #53 0.510 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-10T15:06:52.788Z] #53 0.514 + RUNC_BUILDTAGS='seccomp ' [2021-03-10T15:06:52.788Z] #53 0.516 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-10T15:06:52.788Z] #53 0.518 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-10T15:06:52.788Z] #53 0.519 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kxmWu0MSDD/src/github.com/opencontainers/runc [2021-03-10T15:06:52.788Z] #53 0.549 Cloning into '/tmp/tmp.kxmWu0MSDD/src/github.com/opencontainers/runc'... [2021-03-10T15:06:52.816Z] #42 74.07 DEP criu/util.d [2021-03-10T15:06:52.958Z] #42 74.32 DEP criu/sk-packet.d [2021-03-10T15:06:53.079Z] #42 74.30 DEP criu/uffd.d [2021-03-10T15:06:53.079Z] #42 74.45 DEP criu/tun.d [2021-03-10T15:06:53.079Z] #42 74.57 DEP criu/tty.d [2021-03-10T15:06:53.219Z] #42 74.49 DEP criu/sk-netlink.d [2021-03-10T15:06:53.441Z] #53 ... [2021-03-10T15:06:53.441Z] [2021-03-10T15:06:53.441Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-10T15:06:53.441Z] #15 sha256:9ad184c4b873f65c54f55ab2c4ef04960b2913b4042036c4223da4e77c19309f [2021-03-10T15:06:53.441Z] #15 DONE 0.4s [2021-03-10T15:06:53.441Z] [2021-03-10T15:06:53.441Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-10T15:06:53.441Z] #16 sha256:11e391b27a9bffb1a1d3b9c8bafb64562c89aeb406c5da5f2879cf27b2e300d7 [2021-03-10T15:06:53.441Z] #16 0.247 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-10T15:06:53.479Z] #42 74.66 DEP criu/sk-inet.d [2021-03-10T15:06:53.479Z] #42 74.90 DEP criu/signalfd.d [2021-03-10T15:06:53.654Z] #42 74.88 DEP criu/timerfd.d [2021-03-10T15:06:53.700Z] #42 2.255 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:06:53.700Z] #42 2.255 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:06:53.700Z] #42 2.270 Note: Building without GnuTLS support [2021-03-10T15:06:53.700Z] #42 2.296 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:06:53.700Z] #42 2.296 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:06:53.701Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-03-10T15:06:53.701Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-03-10T15:06:53.701Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-03-10T15:06:53.701Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-03-10T15:06:53.701Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-03-10T15:06:53.701Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-03-10T15:06:53.701Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-03-10T15:06:53.701Z] --- PASS: TestCgroupNamespacesBuild (12.32s) [2021-03-10T15:06:53.701Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-10T15:06:53.740Z] #42 75.07 DEP criu/sigframe.d [2021-03-10T15:06:53.740Z] #42 75.12 DEP criu/shmem.d [2021-03-10T15:06:53.741Z] #16 DONE 0.3s [2021-03-10T15:06:53.741Z] [2021-03-10T15:06:53.741Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-10T15:06:53.741Z] #17 sha256:88b6eb16bce120972b0b3ef95f4027b3c5a3bbc254ff2b3cb43c0519505318f7 [2021-03-10T15:06:53.913Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2021-03-10T15:06:53.916Z] #42 75.09 DEP criu/timens.d [2021-03-10T15:06:53.916Z] #42 75.21 DEP criu/sysfs_parse.d [2021-03-10T15:06:53.916Z] #42 75.32 DEP criu/sysctl.d [2021-03-10T15:06:53.916Z] #42 75.42 DEP criu/string.d [2021-03-10T15:06:53.994Z] #42 ... [2021-03-10T15:06:53.994Z] [2021-03-10T15:06:53.994Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-10T15:06:53.994Z] #40 sha256:eb261362f40aeb90e64da0b5fbaf259a05ffb2a54c196745121e7c065a37906e [2021-03-10T15:06:53.994Z] #40 DONE 0.8s [2021-03-10T15:06:53.994Z] [2021-03-10T15:06:53.994Z] #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-03-10T15:06:53.994Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:53.994Z] #42 153.2 CC criu/rbtree.o [2021-03-10T15:06:53.994Z] #42 153.5 CC criu/rst-malloc.o [2021-03-10T15:06:54.001Z] #42 75.33 DEP criu/servicefd.d [2021-03-10T15:06:54.001Z] #42 75.48 DEP criu/seize.d [2021-03-10T15:06:54.041Z] #17 DONE 0.4s [2021-03-10T15:06:54.041Z] [2021-03-10T15:06:54.041Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:06:54.041Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:06:54.041Z] #51 117.0 golang.org/x/crypto/ssh/terminal [2021-03-10T15:06:54.179Z] #42 75.47 DEP criu/stats.d [2021-03-10T15:06:54.261Z] #42 75.58 DEP criu/seccomp.d [2021-03-10T15:06:54.344Z] #51 ... [2021-03-10T15:06:54.344Z] [2021-03-10T15:06:54.344Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-10T15:06:54.344Z] #18 sha256:dbc494930278f5843cd93cd7a3bef6655a13acac5d63dbf808375ecaa1f4f7be [2021-03-10T15:06:54.344Z] #18 DONE 0.4s [2021-03-10T15:06:54.344Z] [2021-03-10T15:06:54.344Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:06:54.344Z] #19 sha256:3c447f6fcade940e47d7d8f1889f2c4ec6826858493495dbdc30d003d2513f73 [2021-03-10T15:06:54.442Z] #42 75.63 DEP criu/sockets.d [2021-03-10T15:06:54.522Z] #42 75.80 DEP criu/rst-malloc.d [2021-03-10T15:06:54.522Z] #42 75.84 DEP criu/rbtree.d [2021-03-10T15:06:54.522Z] #42 75.88 DEP criu/pstree.d [2021-03-10T15:06:54.557Z] #42 153.8 CC criu/seccomp.o [2021-03-10T15:06:54.643Z] #19 DONE 0.3s [2021-03-10T15:06:54.644Z] [2021-03-10T15:06:54.644Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:06:54.644Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:06:54.705Z] #42 75.89 DEP criu/sk-unix.d [2021-03-10T15:06:54.705Z] #42 76.10 DEP criu/sk-tcp.d [2021-03-10T15:06:54.782Z] #42 76.01 DEP criu/protobuf.d [2021-03-10T15:06:54.782Z] #42 76.23 GEN criu/protobuf-desc-gen.h [2021-03-10T15:06:54.967Z] #42 76.30 DEP criu/sk-queue.d [2021-03-10T15:06:55.076Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-03-10T15:06:55.080Z] #42 4.081 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:06:55.120Z] #42 154.4 CC criu/seize.o [2021-03-10T15:06:55.230Z] #42 76.50 DEP criu/sk-packet.d [2021-03-10T15:06:55.301Z] #20 0.557 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:06:55.301Z] #20 0.606 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:06:55.301Z] #20 0.608 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:06:55.301Z] #20 0.626 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:06:55.335Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-03-10T15:06:55.335Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-03-10T15:06:55.335Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-03-10T15:06:55.335Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.69s) [2021-03-10T15:06:55.335Z] === RUN TestBuildWithSession [2021-03-10T15:06:55.335Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-10T15:06:55.335Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:06:55.335Z] === RUN TestBuildSquashParent [2021-03-10T15:06:55.340Z] #42 4.168 GEN .gitid [2021-03-10T15:06:55.340Z] #42 4.189 GEN criu/include/version.h [2021-03-10T15:06:55.340Z] #42 4.263 GEN include/common/asm [2021-03-10T15:06:55.528Z] #42 76.76 DEP criu/sk-netlink.d [2021-03-10T15:06:55.528Z] #42 76.89 DEP criu/sk-inet.d [2021-03-10T15:06:55.528Z] #42 77.01 DEP criu/signalfd.d [2021-03-10T15:06:55.800Z] #42 77.13 DEP criu/sigframe.d [2021-03-10T15:06:55.800Z] #42 ... [2021-03-10T15:06:55.800Z] [2021-03-10T15:06:55.800Z] #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-03-10T15:06:55.800Z] #52 sha256:083784550182b3e2dc691a995f94805c3c99f96c28ece6bc4a6bed2c27cd8648 [2021-03-10T15:06:55.800Z] #52 10.37 + cd /tmp/tmp.7PS5uUnosF/src/github.com/opencontainers/runc [2021-03-10T15:06:55.800Z] #52 10.37 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:06:55.800Z] #52 10.86 + '[' -z '' ']' [2021-03-10T15:06:55.800Z] #52 10.86 + target=static [2021-03-10T15:06:55.800Z] #52 10.86 + make 'BUILDTAGS=seccomp ' static [2021-03-10T15:06:55.800Z] #52 11.19 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-10T15:06:56.050Z] #42 155.2 CC criu/servicefd.o [2021-03-10T15:06:56.069Z] #52 ... [2021-03-10T15:06:56.069Z] [2021-03-10T15:06:56.069Z] #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-03-10T15:06:56.069Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:06:56.069Z] #42 77.35 DEP criu/shmem.d [2021-03-10T15:06:56.307Z] #42 155.6 CC criu/shmem.o [2021-03-10T15:06:56.344Z] #42 77.46 DEP criu/servicefd.d [2021-03-10T15:06:56.344Z] #42 77.58 DEP criu/seize.d [2021-03-10T15:06:56.386Z] #20 1.434 Get:5 http://deb.debian.org/debian buster-backports/main ppc64el Packages [440 kB] [2021-03-10T15:06:56.616Z] #42 77.82 DEP criu/seccomp.d [2021-03-10T15:06:56.616Z] #42 78.00 DEP criu/rst-malloc.d [2021-03-10T15:06:56.692Z] #42 77.78 DEP criu/protobuf-desc.d [2021-03-10T15:06:56.692Z] #42 ... [2021-03-10T15:06:56.692Z] [2021-03-10T15:06:56.692Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:06:56.692Z] #18 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-10T15:06:56.692Z] #18 DONE 4.1s [2021-03-10T15:06:56.692Z] [2021-03-10T15:06:56.692Z] #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-03-10T15:06:56.692Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:56.692Z] #42 77.93 DEP criu/proc_parse.d [2021-03-10T15:06:56.692Z] #42 78.17 DEP criu/plugin.d [2021-03-10T15:06:56.710Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-03-10T15:06:56.710Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-03-10T15:06:56.871Z] #42 ... [2021-03-10T15:06:56.871Z] [2021-03-10T15:06:56.871Z] #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-03-10T15:06:56.871Z] #48 sha256:904479a0ad8bb65945d1c419770d47fdc37050c16b2e5e9927614694731365f5 [2021-03-10T15:06:56.871Z] #48 224.8 + /build/golangci-lint --version [2021-03-10T15:06:56.871Z] #48 225.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-10T15:06:56.871Z] #48 DONE 225.4s [2021-03-10T15:06:56.871Z] [2021-03-10T15:06:56.871Z] #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-03-10T15:06:56.871Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:56.885Z] #42 78.15 DEP criu/rbtree.d [2021-03-10T15:06:56.885Z] #42 78.17 DEP criu/pstree.d [2021-03-10T15:06:56.952Z] #42 78.32 DEP criu/pipes.d [2021-03-10T15:06:57.128Z] #42 156.5 CC criu/sigframe.o [2021-03-10T15:06:57.128Z] #42 156.7 CC criu/signalfd.o [2021-03-10T15:06:57.155Z] #42 78.31 DEP criu/protobuf.d [2021-03-10T15:06:57.155Z] #42 78.56 GEN criu/protobuf-desc-gen.h [2021-03-10T15:06:57.212Z] #42 78.52 DEP criu/pie-util.d [2021-03-10T15:06:57.212Z] #42 78.63 DEP criu/pie-util-vdso.d [2021-03-10T15:06:57.212Z] #42 78.73 DEP criu/pie-util-vdso-elf32.d [2021-03-10T15:06:57.247Z] #42 5.873 PBCC images/timens.pb-c.c [2021-03-10T15:06:57.247Z] #42 5.901 DEP images/timens.pb-c.d [2021-03-10T15:06:57.247Z] #42 5.940 PBCC images/fown.pb-c.c [2021-03-10T15:06:57.247Z] #42 5.969 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-10T15:06:57.247Z] #42 6.026 PBCC images/opts.pb-c.c [2021-03-10T15:06:57.247Z] #42 6.043 PBCC images/memfd.pb-c.c [2021-03-10T15:06:57.247Z] #42 6.150 DEP images/fown.pb-c.d [2021-03-10T15:06:57.247Z] #42 6.289 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-10T15:06:57.471Z] #42 78.85 DEP criu/path.d [2021-03-10T15:06:57.516Z] #42 6.367 DEP images/opts.pb-c.d [2021-03-10T15:06:57.516Z] #42 6.424 DEP images/memfd.pb-c.d [2021-03-10T15:06:57.516Z] #42 ... [2021-03-10T15:06:57.516Z] [2021-03-10T15:06:57.516Z] #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-03-10T15:06:57.516Z] #36 sha256:9ddc8354e1ee9fbdd1e0b354555e3fe7257efcd30d971c429963785cdbfc0d3f [2021-03-10T15:06:57.516Z] #36 4.376 -- Detecting C compiler ABI info - done [2021-03-10T15:06:57.516Z] #36 4.432 -- Detecting C compile features [2021-03-10T15:06:57.516Z] #36 6.498 -- Detecting C compile features - done [2021-03-10T15:06:57.516Z] #36 6.532 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-10T15:06:57.516Z] #36 6.938 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-10T15:06:57.516Z] #36 7.024 -- Configuring done [2021-03-10T15:06:57.516Z] #36 7.048 -- Generating done [2021-03-10T15:06:57.516Z] #36 7.055 -- Build files have been written to: /tmp/tmp.73MIEqbDEi/tini [2021-03-10T15:06:57.516Z] #36 7.057 + make tini-static [2021-03-10T15:06:57.516Z] #36 7.513 Scanning dependencies of target tini-static [2021-03-10T15:06:57.516Z] #36 7.644 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-10T15:06:57.516Z] #36 9.004 [100%] Linking C executable tini-static [2021-03-10T15:06:57.516Z] #36 9.408 [100%] Built target tini-static [2021-03-10T15:06:57.516Z] #36 9.471 + mkdir -p /build [2021-03-10T15:06:57.516Z] #36 9.474 + cp tini-static /build/docker-init [2021-03-10T15:06:57.516Z] #36 DONE 10.0s [2021-03-10T15:06:57.516Z] [2021-03-10T15:06:57.516Z] #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-03-10T15:06:57.516Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:57.516Z] #42 6.504 PBCC images/sit.pb-c.c [2021-03-10T15:06:57.516Z] #42 ... [2021-03-10T15:06:57.516Z] [2021-03-10T15:06:57.516Z] #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-03-10T15:06:57.516Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:06:57.516Z] #44 101.6 internal/lazyregexp [2021-03-10T15:06:57.516Z] #44 101.8 go/token [2021-03-10T15:06:57.516Z] #44 102.0 net/url [2021-03-10T15:06:57.516Z] #44 102.9 go/scanner [2021-03-10T15:06:57.516Z] #44 104.1 text/template/parse [2021-03-10T15:06:57.516Z] #44 104.4 go/ast [2021-03-10T15:06:57.647Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-03-10T15:06:57.647Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-03-10T15:06:57.647Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-03-10T15:06:57.647Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-03-10T15:06:57.691Z] #42 157.1 CC criu/sk-inet.o [2021-03-10T15:06:57.731Z] #42 79.05 DEP criu/parasite-syscall.d [2021-03-10T15:06:57.776Z] #44 ... [2021-03-10T15:06:57.776Z] [2021-03-10T15:06:57.776Z] #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-03-10T15:06:57.776Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:57.776Z] #42 6.698 DEP images/sit.pb-c.d [2021-03-10T15:06:57.776Z] #42 6.810 PBCC images/macvlan.pb-c.c [2021-03-10T15:06:57.905Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-03-10T15:06:57.935Z] #20 2.911 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-10T15:06:57.991Z] #42 79.32 DEP criu/pagemap.d [2021-03-10T15:06:58.035Z] #42 6.940 DEP images/macvlan.pb-c.d [2021-03-10T15:06:58.035Z] #42 6.999 PBCC images/autofs.pb-c.c [2021-03-10T15:06:58.035Z] #42 7.065 DEP images/autofs.pb-c.d [2021-03-10T15:06:58.234Z] #20 ... [2021-03-10T15:06:58.234Z] [2021-03-10T15:06:58.234Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:06:58.234Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:06:58.234Z] #45 111.2 go/parser [2021-03-10T15:06:58.234Z] #45 111.4 text/template [2021-03-10T15:06:58.234Z] #45 117.3 encoding/xml [2021-03-10T15:06:58.251Z] #42 79.49 DEP criu/pagemap-cache.d [2021-03-10T15:06:58.251Z] #42 79.61 DEP criu/page-xfer.d [2021-03-10T15:06:58.295Z] #42 7.118 PBCC images/sysctl.pb-c.c [2021-03-10T15:06:58.295Z] #42 7.194 DEP images/sysctl.pb-c.d [2021-03-10T15:06:58.295Z] #42 ... [2021-03-10T15:06:58.295Z] [2021-03-10T15:06:58.295Z] #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-03-10T15:06:58.295Z] #33 sha256:dbe971742d5d2bdfa1e9e38743d15dd9551dbb0cb488cad2f339bde4a95b4c4d [2021-03-10T15:06:58.295Z] #33 103.0 github.com/BurntSushi/toml/cmd/tomlv [2021-03-10T15:06:58.295Z] #33 DONE 107.4s [2021-03-10T15:06:58.511Z] #42 79.80 DEP criu/page-pipe.d [2021-03-10T15:06:58.511Z] #42 ... [2021-03-10T15:06:58.511Z] [2021-03-10T15:06:58.511Z] #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-03-10T15:06:58.511Z] #52 sha256:4c81b32328f94ce86dfdd94b547e1dbb56f1828fc1be180b83f8dae8d3cd54eb [2021-03-10T15:06:58.511Z] #52 13.26 + cd /tmp/tmp.Uzsn4sLBGY/src/github.com/opencontainers/runc [2021-03-10T15:06:58.511Z] #52 13.26 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:06:58.511Z] #52 13.61 + '[' -z '' ']' [2021-03-10T15:06:58.511Z] #52 13.61 + target=static [2021-03-10T15:06:58.511Z] #52 13.61 + make 'BUILDTAGS=seccomp ' static [2021-03-10T15:06:58.511Z] #52 14.24 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-10T15:06:58.538Z] #45 ... [2021-03-10T15:06:58.538Z] [2021-03-10T15:06:58.538Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:06:58.538Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:06:58.538Z] #43 45.03 CC images/timens.o [2021-03-10T15:06:58.538Z] #43 45.42 LINK images/built-in.o [2021-03-10T15:06:58.538Z] #43 45.59 GEN compel/include/asm [2021-03-10T15:06:58.538Z] #43 45.65 GEN compel/include/version.h [2021-03-10T15:06:58.538Z] #43 45.69 touch .config [2021-03-10T15:06:58.538Z] #43 45.77 GEN include/common/config.h [2021-03-10T15:06:58.538Z] #43 45.89 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-10T15:06:58.538Z] #43 45.92 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-10T15:06:58.538Z] #43 45.94 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-03-10T15:06:58.538Z] #43 45.97 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-03-10T15:06:58.538Z] #43 46.01 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-03-10T15:06:58.538Z] #43 46.06 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-03-10T15:06:58.538Z] #43 46.11 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-03-10T15:06:58.538Z] #43 46.16 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-10T15:06:58.538Z] #43 46.17 DEP compel/plugins/std/infect.d [2021-03-10T15:06:58.538Z] #43 46.34 DEP compel/plugins/std/string.d [2021-03-10T15:06:58.538Z] #43 46.44 DEP compel/plugins/std/log.d [2021-03-10T15:06:58.538Z] #43 46.57 DEP compel/plugins/std/fds.d [2021-03-10T15:06:58.538Z] #43 46.74 DEP compel/plugins/std/std.d [2021-03-10T15:06:58.538Z] #43 46.85 DEP compel/plugins/shmem/shmem.d [2021-03-10T15:06:58.538Z] #43 47.01 DEP compel/plugins/fds/fds.d [2021-03-10T15:06:58.538Z] #43 47.20 CC compel/plugins/std/std.o [2021-03-10T15:06:58.538Z] #43 47.77 CC compel/plugins/std/fds.o [2021-03-10T15:06:58.538Z] #43 48.34 CC compel/plugins/std/log.o [2021-03-10T15:06:58.538Z] #43 49.19 CC compel/plugins/std/string.o [2021-03-10T15:06:58.538Z] #43 49.63 CC compel/plugins/std/infect.o [2021-03-10T15:06:58.538Z] #43 50.09 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-03-10T15:06:58.538Z] #43 50.14 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-03-10T15:06:58.538Z] #43 50.18 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-03-10T15:06:58.538Z] #43 50.23 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-03-10T15:06:58.538Z] #43 50.35 AR compel/plugins/std.lib.a [2021-03-10T15:06:58.538Z] #43 50.46 CC compel/plugins/fds/fds.o [2021-03-10T15:06:58.538Z] #43 50.84 AR compel/plugins/fds.lib.a [2021-03-10T15:06:58.538Z] #43 50.90 HOSTDEP compel/src/lib/log-host.d [2021-03-10T15:06:58.538Z] #43 51.03 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-10T15:06:58.538Z] #43 51.19 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-03-10T15:06:58.538Z] #43 51.25 HOSTDEP compel/src/main-host.d [2021-03-10T15:06:58.538Z] #43 51.39 DEP compel/src/lib/ptrace.d [2021-03-10T15:06:58.538Z] #43 51.64 DEP compel/src/lib/infect.d [2021-03-10T15:06:58.538Z] #43 51.85 DEP compel/src/lib/infect-util.d [2021-03-10T15:06:58.538Z] #43 51.96 DEP compel/src/lib/infect-rpc.d [2021-03-10T15:06:58.538Z] #43 52.11 DEP compel/arch/ppc64/src/lib/infect.d [2021-03-10T15:06:58.538Z] #43 52.24 DEP compel/arch/ppc64/src/lib/cpu.d [2021-03-10T15:06:58.538Z] #43 52.33 DEP compel/src/lib/log.d [2021-03-10T15:06:58.538Z] #43 52.42 DEP compel/src/main.d [2021-03-10T15:06:58.538Z] #43 52.57 DEP compel/src/lib/handle-elf.d [2021-03-10T15:06:58.538Z] #43 52.69 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-03-10T15:06:58.538Z] #43 52.87 CC compel/src/lib/log.o [2021-03-10T15:06:58.538Z] #43 53.24 CC compel/arch/ppc64/src/lib/cpu.o [2021-03-10T15:06:58.538Z] #43 53.58 CC compel/arch/ppc64/src/lib/infect.o [2021-03-10T15:06:58.555Z] [2021-03-10T15:06:58.555Z] #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-03-10T15:06:58.555Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:58.555Z] #42 7.372 PBCC images/time.pb-c.c [2021-03-10T15:06:58.555Z] #42 7.437 DEP images/time.pb-c.d [2021-03-10T15:06:58.555Z] #42 7.461 PBCC images/binfmt-misc.pb-c.c [2021-03-10T15:06:58.555Z] #42 7.465 DEP images/binfmt-misc.pb-c.d [2021-03-10T15:06:58.555Z] #42 7.513 PBCC images/seccomp.pb-c.c [2021-03-10T15:06:58.555Z] #42 7.557 DEP images/seccomp.pb-c.d [2021-03-10T15:06:58.618Z] #42 158.0 CC criu/sk-netlink.o [2021-03-10T15:06:58.771Z] #52 ... [2021-03-10T15:06:58.771Z] [2021-03-10T15:06:58.771Z] #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-03-10T15:06:58.771Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:06:58.771Z] #42 79.93 DEP criu/netfilter.d [2021-03-10T15:06:58.771Z] #42 80.11 DEP criu/net.d [2021-03-10T15:06:58.814Z] #42 7.633 PBCC images/userns.pb-c.c [2021-03-10T15:06:58.814Z] #42 7.674 DEP images/userns.pb-c.d [2021-03-10T15:06:58.814Z] #42 7.742 PBCC images/cgroup.pb-c.c [2021-03-10T15:06:58.814Z] #42 7.797 DEP images/cgroup.pb-c.d [2021-03-10T15:06:58.838Z] #43 54.48 CC compel/src/lib/infect-rpc.o [2021-03-10T15:06:58.873Z] #42 158.3 CC criu/sk-packet.o [2021-03-10T15:06:59.030Z] #42 80.39 DEP criu/namespaces.d [2021-03-10T15:06:59.074Z] #42 7.889 PBCC images/ext-file.pb-c.c [2021-03-10T15:06:59.074Z] #42 7.962 DEP images/ext-file.pb-c.d [2021-03-10T15:06:59.074Z] #42 8.036 PBCC images/rpc.pb-c.c [2021-03-10T15:06:59.129Z] #42 158.7 CC criu/sk-queue.o [2021-03-10T15:06:59.138Z] #43 54.88 CC compel/src/lib/infect-util.o [2021-03-10T15:06:59.138Z] #43 ... [2021-03-10T15:06:59.138Z] [2021-03-10T15:06:59.138Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:06:59.138Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:06:59.138Z] #20 4.438 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-03-10T15:06:59.290Z] #42 80.60 DEP criu/mount.d [2021-03-10T15:06:59.290Z] #42 80.74 DEP criu/memfd.d [2021-03-10T15:06:59.334Z] #42 8.143 DEP images/rpc.pb-c.d [2021-03-10T15:06:59.334Z] #42 8.235 PBCC images/siginfo.pb-c.c [2021-03-10T15:06:59.334Z] #42 8.339 DEP images/siginfo.pb-c.d [2021-03-10T15:06:59.551Z] #42 80.89 DEP criu/mem.d [2021-03-10T15:06:59.551Z] #42 81.07 DEP criu/lsm.d [2021-03-10T15:06:59.593Z] #42 8.393 PBCC images/pagemap.pb-c.c [2021-03-10T15:06:59.593Z] #42 8.484 DEP images/pagemap.pb-c.d [2021-03-10T15:06:59.593Z] #42 8.602 PBCC images/rlimit.pb-c.c [2021-03-10T15:06:59.692Z] #42 159.0 CC criu/sk-tcp.o [2021-03-10T15:06:59.736Z] #42 80.55 DEP criu/protobuf-desc.d [2021-03-10T15:06:59.736Z] #42 80.74 DEP criu/proc_parse.d [2021-03-10T15:06:59.736Z] #42 80.91 DEP criu/plugin.d [2021-03-10T15:06:59.736Z] #42 80.96 DEP criu/pipes.d [2021-03-10T15:06:59.736Z] #42 81.10 DEP criu/pie-util.d [2021-03-10T15:06:59.813Z] #42 81.18 DEP criu/log.d [2021-03-10T15:06:59.813Z] #42 81.27 DEP criu/libnetlink.d [2021-03-10T15:06:59.853Z] #42 8.661 DEP images/rlimit.pb-c.d [2021-03-10T15:06:59.853Z] #42 8.761 PBCC images/file-lock.pb-c.c [2021-03-10T15:06:59.853Z] #42 8.811 DEP images/file-lock.pb-c.d [2021-03-10T15:06:59.853Z] #42 8.891 PBCC images/tty.pb-c.c [2021-03-10T15:06:59.949Z] #42 159.4 CC criu/sk-unix.o [2021-03-10T15:06:59.998Z] #42 81.31 DEP criu/pie-util-vdso.d [2021-03-10T15:07:00.075Z] #42 81.37 DEP criu/kerndat.d [2021-03-10T15:07:00.075Z] #42 81.54 DEP criu/kcmp-ids.d [2021-03-10T15:07:00.075Z] #42 81.60 DEP criu/irmap.d [2021-03-10T15:07:00.112Z] #42 8.989 DEP images/tty.pb-c.d [2021-03-10T15:07:00.112Z] #42 9.028 PBCC images/tun.pb-c.c [2021-03-10T15:07:00.112Z] #42 9.093 PBCC images/netdev.pb-c.c [2021-03-10T15:07:00.112Z] #42 9.177 DEP images/tun.pb-c.d [2021-03-10T15:07:00.260Z] #42 81.45 DEP criu/path.d [2021-03-10T15:07:00.335Z] #42 81.72 DEP criu/ipc_ns.d [2021-03-10T15:07:00.372Z] #42 9.253 DEP images/netdev.pb-c.d [2021-03-10T15:07:00.372Z] #42 9.290 PBCC images/vma.pb-c.c [2021-03-10T15:07:00.522Z] #42 81.66 DEP criu/parasite-syscall.d [2021-03-10T15:07:00.522Z] #42 81.84 DEP criu/pagemap.d [2021-03-10T15:07:00.595Z] #42 81.94 DEP criu/image.d [2021-03-10T15:07:00.631Z] #42 9.320 DEP images/vma.pb-c.d [2021-03-10T15:07:00.631Z] #42 9.364 PBCC images/creds.pb-c.c [2021-03-10T15:07:00.631Z] #42 9.389 DEP images/creds.pb-c.d [2021-03-10T15:07:00.631Z] #42 9.439 PBCC images/utsns.pb-c.c [2021-03-10T15:07:00.631Z] #42 9.491 DEP images/utsns.pb-c.d [2021-03-10T15:07:00.631Z] #42 9.531 PBCC images/ipc-desc.pb-c.c [2021-03-10T15:07:00.631Z] #42 9.557 PBCC images/ipc-sem.pb-c.c [2021-03-10T15:07:00.674Z] #20 5.825 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-10T15:07:00.796Z] #42 82.08 DEP criu/pagemap-cache.d [2021-03-10T15:07:00.855Z] #42 82.10 DEP criu/image-desc.d [2021-03-10T15:07:00.855Z] #42 82.20 DEP criu/fsnotify.d [2021-03-10T15:07:00.891Z] #42 9.591 DEP images/ipc-desc.pb-c.d [2021-03-10T15:07:00.891Z] #42 9.621 DEP images/ipc-sem.pb-c.d [2021-03-10T15:07:00.891Z] #42 9.698 PBCC images/ipc-msg.pb-c.c [2021-03-10T15:07:00.891Z] #42 9.726 DEP images/ipc-msg.pb-c.d [2021-03-10T15:07:00.891Z] #42 9.789 PBCC images/ipc-shm.pb-c.c [2021-03-10T15:07:00.891Z] #42 9.801 DEP images/ipc-shm.pb-c.d [2021-03-10T15:07:00.891Z] #42 9.838 PBCC images/ipc-var.pb-c.c [2021-03-10T15:07:00.891Z] #42 9.859 DEP images/ipc-var.pb-c.d [2021-03-10T15:07:00.891Z] #42 9.900 PBCC images/sk-opts.pb-c.c [2021-03-10T15:07:00.891Z] #42 9.921 PBCC images/packet-sock.pb-c.c [2021-03-10T15:07:01.062Z] #42 82.27 DEP criu/page-xfer.d [2021-03-10T15:07:01.062Z] #42 82.41 DEP criu/page-pipe.d [2021-03-10T15:07:01.115Z] #42 82.38 DEP criu/filesystems.d [2021-03-10T15:07:01.115Z] #42 82.61 DEP criu/files.d [2021-03-10T15:07:01.150Z] #42 9.979 DEP images/sk-opts.pb-c.d [2021-03-10T15:07:01.150Z] #42 10.04 DEP images/packet-sock.pb-c.d [2021-03-10T15:07:01.150Z] #42 10.08 PBCC images/sk-netlink.pb-c.c [2021-03-10T15:07:01.150Z] #42 10.13 DEP images/sk-netlink.pb-c.d [2021-03-10T15:07:01.150Z] #42 10.19 PBCC images/sk-inet.pb-c.c [2021-03-10T15:07:01.324Z] #42 82.55 DEP criu/netfilter.d [2021-03-10T15:07:01.324Z] #42 82.79 DEP criu/net.d [2021-03-10T15:07:01.329Z] #42 160.7 CC criu/sockets.o [2021-03-10T15:07:01.410Z] #42 10.25 DEP images/sk-inet.pb-c.d [2021-03-10T15:07:01.410Z] #42 10.34 PBCC images/sk-unix.pb-c.c [2021-03-10T15:07:01.410Z] #42 10.45 DEP images/sk-unix.pb-c.d [2021-03-10T15:07:01.585Z] #42 161.2 CC criu/stats.o [2021-03-10T15:07:01.669Z] #42 10.50 PBCC images/mm.pb-c.c [2021-03-10T15:07:01.669Z] #42 10.55 DEP images/mm.pb-c.d [2021-03-10T15:07:01.669Z] #42 10.59 PBCC images/timerfd.pb-c.c [2021-03-10T15:07:01.669Z] #42 10.63 DEP images/timerfd.pb-c.d [2021-03-10T15:07:01.686Z] #42 82.80 DEP criu/files-reg.d [2021-03-10T15:07:01.686Z] #42 ... [2021-03-10T15:07:01.686Z] [2021-03-10T15:07:01.686Z] #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-03-10T15:07:01.686Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:07:01.686Z] #31 DONE 152.1s [2021-03-10T15:07:01.686Z] [2021-03-10T15:07:01.686Z] #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-03-10T15:07:01.686Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:01.686Z] #42 83.06 DEP criu/files-ext.d [2021-03-10T15:07:01.898Z] #42 83.01 DEP criu/namespaces.d [2021-03-10T15:07:01.898Z] #42 83.24 DEP criu/mount.d [2021-03-10T15:07:01.928Z] #42 10.70 PBCC images/timer.pb-c.c [2021-03-10T15:07:01.928Z] #42 10.74 DEP images/timer.pb-c.d [2021-03-10T15:07:01.928Z] #42 10.81 PBCC images/sa.pb-c.c [2021-03-10T15:07:01.928Z] #42 10.85 DEP images/sa.pb-c.d [2021-03-10T15:07:01.945Z] #42 83.22 DEP criu/file-lock.d [2021-03-10T15:07:02.091Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-03-10T15:07:02.149Z] #42 161.4 CC criu/string.o [2021-03-10T15:07:02.149Z] #42 161.5 CC criu/sysctl.o [2021-03-10T15:07:02.165Z] #42 83.45 DEP criu/memfd.d [2021-03-10T15:07:02.187Z] #42 10.96 PBCC images/pipe-data.pb-c.c [2021-03-10T15:07:02.187Z] #42 10.98 DEP images/pipe-data.pb-c.d [2021-03-10T15:07:02.187Z] #42 11.05 PBCC images/mnt.pb-c.c [2021-03-10T15:07:02.187Z] #42 11.10 DEP images/mnt.pb-c.d [2021-03-10T15:07:02.187Z] #42 11.16 PBCC images/sk-packet.pb-c.c [2021-03-10T15:07:02.187Z] #42 11.19 DEP images/sk-packet.pb-c.d [2021-03-10T15:07:02.187Z] #42 11.23 PBCC images/tcp-stream.pb-c.c [2021-03-10T15:07:02.187Z] #42 ... [2021-03-10T15:07:02.187Z] [2021-03-10T15:07:02.187Z] #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-03-10T15:07:02.187Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:07:02.187Z] #50 101.3 encoding/json [2021-03-10T15:07:02.187Z] #50 103.9 github.com/pkg/diff [2021-03-10T15:07:02.187Z] #50 105.6 go/ast [2021-03-10T15:07:02.187Z] #50 109.1 golang.org/x/crypto/ssh/terminal [2021-03-10T15:07:02.187Z] #50 110.5 mvdan.cc/editorconfig [2021-03-10T15:07:02.205Z] #42 83.38 DEP criu/file-ids.d [2021-03-10T15:07:02.205Z] #42 83.54 DEP criu/fifo.d [2021-03-10T15:07:02.205Z] #42 83.66 DEP criu/fdstore.d [2021-03-10T15:07:02.349Z] --- PASS: TestBuildSquashParent (6.84s) [2021-03-10T15:07:02.349Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-10T15:07:02.349Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:07:02.349Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:07:02.349Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:07:02.349Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:07:02.349Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:07:02.349Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:07:02.349Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:07:02.349Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:07:02.349Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:07:02.349Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:07:02.349Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:07:02.349Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:07:02.349Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:07:02.349Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:07:02.349Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:07:02.349Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:07:02.349Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:07:02.349Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:07:02.505Z] #42 161.9 CC criu/sysfs_parse.o [2021-03-10T15:07:02.512Z] #50 ... [2021-03-10T15:07:02.512Z] [2021-03-10T15:07:02.512Z] #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-03-10T15:07:02.512Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:02.513Z] #42 11.27 DEP images/tcp-stream.pb-c.d [2021-03-10T15:07:02.513Z] #42 11.36 PBCC images/pipe.pb-c.c [2021-03-10T15:07:02.513Z] #42 11.42 DEP images/pipe.pb-c.d [2021-03-10T15:07:02.513Z] #42 11.45 PBCC images/pstree.pb-c.c [2021-03-10T15:07:02.513Z] #42 11.47 DEP images/pstree.pb-c.d [2021-03-10T15:07:02.518Z] #42 83.75 DEP criu/fault-injection.d [2021-03-10T15:07:02.518Z] #42 83.82 DEP criu/external.d [2021-03-10T15:07:02.518Z] #42 83.90 DEP criu/eventpoll.d [2021-03-10T15:07:02.520Z] #42 83.58 DEP criu/mem.d [2021-03-10T15:07:02.520Z] #42 ... [2021-03-10T15:07:02.520Z] [2021-03-10T15:07:02.520Z] #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-03-10T15:07:02.520Z] #19 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-10T15:07:02.520Z] #19 2.459 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:07:02.520Z] #19 2.656 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:07:02.520Z] #19 2.662 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:07:02.520Z] #19 2.666 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:07:02.520Z] #19 2.996 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [445 kB] [2021-03-10T15:07:02.520Z] #19 3.767 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-10T15:07:02.520Z] #19 4.633 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-03-10T15:07:02.520Z] #19 5.557 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-10T15:07:02.520Z] #19 8.830 Fetched 8738 kB in 7s (1321 kB/s) [2021-03-10T15:07:02.520Z] #19 8.830 Reading package lists... [2021-03-10T15:07:02.520Z] #19 ... [2021-03-10T15:07:02.520Z] [2021-03-10T15:07:02.520Z] #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-03-10T15:07:02.520Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:07:02.520Z] #42 83.78 DEP criu/lsm.d [2021-03-10T15:07:02.520Z] #42 83.90 DEP criu/log.d [2021-03-10T15:07:02.761Z] #42 162.1 CC criu/timens.o [2021-03-10T15:07:02.779Z] #42 11.53 PBCC images/fs.pb-c.c [2021-03-10T15:07:02.779Z] #42 11.55 DEP images/fs.pb-c.d [2021-03-10T15:07:02.779Z] #42 11.60 PBCC images/signalfd.pb-c.c [2021-03-10T15:07:02.779Z] #42 11.67 DEP images/signalfd.pb-c.d [2021-03-10T15:07:02.779Z] #42 11.73 PBCC images/fh.pb-c.c [2021-03-10T15:07:02.781Z] #42 84.12 DEP criu/eventfd.d [2021-03-10T15:07:02.783Z] #42 84.08 DEP criu/libnetlink.d [2021-03-10T15:07:02.925Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-03-10T15:07:02.926Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-66abefb4\powershellScript.ps1'; exit $LASTEXITCODE; [2021-03-10T15:07:02.926Z] ---------------------------------------------------------------------------- [2021-03-10T15:07:02.926Z] [2021-03-10T15:07:02.926Z] INFO: executeCI.ps1 starting at Wed Mar 10 15:07:01 CUT 2021 [2021-03-10T15:07:02.926Z] [2021-03-10T15:07:02.926Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-03-10T15:07:02.926Z] INFO: Running git version 2.24.1.windows.2 [2021-03-10T15:07:02.926Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-03-10T15:07:02.926Z] INFO: Environment variables: [2021-03-10T15:07:02.926Z] [2021-03-10T15:07:02.926Z] Name Value [2021-03-10T15:07:02.926Z] ---- ----- [2021-03-10T15:07:02.926Z] ALLUSERSPROFILE C:\ProgramData [2021-03-10T15:07:02.926Z] amd64 true [2021-03-10T15:07:02.926Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-03-10T15:07:02.926Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-03-10T15:07:02.926Z] arm64 true [2021-03-10T15:07:02.926Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-03-10T15:07:02.926Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-03-10T15:07:02.926Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-03-10T15:07:02.926Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-03-10T15:07:02.926Z] BRANCH_NAME PR-42054 [2021-03-10T15:07:02.926Z] BUILD_DISPLAY_NAME #6 [2021-03-10T15:07:02.926Z] BUILD_ID 6 [2021-03-10T15:07:02.926Z] BUILD_NUMBER 6 [2021-03-10T15:07:02.926Z] BUILD_TAG jenkins-moby-PR-42054-6 [2021-03-10T15:07:02.926Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42054/6/ [2021-03-10T15:07:02.926Z] cgroup2 true [2021-03-10T15:07:02.926Z] CHANGE_AUTHOR jhuntwork [2021-03-10T15:07:02.926Z] CHANGE_AUTHOR_DISPLAY_NAME Jeremy Huntwork [2021-03-10T15:07:02.926Z] CHANGE_AUTHOR_EMAIL jhuntwork@lightcube.us [2021-03-10T15:07:02.926Z] CHANGE_BRANCH 41704-update-libseccomp [2021-03-10T15:07:02.926Z] CHANGE_FORK jhuntwork [2021-03-10T15:07:02.926Z] CHANGE_ID 42054 [2021-03-10T15:07:02.926Z] CHANGE_TARGET master [2021-03-10T15:07:02.926Z] CHANGE_TITLE Use buster backports to build with libseccomp-2.4.4 [2021-03-10T15:07:02.926Z] CHANGE_URL https://github.com/moby/moby/pull/42054 [2021-03-10T15:07:02.926Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-10T15:07:02.926Z] CommonProgramFiles C:\Program Files\Common Files [2021-03-10T15:07:02.926Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-03-10T15:07:02.926Z] CommonProgramW6432 C:\Program Files\Common Files [2021-03-10T15:07:02.926Z] COMPUTERNAME azwin-2-b4e0e0 [2021-03-10T15:07:02.926Z] ComSpec C:\windows\system32\cmd.exe [2021-03-10T15:07:02.926Z] ConfigSequenceNumber 0 [2021-03-10T15:07:02.926Z] dco true [2021-03-10T15:07:02.926Z] DOCKER_BUILDKIT 0 [2021-03-10T15:07:02.926Z] DOCKER_DUT_DEBUG 1 [2021-03-10T15:07:02.926Z] DOCKER_EXPERIMENTAL 1 [2021-03-10T15:07:02.926Z] DOCKER_GRAPHDRIVER overlay2 [2021-03-10T15:07:02.926Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-03-10T15:07:02.926Z] EXECUTOR_NUMBER 0 [2021-03-10T15:07:02.926Z] FQDN azwin-2-b4e0e0.westus.cloudapp.azure.com [2021-03-10T15:07:02.926Z] GIT_BRANCH PR-42054 [2021-03-10T15:07:02.926Z] GIT_COMMIT 1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:07:02.926Z] GIT_PREVIOUS_COMMIT 1659357c18af7d87e80358ee94288f141d0d29ad [2021-03-10T15:07:02.926Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 41629b564b8304031113473bacace8ccb19ccbf1 [2021-03-10T15:07:02.926Z] GIT_URL https://github.com/moby/moby.git [2021-03-10T15:07:02.926Z] HUDSON_COOKIE d7f4e5e8-5e32-4c16-ba78-5ff42d074f1c [2021-03-10T15:07:02.926Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-03-10T15:07:02.926Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-03-10T15:07:02.926Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-03-10T15:07:02.926Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-03-10T15:07:02.926Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-03-10T15:07:02.926Z] JENKINS_NODE_COOKIE 71e21958-d1f4-40af-a81f-0d24bf294530 [2021-03-10T15:07:02.926Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-03-10T15:07:02.926Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-03-10T15:07:02.926Z] JOB_BASE_NAME PR-42054 [2021-03-10T15:07:02.926Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42054/display/redirect [2021-03-10T15:07:02.926Z] JOB_NAME moby/PR-42054 [2021-03-10T15:07:02.926Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42054/ [2021-03-10T15:07:02.926Z] library.jps.version master [2021-03-10T15:07:02.926Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-03-10T15:07:02.926Z] NODE_LABELS amd64 azure azwin-2-b4e0e0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-03-10T15:07:02.926Z] NODE_NAME azwin-2-b4e0e0 [2021-03-10T15:07:02.926Z] NUMBER_OF_PROCESSORS 4 [2021-03-10T15:07:02.926Z] OS Windows_NT [2021-03-10T15:07:02.926Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-03-10T15:07:02.926Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-03-10T15:07:02.926Z] ppc64le true [2021-03-10T15:07:02.926Z] PROCESSOR_ARCHITECTURE AMD64 [2021-03-10T15:07:02.926Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-03-10T15:07:02.926Z] PROCESSOR_LEVEL 6 [2021-03-10T15:07:02.926Z] PROCESSOR_REVISION 5504 [2021-03-10T15:07:02.926Z] ProgramData C:\ProgramData [2021-03-10T15:07:02.926Z] ProgramFiles C:\Program Files [2021-03-10T15:07:02.926Z] ProgramFiles(x86) C:\Program Files (x86) [2021-03-10T15:07:02.926Z] ProgramW6432 C:\Program Files [2021-03-10T15:07:02.926Z] PROMPT $P$G [2021-03-10T15:07:02.926Z] PSExecutionPolicyPreference Bypass [2021-03-10T15:07:02.926Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-03-10T15:07:02.926Z] PUBLIC C:\Users\Public [2021-03-10T15:07:02.926Z] rootless true [2021-03-10T15:07:02.926Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42054/6/display/redirect?page=artif... [2021-03-10T15:07:02.926Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42054/6/display/redirect?page=changes [2021-03-10T15:07:02.926Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42054/6/display/redirect [2021-03-10T15:07:02.926Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42054/6/display/redirect?page=tests [2021-03-10T15:07:02.926Z] s390x true [2021-03-10T15:07:02.926Z] SKIP_VALIDATION_TESTS 1 [2021-03-10T15:07:02.926Z] SOURCES_DRIVE d [2021-03-10T15:07:02.926Z] SOURCES_SUBDIR gopath [2021-03-10T15:07:02.926Z] STAGE_NAME Run tests [2021-03-10T15:07:02.926Z] SystemDrive C: [2021-03-10T15:07:02.926Z] SystemRoot C:\windows [2021-03-10T15:07:02.926Z] TEMP C:\windows\TEMP [2021-03-10T15:07:02.926Z] TESTDEBUG 0 [2021-03-10T15:07:02.926Z] TESTRUN_DRIVE d [2021-03-10T15:07:02.926Z] TESTRUN_SUBDIR CI [2021-03-10T15:07:02.926Z] TIMEOUT 120m [2021-03-10T15:07:02.926Z] TMP C:\windows\TEMP [2021-03-10T15:07:02.926Z] unit_validate true [2021-03-10T15:07:02.926Z] USERDOMAIN WORKGROUP [2021-03-10T15:07:02.926Z] USERNAME azwin-2-b4e0e0$ [2021-03-10T15:07:02.926Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-03-10T15:07:02.926Z] validate_force false [2021-03-10T15:07:02.926Z] windir C:\windows [2021-03-10T15:07:02.926Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-03-10T15:07:02.926Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-03-10T15:07:02.926Z] windowsRS1 false [2021-03-10T15:07:02.926Z] windowsRS5 true [2021-03-10T15:07:02.926Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-03-10T15:07:02.926Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-03-10T15:07:02.926Z] [2021-03-10T15:07:02.926Z] [2021-03-10T15:07:02.926Z] [2021-03-10T15:07:02.926Z] INFO: Sources under d:\gopath\... [2021-03-10T15:07:02.926Z] INFO: Test run under d:\CI\... [2021-03-10T15:07:02.926Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-03-10T15:07:02.926Z] INFO: docker/docker repository was found [2021-03-10T15:07:02.926Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-03-10T15:07:02.926Z] ltsc2019: Pulling from windows/servercore [2021-03-10T15:07:03.017Z] #42 162.4 CC criu/timerfd.o [2021-03-10T15:07:03.039Z] #42 11.82 PBCC images/fsnotify.pb-c.c [2021-03-10T15:07:03.039Z] #42 11.91 DEP images/fh.pb-c.d [2021-03-10T15:07:03.039Z] #42 11.98 DEP images/fsnotify.pb-c.d [2021-03-10T15:07:03.042Z] #42 84.26 DEP criu/crtools.d [2021-03-10T15:07:03.042Z] #42 84.44 DEP criu/cr-service.d [2021-03-10T15:07:03.047Z] #42 84.22 DEP criu/kerndat.d [2021-03-10T15:07:03.047Z] #42 84.40 DEP criu/kcmp-ids.d [2021-03-10T15:07:03.047Z] #42 84.47 DEP criu/irmap.d [2021-03-10T15:07:03.273Z] #42 162.7 CC criu/tty.o [2021-03-10T15:07:03.298Z] #42 12.08 PBCC images/eventpoll.pb-c.c [2021-03-10T15:07:03.298Z] #42 12.10 DEP images/eventpoll.pb-c.d [2021-03-10T15:07:03.298Z] #42 12.14 PBCC images/eventfd.pb-c.c [2021-03-10T15:07:03.298Z] #42 12.17 DEP images/eventfd.pb-c.d [2021-03-10T15:07:03.298Z] #42 12.22 PBCC images/remap-file-path.pb-c.c [2021-03-10T15:07:03.298Z] #42 12.27 DEP images/remap-file-path.pb-c.d [2021-03-10T15:07:03.302Z] #42 84.61 DEP criu/cr-restore.d [2021-03-10T15:07:03.313Z] #42 84.58 DEP criu/ipc_ns.d [2021-03-10T15:07:03.313Z] #42 84.78 DEP criu/image.d [2021-03-10T15:07:03.401Z] 4612f6d0b889: Pulling fs layer [2021-03-10T15:07:03.401Z] 5ff1512f88ec: Pulling fs layer [2021-03-10T15:07:03.557Z] #42 12.31 PBCC images/fifo.pb-c.c [2021-03-10T15:07:03.557Z] #42 12.34 DEP images/fifo.pb-c.d [2021-03-10T15:07:03.557Z] #42 12.38 PBCC images/ghost-file.pb-c.c [2021-03-10T15:07:03.557Z] #42 12.44 DEP images/ghost-file.pb-c.d [2021-03-10T15:07:03.562Z] #42 84.83 DEP criu/cr-errno.d [2021-03-10T15:07:03.562Z] #42 84.86 DEP criu/cr-dump.d [2021-03-10T15:07:03.578Z] #42 84.91 DEP criu/image-desc.d [2021-03-10T15:07:03.578Z] #42 84.97 DEP criu/fsnotify.d [2021-03-10T15:07:03.724Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-03-10T15:07:03.817Z] #42 12.54 PBCC images/regfile.pb-c.c [2021-03-10T15:07:03.817Z] #42 12.59 DEP images/regfile.pb-c.d [2021-03-10T15:07:03.817Z] #42 12.67 PBCC images/ns.pb-c.c [2021-03-10T15:07:03.817Z] #42 12.70 DEP images/ns.pb-c.d [2021-03-10T15:07:03.817Z] #42 12.74 PBCC images/fdinfo.pb-c.c [2021-03-10T15:07:03.817Z] #42 12.81 DEP images/fdinfo.pb-c.d [2021-03-10T15:07:03.822Z] #42 85.04 DEP criu/cr-dedup.d [2021-03-10T15:07:03.822Z] #42 85.16 DEP criu/cr-check.d [2021-03-10T15:07:03.822Z] #42 85.34 DEP criu/config.d [2021-03-10T15:07:03.843Z] #42 85.09 DEP criu/filesystems.d [2021-03-10T15:07:03.843Z] #42 85.18 DEP criu/files.d [2021-03-10T15:07:04.076Z] #42 12.90 PBCC images/core-aarch64.pb-c.c [2021-03-10T15:07:04.076Z] #42 ... [2021-03-10T15:07:04.076Z] [2021-03-10T15:07:04.076Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:07:04.076Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:07:04.076Z] #12 96.66 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-10T15:07:04.076Z] #12 96.66 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-10T15:07:04.076Z] #12 96.69 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:07:04.076Z] #12 104.3 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-10T15:07:04.076Z] #12 104.4 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:07:04.076Z] #12 104.4 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:07:04.076Z] #12 104.5 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-10T15:07:04.076Z] #12 104.5 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:07:04.076Z] #12 104.5 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:07:04.076Z] #12 ... [2021-03-10T15:07:04.076Z] [2021-03-10T15:07:04.076Z] #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-03-10T15:07:04.076Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:04.076Z] #42 13.01 PBCC images/core-arm.pb-c.c [2021-03-10T15:07:04.076Z] #42 13.06 PBCC images/core-ppc64.pb-c.c [2021-03-10T15:07:04.082Z] #42 85.48 DEP criu/clone-noasan.d [2021-03-10T15:07:04.082Z] #42 85.58 DEP criu/cgroup.d [2021-03-10T15:07:04.106Z] #42 85.45 DEP criu/files-reg.d [2021-03-10T15:07:04.248Z] #20 ... [2021-03-10T15:07:04.248Z] [2021-03-10T15:07:04.248Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-10T15:07:04.248Z] #51 sha256:27daa66a44b7727691e773fe64083194e16bf45d29d5d6f0f0a7bb7d98f70269 [2021-03-10T15:07:04.248Z] #51 120.2 mvdan.cc/sh/v3/cmd/shfmt [2021-03-10T15:07:04.248Z] #51 DONE 126.9s [2021-03-10T15:07:04.248Z] [2021-03-10T15:07:04.248Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-10T15:07:04.248Z] #53 sha256:d55eb9e5b75560900716ad58f0d4c69779281fecd11726c005bd49ea9750ec86 [2021-03-10T15:07:04.248Z] #53 10.51 + cd /tmp/tmp.kxmWu0MSDD/src/github.com/opencontainers/runc [2021-03-10T15:07:04.248Z] #53 10.51 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:07:04.248Z] #53 11.05 + '[' -z '' ']' [2021-03-10T15:07:04.248Z] #53 11.05 + target=static [2021-03-10T15:07:04.248Z] #53 11.05 + make 'BUILDTAGS=seccomp ' static [2021-03-10T15:07:04.248Z] #53 11.23 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-10T15:07:04.336Z] #42 13.12 PBCC images/core-s390.pb-c.c [2021-03-10T15:07:04.336Z] #42 13.19 PBCC images/core-x86.pb-c.c [2021-03-10T15:07:04.336Z] #42 13.27 PBCC images/core.pb-c.c [2021-03-10T15:07:04.343Z] #42 85.76 DEP criu/cgroup-props.d [2021-03-10T15:07:04.343Z] #42 85.86 DEP criu/bitmap.d [2021-03-10T15:07:04.370Z] #42 85.67 DEP criu/files-ext.d [2021-03-10T15:07:04.370Z] #42 85.75 DEP criu/file-lock.d [2021-03-10T15:07:04.370Z] #42 85.87 DEP criu/file-ids.d [2021-03-10T15:07:04.595Z] #42 13.35 PBCC images/inventory.pb-c.c [2021-03-10T15:07:04.595Z] #42 13.48 DEP images/core-aarch64.pb-c.d [2021-03-10T15:07:04.595Z] #42 13.55 DEP images/core-arm.pb-c.d [2021-03-10T15:07:04.595Z] #42 13.60 DEP images/core-ppc64.pb-c.d [2021-03-10T15:07:04.603Z] #42 85.90 DEP criu/bfd.d [2021-03-10T15:07:04.636Z] #42 85.97 DEP criu/fifo.d [2021-03-10T15:07:04.644Z] #42 163.8 CC criu/tun.o [2021-03-10T15:07:04.854Z] #42 13.65 DEP images/core-s390.pb-c.d [2021-03-10T15:07:04.854Z] #42 13.74 DEP images/core-x86.pb-c.d [2021-03-10T15:07:04.854Z] #42 13.82 DEP images/core.pb-c.d [2021-03-10T15:07:04.854Z] #42 13.88 DEP images/inventory.pb-c.d [2021-03-10T15:07:04.865Z] #42 86.04 DEP criu/autofs.d [2021-03-10T15:07:04.865Z] #42 86.28 DEP criu/aio.d [2021-03-10T15:07:04.899Z] #42 86.17 DEP criu/fdstore.d [2021-03-10T15:07:04.900Z] #42 164.2 CC criu/uffd.o [2021-03-10T15:07:05.113Z] #42 13.93 PBCC images/cpuinfo.pb-c.c [2021-03-10T15:07:05.113Z] #42 13.97 DEP images/cpuinfo.pb-c.d [2021-03-10T15:07:05.113Z] #42 14.02 PBCC images/stats.pb-c.c [2021-03-10T15:07:05.113Z] #42 14.06 DEP images/stats.pb-c.d [2021-03-10T15:07:05.125Z] #42 86.46 DEP criu/action-scripts.d [2021-03-10T15:07:05.182Z] #42 86.27 DEP criu/fault-injection.d [2021-03-10T15:07:05.182Z] #42 86.33 DEP criu/external.d [2021-03-10T15:07:05.182Z] #42 86.46 DEP criu/eventpoll.d [2021-03-10T15:07:05.385Z] #42 86.79 CC criu/action-scripts.o [2021-03-10T15:07:05.445Z] #42 86.60 DEP criu/eventfd.d [2021-03-10T15:07:05.445Z] #42 86.73 DEP criu/crtools.d [2021-03-10T15:07:05.445Z] #42 86.83 DEP criu/cr-service.d [2021-03-10T15:07:05.462Z] #42 164.9 CC criu/util.o [2021-03-10T15:07:05.707Z] #42 87.08 DEP criu/cr-restore.d [2021-03-10T15:07:05.954Z] #42 87.20 CC criu/aio.o [2021-03-10T15:07:05.973Z] #42 87.32 DEP criu/cr-errno.d [2021-03-10T15:07:05.973Z] #42 87.34 DEP criu/cr-dump.d [2021-03-10T15:07:06.213Z] #42 87.62 CC criu/autofs.o [2021-03-10T15:07:06.239Z] #42 87.54 DEP criu/cr-dedup.d [2021-03-10T15:07:06.239Z] #42 87.65 DEP criu/cr-check.d [2021-03-10T15:07:06.390Z] #42 165.8 CC criu/uts_ns.o [2021-03-10T15:07:06.390Z] #42 165.9 CC criu/vdso-compat.o [2021-03-10T15:07:06.492Z] #42 15.39 make[1]: Nothing to be done for 'all'. [2021-03-10T15:07:06.502Z] #42 87.89 DEP criu/config.d [2021-03-10T15:07:06.646Z] #42 166.1 CC criu/vdso.o [2021-03-10T15:07:06.767Z] #42 88.15 DEP criu/clone-noasan.d [2021-03-10T15:07:06.767Z] #42 88.24 DEP criu/cgroup.d [2021-03-10T15:07:06.787Z] #42 ... [2021-03-10T15:07:06.787Z] [2021-03-10T15:07:06.787Z] #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-03-10T15:07:06.787Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:07:06.787Z] #19 3.240 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:07:06.787Z] #19 3.285 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:07:06.787Z] #19 3.286 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:07:06.787Z] #19 3.287 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:07:06.787Z] #19 3.896 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:07:06.787Z] #19 4.802 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:07:06.787Z] #19 6.192 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:07:06.787Z] #19 7.344 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [453 kB] [2021-03-10T15:07:06.902Z] #42 166.5 LINK criu/built-in.o [2021-03-10T15:07:07.010Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-03-10T15:07:07.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.10s) [2021-03-10T15:07:07.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.16s) [2021-03-10T15:07:07.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.49s) [2021-03-10T15:07:07.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (4.14s) [2021-03-10T15:07:07.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (4.20s) [2021-03-10T15:07:07.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (4.29s) [2021-03-10T15:07:07.010Z] === RUN TestBuildMultiStageCopy [2021-03-10T15:07:07.010Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-10T15:07:07.010Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-03-10T15:07:07.030Z] #42 88.41 DEP criu/cgroup-props.d [2021-03-10T15:07:07.030Z] #42 88.49 DEP criu/bitmap.d [2021-03-10T15:07:07.158Z] #42 166.6 LINK criu/criu [2021-03-10T15:07:07.294Z] #42 88.53 DEP criu/bfd.d [2021-03-10T15:07:07.294Z] #42 88.62 DEP criu/autofs.d [2021-03-10T15:07:07.557Z] #42 88.82 DEP criu/aio.d [2021-03-10T15:07:07.720Z] #42 166.9 DEP lib/c/criu.d [2021-03-10T15:07:07.720Z] #42 167.0 CC images/rpc.pb-c.o [2021-03-10T15:07:07.727Z] #19 ... [2021-03-10T15:07:07.727Z] [2021-03-10T15:07:07.727Z] #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-03-10T15:07:07.727Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:07.727Z] #42 88.83 CC criu/bfd.o [2021-03-10T15:07:07.820Z] #42 88.98 DEP criu/action-scripts.d [2021-03-10T15:07:07.873Z] #42 16.78 CC images/stats.o [2021-03-10T15:07:07.976Z] #42 167.5 CC lib/c/criu.o [2021-03-10T15:07:07.987Z] #42 89.26 CC criu/bitmap.o [2021-03-10T15:07:08.084Z] #42 89.24 CC criu/action-scripts.o [2021-03-10T15:07:08.248Z] #42 89.46 CC criu/cgroup-props.o [2021-03-10T15:07:08.442Z] #42 17.17 CC images/core.o [2021-03-10T15:07:08.538Z] #42 168.1 LINK lib/c/built-in.o [2021-03-10T15:07:08.661Z] #42 89.86 CC criu/aio.o [2021-03-10T15:07:08.661Z] #42 ... [2021-03-10T15:07:08.661Z] [2021-03-10T15:07:08.661Z] #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-03-10T15:07:08.661Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-10T15:07:08.661Z] #39 158.6 + dpkg --print-architecture [2021-03-10T15:07:08.794Z] #42 168.1 LINK lib/c/libcriu.so [2021-03-10T15:07:08.794Z] #42 168.2 LINK lib/c/libcriu.a [2021-03-10T15:07:08.818Z] #42 90.23 CC criu/cgroup.o [2021-03-10T15:07:08.913Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-10T15:07:08.913Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-03-10T15:07:08.913Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-10T15:07:08.913Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-10T15:07:09.011Z] #42 17.85 CC images/core-x86.o [2021-03-10T15:07:09.055Z] #42 168.3 GEN magic.py [2021-03-10T15:07:09.055Z] #42 168.4 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:07:09.055Z] #42 168.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:07:09.055Z] #42 168.4 Note: Building without GnuTLS support [2021-03-10T15:07:09.055Z] #42 168.4 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:07:09.055Z] #42 168.4 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:07:09.171Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-10T15:07:09.429Z] --- PASS: TestBuildMultiStageCopy (2.92s) [2021-03-10T15:07:09.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.02s) [2021-03-10T15:07:09.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2021-03-10T15:07:09.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-03-10T15:07:09.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2021-03-10T15:07:09.430Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2021-03-10T15:07:09.430Z] === RUN TestBuildMultiStageParentConfig [2021-03-10T15:07:09.430Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-03-10T15:07:09.581Z] #42 18.41 CC images/core-arm.o [2021-03-10T15:07:09.616Z] #42 169.1 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:07:09.887Z] #53 ... [2021-03-10T15:07:09.887Z] [2021-03-10T15:07:09.887Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:07:09.887Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:07:09.887Z] #43 55.11 CC compel/src/lib/infect.o [2021-03-10T15:07:09.887Z] #43 58.13 CC compel/src/lib/ptrace.o [2021-03-10T15:07:09.887Z] #43 58.60 AR compel/libcompel.a [2021-03-10T15:07:09.887Z] #43 58.70 HOSTCC compel/src/main-host.o [2021-03-10T15:07:09.887Z] #43 58.96 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-03-10T15:07:09.887Z] #43 59.17 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-10T15:07:09.887Z] #43 59.58 HOSTCC compel/src/lib/log-host.o [2021-03-10T15:07:09.887Z] #43 59.84 HOSTLINK compel/compel-host-bin [2021-03-10T15:07:09.887Z] #43 60.06 DEP soccr/soccr.d [2021-03-10T15:07:09.887Z] #43 60.33 CC soccr/soccr.o [2021-03-10T15:07:09.887Z] #43 62.30 AR soccr/libsoccr.a [2021-03-10T15:07:09.887Z] #43 62.37 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:07:09.887Z] #43 62.72 DEP criu/arch/ppc64/sigframe.d [2021-03-10T15:07:09.887Z] #43 62.83 DEP criu/arch/ppc64/crtools.d [2021-03-10T15:07:09.887Z] #43 63.03 DEP criu/arch/ppc64/cpu.d [2021-03-10T15:07:09.887Z] #43 63.21 CC criu/arch/ppc64/cpu.o [2021-03-10T15:07:09.887Z] #43 63.74 CC criu/arch/ppc64/crtools.o [2021-03-10T15:07:09.888Z] #43 65.07 CC criu/arch/ppc64/sigframe.o [2021-03-10T15:07:09.888Z] #43 65.39 LINK criu/arch/ppc64/crtools.built-in.o [2021-03-10T15:07:09.888Z] #43 65.43 DEP criu/pie/util-vdso.d [2021-03-10T15:07:10.153Z] #42 18.93 CC images/core-aarch64.o [2021-03-10T15:07:10.178Z] #42 169.6 make[1]: Nothing to be done for 'all'. [2021-03-10T15:07:10.185Z] #43 65.63 DEP criu/pie/util.d [2021-03-10T15:07:10.185Z] #43 65.84 CC criu/pie/util.o [2021-03-10T15:07:10.364Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2021-03-10T15:07:10.364Z] === RUN TestBuildLabelWithTargets [2021-03-10T15:07:10.364Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-03-10T15:07:10.412Z] #42 19.33 CC images/core-ppc64.o [2021-03-10T15:07:10.483Z] #43 66.24 CC criu/pie/util-vdso.o [2021-03-10T15:07:10.587Z] #39 DONE 160.1s [2021-03-10T15:07:10.587Z] [2021-03-10T15:07:10.587Z] #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-03-10T15:07:10.587Z] #19 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-10T15:07:10.587Z] #19 8.830 Reading package lists... [2021-03-10T15:07:10.587Z] #19 11.48 Reading package lists... [2021-03-10T15:07:10.588Z] #19 14.47 Building dependency tree... [2021-03-10T15:07:10.588Z] #19 15.89 libcap2-bin is already the newest version (1:2.25-2). [2021-03-10T15:07:10.588Z] #19 15.89 The following additional packages will be installed: [2021-03-10T15:07:10.588Z] #19 15.89 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-10T15:07:10.588Z] #19 15.89 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-10T15:07:10.588Z] #19 15.89 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-10T15:07:10.588Z] #19 15.89 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-10T15:07:10.588Z] #19 15.89 python3.7 python3.7-minimal vim-runtime xxd [2021-03-10T15:07:10.588Z] #19 15.90 Suggested packages: [2021-03-10T15:07:10.588Z] #19 15.90 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-10T15:07:10.588Z] #19 15.90 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-10T15:07:10.588Z] #19 15.90 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-10T15:07:10.588Z] #19 15.90 Recommended packages: [2021-03-10T15:07:10.588Z] #19 15.90 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-10T15:07:10.588Z] #19 15.90 python3-keyrings.alt python3-xdg unzip [2021-03-10T15:07:10.588Z] #19 17.16 The following NEW packages will be installed: [2021-03-10T15:07:10.588Z] #19 17.17 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-10T15:07:10.588Z] #19 17.17 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-10T15:07:10.588Z] #19 17.17 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-10T15:07:10.588Z] #19 17.17 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-10T15:07:10.588Z] #19 17.17 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-10T15:07:10.588Z] #19 17.17 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-10T15:07:10.588Z] #19 17.17 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-10T15:07:10.588Z] #19 17.17 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-10T15:07:10.588Z] #19 17.17 xz-utils zip [2021-03-10T15:07:10.588Z] #19 17.52 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:07:10.588Z] #19 17.52 Need to get 27.6 MB of archives. [2021-03-10T15:07:10.588Z] #19 17.52 After this operation, 114 MB of additional disk space will be used. [2021-03-10T15:07:10.588Z] #19 17.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-03-10T15:07:10.588Z] #19 17.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2021-03-10T15:07:10.588Z] #19 17.66 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2021-03-10T15:07:10.588Z] #19 17.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-03-10T15:07:10.588Z] #19 17.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-03-10T15:07:10.588Z] #19 17.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2021-03-10T15:07:10.588Z] #19 17.79 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2021-03-10T15:07:10.588Z] #19 17.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-03-10T15:07:10.588Z] #19 17.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-03-10T15:07:10.588Z] #19 17.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-03-10T15:07:10.588Z] #19 17.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-03-10T15:07:10.588Z] #19 17.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-03-10T15:07:10.588Z] #19 17.82 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-03-10T15:07:10.588Z] #19 17.83 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-03-10T15:07:10.588Z] #19 17.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-03-10T15:07:10.588Z] #19 17.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-03-10T15:07:10.588Z] #19 17.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-03-10T15:07:10.588Z] #19 17.84 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:07:10.588Z] #19 17.85 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-03-10T15:07:10.588Z] #19 17.86 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-03-10T15:07:10.588Z] #19 17.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-03-10T15:07:10.588Z] #19 17.87 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-03-10T15:07:10.588Z] #19 17.90 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-03-10T15:07:10.588Z] #19 17.91 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-03-10T15:07:10.588Z] #19 17.92 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-03-10T15:07:10.588Z] #19 17.92 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-03-10T15:07:10.588Z] #19 17.92 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-03-10T15:07:10.588Z] #19 17.93 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-03-10T15:07:10.588Z] #19 17.93 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-03-10T15:07:10.588Z] #19 18.25 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-03-10T15:07:10.588Z] #19 18.25 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-03-10T15:07:10.588Z] #19 18.25 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-03-10T15:07:10.588Z] #19 18.25 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-03-10T15:07:10.588Z] #19 18.26 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-03-10T15:07:10.588Z] #19 18.27 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-10T15:07:10.588Z] #19 18.32 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-10T15:07:10.588Z] #19 18.32 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-10T15:07:10.588Z] #19 18.32 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-03-10T15:07:10.588Z] #19 18.33 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-10T15:07:10.588Z] #19 18.34 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-10T15:07:10.588Z] #19 18.35 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-10T15:07:10.588Z] #19 18.35 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-03-10T15:07:10.588Z] #19 18.38 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-03-10T15:07:10.588Z] #19 18.39 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-03-10T15:07:10.588Z] #19 18.40 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-10T15:07:10.740Z] #42 170.2 make[1]: 'images/built-in.o' is up to date. [2021-03-10T15:07:10.740Z] #42 170.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-10T15:07:10.740Z] #42 170.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-10T15:07:10.740Z] #42 170.2 make[1]: 'compel/libcompel.a' is up to date. [2021-03-10T15:07:10.740Z] #42 170.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-10T15:07:10.740Z] #42 170.3 make[1]: Nothing to be done for 'all'. [2021-03-10T15:07:10.850Z] #19 18.61 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-03-10T15:07:10.850Z] #19 18.64 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-03-10T15:07:10.850Z] #19 18.67 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-03-10T15:07:10.996Z] #42 170.3 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:07:10.996Z] #42 170.5 make[2]: Nothing to be done for 'all'. [2021-03-10T15:07:10.996Z] #42 170.5 make[2]: Nothing to be done for 'all'. [2021-03-10T15:07:10.996Z] #42 170.5 make[2]: Nothing to be done for 'all'. [2021-03-10T15:07:11.132Z] #43 ... [2021-03-10T15:07:11.132Z] [2021-03-10T15:07:11.132Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:07:11.132Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:07:11.132Z] #45 124.0 math/big [2021-03-10T15:07:11.132Z] #45 128.9 go/doc [2021-03-10T15:07:11.132Z] #45 ... [2021-03-10T15:07:11.132Z] [2021-03-10T15:07:11.132Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:07:11.132Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:07:11.132Z] #20 12.76 Fetched 8684 kB in 12s (706 kB/s) [2021-03-10T15:07:11.251Z] #42 170.6 make[2]: Nothing to be done for 'all'. [2021-03-10T15:07:11.251Z] #42 170.7 make[2]: Nothing to be done for 'all'. [2021-03-10T15:07:11.251Z] #42 170.7 make[2]: Nothing to be done for 'all'. [2021-03-10T15:07:11.251Z] #42 170.7 make[2]: Nothing to be done for 'all'. [2021-03-10T15:07:11.300Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-03-10T15:07:11.300Z] --- PASS: TestBuildLabelWithTargets (1.04s) [2021-03-10T15:07:11.300Z] === RUN TestBuildWithEmptyLayers [2021-03-10T15:07:11.351Z] #42 19.92 CC images/core-s390.o [2021-03-10T15:07:11.351Z] #42 ... [2021-03-10T15:07:11.351Z] [2021-03-10T15:07:11.351Z] #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-03-10T15:07:11.351Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:07:11.351Z] #44 110.0 text/template [2021-03-10T15:07:11.351Z] #44 110.4 go/parser [2021-03-10T15:07:11.351Z] #44 113.8 encoding/xml [2021-03-10T15:07:11.351Z] #44 115.0 go/doc [2021-03-10T15:07:11.351Z] #44 118.1 github.com/LK4D4/vndr/build [2021-03-10T15:07:11.351Z] #44 119.4 github.com/LK4D4/vndr/versioned [2021-03-10T15:07:11.351Z] #44 119.6 compress/flate [2021-03-10T15:07:11.507Z] #42 170.8 make[2]: Nothing to be done for 'all'. [2021-03-10T15:07:11.507Z] #42 170.8 INSTALL criu/criu [2021-03-10T15:07:11.559Z] --- PASS: TestBuildWithEmptyLayers (0.48s) [2021-03-10T15:07:11.559Z] === RUN TestBuildMultiStageOnBuild [2021-03-10T15:07:11.611Z] #44 ... [2021-03-10T15:07:11.611Z] [2021-03-10T15:07:11.611Z] #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-03-10T15:07:11.611Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:11.611Z] #42 20.64 CC images/cpuinfo.o [2021-03-10T15:07:11.768Z] #42 DONE 171.2s [2021-03-10T15:07:11.768Z] [2021-03-10T15:07:11.768Z] #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-03-10T15:07:11.768Z] #55 sha256:52ecccb4bc933fc8b2d2227ab7fc8efdc7a5d7c0df5c803075ceffb832977f09 [2021-03-10T15:07:11.799Z] #19 19.49 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:07:12.072Z] #19 19.63 Fetched 27.6 MB in 1s (19.4 MB/s) [2021-03-10T15:07:12.072Z] #19 19.91 Selecting previously unselected package pigz. [2021-03-10T15:07:12.115Z] #42 92.95 CC criu/clone-noasan.o [2021-03-10T15:07:12.115Z] #42 93.14 CC criu/config.o [2021-03-10T15:07:12.125Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-03-10T15:07:12.181Z] #42 21.15 CC images/inventory.o [2021-03-10T15:07:12.189Z] #20 12.76 Reading package lists... [2021-03-10T15:07:12.336Z] #19 19.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23408 files and directories currently installed.) [2021-03-10T15:07:12.336Z] #19 19.97 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-03-10T15:07:12.336Z] #19 20.00 Unpacking pigz (2.4-1) ... [2021-03-10T15:07:12.336Z] #19 20.13 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-03-10T15:07:12.336Z] #19 20.13 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-03-10T15:07:12.336Z] #19 20.15 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:12.440Z] #42 21.43 CC images/fdinfo.o [2021-03-10T15:07:12.700Z] #42 ... [2021-03-10T15:07:12.700Z] [2021-03-10T15:07:12.700Z] #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-03-10T15:07:12.700Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:07:12.700Z] #50 111.7 mvdan.cc/sh/v3/syntax [2021-03-10T15:07:12.700Z] #50 111.7 mvdan.cc/sh/v3/fileutil [2021-03-10T15:07:12.700Z] #50 117.8 mvdan.cc/sh/v3/cmd/shfmt [2021-03-10T15:07:12.700Z] #50 ... [2021-03-10T15:07:12.700Z] [2021-03-10T15:07:12.700Z] #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-03-10T15:07:12.700Z] #55 sha256:d1daf96669b794506499923a025e7b07744e917d07b1ef5d620dad8fa3158a0d [2021-03-10T15:07:12.912Z] #19 20.64 Selecting previously unselected package python3.7-minimal. [2021-03-10T15:07:12.912Z] #19 20.65 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-03-10T15:07:12.912Z] #19 20.67 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:07:13.056Z] #42 94.43 CC criu/cr-check.o [2021-03-10T15:07:13.136Z] #55 ... [2021-03-10T15:07:13.136Z] [2021-03-10T15:07:13.136Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-10T15:07:13.136Z] #43 sha256:df4eb85c3cf18a176a40ec0748a4887f935777999047633b9639c1510991e320 [2021-03-10T15:07:13.137Z] #20 17.70 Reading package lists... [2021-03-10T15:07:13.137Z] #20 ... [2021-03-10T15:07:13.137Z] [2021-03-10T15:07:13.137Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:07:13.137Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:07:13.137Z] #43 67.21 AR criu/pie/pie.lib.a [2021-03-10T15:07:13.137Z] #43 67.27 DEP criu/pie/restorer.d [2021-03-10T15:07:13.137Z] #43 67.61 DEP criu/arch/ppc64/vdso-trampoline.d [2021-03-10T15:07:13.137Z] #43 67.63 DEP criu/arch/ppc64/restorer.d [2021-03-10T15:07:13.137Z] #43 67.84 DEP criu/arch/ppc64/vdso-pie.d [2021-03-10T15:07:13.137Z] #43 67.96 DEP criu/pie/parasite-vdso.d [2021-03-10T15:07:13.137Z] #43 68.14 DEP criu/pie/parasite.d [2021-03-10T15:07:13.137Z] #43 68.44 CC criu/pie/parasite.o [2021-03-10T15:07:13.395Z] #43 DONE 0.1s [2021-03-10T15:07:13.395Z] [2021-03-10T15:07:13.395Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-10T15:07:13.395Z] #45 sha256:8fae005edba5437a51ba5283fac218ec6e9ae53e82d83629d0367c28f5ecf292 [2021-03-10T15:07:13.481Z] #55 52.54 Checking out files: 45% (1721/3818) Checking out files: 46% (1757/3818) Checking out files: 47% (1795/3818) Checking out files: 48% (1833/3818) Checking out files: 49% (1871/3818) Checking out files: 50% (1909/3818) Checking out files: 51% (1948/3818) Checking out files: 52% (1986/3818) Checking out files: 53% (2024/3818) Checking out files: 54% (2062/3818) Checking out files: 55% (2100/3818) Checking out files: 56% (2139/3818) Checking out files: 57% (2177/3818) Checking out files: 58% (2215/3818) Checking out files: 59% (2253/3818) Checking out files: 60% (2291/3818) Checking out files: 61% (2329/3818) Checking out files: 62% (2368/3818) Checking out files: 63% (2406/3818) Checking out files: 64% (2444/3818) Checking out files: 65% (2482/3818) Checking out files: 66% (2520/3818) Checking out files: 67% (2559/3818) Checking out files: 68% (2597/3818) Checking out files: 69% (2635/3818) Checking out files: 70% (2673/3818) Checking out files: 71% (2711/3818) Checking out files: 72% (2749/3818) Checking out files: 73% (2788/3818) Checking out files: 74% (2826/3818) Checking out files: 75% (2864/3818) Checking out files: 76% (2902/3818) Checking out files: 77% (2940/3818) Checking out files: 78% (2979/3818) Checking out files: 79% (3017/3818) Checking out files: 80% (3055/3818) Checking out files: 81% (3093/3818) Checking out files: 82% (3131/3818) Checking out files: 83% (3169/3818) Checking out files: 83% (3205/3818) Checking out files: 84% (3208/3818) Checking out files: 85% (3246/3818) Checking out files: 86% (3284/3818) Checking out files: 87% (3322/3818) Checking out files: 88% (3360/3818) Checking out files: 89% (3399/3818) Checking out files: 90% (3437/3818) Checking out files: 91% (3475/3818) Checking out files: 92% (3513/3818) Checking out files: 93% (3551/3818) Checking out files: 94% (3589/3818) Checking out files: 95% (3628/3818) Checking out files: 96% (3666/3818) Checking out files: 97% (3704/3818) Checking out files: 98% (3742/3818) Checking out files: 99% (3780/3818) Checking out files: 100% (3818/3818) Checking out files: 100% (3818/3818), done. [2021-03-10T15:07:13.691Z] #45 DONE 0.3s [2021-03-10T15:07:13.691Z] [2021-03-10T15:07:13.691Z] #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-03-10T15:07:13.691Z] #52 sha256:fff58f32e8622c811a86b92e4c4347dd5e0ec753eb0a3f353746500899b72579 [2021-03-10T15:07:13.691Z] #52 ... [2021-03-10T15:07:13.691Z] [2021-03-10T15:07:13.691Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-10T15:07:13.691Z] #47 sha256:c926cf7fcfe1c335ffa0f3aac5ed92beaa41f0c7a2f84b28e96d104d525a0e3c [2021-03-10T15:07:13.691Z] #47 DONE 0.1s [2021-03-10T15:07:13.691Z] [2021-03-10T15:07:13.691Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-10T15:07:13.691Z] #49 sha256:b1526481b55038a9c8589f9103e98e0e4e2b825ecff1ff2acc628d9804e2f2db [2021-03-10T15:07:13.743Z] #55 54.16 + cd /tmp/tmp.2mdfsb5te1/src/github.com/containerd/containerd [2021-03-10T15:07:13.743Z] #55 54.16 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-10T15:07:13.845Z] 5ff1512f88ec: Verifying Checksum [2021-03-10T15:07:13.845Z] 5ff1512f88ec: Download complete [2021-03-10T15:07:13.860Z] #19 21.44 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:13.860Z] #19 21.47 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:07:14.025Z] --- PASS: TestBuildMultiStageOnBuild (2.03s) [2021-03-10T15:07:14.025Z] === RUN TestBuildUncleanTarFilenames [2021-03-10T15:07:14.025Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-03-10T15:07:14.025Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-03-10T15:07:14.254Z] #49 DONE 0.5s [2021-03-10T15:07:14.254Z] [2021-03-10T15:07:14.254Z] #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-03-10T15:07:14.254Z] #52 sha256:fff58f32e8622c811a86b92e4c4347dd5e0ec753eb0a3f353746500899b72579 [2021-03-10T15:07:14.254Z] #52 ... [2021-03-10T15:07:14.254Z] [2021-03-10T15:07:14.254Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-10T15:07:14.254Z] #51 sha256:cf9a977ef0ad77714652ac539b98797bc6584aa3d54730ebbce376a019380539 [2021-03-10T15:07:14.254Z] #51 DONE 0.1s [2021-03-10T15:07:14.283Z] --- PASS: TestBuildUncleanTarFilenames (0.68s) [2021-03-10T15:07:14.283Z] === RUN TestBuildMultiStageLayerLeak [2021-03-10T15:07:14.516Z] [2021-03-10T15:07:14.516Z] #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-03-10T15:07:14.516Z] #55 sha256:52ecccb4bc933fc8b2d2227ab7fc8efdc7a5d7c0df5c803075ceffb832977f09 [2021-03-10T15:07:14.678Z] #43 70.03 LINK criu/pie/parasite.built-in.o [2021-03-10T15:07:14.678Z] #43 70.03 GEN criu/pie/parasite-blob.h [2021-03-10T15:07:14.678Z] #43 70.08 CC criu/pie/parasite-vdso.o [2021-03-10T15:07:14.967Z] #42 96.23 CC criu/cr-dedup.o [2021-03-10T15:07:15.123Z] #55 ... [2021-03-10T15:07:15.123Z] [2021-03-10T15:07:15.123Z] #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-03-10T15:07:15.123Z] #50 sha256:79237cbf51b4ac39fd21e46991957242319157405c22f52b08aa9609140a13ac [2021-03-10T15:07:15.123Z] #50 DONE 124.0s [2021-03-10T15:07:15.123Z] [2021-03-10T15:07:15.123Z] #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-03-10T15:07:15.123Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:15.123Z] #42 21.90 CC images/fown.o [2021-03-10T15:07:15.123Z] #42 22.08 CC images/ns.o [2021-03-10T15:07:15.123Z] #42 22.40 CC images/regfile.o [2021-03-10T15:07:15.123Z] #42 22.61 CC images/ghost-file.o [2021-03-10T15:07:15.123Z] #42 22.96 CC images/fifo.o [2021-03-10T15:07:15.123Z] #42 23.31 CC images/remap-file-path.o [2021-03-10T15:07:15.123Z] #42 23.57 CC images/eventfd.o [2021-03-10T15:07:15.123Z] #42 23.83 CC images/eventpoll.o [2021-03-10T15:07:15.226Z] #42 96.60 CC criu/cr-dump.o [2021-03-10T15:07:15.327Z] #43 70.94 CC criu/arch/ppc64/vdso-pie.o [2021-03-10T15:07:15.383Z] #42 24.20 CC images/fh.o [2021-03-10T15:07:15.655Z] #43 71.46 CC criu/arch/ppc64/restorer.o [2021-03-10T15:07:16.165Z] #42 ... [2021-03-10T15:07:16.165Z] [2021-03-10T15:07:16.165Z] #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-03-10T15:07:16.165Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:07:16.165Z] #19 11.87 Fetched 8922 kB in 9s (1004 kB/s) [2021-03-10T15:07:16.165Z] #19 11.87 Reading package lists... [2021-03-10T15:07:16.165Z] #19 14.98 Reading package lists... [2021-03-10T15:07:16.165Z] #19 18.16 Building dependency tree... [2021-03-10T15:07:16.165Z] #19 19.64 libcap2-bin is already the newest version (1:2.25-2). [2021-03-10T15:07:16.165Z] #19 19.64 The following additional packages will be installed: [2021-03-10T15:07:16.165Z] #19 19.64 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-10T15:07:16.165Z] #19 19.64 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-10T15:07:16.165Z] #19 19.65 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-10T15:07:16.165Z] #19 19.65 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-10T15:07:16.165Z] #19 19.65 python3.7 python3.7-minimal vim-runtime xxd [2021-03-10T15:07:16.165Z] #19 19.65 Suggested packages: [2021-03-10T15:07:16.165Z] #19 19.65 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-10T15:07:16.165Z] #19 19.65 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-10T15:07:16.165Z] #19 19.65 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-10T15:07:16.165Z] #19 19.65 Recommended packages: [2021-03-10T15:07:16.165Z] #19 19.65 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-10T15:07:16.165Z] #19 19.65 python3-keyrings.alt python3-xdg unzip [2021-03-10T15:07:16.185Z] === RUN TestDockerSuite/TestAttachDetach [2021-03-10T15:07:16.185Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-03-10T15:07:16.305Z] #43 71.95 CC criu/arch/ppc64/vdso-trampoline.o [2021-03-10T15:07:16.305Z] #43 71.99 CC criu/pie/restorer.o [2021-03-10T15:07:16.322Z] #42 24.89 CC images/fsnotify.o [2021-03-10T15:07:16.418Z] #19 23.82 Selecting previously unselected package python3-minimal. [2021-03-10T15:07:16.418Z] #19 23.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23657 files and directories currently installed.) [2021-03-10T15:07:16.418Z] #19 23.88 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-03-10T15:07:16.418Z] #19 23.89 Unpacking python3-minimal (3.7.3-1) ... [2021-03-10T15:07:16.418Z] #19 23.98 Selecting previously unselected package libmpdec2:arm64. [2021-03-10T15:07:16.418Z] #19 23.98 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-03-10T15:07:16.418Z] #19 24.00 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-03-10T15:07:16.418Z] #19 24.17 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-03-10T15:07:16.418Z] #19 24.19 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2021-03-10T15:07:16.418Z] #19 24.20 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:16.752Z] --- PASS: TestBuildMultiStageLayerLeak (2.33s) [2021-03-10T15:07:16.752Z] === RUN TestBuildWithHugeFile [2021-03-10T15:07:16.891Z] #42 25.68 CC images/signalfd.o [2021-03-10T15:07:17.010Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-03-10T15:07:17.150Z] #42 26.01 CC images/fs.o [2021-03-10T15:07:17.150Z] #42 26.21 CC images/pstree.o [2021-03-10T15:07:17.545Z] #19 ... [2021-03-10T15:07:17.545Z] [2021-03-10T15:07:17.545Z] #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-03-10T15:07:17.545Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:17.545Z] #42 98.75 CC criu/cr-errno.o [2021-03-10T15:07:17.545Z] #42 98.83 CC criu/cr-restore.o [2021-03-10T15:07:17.656Z] 4612f6d0b889: Verifying Checksum [2021-03-10T15:07:17.656Z] 4612f6d0b889: Download complete [2021-03-10T15:07:17.720Z] #42 26.38 CC images/pipe.o [2021-03-10T15:07:17.720Z] #42 26.59 CC images/tcp-stream.o [2021-03-10T15:07:17.811Z] #19 25.21 Selecting previously unselected package python3.7. [2021-03-10T15:07:17.811Z] #19 25.22 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2021-03-10T15:07:17.811Z] #19 25.23 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:17.811Z] #19 25.44 Selecting previously unselected package libpython3-stdlib:arm64. [2021-03-10T15:07:17.811Z] #19 25.44 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-03-10T15:07:17.811Z] #19 25.45 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-03-10T15:07:17.811Z] #19 25.59 Setting up python3-minimal (3.7.3-1) ... [2021-03-10T15:07:17.947Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-03-10T15:07:17.980Z] #42 26.80 CC images/sk-packet.o [2021-03-10T15:07:18.206Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-03-10T15:07:18.239Z] #42 27.11 CC images/mnt.o [2021-03-10T15:07:18.501Z] #42 27.39 CC images/pipe-data.o [2021-03-10T15:07:18.689Z] #55 202.1 + bin/containerd [2021-03-10T15:07:19.071Z] #42 27.71 CC images/sa.o [2021-03-10T15:07:19.071Z] #42 27.91 CC images/timer.o [2021-03-10T15:07:19.093Z] #43 ... [2021-03-10T15:07:19.093Z] [2021-03-10T15:07:19.093Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:07:19.093Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:07:19.093Z] #20 17.70 Reading package lists... [2021-03-10T15:07:19.093Z] #20 22.49 Building dependency tree... [2021-03-10T15:07:19.093Z] #20 24.32 libcap2-bin is already the newest version (1:2.25-2). [2021-03-10T15:07:19.093Z] #20 24.32 The following additional packages will be installed: [2021-03-10T15:07:19.093Z] #20 24.33 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-10T15:07:19.093Z] #20 24.33 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-10T15:07:19.093Z] #20 24.33 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-10T15:07:19.093Z] #20 24.34 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-10T15:07:19.093Z] #20 24.34 python3.7 python3.7-minimal vim-runtime xxd [2021-03-10T15:07:19.093Z] #20 24.34 Suggested packages: [2021-03-10T15:07:19.093Z] #20 24.34 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-10T15:07:19.093Z] #20 24.34 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-10T15:07:19.093Z] #20 24.34 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-10T15:07:19.093Z] #20 24.34 Recommended packages: [2021-03-10T15:07:19.093Z] #20 24.34 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-10T15:07:19.093Z] #20 24.34 python3-keyrings.alt python3-xdg unzip [2021-03-10T15:07:19.204Z] #19 26.85 Selecting previously unselected package python3. [2021-03-10T15:07:19.204Z] #19 26.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 ... 24069 files and directories currently installed.) [2021-03-10T15:07:19.204Z] #19 26.90 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-03-10T15:07:19.204Z] #19 26.91 Unpacking python3 (3.7.3-1) ... [2021-03-10T15:07:19.204Z] #19 27.04 Selecting previously unselected package libip4tc0:arm64. [2021-03-10T15:07:19.204Z] #19 ... [2021-03-10T15:07:19.204Z] [2021-03-10T15:07:19.204Z] #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-03-10T15:07:19.204Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:07:19.204Z] #42 90.48 CC criu/autofs.o [2021-03-10T15:07:19.204Z] #42 92.40 CC criu/bfd.o [2021-03-10T15:07:19.204Z] #42 93.20 CC criu/bitmap.o [2021-03-10T15:07:19.204Z] #42 93.42 CC criu/cgroup-props.o [2021-03-10T15:07:19.204Z] #42 94.07 CC criu/cgroup.o [2021-03-10T15:07:19.204Z] #42 96.87 CC criu/clone-noasan.o [2021-03-10T15:07:19.204Z] #42 97.06 CC criu/config.o [2021-03-10T15:07:19.204Z] #42 98.87 CC criu/cr-check.o [2021-03-10T15:07:19.330Z] #42 28.27 CC images/timerfd.o [2021-03-10T15:07:19.467Z] #42 ... [2021-03-10T15:07:19.467Z] [2021-03-10T15:07:19.467Z] #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-03-10T15:07:19.467Z] #19 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-10T15:07:19.467Z] #19 27.04 Selecting previously unselected package libip4tc0:arm64. [2021-03-10T15:07:19.467Z] #19 27.05 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-03-10T15:07:19.467Z] #19 27.06 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-03-10T15:07:19.467Z] #19 27.19 Selecting previously unselected package libip6tc0:arm64. [2021-03-10T15:07:19.467Z] #19 27.20 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-03-10T15:07:19.467Z] #19 27.21 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-03-10T15:07:19.590Z] #42 28.51 CC images/mm.o [2021-03-10T15:07:19.795Z] #19 27.29 Selecting previously unselected package libiptc0:arm64. [2021-03-10T15:07:19.795Z] #19 27.30 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-03-10T15:07:19.795Z] #19 27.31 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-03-10T15:07:19.795Z] #19 27.41 Selecting previously unselected package libnfnetlink0:arm64. [2021-03-10T15:07:19.849Z] #42 28.76 CC images/sk-opts.o [2021-03-10T15:07:20.057Z] #19 27.41 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-03-10T15:07:20.057Z] #19 27.43 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-03-10T15:07:20.057Z] #19 27.49 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-03-10T15:07:20.057Z] #19 27.49 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-03-10T15:07:20.058Z] #19 27.50 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-03-10T15:07:20.109Z] #42 28.97 CC images/sk-unix.o [2021-03-10T15:07:20.321Z] #19 27.96 Selecting previously unselected package libnftnl11:arm64. [2021-03-10T15:07:20.321Z] #19 27.96 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-03-10T15:07:20.321Z] #19 27.98 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-03-10T15:07:20.321Z] #19 28.11 Selecting previously unselected package iptables. [2021-03-10T15:07:20.321Z] #19 28.11 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-03-10T15:07:20.368Z] #42 29.26 CC images/sk-inet.o [2021-03-10T15:07:20.584Z] #19 28.11 Unpacking iptables (1.8.2-4) ... [2021-03-10T15:07:20.739Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-03-10T15:07:20.739Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-03-10T15:07:20.847Z] #19 28.40 Selecting previously unselected package xxd. [2021-03-10T15:07:20.847Z] #19 28.42 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-03-10T15:07:20.847Z] #19 28.43 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:07:20.847Z] #19 28.61 Selecting previously unselected package vim-common. [2021-03-10T15:07:20.847Z] #19 28.61 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:07:20.847Z] #19 28.68 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:07:20.936Z] #42 29.61 CC images/tun.o [2021-03-10T15:07:20.936Z] #42 29.89 CC images/sk-netlink.o [2021-03-10T15:07:21.111Z] #19 28.83 Selecting previously unselected package bash-completion. [2021-03-10T15:07:21.111Z] #19 28.84 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-10T15:07:21.196Z] #42 30.17 CC images/packet-sock.o [2021-03-10T15:07:21.674Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-03-10T15:07:21.765Z] #42 30.61 CC images/ipc-var.o [2021-03-10T15:07:21.905Z] #20 26.89 The following NEW packages will be installed: [2021-03-10T15:07:21.905Z] #20 26.89 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-10T15:07:21.905Z] #20 26.89 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-10T15:07:21.905Z] #20 26.89 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-10T15:07:21.905Z] #20 26.89 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-10T15:07:21.905Z] #20 26.89 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-10T15:07:21.905Z] #20 26.89 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-10T15:07:21.905Z] #20 26.89 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-10T15:07:21.905Z] #20 26.89 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-10T15:07:21.905Z] #20 26.89 xz-utils zip [2021-03-10T15:07:21.905Z] #20 27.05 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:07:21.905Z] #20 27.05 Need to get 29.2 MB of archives. [2021-03-10T15:07:21.905Z] #20 27.05 After this operation, 134 MB of additional disk space will be used. [2021-03-10T15:07:21.905Z] #20 27.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-03-10T15:07:21.905Z] #20 27.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2021-03-10T15:07:21.905Z] #20 27.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2021-03-10T15:07:22.025Z] #42 30.80 CC images/ipc-desc.o [2021-03-10T15:07:22.025Z] #42 30.99 CC images/ipc-shm.o [2021-03-10T15:07:22.568Z] #20 27.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-03-10T15:07:22.568Z] #20 27.84 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-03-10T15:07:22.568Z] #20 27.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2021-03-10T15:07:22.568Z] #20 27.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2021-03-10T15:07:22.593Z] #42 31.25 CC images/ipc-msg.o [2021-03-10T15:07:22.593Z] #42 31.50 CC images/ipc-sem.o [2021-03-10T15:07:22.593Z] #42 ... [2021-03-10T15:07:22.593Z] [2021-03-10T15:07:22.593Z] #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-03-10T15:07:22.593Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:07:22.593Z] #44 121.6 hash/crc32 [2021-03-10T15:07:22.593Z] #44 122.3 net [2021-03-10T15:07:22.593Z] #44 122.3 compress/gzip [2021-03-10T15:07:22.593Z] #44 123.0 vendor/golang.org/x/text/transform [2021-03-10T15:07:22.593Z] #44 123.5 vendor/golang.org/x/text/unicode/bidi [2021-03-10T15:07:22.593Z] #44 125.6 vendor/golang.org/x/text/secure/bidirule [2021-03-10T15:07:22.593Z] #44 125.9 vendor/golang.org/x/text/unicode/norm [2021-03-10T15:07:22.593Z] #44 129.6 vendor/golang.org/x/net/idna [2021-03-10T15:07:22.593Z] #44 ... [2021-03-10T15:07:22.593Z] [2021-03-10T15:07:22.593Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:07:22.593Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:07:22.593Z] #12 125.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-10T15:07:22.593Z] #12 125.3 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-10T15:07:22.593Z] #12 125.3 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:07:22.830Z] #42 103.3 CC criu/cr-service.o [2021-03-10T15:07:22.830Z] #42 ... [2021-03-10T15:07:22.830Z] [2021-03-10T15:07:22.830Z] #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-03-10T15:07:22.830Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:07:22.830Z] #19 21.08 The following NEW packages will be installed: [2021-03-10T15:07:22.830Z] #19 21.09 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-10T15:07:22.830Z] #19 21.09 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-10T15:07:22.830Z] #19 21.09 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-10T15:07:22.830Z] #19 21.09 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-10T15:07:22.830Z] #19 21.09 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-10T15:07:22.830Z] #19 21.10 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-10T15:07:22.830Z] #19 21.10 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-10T15:07:22.830Z] #19 21.10 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-10T15:07:22.830Z] #19 21.10 xz-utils zip [2021-03-10T15:07:22.830Z] #19 21.42 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:07:22.830Z] #19 21.42 Need to get 28.5 MB of archives. [2021-03-10T15:07:22.830Z] #19 21.42 After this operation, 116 MB of additional disk space will be used. [2021-03-10T15:07:22.830Z] #19 21.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-10T15:07:22.830Z] #19 21.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-03-10T15:07:22.830Z] #19 21.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-03-10T15:07:22.830Z] #19 21.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-10T15:07:22.830Z] #19 21.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-10T15:07:22.830Z] #19 21.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-03-10T15:07:22.830Z] #19 21.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-10T15:07:22.830Z] #19 21.60 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-10T15:07:22.830Z] #19 21.61 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-10T15:07:22.830Z] #19 21.61 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-10T15:07:22.830Z] #19 21.62 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-10T15:07:22.830Z] #19 21.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-10T15:07:22.830Z] #19 21.63 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-10T15:07:22.830Z] #19 21.63 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-10T15:07:22.830Z] #19 21.63 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-10T15:07:22.830Z] #19 21.64 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-10T15:07:22.830Z] #19 21.65 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-10T15:07:22.830Z] #19 21.66 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:07:22.830Z] #19 21.67 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-10T15:07:22.830Z] #19 21.68 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-10T15:07:22.830Z] #19 21.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-10T15:07:22.830Z] #19 21.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-10T15:07:22.830Z] #19 21.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-10T15:07:22.830Z] #19 21.72 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-10T15:07:22.830Z] #19 21.73 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-10T15:07:22.830Z] #19 21.74 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-10T15:07:22.830Z] #19 21.75 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-10T15:07:22.830Z] #19 21.75 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-10T15:07:22.830Z] #19 21.75 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-10T15:07:22.830Z] #19 22.15 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-10T15:07:22.830Z] #19 22.15 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-10T15:07:22.830Z] #19 22.15 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-10T15:07:22.830Z] #19 22.15 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-10T15:07:22.830Z] #19 22.15 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-10T15:07:22.830Z] #19 22.16 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-10T15:07:22.830Z] #19 22.22 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-10T15:07:22.830Z] #19 22.22 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-10T15:07:22.830Z] #19 22.22 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-10T15:07:22.830Z] #19 22.23 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-10T15:07:22.830Z] #19 22.24 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-10T15:07:22.830Z] #19 22.25 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-10T15:07:22.830Z] #19 22.25 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-10T15:07:22.830Z] #19 22.30 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-10T15:07:22.830Z] #19 22.32 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-10T15:07:22.830Z] #19 22.33 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-10T15:07:22.830Z] #19 22.60 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-10T15:07:22.830Z] #19 22.65 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-10T15:07:22.830Z] #19 22.70 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-10T15:07:22.830Z] #19 23.25 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:07:22.830Z] #19 23.35 Fetched 28.5 MB in 2s (18.3 MB/s) [2021-03-10T15:07:22.830Z] #19 23.41 Selecting previously unselected package pigz. [2021-03-10T15:07:22.830Z] #19 23.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-03-10T15:07:22.830Z] #19 23.50 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-10T15:07:22.830Z] #19 23.51 Unpacking pigz (2.4-1) ... [2021-03-10T15:07:22.830Z] #19 23.59 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-10T15:07:22.830Z] #19 23.60 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:07:22.830Z] #19 23.60 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:22.830Z] #19 24.07 Selecting previously unselected package python3.7-minimal. [2021-03-10T15:07:22.830Z] #19 24.07 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:07:22.830Z] #19 24.10 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:07:22.830Z] #19 24.92 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:22.830Z] #19 24.94 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:07:22.936Z] #20 28.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-03-10T15:07:22.936Z] #20 28.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-03-10T15:07:22.936Z] #20 28.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-03-10T15:07:22.936Z] #20 28.02 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-03-10T15:07:22.936Z] #20 28.04 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-03-10T15:07:22.936Z] #20 28.04 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-03-10T15:07:22.936Z] #20 28.04 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-03-10T15:07:22.936Z] #20 28.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-03-10T15:07:22.936Z] #20 28.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-03-10T15:07:22.936Z] #20 28.09 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-03-10T15:07:22.936Z] #20 28.12 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:07:22.936Z] #20 28.12 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-03-10T15:07:22.936Z] #20 28.14 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2021-03-10T15:07:22.936Z] #20 28.15 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-03-10T15:07:22.936Z] #20 28.17 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-03-10T15:07:22.936Z] #20 28.22 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-03-10T15:07:22.936Z] #20 28.23 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-03-10T15:07:22.936Z] #20 28.24 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-03-10T15:07:22.936Z] #20 28.25 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-03-10T15:07:22.936Z] #20 28.25 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-03-10T15:07:22.936Z] #20 28.25 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-03-10T15:07:22.936Z] #20 28.25 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-03-10T15:07:23.050Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-03-10T15:07:23.472Z] #19 26.76 Selecting previously unselected package python3-minimal. [2021-03-10T15:07:23.472Z] #19 26.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-03-10T15:07:23.472Z] #19 26.81 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-10T15:07:23.472Z] #19 26.82 Unpacking python3-minimal (3.7.3-1) ... [2021-03-10T15:07:23.472Z] #19 26.92 Selecting previously unselected package libmpdec2:amd64. [2021-03-10T15:07:23.472Z] #19 26.92 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-10T15:07:23.472Z] #19 26.92 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-10T15:07:23.472Z] #19 ... [2021-03-10T15:07:23.472Z] [2021-03-10T15:07:23.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-03-10T15:07:23.472Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:23.472Z] #42 104.9 CC criu/crtools.o [2021-03-10T15:07:23.591Z] #20 28.79 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-03-10T15:07:23.591Z] #20 28.79 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-03-10T15:07:23.591Z] #20 28.80 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-03-10T15:07:23.591Z] #20 28.80 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-03-10T15:07:23.591Z] #20 28.80 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-03-10T15:07:23.591Z] #20 28.81 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-03-10T15:07:23.591Z] #20 28.86 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-10T15:07:23.591Z] #20 28.86 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-03-10T15:07:23.591Z] #20 28.86 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-03-10T15:07:23.591Z] #20 28.87 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-10T15:07:23.591Z] #20 28.88 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-03-10T15:07:23.591Z] #20 28.89 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-10T15:07:23.591Z] #20 28.89 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-03-10T15:07:23.591Z] #20 28.94 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2021-03-10T15:07:23.591Z] #20 28.96 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-03-10T15:07:23.591Z] #20 28.98 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-10T15:07:23.893Z] #20 29.22 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-03-10T15:07:23.893Z] #20 29.25 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-03-10T15:07:23.937Z] #55 ... [2021-03-10T15:07:23.937Z] [2021-03-10T15:07:23.937Z] #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-03-10T15:07:23.937Z] #52 sha256:fff58f32e8622c811a86b92e4c4347dd5e0ec753eb0a3f353746500899b72579 [2021-03-10T15:07:23.937Z] #52 128.9 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-10T15:07:23.937Z] #52 129.8 + mkdir -p /build [2021-03-10T15:07:23.937Z] #52 129.8 + cp runc /build/runc [2021-03-10T15:07:24.192Z] #20 29.28 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-03-10T15:07:24.193Z] #52 DONE 130.3s [2021-03-10T15:07:24.193Z] [2021-03-10T15:07:24.193Z] #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-03-10T15:07:24.193Z] #55 sha256:52ecccb4bc933fc8b2d2227ab7fc8efdc7a5d7c0df5c803075ceffb832977f09 [2021-03-10T15:07:24.416Z] #42 105.5 CC criu/eventfd.o [2021-03-10T15:07:24.427Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-03-10T15:07:24.429Z] #19 31.96 Unpacking bash-completion (1:2.8-6) ... [2021-03-10T15:07:24.677Z] #42 106.0 CC criu/eventpoll.o [2021-03-10T15:07:24.686Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-03-10T15:07:24.692Z] #19 32.46 Selecting previously unselected package bzip2. [2021-03-10T15:07:24.692Z] #19 32.47 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-03-10T15:07:24.692Z] #19 32.48 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:07:24.842Z] #20 ... [2021-03-10T15:07:24.842Z] [2021-03-10T15:07:24.842Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-10T15:07:24.842Z] #58 sha256:a80c67ed8ca1a8e017cb21b44149bb7920c2cf74903db5623bad6341f9e8d28d [2021-03-10T15:07:24.842Z] #58 147.6 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:07:24.842Z] #58 147.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-10T15:07:24.842Z] #58 ... [2021-03-10T15:07:24.842Z] [2021-03-10T15:07:24.842Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:07:24.842Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:07:24.842Z] #45 137.8 vendor/golang.org/x/net/idna [2021-03-10T15:07:24.842Z] #45 139.3 github.com/LK4D4/vndr/build [2021-03-10T15:07:24.842Z] #45 145.9 net/http/internal [2021-03-10T15:07:24.956Z] #19 32.60 Selecting previously unselected package xz-utils. [2021-03-10T15:07:24.956Z] #19 32.60 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-03-10T15:07:24.956Z] #19 32.62 Unpacking xz-utils (5.2.4-1) ... [2021-03-10T15:07:24.956Z] #19 32.84 Selecting previously unselected package apparmor. [2021-03-10T15:07:25.141Z] #45 ... [2021-03-10T15:07:25.141Z] [2021-03-10T15:07:25.141Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:07:25.141Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:07:25.141Z] #20 30.34 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:07:25.141Z] #20 30.48 Fetched 29.2 MB in 2s (12.7 MB/s) [2021-03-10T15:07:25.141Z] #20 30.56 Selecting previously unselected package pigz. [2021-03-10T15:07:25.219Z] #19 32.84 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-03-10T15:07:25.219Z] #19 32.94 Unpacking apparmor (2.13.2-10) ... [2021-03-10T15:07:25.441Z] #20 30.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23363 files and directories currently installed.) [2021-03-10T15:07:25.441Z] #20 30.62 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-03-10T15:07:25.441Z] #20 30.63 Unpacking pigz (2.4-1) ... [2021-03-10T15:07:25.441Z] #20 30.73 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-03-10T15:07:25.441Z] #20 30.74 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-10T15:07:25.441Z] #20 30.76 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-03-10T15:07:25.560Z] #55 ... [2021-03-10T15:07:25.560Z] [2021-03-10T15:07:25.560Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-10T15:07:25.560Z] #53 sha256:7afae175b36ec2e64dcc1c3fdbf51860c855ac7e6e1d7494992f273599d6ea3c [2021-03-10T15:07:25.616Z] #42 107.0 CC criu/external.o [2021-03-10T15:07:25.798Z] #19 33.35 Selecting previously unselected package aufs-tools. [2021-03-10T15:07:25.798Z] #19 33.35 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-03-10T15:07:25.798Z] #19 33.36 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:07:25.798Z] #19 33.56 Selecting previously unselected package libonig5:arm64. [2021-03-10T15:07:25.798Z] #19 33.56 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-03-10T15:07:25.798Z] #19 33.57 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-03-10T15:07:25.816Z] #53 DONE 0.2s [2021-03-10T15:07:25.816Z] [2021-03-10T15:07:25.816Z] #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-03-10T15:07:25.816Z] #55 sha256:52ecccb4bc933fc8b2d2227ab7fc8efdc7a5d7c0df5c803075ceffb832977f09 [2021-03-10T15:07:25.885Z] #12 ... [2021-03-10T15:07:25.885Z] [2021-03-10T15:07:25.885Z] #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-03-10T15:07:25.885Z] #55 sha256:d1daf96669b794506499923a025e7b07744e917d07b1ef5d620dad8fa3158a0d [2021-03-10T15:07:25.885Z] #55 55.91 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-10T15:07:25.885Z] #55 55.91 + BUILDTAGS='netgo osusergo static_build' [2021-03-10T15:07:25.885Z] #55 55.91 + export EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:07:25.885Z] #55 55.91 + EXTRA_FLAGS=-buildmode=pie [2021-03-10T15:07:25.885Z] #55 55.91 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-10T15:07:25.885Z] #55 55.91 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-10T15:07:25.885Z] #55 55.91 + '[' '' = dynamic ']' [2021-03-10T15:07:25.885Z] #55 55.91 + make [2021-03-10T15:07:25.885Z] #55 57.06 + bin/ctr [2021-03-10T15:07:25.885Z] #55 ... [2021-03-10T15:07:25.885Z] [2021-03-10T15:07:25.885Z] #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-03-10T15:07:25.885Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:25.885Z] #42 31.67 CC images/utsns.o [2021-03-10T15:07:25.885Z] #42 31.92 CC images/creds.o [2021-03-10T15:07:25.885Z] #42 32.19 CC images/vma.o [2021-03-10T15:07:25.885Z] #42 32.42 CC images/netdev.o [2021-03-10T15:07:25.885Z] #42 32.80 CC images/tty.o [2021-03-10T15:07:25.885Z] #42 33.38 CC images/file-lock.o [2021-03-10T15:07:25.885Z] #42 33.54 CC images/rlimit.o [2021-03-10T15:07:25.885Z] #42 33.70 CC images/pagemap.o [2021-03-10T15:07:25.885Z] #42 33.88 CC images/siginfo.o [2021-03-10T15:07:25.885Z] #42 34.11 CC images/rpc.o [2021-03-10T15:07:26.062Z] #19 33.80 Selecting previously unselected package libjq1:arm64. [2021-03-10T15:07:26.062Z] #19 33.80 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-03-10T15:07:26.062Z] #19 33.82 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-10T15:07:26.062Z] #19 33.97 Selecting previously unselected package jq. [2021-03-10T15:07:26.090Z] #20 31.30 Selecting previously unselected package python3.7-minimal. [2021-03-10T15:07:26.090Z] #20 31.31 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-10T15:07:26.090Z] #20 31.34 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:07:26.185Z] #42 107.4 CC criu/fault-injection.o [2021-03-10T15:07:26.185Z] #42 107.5 CC criu/fdstore.o [2021-03-10T15:07:26.333Z] #19 33.98 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-03-10T15:07:26.333Z] #19 33.98 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:07:26.333Z] #19 34.10 Selecting previously unselected package libaio1:arm64. [2021-03-10T15:07:26.333Z] #19 34.11 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-03-10T15:07:26.333Z] #19 34.12 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-03-10T15:07:26.333Z] #19 34.21 Selecting previously unselected package libgpm2:arm64. [2021-03-10T15:07:26.333Z] #19 34.21 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-03-10T15:07:26.458Z] #42 35.25 CC images/ext-file.o [2021-03-10T15:07:26.597Z] #19 34.22 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-03-10T15:07:26.597Z] #19 34.29 Selecting previously unselected package libicu63:arm64. [2021-03-10T15:07:26.597Z] #19 34.30 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-03-10T15:07:26.597Z] #19 34.32 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-10T15:07:26.718Z] #42 35.46 CC images/cgroup.o [2021-03-10T15:07:26.754Z] #42 107.9 CC criu/fifo.o [2021-03-10T15:07:27.016Z] #42 108.3 CC criu/file-ids.o [2021-03-10T15:07:27.146Z] #20 32.50 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-03-10T15:07:27.146Z] #20 32.52 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:07:27.218Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-03-10T15:07:27.275Z] #42 108.6 CC criu/file-lock.o [2021-03-10T15:07:27.287Z] #42 36.07 CC images/userns.o [2021-03-10T15:07:27.547Z] #42 36.30 CC images/google/protobuf/descriptor.o [2021-03-10T15:07:27.785Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-03-10T15:07:28.214Z] #42 109.6 CC criu/files-ext.o [2021-03-10T15:07:28.352Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-03-10T15:07:28.474Z] #42 109.9 CC criu/files-reg.o [2021-03-10T15:07:29.413Z] #42 ... [2021-03-10T15:07:29.413Z] [2021-03-10T15:07:29.413Z] #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-03-10T15:07:29.413Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:07:29.413Z] #19 27.02 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-10T15:07:29.413Z] #19 27.02 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 27.04 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:29.413Z] #19 27.88 Selecting previously unselected package python3.7. [2021-03-10T15:07:29.413Z] #19 27.88 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 27.88 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:29.413Z] #19 28.00 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T15:07:29.413Z] #19 28.01 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 28.02 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-10T15:07:29.413Z] #19 28.14 Setting up python3-minimal (3.7.3-1) ... [2021-03-10T15:07:29.413Z] #19 29.00 Selecting previously unselected package python3. [2021-03-10T15:07:29.413Z] #19 29.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-03-10T15:07:29.413Z] #19 29.06 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 29.07 Unpacking python3 (3.7.3-1) ... [2021-03-10T15:07:29.413Z] #19 29.16 Selecting previously unselected package libip4tc0:amd64. [2021-03-10T15:07:29.413Z] #19 29.16 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 29.16 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-10T15:07:29.413Z] #19 29.24 Selecting previously unselected package libip6tc0:amd64. [2021-03-10T15:07:29.413Z] #19 29.24 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 29.25 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-10T15:07:29.413Z] #19 29.34 Selecting previously unselected package libiptc0:amd64. [2021-03-10T15:07:29.413Z] #19 29.35 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 29.35 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-10T15:07:29.413Z] #19 29.43 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-10T15:07:29.413Z] #19 29.44 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 29.44 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-10T15:07:29.413Z] #19 29.48 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-10T15:07:29.413Z] #19 29.49 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 29.50 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-10T15:07:29.413Z] #19 29.62 Selecting previously unselected package libnftnl11:amd64. [2021-03-10T15:07:29.413Z] #19 29.62 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 29.63 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-10T15:07:29.413Z] #19 29.71 Selecting previously unselected package iptables. [2021-03-10T15:07:29.413Z] #19 29.71 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 29.72 Unpacking iptables (1.8.2-4) ... [2021-03-10T15:07:29.413Z] #19 30.05 Selecting previously unselected package xxd. [2021-03-10T15:07:29.413Z] #19 30.05 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:07:29.413Z] #19 30.07 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:07:29.413Z] #19 30.19 Selecting previously unselected package vim-common. [2021-03-10T15:07:29.413Z] #19 30.19 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:07:29.413Z] #19 30.21 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:07:29.413Z] #19 30.39 Selecting previously unselected package bash-completion. [2021-03-10T15:07:29.413Z] #19 30.39 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-10T15:07:29.462Z] #42 37.95 CC images/opts.o [2021-03-10T15:07:29.462Z] #42 38.17 CC images/seccomp.o [2021-03-10T15:07:29.673Z] #19 33.09 Unpacking bash-completion (1:2.8-6) ... [2021-03-10T15:07:29.723Z] #42 38.49 CC images/binfmt-misc.o [2021-03-10T15:07:29.723Z] #42 38.67 CC images/time.o [2021-03-10T15:07:29.729Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-03-10T15:07:29.729Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-03-10T15:07:29.921Z] #19 ... [2021-03-10T15:07:29.921Z] [2021-03-10T15:07:29.921Z] #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-03-10T15:07:29.921Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:07:29.921Z] #42 100.8 CC criu/cr-dedup.o [2021-03-10T15:07:29.921Z] #42 101.4 CC criu/cr-dump.o [2021-03-10T15:07:29.921Z] #42 104.3 CC criu/cr-errno.o [2021-03-10T15:07:29.921Z] #42 104.3 CC criu/cr-restore.o [2021-03-10T15:07:29.921Z] #42 109.4 CC criu/cr-service.o [2021-03-10T15:07:29.921Z] #42 ... [2021-03-10T15:07:29.921Z] [2021-03-10T15:07:29.921Z] #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-03-10T15:07:29.921Z] #19 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-10T15:07:29.921Z] #19 37.44 Selecting previously unselected package libnet1:arm64. [2021-03-10T15:07:29.921Z] #19 37.45 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-10T15:07:29.921Z] #19 37.46 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:07:29.921Z] #19 37.56 Selecting previously unselected package libnl-3-200:arm64. [2021-03-10T15:07:29.921Z] #19 37.56 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-03-10T15:07:29.921Z] #19 37.58 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-03-10T15:07:29.932Z] #19 33.51 Selecting previously unselected package bzip2. [2021-03-10T15:07:29.983Z] #42 38.83 CC images/sysctl.o [2021-03-10T15:07:30.184Z] #19 37.72 Selecting previously unselected package libprotobuf-c1:arm64. [2021-03-10T15:07:30.184Z] #19 37.72 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-03-10T15:07:30.184Z] #19 37.72 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-10T15:07:30.184Z] #19 37.91 Selecting previously unselected package libreadline5:arm64. [2021-03-10T15:07:30.184Z] #19 37.91 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-03-10T15:07:30.184Z] #19 37.91 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-03-10T15:07:30.192Z] #19 33.52 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-10T15:07:30.192Z] #19 33.52 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:07:30.192Z] #19 33.60 Selecting previously unselected package xz-utils. [2021-03-10T15:07:30.192Z] #19 33.61 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-10T15:07:30.192Z] #19 33.62 Unpacking xz-utils (5.2.4-1) ... [2021-03-10T15:07:30.243Z] #42 39.08 CC images/autofs.o [2021-03-10T15:07:30.243Z] #42 39.23 CC images/macvlan.o [2021-03-10T15:07:30.297Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-03-10T15:07:30.446Z] #19 38.02 Selecting previously unselected package net-tools. [2021-03-10T15:07:30.446Z] #19 38.04 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-03-10T15:07:30.446Z] #19 38.05 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:07:30.446Z] #19 38.30 Selecting previously unselected package python-pip-whl. [2021-03-10T15:07:30.452Z] #19 33.79 Selecting previously unselected package apparmor. [2021-03-10T15:07:30.452Z] #19 33.79 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-10T15:07:30.452Z] #19 33.89 Unpacking apparmor (2.13.2-10) ... [2021-03-10T15:07:30.502Z] #42 39.49 CC images/sit.o [2021-03-10T15:07:30.709Z] #19 38.31 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-10T15:07:30.709Z] #19 38.31 Unpacking python-pip-whl (18.1-5) ... [2021-03-10T15:07:30.712Z] #19 34.23 Selecting previously unselected package aufs-tools. [2021-03-10T15:07:30.712Z] #19 34.23 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-10T15:07:30.712Z] #19 34.25 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:07:30.712Z] #19 34.33 Selecting previously unselected package libonig5:amd64. [2021-03-10T15:07:30.737Z] #20 35.72 Selecting previously unselected package python3-minimal. [2021-03-10T15:07:30.737Z] #20 35.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% [2021-03-10T15:07:30.737Z] #20 ... [2021-03-10T15:07:30.737Z] [2021-03-10T15:07: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-03-10T15:07:30.737Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:07:30.737Z] #43 76.10 LINK criu/pie/restorer.built-in.o [2021-03-10T15:07:30.737Z] #43 76.10 GEN criu/pie/restorer-blob.h [2021-03-10T15:07:30.737Z] #43 76.22 DEP criu/vdso.d [2021-03-10T15:07:30.737Z] #43 76.51 DEP criu/uts_ns.d [2021-03-10T15:07:30.737Z] #43 76.71 DEP criu/util.d [2021-03-10T15:07:30.737Z] #43 77.04 DEP criu/uffd.d [2021-03-10T15:07:30.737Z] #43 77.23 DEP criu/tun.d [2021-03-10T15:07:30.737Z] #43 77.52 DEP criu/tty.d [2021-03-10T15:07:30.737Z] #43 77.70 DEP criu/timerfd.d [2021-03-10T15:07:30.737Z] #43 77.95 DEP criu/timens.d [2021-03-10T15:07:30.737Z] #43 78.13 DEP criu/sysfs_parse.d [2021-03-10T15:07:30.737Z] #43 78.35 DEP criu/sysctl.d [2021-03-10T15:07:30.737Z] #43 78.57 DEP criu/string.d [2021-03-10T15:07:30.737Z] #43 78.64 DEP criu/stats.d [2021-03-10T15:07:30.737Z] #43 78.77 DEP criu/sockets.d [2021-03-10T15:07:30.737Z] #43 79.14 DEP criu/sk-unix.d [2021-03-10T15:07:30.737Z] #43 79.50 DEP criu/sk-tcp.d [2021-03-10T15:07:30.737Z] #43 79.80 DEP criu/sk-queue.d [2021-03-10T15:07:30.737Z] #43 80.07 DEP criu/sk-packet.d [2021-03-10T15:07:30.737Z] #43 80.44 DEP criu/sk-netlink.d [2021-03-10T15:07:30.737Z] #43 80.66 DEP criu/sk-inet.d [2021-03-10T15:07:30.737Z] #43 81.02 DEP criu/signalfd.d [2021-03-10T15:07:30.737Z] #43 81.31 DEP criu/sigframe.d [2021-03-10T15:07:30.737Z] #43 81.45 DEP criu/shmem.d [2021-03-10T15:07:30.737Z] #43 81.68 DEP criu/servicefd.d [2021-03-10T15:07:30.737Z] #43 81.93 DEP criu/seize.d [2021-03-10T15:07:30.737Z] #43 82.13 DEP criu/seccomp.d [2021-03-10T15:07:30.737Z] #43 82.35 DEP criu/rst-malloc.d [2021-03-10T15:07:30.737Z] #43 82.46 DEP criu/rbtree.d [2021-03-10T15:07:30.737Z] #43 82.50 DEP criu/pstree.d [2021-03-10T15:07:30.737Z] #43 82.72 DEP criu/protobuf.d [2021-03-10T15:07:30.737Z] #43 82.96 GEN criu/protobuf-desc-gen.h [2021-03-10T15:07:30.737Z] #43 85.37 DEP criu/protobuf-desc.d [2021-03-10T15:07:30.737Z] #43 85.51 DEP criu/proc_parse.d [2021-03-10T15:07:30.737Z] #43 85.74 DEP criu/plugin.d [2021-03-10T15:07:30.737Z] #43 85.86 DEP criu/pipes.d [2021-03-10T15:07:30.737Z] #43 86.09 DEP criu/pie-util.d [2021-03-10T15:07:30.737Z] #43 86.20 DEP criu/pie-util-vdso.d [2021-03-10T15:07:30.737Z] #43 ... [2021-03-10T15:07:30.737Z] [2021-03-10T15:07:30.737Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:07:30.737Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:07:30.737Z] #20 35.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 ... 23612 files and directories currently installed.) [2021-03-10T15:07:30.737Z] #20 35.81 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-03-10T15:07:30.737Z] #20 35.81 Unpacking python3-minimal (3.7.3-1) ... [2021-03-10T15:07:30.737Z] #20 35.91 Selecting previously unselected package libmpdec2:ppc64el. [2021-03-10T15:07:30.737Z] #20 35.92 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-03-10T15:07:30.737Z] #20 35.92 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-03-10T15:07:30.737Z] #20 36.01 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-03-10T15:07:30.737Z] #20 36.02 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-10T15:07:30.737Z] #20 36.02 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-03-10T15:07:30.762Z] #42 39.73 CC images/memfd.o [2021-03-10T15:07:30.864Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-03-10T15:07:30.972Z] #19 34.33 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-10T15:07:30.972Z] #19 34.34 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:07:30.977Z] #19 38.85 Selecting previously unselected package python3-lib2to3. [2021-03-10T15:07:31.232Z] #19 34.49 Selecting previously unselected package libjq1:amd64. [2021-03-10T15:07:31.232Z] #19 34.49 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:07:31.232Z] #19 34.50 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:07:31.232Z] #19 34.61 Selecting previously unselected package jq. [2021-03-10T15:07:31.232Z] #19 34.61 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:07:31.232Z] #19 34.62 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:07:31.232Z] #19 34.70 Selecting previously unselected package libaio1:amd64. [2021-03-10T15:07:31.232Z] #19 34.70 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-10T15:07:31.232Z] #19 34.71 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-10T15:07:31.232Z] #19 34.77 Selecting previously unselected package libgpm2:amd64. [2021-03-10T15:07:31.232Z] #19 34.78 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-10T15:07:31.232Z] #19 34.79 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-10T15:07:31.242Z] #19 38.86 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-10T15:07:31.242Z] #19 38.87 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:07:31.242Z] #19 39.05 Selecting previously unselected package python3-distutils. [2021-03-10T15:07:31.242Z] #19 39.05 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-10T15:07:31.242Z] #19 39.06 Unpacking python3-distutils (3.7.3-1) ... [2021-03-10T15:07:31.331Z] #42 39.98 CC images/timens.o [2021-03-10T15:07:31.331Z] #42 40.24 LINK images/built-in.o [2021-03-10T15:07:31.331Z] #42 40.39 GEN compel/include/asm [2021-03-10T15:07:31.432Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-03-10T15:07:31.493Z] #19 34.85 Selecting previously unselected package libicu63:amd64. [2021-03-10T15:07:31.493Z] #19 34.86 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-10T15:07:31.493Z] #19 34.86 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:07:31.505Z] #19 39.24 Selecting previously unselected package python3-pip. [2021-03-10T15:07:31.505Z] #19 39.24 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-10T15:07:31.505Z] #19 39.24 Unpacking python3-pip (18.1-5) ... [2021-03-10T15:07:31.590Z] #42 40.42 GEN compel/include/version.h [2021-03-10T15:07:31.590Z] #42 40.45 touch .config [2021-03-10T15:07:31.590Z] #42 40.49 GEN include/common/config.h [2021-03-10T15:07:31.590Z] #42 40.57 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-10T15:07:31.590Z] #42 40.60 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-10T15:07:31.768Z] #19 39.49 Selecting previously unselected package python3-pkg-resources. [2021-03-10T15:07:31.768Z] #19 39.50 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:07:31.768Z] #19 39.51 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:07:31.797Z] #20 37.09 Selecting previously unselected package python3.7. [2021-03-10T15:07:31.797Z] #20 37.10 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-10T15:07:31.797Z] #20 37.10 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:31.849Z] #42 40.61 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-10T15:07:31.849Z] #42 40.63 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-10T15:07:31.849Z] #42 40.66 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-10T15:07:31.849Z] #42 40.69 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-10T15:07:31.849Z] #42 40.71 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-10T15:07:31.849Z] #42 40.74 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-10T15:07:31.849Z] #42 40.75 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-10T15:07:31.849Z] #42 40.78 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-10T15:07:31.849Z] #42 40.78 DEP compel/plugins/std/infect.d [2021-03-10T15:07:32.031Z] #19 39.71 Selecting previously unselected package python3-setuptools. [2021-03-10T15:07:32.031Z] #19 39.71 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-10T15:07:32.031Z] #19 39.72 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-10T15:07:32.096Z] #20 37.23 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-03-10T15:07:32.096Z] #20 37.24 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-03-10T15:07:32.096Z] #20 37.24 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-03-10T15:07:32.096Z] #20 37.36 Setting up python3-minimal (3.7.3-1) ... [2021-03-10T15:07:32.109Z] #42 40.88 DEP compel/plugins/std/string.d [2021-03-10T15:07:32.109Z] #42 40.98 DEP compel/plugins/std/log.d [2021-03-10T15:07:32.109Z] #42 41.08 DEP compel/plugins/std/fds.d [2021-03-10T15:07:32.295Z] #19 39.96 Selecting previously unselected package python3-wheel. [2021-03-10T15:07:32.295Z] #19 39.97 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-10T15:07:32.295Z] #19 39.98 Unpacking python3-wheel (0.32.3-2) ... [2021-03-10T15:07:32.295Z] #19 40.08 Selecting previously unselected package sudo. [2021-03-10T15:07:32.368Z] #42 41.25 DEP compel/plugins/std/std.d [2021-03-10T15:07:32.368Z] #42 41.33 DEP compel/plugins/shmem/shmem.d [2021-03-10T15:07:32.368Z] #42 41.40 DEP compel/plugins/fds/fds.d [2021-03-10T15:07:32.558Z] #19 40.08 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-03-10T15:07:32.558Z] #19 40.09 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:07:32.627Z] #42 41.55 CC compel/plugins/std/std.o [2021-03-10T15:07:32.821Z] #19 40.55 Selecting previously unselected package thin-provisioning-tools. [2021-03-10T15:07:32.821Z] #19 40.56 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-03-10T15:07:32.821Z] #19 40.57 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:07:32.876Z] #19 ... [2021-03-10T15:07:32.876Z] [2021-03-10T15:07:32.876Z] #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-03-10T15:07:32.876Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:07:32.876Z] #39 183.2 + dpkg --print-architecture [2021-03-10T15:07:32.876Z] #39 183.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-10T15:07:32.887Z] #42 ... [2021-03-10T15:07:32.887Z] [2021-03-10T15:07:32.887Z] #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-03-10T15:07:32.887Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:07:32.887Z] #44 131.9 vendor/golang.org/x/net/http2/hpack [2021-03-10T15:07:32.887Z] #44 132.7 mime [2021-03-10T15:07:32.887Z] #44 134.4 mime/quotedprintable [2021-03-10T15:07:32.887Z] #44 134.8 net/http/internal [2021-03-10T15:07:32.887Z] #44 139.0 net/textproto [2021-03-10T15:07:32.887Z] #44 139.0 crypto/x509 [2021-03-10T15:07:32.887Z] #44 140.2 vendor/golang.org/x/net/http/httpguts [2021-03-10T15:07:32.887Z] #44 140.7 vendor/golang.org/x/net/http/httpproxy [2021-03-10T15:07:32.887Z] #44 141.3 mime/multipart [2021-03-10T15:07:33.084Z] #19 40.82 Selecting previously unselected package uidmap. [2021-03-10T15:07:33.084Z] #19 40.82 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-03-10T15:07:33.084Z] #19 40.83 Unpacking uidmap (1:4.5-1.1) ... [2021-03-10T15:07:33.135Z] #39 183.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-10T15:07:33.135Z] #39 183.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-10T15:07:33.146Z] #44 ... [2021-03-10T15:07:33.146Z] [2021-03-10T15:07:33.146Z] #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-03-10T15:07:33.146Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:33.146Z] #42 41.90 CC compel/plugins/std/fds.o [2021-03-10T15:07:33.347Z] #19 40.97 Selecting previously unselected package vim-runtime. [2021-03-10T15:07:33.347Z] #19 40.98 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:07:33.347Z] #19 41.08 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-10T15:07:33.347Z] #19 41.11 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-10T15:07:33.347Z] #19 41.12 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:07:33.405Z] #42 42.38 CC compel/plugins/std/log.o [2021-03-10T15:07:33.639Z] #20 38.58 Selecting previously unselected package python3. [2021-03-10T15:07:33.639Z] #20 38.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24024 files and directories currently installed.) [2021-03-10T15:07:33.639Z] #20 38.67 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-03-10T15:07:33.639Z] #20 38.70 Unpacking python3 (3.7.3-1) ... [2021-03-10T15:07:33.639Z] #20 38.78 Selecting previously unselected package libip4tc0:ppc64el. [2021-03-10T15:07:33.639Z] #20 38.78 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-03-10T15:07:33.639Z] #20 38.79 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-03-10T15:07:33.639Z] #20 38.85 Selecting previously unselected package libip6tc0:ppc64el. [2021-03-10T15:07:33.639Z] #20 38.86 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-03-10T15:07:33.639Z] #20 38.86 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-03-10T15:07:33.639Z] #20 38.96 Selecting previously unselected package libiptc0:ppc64el. [2021-03-10T15:07:33.639Z] #20 38.97 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-03-10T15:07:33.639Z] #20 38.97 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-03-10T15:07:33.639Z] #20 39.06 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-03-10T15:07:33.938Z] #20 39.06 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-03-10T15:07:33.938Z] #20 39.07 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-03-10T15:07:33.938Z] #20 39.11 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-03-10T15:07:33.938Z] #20 39.11 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-03-10T15:07:33.938Z] #20 39.13 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-03-10T15:07:33.938Z] #20 39.20 Selecting previously unselected package libnftnl11:ppc64el. [2021-03-10T15:07:33.938Z] #20 39.20 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-03-10T15:07:33.938Z] #20 39.22 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-03-10T15:07:33.938Z] #20 39.34 Selecting previously unselected package iptables. [2021-03-10T15:07:33.966Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-03-10T15:07:34.239Z] #20 ... [2021-03-10T15:07:34.239Z] [2021-03-10T15:07:34.239Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-10T15:07:34.239Z] #58 sha256:a80c67ed8ca1a8e017cb21b44149bb7920c2cf74903db5623bad6341f9e8d28d [2021-03-10T15:07:34.239Z] #58 DONE 157.0s [2021-03-10T15:07:34.239Z] [2021-03-10T15:07:34.239Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:07:34.239Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:07:34.239Z] #20 39.34 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-03-10T15:07:34.239Z] #20 39.35 Unpacking iptables (1.8.2-4) ... [2021-03-10T15:07:34.239Z] #20 ... [2021-03-10T15:07:34.239Z] [2021-03-10T15:07:34.239Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-10T15:07:34.239Z] #59 sha256:e63da5842d4c65e342c7c296d651ee05c18683e7bac44b0569c009b691e635c7 [2021-03-10T15:07:34.239Z] #59 DONE 0.2s [2021-03-10T15:07:34.349Z] #42 43.31 CC compel/plugins/std/string.o [2021-03-10T15:07:34.561Z] [2021-03-10T15:07:34.561Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-10T15:07:34.561Z] #60 sha256:ba0763b746ac292fafdfbd55ce9f92fcdbfb7e295db61d10578014e5a535f26a [2021-03-10T15:07:34.561Z] #60 DONE 0.1s [2021-03-10T15:07:34.561Z] [2021-03-10T15:07:34.561Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:07:34.561Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:07:34.561Z] #43 86.39 DEP criu/path.d [2021-03-10T15:07:34.561Z] #43 86.62 DEP criu/parasite-syscall.d [2021-03-10T15:07:34.561Z] #43 86.94 DEP criu/pagemap.d [2021-03-10T15:07:34.561Z] #43 87.17 DEP criu/pagemap-cache.d [2021-03-10T15:07:34.561Z] #43 87.34 DEP criu/page-xfer.d [2021-03-10T15:07:34.561Z] #43 87.62 DEP criu/page-pipe.d [2021-03-10T15:07:34.561Z] #43 87.76 DEP criu/netfilter.d [2021-03-10T15:07:34.561Z] #43 88.05 DEP criu/net.d [2021-03-10T15:07:34.561Z] #43 88.37 DEP criu/namespaces.d [2021-03-10T15:07:34.561Z] #43 88.60 DEP criu/mount.d [2021-03-10T15:07:34.561Z] #43 88.91 DEP criu/memfd.d [2021-03-10T15:07:34.561Z] #43 89.32 DEP criu/mem.d [2021-03-10T15:07:34.561Z] #43 89.78 DEP criu/lsm.d [2021-03-10T15:07:34.561Z] #43 90.13 DEP criu/log.d [2021-03-10T15:07:34.858Z] #43 90.40 DEP criu/libnetlink.d [2021-03-10T15:07:34.919Z] #42 43.87 CC compel/plugins/std/infect.o [2021-03-10T15:07:35.158Z] #43 90.63 DEP criu/kerndat.d [2021-03-10T15:07:35.499Z] #42 44.26 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-10T15:07:35.499Z] #42 44.31 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-10T15:07:35.499Z] #42 44.36 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-10T15:07:35.499Z] #42 44.41 AR compel/plugins/std.lib.a [2021-03-10T15:07:35.499Z] #42 44.49 CC compel/plugins/fds/fds.o [2021-03-10T15:07:35.807Z] #43 91.31 DEP criu/kcmp-ids.d [2021-03-10T15:07:35.807Z] #43 91.50 DEP criu/irmap.d [2021-03-10T15:07:35.909Z] #19 43.58 Selecting previously unselected package vim. [2021-03-10T15:07:35.909Z] #19 43.59 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-03-10T15:07:35.909Z] #19 43.63 Unpacking vim (2:8.1.0875-5) ... [2021-03-10T15:07:36.069Z] #42 44.85 AR compel/plugins/fds.lib.a [2021-03-10T15:07:36.069Z] #42 44.90 HOSTDEP compel/src/lib/log-host.d [2021-03-10T15:07:36.069Z] #42 44.98 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-10T15:07:36.069Z] #42 45.13 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-10T15:07:36.107Z] #43 91.72 DEP criu/ipc_ns.d [2021-03-10T15:07:36.107Z] #43 ... [2021-03-10T15:07:36.107Z] [2021-03-10T15:07:36.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-03-10T15:07:36.107Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:07:36.107Z] #45 149.0 vendor/golang.org/x/crypto/cryptobyte [2021-03-10T15:07:36.107Z] #45 151.7 vendor/golang.org/x/net/http/httpproxy [2021-03-10T15:07:36.107Z] #45 151.7 net/textproto [2021-03-10T15:07:36.107Z] #45 152.8 crypto/x509 [2021-03-10T15:07:36.107Z] #45 153.9 mime/multipart [2021-03-10T15:07:36.107Z] #45 153.9 vendor/golang.org/x/net/http/httpguts [2021-03-10T15:07:36.107Z] #45 157.7 crypto/tls [2021-03-10T15:07:36.329Z] #42 45.19 HOSTDEP compel/src/main-host.d [2021-03-10T15:07:36.405Z] #45 ... [2021-03-10T15:07:36.405Z] [2021-03-10T15:07:36.405Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:07:36.405Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:07:36.405Z] #43 91.95 DEP criu/image.d [2021-03-10T15:07:36.405Z] #43 92.12 DEP criu/image-desc.d [2021-03-10T15:07:36.485Z] #19 44.09 Selecting previously unselected package xfsprogs. [2021-03-10T15:07:36.485Z] #19 44.09 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-03-10T15:07:36.485Z] #19 44.10 Unpacking xfsprogs (4.20.0-1) ... [2021-03-10T15:07:36.588Z] #42 45.33 DEP compel/src/lib/ptrace.d [2021-03-10T15:07:36.588Z] #42 45.45 DEP compel/src/lib/infect.d [2021-03-10T15:07:36.704Z] #43 92.25 DEP criu/fsnotify.d [2021-03-10T15:07:36.748Z] #19 44.60 Selecting previously unselected package zip. [2021-03-10T15:07:36.848Z] #42 45.59 DEP compel/src/lib/infect-util.d [2021-03-10T15:07:36.848Z] #42 45.68 DEP compel/src/lib/infect-rpc.d [2021-03-10T15:07:37.005Z] #43 92.52 DEP criu/filesystems.d [2021-03-10T15:07:37.005Z] #43 92.70 DEP criu/files.d [2021-03-10T15:07:37.012Z] #19 44.61 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-03-10T15:07:37.012Z] #19 44.61 Unpacking zip (3.0-11+b1) ... [2021-03-10T15:07:37.158Z] #42 45.84 DEP compel/arch/x86/src/lib/infect.d [2021-03-10T15:07:37.158Z] #42 45.97 DEP compel/arch/x86/src/lib/cpu.d [2021-03-10T15:07:37.158Z] #42 46.04 DEP compel/src/lib/log.d [2021-03-10T15:07:37.158Z] #42 46.11 DEP compel/src/main.d [2021-03-10T15:07:37.275Z] #19 44.87 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:07:37.275Z] #19 44.90 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:07:37.275Z] #19 44.92 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-03-10T15:07:37.275Z] #19 44.93 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-03-10T15:07:37.275Z] #19 44.95 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-03-10T15:07:37.275Z] #19 45.00 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-03-10T15:07:37.275Z] #19 45.02 Setting up uidmap (1:4.5-1.1) ... [2021-03-10T15:07:37.275Z] #19 45.04 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-03-10T15:07:37.275Z] #19 45.06 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:07:37.275Z] #19 45.07 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:07:37.275Z] #19 45.09 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-10T15:07:37.275Z] #19 45.11 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-10T15:07:37.305Z] #43 92.98 DEP criu/files-reg.d [2021-03-10T15:07:37.438Z] #42 46.26 DEP compel/src/lib/handle-elf.d [2021-03-10T15:07:37.538Z] #19 45.13 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:07:37.538Z] #19 45.14 Setting up zip (3.0-11+b1) ... [2021-03-10T15:07:37.538Z] #19 45.16 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:07:37.538Z] #19 45.20 Setting up bash-completion (1:2.8-6) ... [2021-03-10T15:07:37.605Z] #43 93.22 DEP criu/files-ext.d [2021-03-10T15:07:37.699Z] #42 46.51 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-10T15:07:37.699Z] #42 46.64 CC compel/src/lib/log.o [2021-03-10T15:07:37.906Z] #43 93.38 DEP criu/file-lock.d [2021-03-10T15:07:37.906Z] #43 93.58 DEP criu/file-ids.d [2021-03-10T15:07:37.961Z] #42 46.94 CC compel/arch/x86/src/lib/cpu.o [2021-03-10T15:07:38.206Z] #43 93.76 DEP criu/fifo.d [2021-03-10T15:07:38.206Z] #43 93.95 DEP criu/fdstore.d [2021-03-10T15:07:38.414Z] #39 ... [2021-03-10T15:07:38.414Z] [2021-03-10T15:07:38.414Z] #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-03-10T15:07:38.414Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:07:38.414Z] #19 38.26 Selecting previously unselected package libnet1:amd64. [2021-03-10T15:07:38.414Z] #19 38.28 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:07:38.414Z] #19 38.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:07:38.414Z] #19 38.37 Selecting previously unselected package libnl-3-200:amd64. [2021-03-10T15:07:38.414Z] #19 38.37 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-10T15:07:38.414Z] #19 38.38 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:07:38.414Z] #19 38.46 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-10T15:07:38.414Z] #19 38.48 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:07:38.414Z] #19 38.48 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:07:38.414Z] #19 38.55 Selecting previously unselected package libreadline5:amd64. [2021-03-10T15:07:38.414Z] #19 38.56 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-10T15:07:38.414Z] #19 38.57 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-10T15:07:38.414Z] #19 38.69 Selecting previously unselected package net-tools. [2021-03-10T15:07:38.414Z] #19 38.71 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-10T15:07:38.414Z] #19 38.72 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:07:38.414Z] #19 38.89 Selecting previously unselected package python-pip-whl. [2021-03-10T15:07:38.414Z] #19 38.90 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-10T15:07:38.414Z] #19 38.90 Unpacking python-pip-whl (18.1-5) ... [2021-03-10T15:07:38.414Z] #19 39.38 Selecting previously unselected package python3-lib2to3. [2021-03-10T15:07:38.414Z] #19 39.39 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-10T15:07:38.414Z] #19 39.40 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:07:38.414Z] #19 39.51 Selecting previously unselected package python3-distutils. [2021-03-10T15:07:38.414Z] #19 39.52 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-10T15:07:38.414Z] #19 39.53 Unpacking python3-distutils (3.7.3-1) ... [2021-03-10T15:07:38.414Z] #19 39.71 Selecting previously unselected package python3-pip. [2021-03-10T15:07:38.414Z] #19 39.73 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-10T15:07:38.414Z] #19 39.73 Unpacking python3-pip (18.1-5) ... [2021-03-10T15:07:38.414Z] #19 39.88 Selecting previously unselected package python3-pkg-resources. [2021-03-10T15:07:38.414Z] #19 39.89 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:07:38.414Z] #19 39.89 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:07:38.414Z] #19 40.03 Selecting previously unselected package python3-setuptools. [2021-03-10T15:07:38.414Z] #19 40.03 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-10T15:07:38.414Z] #19 40.04 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-10T15:07:38.414Z] #19 40.28 Selecting previously unselected package python3-wheel. [2021-03-10T15:07:38.414Z] #19 40.30 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-10T15:07:38.414Z] #19 40.31 Unpacking python3-wheel (0.32.3-2) ... [2021-03-10T15:07:38.414Z] #19 40.38 Selecting previously unselected package sudo. [2021-03-10T15:07:38.414Z] #19 40.38 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-10T15:07:38.414Z] #19 40.39 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:07:38.414Z] #19 40.88 Selecting previously unselected package thin-provisioning-tools. [2021-03-10T15:07:38.414Z] #19 40.90 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-10T15:07:38.414Z] #19 40.90 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:07:38.414Z] #19 41.13 Selecting previously unselected package uidmap. [2021-03-10T15:07:38.414Z] #19 41.13 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-10T15:07:38.414Z] #19 41.14 Unpacking uidmap (1:4.5-1.1) ... [2021-03-10T15:07:38.414Z] #19 41.27 Selecting previously unselected package vim-runtime. [2021-03-10T15:07:38.414Z] #19 41.27 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:07:38.414Z] #19 41.32 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-10T15:07:38.414Z] #19 41.35 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-10T15:07:38.414Z] #19 41.36 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:07:38.505Z] #43 94.09 DEP criu/fault-injection.d [2021-03-10T15:07:38.505Z] #43 94.14 DEP criu/external.d [2021-03-10T15:07:38.805Z] #43 94.34 DEP criu/eventpoll.d [2021-03-10T15:07:38.897Z] #42 47.75 CC compel/arch/x86/src/lib/infect.o [2021-03-10T15:07:39.106Z] #43 94.54 DEP criu/eventfd.d [2021-03-10T15:07:39.106Z] #43 94.74 DEP criu/crtools.d [2021-03-10T15:07:39.156Z] #42 ... [2021-03-10T15:07:39.156Z] [2021-03-10T15:07:39.156Z] #12 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-10T15:07:39.156Z] #12 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-10T15:07:39.156Z] #12 139.9 Selecting previously unselected package libapparmor1:amd64. [2021-03-10T15:07:39.156Z] #12 139.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 139.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-10T15:07:39.156Z] #12 140.1 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-10T15:07:39.156Z] #12 140.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 140.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-10T15:07:39.156Z] #12 140.2 Selecting previously unselected package libbtrfs0. [2021-03-10T15:07:39.156Z] #12 140.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 140.3 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-10T15:07:39.156Z] #12 140.4 Selecting previously unselected package libbtrfs-dev. [2021-03-10T15:07:39.156Z] #12 140.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 140.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:07:39.156Z] #12 140.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-10T15:07:39.156Z] #12 140.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 140.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:07:39.156Z] #12 140.6 Selecting previously unselected package libudev-dev:amd64. [2021-03-10T15:07:39.156Z] #12 140.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 140.7 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:07:39.156Z] #12 140.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-10T15:07:39.156Z] #12 140.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 140.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-10T15:07:39.156Z] #12 141.1 Selecting previously unselected package libpcre16-3:amd64. [2021-03-10T15:07:39.156Z] #12 141.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 141.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-10T15:07:39.156Z] #12 141.3 Selecting previously unselected package libpcre32-3:amd64. [2021-03-10T15:07:39.156Z] #12 141.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 141.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-10T15:07:39.156Z] #12 141.5 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-10T15:07:39.156Z] #12 141.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 141.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-10T15:07:39.156Z] #12 141.6 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-10T15:07:39.156Z] #12 141.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-10T15:07:39.156Z] #12 141.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-10T15:07:39.235Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-03-10T15:07:39.406Z] #43 94.95 DEP criu/cr-service.d [2021-03-10T15:07:39.414Z] #12 142.1 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-10T15:07:39.414Z] #12 142.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-10T15:07:39.414Z] #12 142.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-10T15:07:39.673Z] #12 142.5 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-10T15:07:39.706Z] #43 95.23 DEP criu/cr-restore.d [2021-03-10T15:07:39.932Z] #12 142.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-10T15:07:39.932Z] #12 142.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-10T15:07:39.932Z] #12 142.6 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-10T15:07:39.932Z] #12 142.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-10T15:07:39.932Z] #12 142.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:07:40.017Z] #43 95.57 DEP criu/cr-errno.d [2021-03-10T15:07:40.017Z] #43 95.58 DEP criu/cr-dump.d [2021-03-10T15:07:40.098Z] #19 ... [2021-03-10T15:07:40.098Z] [2021-03-10T15:07:40.098Z] #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-03-10T15:07:40.098Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:07:40.098Z] #42 111.5 CC criu/crtools.o [2021-03-10T15:07:40.098Z] #42 112.2 CC criu/eventfd.o [2021-03-10T15:07:40.098Z] #42 112.6 CC criu/eventpoll.o [2021-03-10T15:07:40.098Z] #42 113.3 CC criu/external.o [2021-03-10T15:07:40.098Z] #42 113.6 CC criu/fault-injection.o [2021-03-10T15:07:40.098Z] #42 113.7 CC criu/fdstore.o [2021-03-10T15:07:40.098Z] #42 114.3 CC criu/fifo.o [2021-03-10T15:07:40.098Z] #42 114.6 CC criu/file-ids.o [2021-03-10T15:07:40.098Z] #42 114.9 CC criu/file-lock.o [2021-03-10T15:07:40.098Z] #42 115.6 CC criu/files-ext.o [2021-03-10T15:07:40.098Z] #42 116.2 CC criu/files-reg.o [2021-03-10T15:07:40.098Z] #42 118.1 CC criu/files.o [2021-03-10T15:07:40.098Z] #42 119.8 CC criu/filesystems.o [2021-03-10T15:07:40.098Z] #42 120.4 CC criu/fsnotify.o [2021-03-10T15:07:40.098Z] #42 121.4 CC criu/image-desc.o [2021-03-10T15:07:40.191Z] #12 142.8 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-10T15:07:40.191Z] #12 142.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-10T15:07:40.191Z] #12 142.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:07:40.315Z] #43 95.95 DEP criu/cr-dedup.d [2021-03-10T15:07:40.361Z] #42 121.7 CC criu/image.o [2021-03-10T15:07:40.612Z] #43 96.22 DEP criu/cr-check.d [2021-03-10T15:07:40.625Z] #42 ... [2021-03-10T15:07:40.625Z] [2021-03-10T15:07:40.625Z] #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-03-10T15:07:40.625Z] #19 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-10T15:07:40.625Z] #19 48.26 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-03-10T15:07:40.625Z] #19 48.29 Setting up xz-utils (5.2.4-1) ... [2021-03-10T15:07:40.625Z] #19 48.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-10T15:07:40.760Z] #12 143.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-10T15:07:40.760Z] #12 143.3 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-10T15:07:40.760Z] #12 143.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-10T15:07:40.760Z] #12 143.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-10T15:07:40.760Z] #12 143.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-10T15:07:40.760Z] #12 143.4 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-10T15:07:40.760Z] #12 143.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:07:40.760Z] #12 143.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-10T15:07:40.760Z] #12 143.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-10T15:07:40.760Z] #12 143.4 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:07:40.760Z] #12 143.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-10T15:07:40.760Z] #12 143.5 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-10T15:07:40.760Z] #12 143.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-10T15:07:40.760Z] #12 143.6 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-10T15:07:40.760Z] #12 143.6 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-10T15:07:40.760Z] #12 143.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-10T15:07:40.889Z] #19 48.41 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:07:40.889Z] #19 48.58 invoke-rc.d: could not determine current runlevel [2021-03-10T15:07:40.889Z] #19 48.60 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:07:40.889Z] #19 48.61 Setting up pigz (2.4-1) ... [2021-03-10T15:07:40.889Z] #19 48.64 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-03-10T15:07:40.889Z] #19 48.66 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-03-10T15:07:40.889Z] #19 48.71 Setting up python-pip-whl (18.1-5) ... [2021-03-10T15:07:40.889Z] #19 48.74 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-03-10T15:07:40.889Z] #19 48.76 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:07:40.910Z] #43 96.51 DEP criu/config.d [2021-03-10T15:07:40.953Z] #19 ... [2021-03-10T15:07:40.953Z] [2021-03-10T15:07:40.953Z] #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-03-10T15:07:40.953Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:40.953Z] #42 112.1 CC criu/files.o [2021-03-10T15:07:40.953Z] #42 114.2 CC criu/filesystems.o [2021-03-10T15:07:40.953Z] #42 114.9 CC criu/fsnotify.o [2021-03-10T15:07:40.953Z] #42 116.2 CC criu/image-desc.o [2021-03-10T15:07:40.953Z] #42 116.3 CC criu/image.o [2021-03-10T15:07:40.953Z] #42 117.1 CC criu/ipc_ns.o [2021-03-10T15:07:40.953Z] #42 118.2 CC criu/irmap.o [2021-03-10T15:07:40.953Z] #42 118.9 CC criu/kcmp-ids.o [2021-03-10T15:07:40.953Z] #42 119.2 CC criu/kerndat.o [2021-03-10T15:07:40.953Z] #42 120.3 CC criu/libnetlink.o [2021-03-10T15:07:40.953Z] #42 120.7 CC criu/log.o [2021-03-10T15:07:40.953Z] #42 121.3 CC criu/lsm.o [2021-03-10T15:07:40.953Z] #42 121.7 CC criu/mem.o [2021-03-10T15:07:40.953Z] #42 ... [2021-03-10T15:07:40.953Z] [2021-03-10T15:07:40.953Z] #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-03-10T15:07:40.953Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:07:40.953Z] #19 44.41 Selecting previously unselected package vim. [2021-03-10T15:07:40.953Z] #19 44.42 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:07:40.953Z] #19 44.46 Unpacking vim (2:8.1.0875-5) ... [2021-03-10T15:07:41.019Z] #12 143.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-10T15:07:41.019Z] #12 143.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:07:41.019Z] #12 143.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:07:41.019Z] #12 143.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-10T15:07:41.019Z] #12 143.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-10T15:07:41.019Z] #12 143.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:07:41.019Z] #12 143.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-10T15:07:41.019Z] #12 143.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-10T15:07:41.019Z] #12 143.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-10T15:07:41.019Z] #12 143.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:07:41.019Z] #12 143.7 Setting up dmsetup (2:1.02.155-3) ... [2021-03-10T15:07:41.019Z] #12 143.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-10T15:07:41.019Z] #12 143.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-10T15:07:41.019Z] #12 143.7 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:07:41.138Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-03-10T15:07:41.209Z] #43 96.81 DEP criu/clone-noasan.d [2021-03-10T15:07:41.209Z] #43 96.93 DEP criu/cgroup.d [2021-03-10T15:07:41.465Z] #19 49.15 Setting up libaio1:arm64 (0.3.112-3) ... [2021-03-10T15:07:41.465Z] #19 49.19 Setting up libonig5:arm64 (6.9.1-1) ... [2021-03-10T15:07:41.465Z] #19 49.22 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:41.465Z] #19 49.26 Setting up vim (2:8.1.0875-5) ... [2021-03-10T15:07:41.465Z] #19 49.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-10T15:07:41.465Z] #19 49.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-10T15:07:41.465Z] #19 49.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-10T15:07:41.465Z] #19 49.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-10T15:07:41.509Z] #43 97.15 DEP criu/cgroup-props.d [2021-03-10T15:07:41.509Z] #43 97.27 DEP criu/bitmap.d [2021-03-10T15:07:41.525Z] #19 45.00 Selecting previously unselected package xfsprogs. [2021-03-10T15:07:41.525Z] #19 45.02 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-10T15:07:41.525Z] #19 45.03 Unpacking xfsprogs (4.20.0-1) ... [2021-03-10T15:07:41.732Z] #19 49.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-10T15:07:41.732Z] #19 49.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-10T15:07:41.732Z] #19 49.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-10T15:07:41.732Z] #19 49.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-10T15:07:41.732Z] #19 49.38 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-10T15:07:41.732Z] #19 49.40 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:07:41.732Z] #19 49.44 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-03-10T15:07:41.732Z] #19 49.46 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:07:41.732Z] #19 49.49 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-03-10T15:07:41.732Z] #19 49.51 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:41.808Z] #43 97.28 DEP criu/bfd.d [2021-03-10T15:07:41.808Z] #43 97.46 DEP criu/autofs.d [2021-03-10T15:07:42.096Z] #19 45.49 Selecting previously unselected package zip. [2021-03-10T15:07:42.096Z] #19 45.50 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-10T15:07:42.096Z] #19 45.51 Unpacking zip (3.0-11+b1) ... [2021-03-10T15:07:42.106Z] #43 97.66 DEP criu/aio.d [2021-03-10T15:07:42.106Z] #43 97.90 DEP criu/action-scripts.d [2021-03-10T15:07:42.356Z] #19 45.68 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:07:42.356Z] #19 45.70 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:07:42.356Z] #19 45.73 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-10T15:07:42.356Z] #19 45.74 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-10T15:07:42.356Z] #19 45.75 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-10T15:07:42.356Z] #19 45.76 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-10T15:07:42.356Z] #19 45.78 Setting up uidmap (1:4.5-1.1) ... [2021-03-10T15:07:42.356Z] #19 45.79 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-10T15:07:42.356Z] #19 45.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:07:42.356Z] #19 45.81 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:07:42.356Z] #19 45.82 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:07:42.356Z] #19 45.83 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:07:42.356Z] #19 45.84 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:07:42.356Z] #19 45.85 Setting up zip (3.0-11+b1) ... [2021-03-10T15:07:42.356Z] #19 45.86 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:07:42.514Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-03-10T15:07:42.617Z] #19 45.90 Setting up bash-completion (1:2.8-6) ... [2021-03-10T15:07:42.754Z] #43 98.33 CC criu/action-scripts.o [2021-03-10T15:07:43.401Z] #43 98.91 CC criu/aio.o [2021-03-10T15:07:43.555Z] #12 DONE 145.8s [2021-03-10T15:07:43.555Z] [2021-03-10T15:07:43.555Z] #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-03-10T15:07:43.555Z] #52 sha256:3bc79961ba079822f3313930a4ac9fb860562fb39da27e331e7870813b7dfacb [2021-03-10T15:07:44.063Z] #43 99.56 CC criu/autofs.o [2021-03-10T15:07:44.289Z] #19 51.90 Setting up iptables (1.8.2-4) ... [2021-03-10T15:07:44.289Z] #19 51.94 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:07:44.289Z] #19 51.95 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:07:44.289Z] #19 51.96 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:07:44.289Z] #19 51.96 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:07:44.289Z] #19 51.97 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-10T15:07:44.289Z] #19 51.98 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-10T15:07:44.289Z] #19 51.99 Setting up python3 (3.7.3-1) ... [2021-03-10T15:07:44.492Z] #52 ... [2021-03-10T15:07:44.492Z] [2021-03-10T15:07:44.492Z] #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-03-10T15:07:44.492Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:07:44.492Z] #44 143.3 crypto/tls [2021-03-10T15:07:44.492Z] #44 150.1 net/http/httptrace [2021-03-10T15:07:44.492Z] #44 150.3 net/http [2021-03-10T15:07:44.492Z] #44 ... [2021-03-10T15:07:44.492Z] [2021-03-10T15:07:44.492Z] #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-03-10T15:07:44.492Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:44.492Z] #42 48.68 CC compel/src/lib/infect-rpc.o [2021-03-10T15:07:44.492Z] #42 49.09 CC compel/src/lib/infect-util.o [2021-03-10T15:07:44.492Z] #42 49.35 CC compel/src/lib/infect.o [2021-03-10T15:07:44.492Z] #42 51.42 CC compel/src/lib/ptrace.o [2021-03-10T15:07:44.492Z] #42 51.85 AR compel/libcompel.a [2021-03-10T15:07:44.492Z] #42 51.92 HOSTCC compel/src/main-host.o [2021-03-10T15:07:44.492Z] #42 52.56 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-10T15:07:44.492Z] #42 52.78 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-10T15:07:44.492Z] #42 53.39 HOSTCC compel/src/lib/log-host.o [2021-03-10T15:07:44.735Z] #43 ... [2021-03-10T15:07:44.735Z] [2021-03-10T15:07:44.735Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:07:44.735Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:07:44.735Z] #20 40.52 Selecting previously unselected package xxd. [2021-03-10T15:07:44.735Z] #20 40.59 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 40.59 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:07:44.735Z] #20 40.70 Selecting previously unselected package vim-common. [2021-03-10T15:07:44.735Z] #20 40.70 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:07:44.735Z] #20 40.75 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:07:44.735Z] #20 40.88 Selecting previously unselected package bash-completion. [2021-03-10T15:07:44.735Z] #20 40.88 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-10T15:07:44.735Z] #20 44.85 Unpacking bash-completion (1:2.8-6) ... [2021-03-10T15:07:44.735Z] #20 45.35 Selecting previously unselected package bzip2. [2021-03-10T15:07:44.735Z] #20 45.37 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 45.40 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:07:44.735Z] #20 45.52 Selecting previously unselected package xz-utils. [2021-03-10T15:07:44.735Z] #20 45.53 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 45.53 Unpacking xz-utils (5.2.4-1) ... [2021-03-10T15:07:44.735Z] #20 45.80 Selecting previously unselected package apparmor. [2021-03-10T15:07:44.735Z] #20 45.81 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 45.93 Unpacking apparmor (2.13.2-10) ... [2021-03-10T15:07:44.735Z] #20 46.49 Selecting previously unselected package aufs-tools. [2021-03-10T15:07:44.735Z] #20 46.49 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 46.51 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:07:44.735Z] #20 46.69 Selecting previously unselected package libonig5:ppc64el. [2021-03-10T15:07:44.735Z] #20 46.70 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 46.70 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-03-10T15:07:44.735Z] #20 46.94 Selecting previously unselected package libjq1:ppc64el. [2021-03-10T15:07:44.735Z] #20 46.98 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 46.99 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-10T15:07:44.735Z] #20 47.08 Selecting previously unselected package jq. [2021-03-10T15:07:44.735Z] #20 47.09 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 47.10 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:07:44.735Z] #20 47.20 Selecting previously unselected package libaio1:ppc64el. [2021-03-10T15:07:44.735Z] #20 47.20 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 47.22 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-03-10T15:07:44.735Z] #20 47.33 Selecting previously unselected package libgpm2:ppc64el. [2021-03-10T15:07:44.735Z] #20 47.34 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 47.34 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-03-10T15:07:44.735Z] #20 47.43 Selecting previously unselected package libicu63:ppc64el. [2021-03-10T15:07:44.735Z] #20 47.44 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-03-10T15:07:44.735Z] #20 47.46 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-10T15:07:44.752Z] #42 ... [2021-03-10T15:07:44.752Z] [2021-03-10T15:07:44.752Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-10T15:07:44.752Z] #13 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-10T15:07:44.752Z] #13 DONE 1.7s [2021-03-10T15:07:44.752Z] [2021-03-10T15:07:44.752Z] #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-03-10T15:07:44.752Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:44.752Z] #42 53.66 HOSTLINK compel/compel-host-bin [2021-03-10T15:07:44.752Z] #42 ... [2021-03-10T15:07:44.752Z] [2021-03-10T15:07:44.752Z] #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-03-10T15:07:44.752Z] #52 sha256:3bc79961ba079822f3313930a4ac9fb860562fb39da27e331e7870813b7dfacb [2021-03-10T15:07:44.752Z] #52 1.579 + RM_GOPATH=0 [2021-03-10T15:07:44.752Z] #52 1.579 + TMP_GOPATH= [2021-03-10T15:07:44.752Z] #52 1.579 + : /build [2021-03-10T15:07:44.752Z] #52 1.579 + '[' -z '' ']' [2021-03-10T15:07:44.752Z] #52 1.579 ++ mktemp -d [2021-03-10T15:07:44.752Z] #52 1.588 + export GOPATH=/tmp/tmp.JiINNzMuuo [2021-03-10T15:07:44.752Z] #52 1.588 + GOPATH=/tmp/tmp.JiINNzMuuo [2021-03-10T15:07:44.752Z] #52 1.588 + RM_GOPATH=1 [2021-03-10T15:07:44.752Z] #52 1.588 + case "$(go env GOARCH)" in [2021-03-10T15:07:44.752Z] #52 1.593 ++ go env GOARCH [2021-03-10T15:07:44.752Z] #52 1.658 + export GO_BUILDMODE=-buildmode=pie [2021-03-10T15:07:44.752Z] #52 1.658 + GO_BUILDMODE=-buildmode=pie [2021-03-10T15:07:44.752Z] #52 1.661 ++ dirname /tmp/install/install.sh [2021-03-10T15:07:44.752Z] #52 1.665 + dir=/tmp/install [2021-03-10T15:07:44.752Z] #52 1.671 + bin=runc [2021-03-10T15:07:44.752Z] #52 1.672 + shift [2021-03-10T15:07:44.752Z] #52 1.672 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-10T15:07:44.752Z] #52 1.676 + . /tmp/install/runc.installer [2021-03-10T15:07:44.752Z] #52 1.676 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:07:44.752Z] #52 1.677 + install_runc [2021-03-10T15:07:44.752Z] #52 1.677 + uname -r [2021-03-10T15:07:44.752Z] #52 1.680 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-10T15:07:45.011Z] #52 1.715 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-10T15:07:45.011Z] #52 1.715 + RUNC_BUILDTAGS='seccomp ' [2021-03-10T15:07:45.011Z] #52 1.715 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-10T15:07:45.011Z] #52 1.715 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.JiINNzMuuo/src/github.com/opencontainers/runc [2021-03-10T15:07:45.011Z] #52 1.715 Cloning into '/tmp/tmp.JiINNzMuuo/src/github.com/opencontainers/runc'... [2021-03-10T15:07:45.046Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-03-10T15:07:45.161Z] #19 48.62 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-10T15:07:45.161Z] #19 48.63 Setting up xz-utils (5.2.4-1) ... [2021-03-10T15:07:45.161Z] #19 48.64 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-10T15:07:45.161Z] #19 48.66 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:07:45.239Z] #19 53.00 Setting up python3-wheel (0.32.3-2) ... [2021-03-10T15:07:45.305Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-03-10T15:07:45.386Z] #20 ... [2021-03-10T15:07:45.386Z] [2021-03-10T15:07:45.386Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-10T15:07:45.386Z] #24 sha256:294f614003c2514a263de31fc7cb3a6bcb87a473dc606a42f3682bde43fca127 [2021-03-10T15:07:45.421Z] #19 48.73 invoke-rc.d: could not determine current runlevel [2021-03-10T15:07:45.421Z] #19 48.75 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:07:45.421Z] #19 48.76 Setting up pigz (2.4-1) ... [2021-03-10T15:07:45.421Z] #19 48.77 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-10T15:07:45.421Z] #19 48.78 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:07:45.421Z] #19 48.80 Setting up python-pip-whl (18.1-5) ... [2021-03-10T15:07:45.421Z] #19 48.82 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-10T15:07:45.421Z] #19 48.83 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:07:45.682Z] #19 49.22 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-10T15:07:45.682Z] #19 49.23 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:07:45.871Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-03-10T15:07:45.943Z] #19 49.25 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:45.943Z] #19 49.26 Setting up vim (2:8.1.0875-5) ... [2021-03-10T15:07:45.943Z] #19 49.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-10T15:07:45.943Z] #19 49.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-10T15:07:45.943Z] #19 49.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-10T15:07:45.943Z] #19 49.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-10T15:07:45.943Z] #19 49.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-10T15:07:45.943Z] #19 49.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-10T15:07:45.943Z] #19 49.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-10T15:07:45.943Z] #19 49.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-10T15:07:45.943Z] #19 49.37 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:07:45.943Z] #19 49.38 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:07:45.943Z] #19 49.40 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-10T15:07:45.943Z] #19 49.41 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:07:45.943Z] #19 49.42 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-10T15:07:45.948Z] #52 ... [2021-03-10T15:07:45.948Z] [2021-03-10T15:07:45.948Z] #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-03-10T15:07:45.948Z] #14 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-10T15:07:45.948Z] #14 DONE 1.3s [2021-03-10T15:07:46.203Z] #19 49.44 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:07:46.207Z] [2021-03-10T15:07:46.207Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-10T15:07:46.207Z] #15 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-10T15:07:47.147Z] #15 1.056 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-10T15:07:47.147Z] #15 DONE 1.2s [2021-03-10T15:07:47.147Z] [2021-03-10T15:07:47.147Z] #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-03-10T15:07:47.147Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:47.147Z] #42 54.08 DEP soccr/soccr.d [2021-03-10T15:07:47.147Z] #42 54.32 CC soccr/soccr.o [2021-03-10T15:07:47.162Z] #19 54.52 Setting up apparmor (2.13.2-10) ... [2021-03-10T15:07:47.163Z] #19 ... [2021-03-10T15:07:47.163Z] [2021-03-10T15:07:47.163Z] #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-03-10T15:07:47.163Z] #48 sha256:6fd229d690f99a25f28db7f3514ede8418328ba04b37503d6d831ef6a5deda3e [2021-03-10T15:07:47.163Z] #48 195.3 + /build/golangci-lint --version [2021-03-10T15:07:47.163Z] #48 195.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-10T15:07:47.163Z] #48 DONE 198.3s [2021-03-10T15:07:47.163Z] [2021-03-10T15:07:47.163Z] #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-03-10T15:07:47.163Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:07:47.163Z] #42 122.6 CC criu/ipc_ns.o [2021-03-10T15:07:47.163Z] #42 123.7 CC criu/irmap.o [2021-03-10T15:07:47.163Z] #42 124.4 CC criu/kcmp-ids.o [2021-03-10T15:07:47.163Z] #42 124.8 CC criu/kerndat.o [2021-03-10T15:07:47.163Z] #42 125.8 CC criu/libnetlink.o [2021-03-10T15:07:47.163Z] #42 126.2 CC criu/log.o [2021-03-10T15:07:47.163Z] #42 126.8 CC criu/lsm.o [2021-03-10T15:07:47.163Z] #42 127.2 CC criu/mem.o [2021-03-10T15:07:47.249Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-03-10T15:07:47.715Z] #42 56.68 AR soccr/libsoccr.a [2021-03-10T15:07:47.738Z] #42 128.9 CC criu/memfd.o [2021-03-10T15:07:47.816Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-03-10T15:07:47.976Z] #42 56.77 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:07:48.313Z] #42 129.5 CC criu/mount.o [2021-03-10T15:07:48.555Z] #42 ... [2021-03-10T15:07:48.555Z] [2021-03-10T15:07:48.555Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-10T15:07:48.555Z] #16 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-10T15:07:48.555Z] #16 DONE 1.1s [2021-03-10T15:07:48.555Z] [2021-03-10T15:07:48.555Z] #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-03-10T15:07:48.555Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:48.555Z] #42 57.28 DEP criu/arch/x86/sigframe.d [2021-03-10T15:07:48.555Z] #42 57.50 DEP criu/arch/x86/sigaction_compat.d [2021-03-10T15:07:48.817Z] #42 57.71 DEP criu/arch/x86/kerndat.d [2021-03-10T15:07:49.002Z] #24 168.3 Checking out files: 26% (2932/11201) Checking out files: 27% (3025/11201) Checking out files: 28% (3137/11201) Checking out files: 29% (3249/11201) Checking out files: 30% (3361/11201) Checking out files: 31% (3473/11201) Checking out files: 32% (3585/11201) Checking out files: 33% (3697/11201) Checking out files: 34% (3809/11201) Checking out files: 35% (3921/11201) Checking out files: 36% (4033/11201) Checking out files: 37% (4145/11201) Checking out files: 38% (4257/11201) Checking out files: 39% (4369/11201) Checking out files: 40% (4481/11201) Checking out files: 41% (4593/11201) Checking out files: 42% (4705/11201) Checking out files: 43% (4817/11201) Checking out files: 44% (4929/11201) Checking out files: 45% (5041/11201) Checking out files: 46% (5153/11201) Checking out files: 46% (5208/11201) Checking out files: 47% (5265/11201) Checking out files: 48% (5377/11201) Checking out files: 49% (5489/11201) Checking out files: 50% (5601/11201) Checking out files: 51% (5713/11201) Checking out files: 52% (5825/11201) Checking out files: 53% (5937/11201) Checking out files: 54% (6049/11201) Checking out files: 55% (6161/11201) Checking out files: 56% (6273/11201) Checking out files: 57% (6385/11201) Checking out files: 58% (6497/11201) Checking out files: 59% (6609/11201) Checking out files: 60% (6721/11201) Checking out files: 61% (6833/11201) Checking out files: 62% (6945/11201) Checking out files: 63% (7057/11201) Checking out files: 64% (7169/11201) Checking out files: 64% (7215/11201) Checking out files: 65% (7281/11201) Checking out files: 66% (7393/11201) Checking out files: 67% (7505/11201) Checking out files: 68% (7617/11201) Checking out files: 69% (7729/11201) Checking out files: 70% (7841/11201) Checking out files: 71% (7953/11201) Checking out files: 72% (8065/11201) Checking out files: 73% (8177/11201) Checking out files: 74% (8289/11201) Checking out files: 75% (8401/11201) Checking out files: 76% (8513/11201) Checking out files: 77% (8625/11201) Checking out files: 78% (8737/11201) Checking out files: 79% (8849/11201) Checking out files: 80% (8961/11201) Checking out files: 81% (9073/11201) Checking out files: 82% (9185/11201) Checking out files: 83% (9297/11201) Checking out files: 83% (9352/11201) Checking out files: 84% (9409/11201) Checking out files: 85% (9521/11201) Checking out files: 86% (9633/11201) Checking out files: 87% (9745/11201) Checking out files: 88% (9857/11201) Checking out files: 89% (9969/11201) Checking out files: 90% (10081/11201) Checking out files: 91% (10193/11201) Checking out files: 92% (10305/11201) Checking out files: 93% (10417/11201) Checking out files: 94% (10529/11201) Checking out files: 95% (10641/11201) Checking out files: 96% (10753/11201) Checking out files: 97% (10865/11201) Checking out files: 98% (10977/11201) Checking out files: 99% (11089/11201) Checking out files: 100% (11201/11201) Checking out files: 100% (11201/11201), done. [2021-03-10T15:07:49.080Z] #42 57.96 DEP criu/arch/x86/crtools.d [2021-03-10T15:07:49.268Z] #42 ... [2021-03-10T15:07:49.268Z] [2021-03-10T15:07:49.268Z] #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-03-10T15:07:49.268Z] #19 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-10T15:07:49.268Z] #19 57.04 Setting up xfsprogs (4.20.0-1) ... [2021-03-10T15:07:49.268Z] #19 57.06 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:07:49.303Z] #24 172.0 + cd /tmp/tmp.ZwhsWCLv7p/tmp/docker-ce [2021-03-10T15:07:49.303Z] #24 172.0 + git checkout -q v17.06.2-ce [2021-03-10T15:07:49.343Z] #42 58.17 DEP criu/arch/x86/cpu.d [2021-03-10T15:07:49.343Z] #42 58.37 CC criu/arch/x86/cpu.o [2021-03-10T15:07:49.504Z] #19 52.43 Setting up iptables (1.8.2-4) ... [2021-03-10T15:07:49.504Z] #19 52.44 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:07:49.504Z] #19 52.45 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:07:49.504Z] #19 52.46 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:07:49.504Z] #19 52.46 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:07:49.504Z] #19 52.47 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-10T15:07:49.504Z] #19 52.47 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-10T15:07:49.504Z] #19 52.48 Setting up python3 (3.7.3-1) ... [2021-03-10T15:07:49.504Z] #19 53.03 Setting up python3-wheel (0.32.3-2) ... [2021-03-10T15:07:49.531Z] #19 57.40 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:07:49.605Z] #42 ... [2021-03-10T15:07:49.605Z] [2021-03-10T15:07:49.605Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-10T15:07:49.605Z] #17 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-10T15:07:49.605Z] #17 DONE 1.2s [2021-03-10T15:07:49.865Z] [2021-03-10T15:07:49.865Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:07:49.865Z] #18 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-10T15:07:50.348Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-03-10T15:07:50.446Z] #19 53.84 Setting up apparmor (2.13.2-10) ... [2021-03-10T15:07:50.447Z] #18 ... [2021-03-10T15:07:50.447Z] [2021-03-10T15:07:50.447Z] #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-03-10T15:07:50.447Z] #57 sha256:04c334479a02b81d3d1d65a9292edebd7754b3abbe4d23cafd8a9125f31d60fb [2021-03-10T15:07:50.447Z] #57 149.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-10T15:07:50.447Z] #57 149.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-10T15:07:50.447Z] #57 DONE 159.3s [2021-03-10T15:07:50.447Z] [2021-03-10T15:07:50.447Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-10T15:07:50.447Z] #58 sha256:6a3fc15aac50b823c40870a7025b8da41a090a57066b74c58485959b907894b7 [2021-03-10T15:07:50.447Z] #58 DONE 0.0s [2021-03-10T15:07:50.447Z] [2021-03-10T15:07:50.447Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-10T15:07:50.447Z] #59 sha256:8b24ec8ce4d0ecd1294adad3f552f98dfabd9800e96e40e2315f544a83bf4ff9 [2021-03-10T15:07:50.447Z] #59 DONE 0.1s [2021-03-10T15:07:50.447Z] [2021-03-10T15:07:50.447Z] #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-03-10T15:07:50.447Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:07:50.536Z] #19 58.15 Setting up python3-distutils (3.7.3-1) ... [2021-03-10T15:07:50.710Z] #48 ... [2021-03-10T15:07:50.710Z] [2021-03-10T15:07:50.710Z] #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-03-10T15:07:50.710Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:50.710Z] #42 59.39 CC criu/arch/x86/crtools.o [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-10T15:07:51.083Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2021-03-10T15:07:51.083Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-10T15:07:51.083Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/types [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-10T15:07:51.083Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-10T15:07:51.149Z] #19 58.67 Setting up python3-setuptools (40.8.0-1) ... [2021-03-10T15:07:51.293Z] #42 ... [2021-03-10T15:07:51.293Z] [2021-03-10T15:07:51.293Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-03-10T15:07:51.293Z] #18 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-10T15:07:51.293Z] #18 DONE 1.7s [2021-03-10T15:07:51.293Z] [2021-03-10T15:07:51.293Z] #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-03-10T15:07:51.293Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:07:51.378Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-03-10T15:07:51.378Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-10T15:07:51.378Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-10T15:07:51.378Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-10T15:07:51.378Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-10T15:07:51.378Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-10T15:07:51.378Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2021-03-10T15:07:51.378Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-10T15:07:51.378Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-10T15:07:51.672Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2021-03-10T15:07:51.672Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/builder [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-10T15:07:51.672Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-10T15:07:51.726Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-03-10T15:07:52.311Z] #55 233.6 + bin/containerd-stress [2021-03-10T15:07:52.311Z] #55 235.7 + bin/containerd-shim [2021-03-10T15:07:52.358Z] #19 55.46 Setting up xfsprogs (4.20.0-1) ... [2021-03-10T15:07:52.358Z] #19 55.48 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:07:52.358Z] #19 ... [2021-03-10T15:07:52.358Z] [2021-03-10T15:07:52.358Z] #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-03-10T15:07:52.358Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:07:52.358Z] #42 123.4 CC criu/memfd.o [2021-03-10T15:07:52.358Z] #42 124.1 CC criu/mount.o [2021-03-10T15:07:52.358Z] #42 128.4 CC criu/namespaces.o [2021-03-10T15:07:52.358Z] #42 130.4 CC criu/net.o [2021-03-10T15:07:52.358Z] #42 ... [2021-03-10T15:07:52.358Z] [2021-03-10T15:07:52.358Z] #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-03-10T15:07:52.358Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:07:52.358Z] #19 55.86 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:07:52.555Z] #19 60.09 Setting up python3-pip (18.1-5) ... [2021-03-10T15:07:52.898Z] #24 ... [2021-03-10T15:07:52.898Z] [2021-03-10T15:07:52.898Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:07:52.898Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:07:52.898Z] #45 165.7 net/http/httptrace [2021-03-10T15:07:52.898Z] #45 165.9 net/http [2021-03-10T15:07:52.898Z] #45 ... [2021-03-10T15:07:52.898Z] [2021-03-10T15:07:52.898Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:07:52.898Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:07:52.898Z] #20 52.24 Selecting previously unselected package libnet1:ppc64el. [2021-03-10T15:07:52.898Z] #20 52.24 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-10T15:07:52.898Z] #20 52.25 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-10T15:07:52.898Z] #20 52.44 Selecting previously unselected package libnl-3-200:ppc64el. [2021-03-10T15:07:52.898Z] #20 52.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-03-10T15:07:52.898Z] #20 52.45 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-10T15:07:52.898Z] #20 52.59 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-03-10T15:07:52.898Z] #20 52.61 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-03-10T15:07:52.898Z] #20 52.61 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-10T15:07:52.898Z] #20 52.71 Selecting previously unselected package libreadline5:ppc64el. [2021-03-10T15:07:52.898Z] #20 52.72 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-03-10T15:07:52.898Z] #20 52.73 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-03-10T15:07:52.898Z] #20 52.87 Selecting previously unselected package net-tools. [2021-03-10T15:07:52.898Z] #20 52.88 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-03-10T15:07:52.898Z] #20 52.88 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:07:52.898Z] #20 53.24 Selecting previously unselected package python-pip-whl. [2021-03-10T15:07:52.898Z] #20 53.25 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-10T15:07:52.898Z] #20 53.26 Unpacking python-pip-whl (18.1-5) ... [2021-03-10T15:07:52.898Z] #20 53.93 Selecting previously unselected package python3-lib2to3. [2021-03-10T15:07:52.898Z] #20 53.94 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-10T15:07:52.898Z] #20 53.94 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:07:52.898Z] #20 54.09 Selecting previously unselected package python3-distutils. [2021-03-10T15:07:52.898Z] #20 54.09 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-10T15:07:52.898Z] #20 54.11 Unpacking python3-distutils (3.7.3-1) ... [2021-03-10T15:07:52.898Z] #20 54.33 Selecting previously unselected package python3-pip. [2021-03-10T15:07:52.898Z] #20 54.36 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-10T15:07:52.898Z] #20 54.36 Unpacking python3-pip (18.1-5) ... [2021-03-10T15:07:52.898Z] #20 54.70 Selecting previously unselected package python3-pkg-resources. [2021-03-10T15:07:52.898Z] #20 54.71 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:07:52.898Z] #20 54.72 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:07:52.898Z] #20 54.91 Selecting previously unselected package python3-setuptools. [2021-03-10T15:07:52.898Z] #20 54.92 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-10T15:07:52.898Z] #20 54.93 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-10T15:07:52.898Z] #20 55.22 Selecting previously unselected package python3-wheel. [2021-03-10T15:07:52.898Z] #20 55.23 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-10T15:07:52.898Z] #20 55.24 Unpacking python3-wheel (0.32.3-2) ... [2021-03-10T15:07:52.898Z] #20 55.36 Selecting previously unselected package sudo. [2021-03-10T15:07:52.898Z] #20 55.38 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-03-10T15:07:52.898Z] #20 55.40 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:07:52.898Z] #20 56.09 Selecting previously unselected package thin-provisioning-tools. [2021-03-10T15:07:52.898Z] #20 56.10 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-03-10T15:07:52.898Z] #20 56.12 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:07:52.898Z] #20 56.40 Selecting previously unselected package uidmap. [2021-03-10T15:07:52.898Z] #20 56.43 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-03-10T15:07:52.898Z] #20 56.43 Unpacking uidmap (1:4.5-1.1) ... [2021-03-10T15:07:52.898Z] #20 56.58 Selecting previously unselected package vim-runtime. [2021-03-10T15:07:52.898Z] #20 56.59 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:07:52.898Z] #20 56.62 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-10T15:07:52.898Z] #20 56.70 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-10T15:07:52.898Z] #20 56.71 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:07:53.196Z] #20 ... [2021-03-10T15:07:53.196Z] [2021-03-10T15:07:53.196Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-10T15:07:53.196Z] #24 sha256:294f614003c2514a263de31fc7cb3a6bcb87a473dc606a42f3682bde43fca127 [2021-03-10T15:07:53.196Z] #24 176.2 + mkdir -p /tmp/tmp.ZwhsWCLv7p/src/github.com/docker [2021-03-10T15:07:53.196Z] #24 176.3 + mv components/cli /tmp/tmp.ZwhsWCLv7p/src/github.com/docker/cli [2021-03-10T15:07:53.300Z] #19 56.65 Setting up python3-distutils (3.7.3-1) ... [2021-03-10T15:07:53.498Z] #24 176.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-03-10T15:07:53.503Z] #19 61.16 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:07:53.503Z] #19 61.21 Processing triggers for mime-support (3.62) ... [2021-03-10T15:07:53.834Z] #19 2.127 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-10T15:07:53.834Z] #19 2.346 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-10T15:07:53.834Z] #19 2.434 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-10T15:07:53.834Z] #19 2.521 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-10T15:07:53.871Z] #19 57.12 Setting up python3-setuptools (40.8.0-1) ... [2021-03-10T15:07:54.080Z] #19 DONE 61.8s [2021-03-10T15:07:54.080Z] [2021-03-10T15:07:54.080Z] #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-03-10T15:07:54.080Z] #20 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-03-10T15:07:54.094Z] #19 2.729 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [453 kB] [2021-03-10T15:07:54.259Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-03-10T15:07:54.826Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-03-10T15:07:54.826Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-03-10T15:07:55.032Z] #19 3.698 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-10T15:07:55.072Z] #19 58.39 Setting up python3-pip (18.1-5) ... [2021-03-10T15:07:55.207Z] ok github.com/docker/docker/builder/remotecontext 0.344s coverage: 13.7% of statements [2021-03-10T15:07:55.473Z] #20 1.404 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-10T15:07:55.473Z] #20 1.409 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-10T15:07:55.473Z] #20 1.413 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-10T15:07:55.473Z] #20 DONE 1.6s [2021-03-10T15:07:55.473Z] [2021-03-10T15:07:55.473Z] #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-03-10T15:07:55.473Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:07:55.473Z] #42 133.4 CC criu/namespaces.o [2021-03-10T15:07:55.473Z] #42 135.0 CC criu/net.o [2021-03-10T15:07:55.500Z] ok github.com/docker/docker/builder/dockerfile 0.981s coverage: 48.3% of statements [2021-03-10T15:07:55.500Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-10T15:07:56.014Z] #19 59.39 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:07:56.014Z] #19 59.43 Processing triggers for mime-support (3.62) ... [2021-03-10T15:07:56.138Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-03-10T15:07:56.202Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-03-10T15:07:56.202Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-03-10T15:07:56.411Z] #19 5.202 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB] [2021-03-10T15:07:56.461Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-03-10T15:07:56.461Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-03-10T15:07:56.585Z] #19 DONE 59.8s [2021-03-10T15:07:56.585Z] [2021-03-10T15:07:56.585Z] #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-03-10T15:07:56.585Z] #20 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-10T15:07:56.776Z] ok github.com/docker/docker/builder/remotecontext/git 1.230s coverage: 86.3% of statements [2021-03-10T15:07:56.776Z] ? github.com/docker/docker/cli [no test files] [2021-03-10T15:07:56.776Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-10T15:07:56.867Z] #42 138.2 CC criu/netfilter.o [2021-03-10T15:07:56.980Z] #19 ... [2021-03-10T15:07:56.980Z] [2021-03-10T15:07:56.980Z] #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-03-10T15:07:56.980Z] #52 sha256:3bc79961ba079822f3313930a4ac9fb860562fb39da27e331e7870813b7dfacb [2021-03-10T15:07:56.980Z] #52 12.67 + cd /tmp/tmp.JiINNzMuuo/src/github.com/opencontainers/runc [2021-03-10T15:07:56.980Z] #52 12.67 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-10T15:07:56.980Z] #52 13.20 + '[' -z '' ']' [2021-03-10T15:07:56.980Z] #52 13.20 + target=static [2021-03-10T15:07:56.980Z] #52 13.20 + make 'BUILDTAGS=seccomp ' static [2021-03-10T15:07:56.980Z] #52 13.30 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-10T15:07:57.028Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-03-10T15:07:57.076Z] #24 ... [2021-03-10T15:07:57.076Z] [2021-03-10T15:07:57.076Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:07:57.076Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:07:57.076Z] #43 102.3 CC criu/bfd.o [2021-03-10T15:07:57.076Z] #43 103.3 CC criu/bitmap.o [2021-03-10T15:07:57.076Z] #43 103.6 CC criu/cgroup-props.o [2021-03-10T15:07:57.076Z] #43 105.1 CC criu/cgroup.o [2021-03-10T15:07:57.076Z] #43 110.0 CC criu/clone-noasan.o [2021-03-10T15:07:57.076Z] #43 110.2 CC criu/config.o [2021-03-10T15:07:57.076Z] #43 ... [2021-03-10T15:07:57.076Z] [2021-03-10T15:07:57.076Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:07:57.076Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:07:57.076Z] #20 60.86 Selecting previously unselected package vim. [2021-03-10T15:07:57.076Z] #20 60.87 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-10T15:07:57.076Z] #20 60.91 Unpacking vim (2:8.1.0875-5) ... [2021-03-10T15:07:57.076Z] #20 61.63 Selecting previously unselected package xfsprogs. [2021-03-10T15:07:57.076Z] #20 61.64 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-03-10T15:07:57.076Z] #20 61.70 Unpacking xfsprogs (4.20.0-1) ... [2021-03-10T15:07:57.130Z] #42 138.6 CC criu/page-pipe.o [2021-03-10T15:07:57.374Z] #20 62.51 Selecting previously unselected package zip. [2021-03-10T15:07:57.374Z] #20 62.52 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-03-10T15:07:57.374Z] #20 62.53 Unpacking zip (3.0-11+b1) ... [2021-03-10T15:07:57.689Z] #20 62.75 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:07:57.689Z] #20 62.76 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:07:57.689Z] #20 62.77 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-03-10T15:07:57.689Z] #20 62.78 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-03-10T15:07:57.689Z] #20 62.79 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-03-10T15:07:57.689Z] #20 62.80 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-03-10T15:07:57.689Z] #20 62.81 Setting up uidmap (1:4.5-1.1) ... [2021-03-10T15:07:57.689Z] #20 62.82 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-03-10T15:07:57.689Z] #20 62.82 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-10T15:07:57.689Z] #20 62.83 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:07:57.689Z] #20 62.85 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-10T15:07:57.689Z] #20 62.87 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-10T15:07:57.689Z] #20 62.88 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:07:57.689Z] #20 62.89 Setting up zip (3.0-11+b1) ... [2021-03-10T15:07:57.689Z] #20 62.90 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:07:57.689Z] #20 62.94 Setting up bash-completion (1:2.8-6) ... [2021-03-10T15:07:58.079Z] #42 139.3 CC criu/page-xfer.o [2021-03-10T15:07:58.498Z] #20 1.920 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-10T15:07:58.498Z] #20 1.924 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-10T15:07:58.498Z] #20 1.927 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-10T15:07:58.498Z] #20 DONE 2.0s [2021-03-10T15:07:58.498Z] [2021-03-10T15:07:58.498Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:07:58.498Z] #21 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-10T15:07:58.855Z] #55 242.5 + bin/containerd-shim-runc-v1 [2021-03-10T15:07:59.474Z] #42 140.9 CC criu/pagemap-cache.o [2021-03-10T15:08:00.052Z] #42 141.2 CC criu/pagemap.o [2021-03-10T15:08:00.310Z] ok github.com/docker/docker/client 0.269s coverage: 75.4% of statements [2021-03-10T15:08:00.313Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-03-10T15:08:00.313Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-03-10T15:08:00.627Z] #42 142.0 CC criu/parasite-syscall.o [2021-03-10T15:08:01.203Z] #42 142.6 CC criu/path.o [2021-03-10T15:08:01.466Z] #42 142.9 CC criu/pie-util-vdso.o [2021-03-10T15:08:02.041Z] #42 143.2 CC criu/pie-util.o [2021-03-10T15:08:02.041Z] #42 143.5 CC criu/pipes.o [2021-03-10T15:08:02.215Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-03-10T15:08:02.255Z] #52 ... [2021-03-10T15:08:02.255Z] [2021-03-10T15:08:02.255Z] #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-03-10T15:08:02.255Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:02.255Z] #42 61.27 CC criu/arch/x86/kerndat.o [2021-03-10T15:08:02.255Z] #42 62.22 CC criu/arch/x86/sigaction_compat.o [2021-03-10T15:08:02.255Z] #42 62.44 CC criu/arch/x86/sigframe.o [2021-03-10T15:08:02.255Z] #42 62.71 LINK criu/arch/x86/crtools.built-in.o [2021-03-10T15:08:02.255Z] #42 62.78 DEP criu/pie/util-vdso-elf32.d [2021-03-10T15:08:02.255Z] #42 62.95 DEP criu/pie/util-vdso.d [2021-03-10T15:08:02.255Z] #42 63.06 DEP criu/pie/util.d [2021-03-10T15:08:02.255Z] #42 63.20 CC criu/pie/util.o [2021-03-10T15:08:02.255Z] #42 63.59 CC criu/pie/util-vdso.o [2021-03-10T15:08:02.255Z] #42 64.43 CC criu/pie/util-vdso-elf32.o [2021-03-10T15:08:02.255Z] #42 65.22 AR criu/pie/pie.lib.a [2021-03-10T15:08:02.255Z] #42 65.27 DEP criu/pie/restorer.d [2021-03-10T15:08:02.255Z] #42 65.60 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-10T15:08:02.255Z] #42 65.77 DEP criu/arch/x86/restorer_unmap.d [2021-03-10T15:08:02.255Z] #42 65.79 DEP criu/arch/x86/restorer.d [2021-03-10T15:08:02.255Z] #42 65.99 DEP criu/arch/x86/vdso-pie.d [2021-03-10T15:08:02.255Z] #42 66.19 DEP criu/pie/parasite-vdso.d [2021-03-10T15:08:02.255Z] #42 66.34 DEP criu/pie/parasite.d [2021-03-10T15:08:02.255Z] #42 66.62 CC criu/pie/parasite.o [2021-03-10T15:08:02.255Z] #42 68.16 LINK criu/pie/parasite.built-in.o [2021-03-10T15:08:02.255Z] #42 68.19 GEN criu/pie/parasite-blob.h [2021-03-10T15:08:02.255Z] #42 68.20 CC criu/pie/parasite-vdso.o [2021-03-10T15:08:02.255Z] #42 68.81 CC criu/arch/x86/vdso-pie.o [2021-03-10T15:08:02.255Z] #42 69.09 CC criu/arch/x86/restorer.o [2021-03-10T15:08:02.255Z] #42 69.74 CC criu/arch/x86/restorer_unmap.o [2021-03-10T15:08:02.255Z] #42 69.78 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-10T15:08:02.255Z] #42 70.04 CC criu/pie/restorer.o [2021-03-10T15:08:02.703Z] #21 ... [2021-03-10T15:08:02.703Z] [2021-03-10T15:08:02.703Z] #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-03-10T15:08:02.703Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:02.703Z] #42 133.8 CC criu/netfilter.o [2021-03-10T15:08:02.703Z] #42 134.2 CC criu/page-pipe.o [2021-03-10T15:08:02.703Z] #42 135.0 CC criu/page-xfer.o [2021-03-10T15:08:02.703Z] #42 136.7 CC criu/pagemap-cache.o [2021-03-10T15:08:02.703Z] #42 137.1 CC criu/pagemap.o [2021-03-10T15:08:02.703Z] #42 138.3 CC criu/parasite-syscall.o [2021-03-10T15:08:02.703Z] #42 139.3 CC criu/path.o [2021-03-10T15:08:02.703Z] #42 139.6 CC criu/pie-util-vdso-elf32.o [2021-03-10T15:08:02.703Z] #42 140.2 CC criu/pie-util-vdso.o [2021-03-10T15:08:02.703Z] #42 140.8 CC criu/pie-util.o [2021-03-10T15:08:02.703Z] #42 140.9 CC criu/pipes.o [2021-03-10T15:08:02.703Z] #42 141.8 CC criu/plugin.o [2021-03-10T15:08:02.703Z] #42 142.3 CC criu/proc_parse.o [2021-03-10T15:08:02.963Z] #42 ... [2021-03-10T15:08:02.963Z] [2021-03-10T15:08:02.963Z] #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-03-10T15:08:02.963Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:08:02.963Z] #39 DONE 213.5s [2021-03-10T15:08:02.963Z] [2021-03-10T15:08:02.963Z] #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-03-10T15:08:02.963Z] #52 sha256:4c81b32328f94ce86dfdd94b547e1dbb56f1828fc1be180b83f8dae8d3cd54eb [2021-03-10T15:08:02.990Z] #42 144.1 CC criu/plugin.o [2021-03-10T15:08:03.253Z] #42 144.4 CC criu/proc_parse.o [2021-03-10T15:08:03.333Z] #20 67.96 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-03-10T15:08:03.333Z] #20 67.96 Setting up xz-utils (5.2.4-1) ... [2021-03-10T15:08:03.333Z] #20 67.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-10T15:08:03.333Z] #20 68.00 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:08:03.333Z] #20 68.12 invoke-rc.d: could not determine current runlevel [2021-03-10T15:08:03.333Z] #20 68.14 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:08:03.333Z] #20 68.16 Setting up pigz (2.4-1) ... [2021-03-10T15:08:03.333Z] #20 68.18 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-03-10T15:08:03.333Z] #20 68.19 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-10T15:08:03.333Z] #20 68.23 Setting up python-pip-whl (18.1-5) ... [2021-03-10T15:08:03.333Z] #20 68.25 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-03-10T15:08:03.333Z] #20 68.27 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:08:03.593Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-03-10T15:08:03.593Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-03-10T15:08:03.633Z] #20 68.95 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-03-10T15:08:03.633Z] #20 68.96 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-03-10T15:08:03.633Z] #20 68.96 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-03-10T15:08:03.633Z] #20 68.98 Setting up vim (2:8.1.0875-5) ... [2021-03-10T15:08:03.633Z] #20 69.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-10T15:08:03.633Z] #20 69.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-10T15:08:03.934Z] #20 69.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-10T15:08:03.934Z] #20 69.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-10T15:08:03.934Z] #20 69.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-10T15:08:03.934Z] #20 69.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-10T15:08:03.934Z] #20 69.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-10T15:08:03.934Z] #20 69.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-10T15:08:03.934Z] #20 69.16 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-10T15:08:03.934Z] #20 69.17 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:08:03.934Z] #20 69.19 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-03-10T15:08:03.934Z] #20 69.21 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:08:03.934Z] #20 69.22 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-03-10T15:08:03.934Z] #20 69.23 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:08:04.105Z] #55 247.0 + bin/containerd-shim-runc-v2 [2021-03-10T15:08:04.105Z] #55 247.9 + binaries [2021-03-10T15:08:04.160Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-03-10T15:08:04.355Z] #52 ... [2021-03-10T15:08:04.355Z] [2021-03-10T15:08:04.355Z] #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-03-10T15:08:04.355Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:04.355Z] #42 145.6 CC criu/protobuf-desc.o [2021-03-10T15:08:04.361Z] #55 247.9 + install -D bin/containerd /build/containerd [2021-03-10T15:08:04.361Z] #55 248.0 + install -D bin/containerd-shim /build/containerd-shim [2021-03-10T15:08:04.361Z] #55 248.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-10T15:08:04.361Z] #55 248.0 + install -D bin/ctr /build/ctr [2021-03-10T15:08:04.726Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-03-10T15:08:04.726Z] --- PASS: TestBuildWithHugeFile (47.98s) [2021-03-10T15:08:04.726Z] === RUN TestBuildWCOWSandboxSize [2021-03-10T15:08:04.726Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-03-10T15:08:04.726Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:08:04.726Z] === RUN TestBuildWithEmptyDockerfile [2021-03-10T15:08:04.726Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:08:04.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:08:04.726Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:08:04.726Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:08:04.726Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:08:04.726Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:08:04.726Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:08:04.726Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:08:04.726Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:08:04.726Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-03-10T15:08:04.726Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2021-03-10T15:08:04.726Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2021-03-10T15:08:04.726Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2021-03-10T15:08:04.726Z] === RUN TestBuildPreserveOwnership [2021-03-10T15:08:04.726Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-10T15:08:04.792Z] #42 73.34 LINK criu/pie/restorer.built-in.o [2021-03-10T15:08:04.792Z] #42 73.36 GEN criu/pie/restorer-blob.h [2021-03-10T15:08:04.792Z] #42 73.49 DEP criu/vdso.d [2021-03-10T15:08:04.792Z] #42 73.73 DEP criu/vdso-compat.d [2021-03-10T15:08:04.792Z] #42 73.86 DEP criu/uts_ns.d [2021-03-10T15:08:05.177Z] #42 146.3 CC criu/protobuf-desc.o [2021-03-10T15:08:05.293Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-03-10T15:08:05.297Z] #42 146.5 CC criu/protobuf.o [2021-03-10T15:08:05.360Z] #42 74.09 DEP criu/util.d [2021-03-10T15:08:05.360Z] #42 74.27 DEP criu/uffd.d [2021-03-10T15:08:05.557Z] #42 147.0 CC criu/pstree.o [2021-03-10T15:08:05.620Z] #42 74.44 DEP criu/tun.d [2021-03-10T15:08:05.724Z] #55 DONE 249.5s [2021-03-10T15:08:05.753Z] #42 147.0 CC criu/protobuf.o [2021-03-10T15:08:05.753Z] #42 ... [2021-03-10T15:08:05.753Z] [2021-03-10T15:08:05.753Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:05.753Z] #21 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-10T15:08:05.753Z] #21 4.254 Collecting yamllint==1.16.0 [2021-03-10T15:08:05.753Z] #21 9.653 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-10T15:08:05.753Z] #21 9.735 Collecting pyyaml (from yamllint==1.16.0) [2021-03-10T15:08:05.753Z] #21 9.957 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-10T15:08:05.753Z] #21 ... [2021-03-10T15:08:05.753Z] [2021-03-10T15:08:05.753Z] #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-03-10T15:08:05.753Z] #55 sha256:f59f83bac5bcc96ee53654c1747238eea3c524fdae43322258f249fcde75af59 [2021-03-10T15:08:05.753Z] #55 174.3 + bin/containerd [2021-03-10T15:08:05.860Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-03-10T15:08:05.879Z] #42 74.67 DEP criu/tty.d [2021-03-10T15:08:05.879Z] #42 74.87 DEP criu/timerfd.d [2021-03-10T15:08:06.138Z] #42 75.02 DEP criu/timens.d [2021-03-10T15:08:06.397Z] #42 75.19 DEP criu/sysfs_parse.d [2021-03-10T15:08:06.653Z] [2021-03-10T15:08:06.653Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-10T15:08:06.653Z] #56 sha256:a9da6e43c9360c152b6cbf24650003abc818671710fa7c5f1e09df527a57dce8 [2021-03-10T15:08:06.657Z] #42 75.37 DEP criu/sysctl.d [2021-03-10T15:08:06.657Z] #42 75.51 DEP criu/string.d [2021-03-10T15:08:06.657Z] #42 75.55 DEP criu/stats.d [2021-03-10T15:08:06.728Z] #20 ... [2021-03-10T15:08:06.728Z] [2021-03-10T15:08:06.728Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:08:06.728Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:08:06.728Z] #45 179.1 github.com/LK4D4/vndr/godl [2021-03-10T15:08:06.728Z] #45 179.9 github.com/LK4D4/vndr [2021-03-10T15:08:06.728Z] #45 ... [2021-03-10T15:08:06.728Z] [2021-03-10T15:08:06.728Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:08:06.728Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:08:06.728Z] #43 112.8 CC criu/cr-check.o [2021-03-10T15:08:06.728Z] #43 115.4 CC criu/cr-dedup.o [2021-03-10T15:08:06.728Z] #43 115.9 CC criu/cr-dump.o [2021-03-10T15:08:06.728Z] #43 119.4 CC criu/cr-errno.o [2021-03-10T15:08:06.728Z] #43 119.5 CC criu/cr-restore.o [2021-03-10T15:08:06.916Z] #42 75.67 DEP criu/sockets.d [2021-03-10T15:08:06.916Z] #42 75.84 DEP criu/sk-unix.d [2021-03-10T15:08:06.941Z] #42 147.9 CC criu/rbtree.o [2021-03-10T15:08:06.941Z] #42 148.3 CC criu/rst-malloc.o [2021-03-10T15:08:07.176Z] #42 76.08 DEP criu/sk-tcp.d [2021-03-10T15:08:07.202Z] #42 148.4 CC criu/seccomp.o [2021-03-10T15:08:07.385Z] #43 ... [2021-03-10T15:08:07.385Z] [2021-03-10T15:08:07.385Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-10T15:08:07.385Z] #45 sha256:6661d5f271ab802060aa7afb1dd798e09cd2d84b65a2d0bab12ca7e3e37ed158 [2021-03-10T15:08:07.385Z] #45 DONE 190.3s [2021-03-10T15:08:07.435Z] #42 76.26 DEP criu/sk-queue.d [2021-03-10T15:08:07.580Z] #56 DONE 0.9s [2021-03-10T15:08:07.690Z] [2021-03-10T15:08:07.690Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:08:07.690Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:08:07.695Z] #42 76.52 DEP criu/sk-packet.d [2021-03-10T15:08:07.773Z] #42 149.0 CC criu/seize.o [2021-03-10T15:08:07.835Z] [2021-03-10T15:08:07.835Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-10T15:08:07.835Z] #60 sha256:ee4773ffc4f759fc00ee6b4ec54950b7649a397a6ca426f791f4533a187c8bf0 [2021-03-10T15:08:07.835Z] #60 DONE 0.3s [2021-03-10T15:08:07.955Z] #42 76.67 DEP criu/sk-netlink.d [2021-03-10T15:08:07.955Z] #42 ... [2021-03-10T15:08:07.955Z] [2021-03-10T15:08:07.955Z] #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-03-10T15:08:07.955Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:08:07.955Z] #19 6.659 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-10T15:08:07.955Z] #19 11.66 Fetched 8922 kB in 10s (913 kB/s) [2021-03-10T15:08:07.955Z] #19 11.66 Reading package lists... [2021-03-10T15:08:07.955Z] #19 15.95 Reading package lists... [2021-03-10T15:08:07.955Z] #19 ... [2021-03-10T15:08:07.955Z] [2021-03-10T15:08:07.955Z] #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-03-10T15:08:07.955Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:08:07.955Z] #44 167.0 github.com/LK4D4/vndr/godl [2021-03-10T15:08:07.955Z] #44 167.8 github.com/LK4D4/vndr [2021-03-10T15:08:08.091Z] [2021-03-10T15:08:08.091Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-10T15:08:08.091Z] #62 sha256:77791443080f02f56b428b53f2479d8329f00181937b95da1f3ad227369fb2c2 [2021-03-10T15:08:08.214Z] #44 ... [2021-03-10T15:08:08.214Z] [2021-03-10T15:08:08.214Z] #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-03-10T15:08:08.214Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:08.214Z] #42 76.88 DEP criu/sk-inet.d [2021-03-10T15:08:08.214Z] #42 77.05 DEP criu/signalfd.d [2021-03-10T15:08:08.214Z] #42 77.19 DEP criu/sigframe.d [2021-03-10T15:08:08.343Z] #43 ... [2021-03-10T15:08:08.343Z] [2021-03-10T15:08:08.343Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-10T15:08:08.343Z] #20 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-10T15:08:08.343Z] #20 73.73 Setting up iptables (1.8.2-4) ... [2021-03-10T15:08:08.343Z] #20 73.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:08:08.347Z] #62 DONE 0.5s [2021-03-10T15:08:08.347Z] [2021-03-10T15:08:08.347Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-10T15:08:08.347Z] #64 sha256:3263dee5cb4e9e2465e46e1f3cad8f903367c701fbce163b7bb86a334ffffd06 [2021-03-10T15:08:08.347Z] #64 DONE 0.0s [2021-03-10T15:08:08.347Z] [2021-03-10T15:08:08.347Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-10T15:08:08.347Z] #65 sha256:3a811f9d21a3948446a7b3478f50ed2df4f986aa6fc3ac56635edcd52a0c47fc [2021-03-10T15:08:08.347Z] #65 DONE 0.0s [2021-03-10T15:08:08.394Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-10T15:08:08.474Z] #42 77.33 DEP criu/shmem.d [2021-03-10T15:08:08.603Z] [2021-03-10T15:08:08.603Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-10T15:08:08.603Z] #66 sha256:b91d15e9ed70e1506ee2d70688858bfb0601c642b31decda2edf59ef5cd24a49 [2021-03-10T15:08:08.645Z] #20 73.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:08:08.645Z] #20 73.79 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:08:08.645Z] #20 73.85 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:08:08.645Z] #20 73.86 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-10T15:08:08.645Z] #20 73.88 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-10T15:08:08.645Z] #20 73.89 Setting up python3 (3.7.3-1) ... [2021-03-10T15:08:08.734Z] #42 77.52 DEP criu/servicefd.d [2021-03-10T15:08:08.734Z] #42 77.67 DEP criu/seize.d [2021-03-10T15:08:08.749Z] #42 149.8 CC criu/servicefd.o [2021-03-10T15:08:08.749Z] #42 150.1 CC criu/shmem.o [2021-03-10T15:08:08.962Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-03-10T15:08:08.993Z] #42 77.78 DEP criu/seccomp.d [2021-03-10T15:08:08.993Z] #42 ... [2021-03-10T15:08:08.993Z] [2021-03-10T15:08:08.993Z] #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-03-10T15:08:08.993Z] #44 sha256:044103c1161c8257abe82e783fa7f96b96b57e47dfe4a1b4dd805be5bf97dea3 [2021-03-10T15:08:08.993Z] #44 DONE 178.0s [2021-03-10T15:08:08.993Z] [2021-03-10T15:08:08.993Z] #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-03-10T15:08:08.993Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:08.993Z] #42 78.00 DEP criu/rst-malloc.d [2021-03-10T15:08:09.165Z] #66 DONE 0.6s [2021-03-10T15:08:09.165Z] [2021-03-10T15:08:09.165Z] #67 exporting to image [2021-03-10T15:08:09.165Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-10T15:08:09.165Z] #67 exporting layers [2021-03-10T15:08:09.245Z] #20 74.33 Setting up python3-wheel (0.32.3-2) ... [2021-03-10T15:08:09.253Z] #42 78.17 DEP criu/rbtree.d [2021-03-10T15:08:09.253Z] #42 78.24 DEP criu/pstree.d [2021-03-10T15:08:09.513Z] #42 78.57 DEP criu/protobuf.d [2021-03-10T15:08:09.704Z] #42 151.1 CC criu/sigframe.o [2021-03-10T15:08:09.898Z] --- PASS: TestBuildPreserveOwnership (5.13s) [2021-03-10T15:08:09.898Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.56s) [2021-03-10T15:08:09.898Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.56s) [2021-03-10T15:08:09.898Z] === RUN TestBuildPlatformInvalid [2021-03-10T15:08:09.904Z] #20 75.35 Setting up apparmor (2.13.2-10) ... [2021-03-10T15:08:09.979Z] #42 151.3 CC criu/signalfd.o [2021-03-10T15:08:10.089Z] #42 78.89 GEN criu/protobuf-desc-gen.h [2021-03-10T15:08:10.156Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2021-03-10T15:08:10.156Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-10T15:08:10.243Z] #42 151.7 CC criu/sk-inet.o [2021-03-10T15:08:10.812Z] #42 ... [2021-03-10T15:08:10.812Z] [2021-03-10T15:08:10.812Z] #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-03-10T15:08:10.812Z] #48 sha256:fdcc5581f29673c9f5cf7a28916a58c7385e96bfe722b4880d2e145ec86e06e4 [2021-03-10T15:08:10.812Z] #48 221.7 + /build/golangci-lint --version [2021-03-10T15:08:10.812Z] #48 222.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-10T15:08:10.812Z] #48 DONE 222.7s [2021-03-10T15:08:10.812Z] [2021-03-10T15:08:10.812Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:10.812Z] #21 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-10T15:08:10.812Z] #21 5.967 Collecting yamllint==1.16.0 [2021-03-10T15:08:10.812Z] #21 11.30 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-10T15:08:10.812Z] #21 11.39 Collecting pyyaml (from yamllint==1.16.0) [2021-03-10T15:08:10.812Z] #21 11.64 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-10T15:08:10.812Z] #21 11.92 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-10T15:08:10.812Z] #21 11.97 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-10T15:08:10.812Z] #21 12.01 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-10T15:08:10.812Z] #21 12.30 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-10T15:08:11.064Z] #55 ... [2021-03-10T15:08:11.064Z] [2021-03-10T15:08:11.064Z] #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-03-10T15:08:11.064Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:08:11.064Z] #42 147.3 CC criu/pstree.o [2021-03-10T15:08:11.064Z] #42 148.4 CC criu/rbtree.o [2021-03-10T15:08:11.064Z] #42 148.7 CC criu/rst-malloc.o [2021-03-10T15:08:11.064Z] #42 149.0 CC criu/seccomp.o [2021-03-10T15:08:11.064Z] #42 149.6 CC criu/seize.o [2021-03-10T15:08:11.064Z] #42 150.4 CC criu/servicefd.o [2021-03-10T15:08:11.064Z] #42 150.8 CC criu/shmem.o [2021-03-10T15:08:11.064Z] #42 151.6 CC criu/sigframe.o [2021-03-10T15:08:11.064Z] #42 151.8 CC criu/signalfd.o [2021-03-10T15:08:11.064Z] #42 152.0 CC criu/sk-inet.o [2021-03-10T15:08:11.073Z] #21 DONE 12.6s [2021-03-10T15:08:11.073Z] [2021-03-10T15:08:11.073Z] #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-03-10T15:08:11.073Z] #55 sha256:b501b9b3d0a37dc998b211823d83f18e99ea9c3e1d13ab5b538ad8d10c3e9ded [2021-03-10T15:08:11.073Z] #55 ... [2021-03-10T15:08:11.073Z] [2021-03-10T15:08:11.073Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-10T15:08:11.073Z] #24 sha256:acdd7e78e2347d86fea0e82a467fab12467d12277fb2ef9880eccd8e01893a59 [2021-03-10T15:08:11.468Z] #42 80.46 DEP criu/protobuf-desc.d [2021-03-10T15:08:11.641Z] #42 152.9 CC criu/sk-netlink.o [2021-03-10T15:08:11.642Z] #24 DONE 0.6s [2021-03-10T15:08:11.642Z] [2021-03-10T15:08:11.642Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:08:11.642Z] #29 sha256:1ebcc18be1ce5160589264928eded860e708c1391ab2fc1d8559451c1496db98 [2021-03-10T15:08:11.731Z] #42 80.64 DEP criu/proc_parse.d [2021-03-10T15:08:11.903Z] #42 153.3 CC criu/sk-packet.o [2021-03-10T15:08:11.990Z] #42 80.83 DEP criu/plugin.d [2021-03-10T15:08:12.249Z] #42 80.98 DEP criu/pipes.d [2021-03-10T15:08:12.249Z] #42 81.16 DEP criu/pie-util.d [2021-03-10T15:08:12.479Z] #42 153.8 CC criu/sk-queue.o [2021-03-10T15:08:12.509Z] #42 81.26 DEP criu/pie-util-vdso.d [2021-03-10T15:08:12.509Z] #42 81.43 DEP criu/pie-util-vdso-elf32.d [2021-03-10T15:08:12.509Z] #42 81.52 DEP criu/path.d [2021-03-10T15:08:12.689Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-03-10T15:08:12.692Z] #20 77.52 Setting up xfsprogs (4.20.0-1) ... [2021-03-10T15:08:12.692Z] #20 77.53 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:08:12.692Z] #20 78.01 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:08:12.768Z] #42 81.66 DEP criu/parasite-syscall.d [2021-03-10T15:08:13.028Z] #42 81.93 DEP criu/pagemap.d [2021-03-10T15:08:13.028Z] #42 82.07 DEP criu/pagemap-cache.d [2021-03-10T15:08:13.055Z] #42 154.2 CC criu/sk-tcp.o [2021-03-10T15:08:13.318Z] #42 154.7 CC criu/sk-unix.o [2021-03-10T15:08:13.596Z] #42 82.28 DEP criu/page-xfer.d [2021-03-10T15:08:13.596Z] #42 82.43 DEP criu/page-pipe.d [2021-03-10T15:08:13.753Z] #20 79.17 Setting up python3-distutils (3.7.3-1) ... [2021-03-10T15:08:13.855Z] #42 82.54 DEP criu/netfilter.d [2021-03-10T15:08:13.855Z] #42 82.70 DEP criu/net.d [2021-03-10T15:08:14.114Z] #42 82.88 DEP criu/namespaces.d [2021-03-10T15:08:14.373Z] #42 83.13 DEP criu/mount.d [2021-03-10T15:08:14.373Z] #42 83.30 DEP criu/memfd.d [2021-03-10T15:08:14.632Z] #42 83.52 DEP criu/mem.d [2021-03-10T15:08:14.814Z] #20 79.78 Setting up python3-setuptools (40.8.0-1) ... [2021-03-10T15:08:14.892Z] #42 83.76 DEP criu/lsm.d [2021-03-10T15:08:14.892Z] #42 83.86 DEP criu/log.d [2021-03-10T15:08:15.151Z] #42 84.01 DEP criu/libnetlink.d [2021-03-10T15:08:15.223Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-03-10T15:08:15.243Z] #42 156.4 CC criu/sockets.o [2021-03-10T15:08:15.413Z] #42 84.14 DEP criu/kerndat.d [2021-03-10T15:08:15.413Z] #42 84.33 DEP criu/kcmp-ids.d [2021-03-10T15:08:15.673Z] #42 84.44 DEP criu/irmap.d [2021-03-10T15:08:15.673Z] #42 84.57 DEP criu/ipc_ns.d [2021-03-10T15:08:15.932Z] #42 84.72 DEP criu/image.d [2021-03-10T15:08:15.932Z] #42 84.85 DEP criu/image-desc.d [2021-03-10T15:08:15.932Z] #42 84.93 DEP criu/fsnotify.d [2021-03-10T15:08:16.191Z] #42 157.2 CC criu/stats.o [2021-03-10T15:08:16.191Z] #42 157.7 CC criu/string.o [2021-03-10T15:08:16.191Z] #42 ... [2021-03-10T15:08:16.191Z] [2021-03-10T15:08:16.191Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:16.191Z] #21 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-10T15:08:16.191Z] #21 10.60 Installing build dependencies: started [2021-03-10T15:08:16.192Z] #42 85.10 DEP criu/filesystems.d [2021-03-10T15:08:16.355Z] #20 81.28 Setting up python3-pip (18.1-5) ... [2021-03-10T15:08:16.452Z] #42 85.33 DEP criu/files.d [2021-03-10T15:08:16.456Z] #21 ... [2021-03-10T15:08:16.456Z] [2021-03-10T15:08:16.456Z] #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-03-10T15:08:16.456Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:08:16.456Z] #42 157.8 CC criu/sysctl.o [2021-03-10T15:08:16.711Z] #42 85.57 DEP criu/files-reg.d [2021-03-10T15:08:16.711Z] #42 ... [2021-03-10T15:08:16.711Z] [2021-03-10T15:08:16.711Z] #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-03-10T15:08:16.711Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:08:16.711Z] #19 15.95 Reading package lists... [2021-03-10T15:08:16.711Z] #19 20.28 Building dependency tree... [2021-03-10T15:08:16.711Z] #19 22.16 libcap2-bin is already the newest version (1:2.25-2). [2021-03-10T15:08:16.711Z] #19 22.16 The following additional packages will be installed: [2021-03-10T15:08:16.712Z] #19 22.17 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-10T15:08:16.712Z] #19 22.17 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-10T15:08:16.712Z] #19 22.17 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-10T15:08:16.712Z] #19 22.17 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-10T15:08:16.712Z] #19 22.17 python3.7 python3.7-minimal vim-runtime xxd [2021-03-10T15:08:16.712Z] #19 22.18 Suggested packages: [2021-03-10T15:08:16.712Z] #19 22.19 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-10T15:08:16.712Z] #19 22.19 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-10T15:08:16.712Z] #19 22.19 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-10T15:08:16.712Z] #19 22.19 Recommended packages: [2021-03-10T15:08:16.712Z] #19 22.19 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-10T15:08:16.712Z] #19 22.19 python3-keyrings.alt python3-xdg unzip [2021-03-10T15:08:16.712Z] #19 23.98 The following NEW packages will be installed: [2021-03-10T15:08:16.712Z] #19 23.98 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-10T15:08:16.712Z] #19 23.98 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-10T15:08:16.712Z] #19 23.98 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-10T15:08:16.712Z] #19 23.98 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-10T15:08:16.712Z] #19 23.98 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-10T15:08:16.712Z] #19 23.98 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-10T15:08:16.712Z] #19 23.99 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-10T15:08:16.712Z] #19 23.99 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-10T15:08:16.712Z] #19 23.99 xz-utils zip [2021-03-10T15:08:16.712Z] #19 24.31 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:08:16.712Z] #19 24.31 Need to get 28.5 MB of archives. [2021-03-10T15:08:16.712Z] #19 24.31 After this operation, 116 MB of additional disk space will be used. [2021-03-10T15:08:16.712Z] #19 24.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-10T15:08:16.712Z] #19 24.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-03-10T15:08:16.712Z] #19 24.35 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-03-10T15:08:16.712Z] #19 24.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-10T15:08:16.712Z] #19 24.47 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-10T15:08:16.712Z] #19 24.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-03-10T15:08:16.712Z] #19 24.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-10T15:08:16.712Z] #19 24.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-10T15:08:16.712Z] #19 24.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-10T15:08:16.712Z] #19 24.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-10T15:08:16.712Z] #19 24.60 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-10T15:08:16.712Z] #19 24.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-10T15:08:16.712Z] #19 24.61 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-10T15:08:16.712Z] #19 24.61 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-10T15:08:16.712Z] #19 24.61 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-10T15:08:16.712Z] #19 24.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-10T15:08:16.712Z] #19 24.64 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-10T15:08:16.712Z] #19 24.68 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-10T15:08:16.712Z] #19 24.70 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-10T15:08:16.712Z] #19 24.71 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-10T15:08:16.712Z] #19 24.71 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-10T15:08:16.712Z] #19 24.72 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-10T15:08:16.712Z] #19 24.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-10T15:08:16.712Z] #19 24.77 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-10T15:08:16.712Z] #19 24.77 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-10T15:08:16.712Z] #19 24.81 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-10T15:08:16.712Z] #19 24.82 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-10T15:08:16.712Z] #19 24.82 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-10T15:08:16.712Z] #19 24.82 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-10T15:08:16.712Z] #19 25.34 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-10T15:08:16.712Z] #19 25.35 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-10T15:08:16.712Z] #19 25.35 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-10T15:08:16.712Z] #19 25.35 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-10T15:08:16.712Z] #19 25.35 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-10T15:08:16.712Z] #19 25.37 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-10T15:08:16.712Z] #19 25.49 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-10T15:08:16.712Z] #19 25.50 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-10T15:08:16.712Z] #19 25.51 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-10T15:08:16.712Z] #19 25.53 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-10T15:08:16.712Z] #19 25.53 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-10T15:08:16.712Z] #19 25.55 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-10T15:08:16.971Z] #19 25.55 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-10T15:08:16.971Z] #19 25.63 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-10T15:08:16.971Z] #19 25.67 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-10T15:08:16.971Z] #19 25.69 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-10T15:08:17.031Z] #42 158.4 CC criu/sysfs_parse.o [2021-03-10T15:08:17.230Z] #19 26.11 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-10T15:08:17.251Z] #67 exporting layers 7.1s done [2021-03-10T15:08:17.251Z] #67 writing image sha256:3ef8edf0853aee8ab29a1b8a4258dc28f62f29b39a1ca60ed978c8da54a27ddc done [2021-03-10T15:08:17.251Z] #67 naming to docker.io/library/docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 done [2021-03-10T15:08:17.251Z] #67 DONE 7.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [2021-03-10T15:08:17.294Z] #42 158.6 CC criu/timens.o [Pipeline] sh [2021-03-10T15:08:17.416Z] #20 82.52 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:08:17.416Z] #20 82.56 Processing triggers for mime-support (3.62) ... [2021-03-10T15:08:17.494Z] #19 ... [2021-03-10T15:08:17.494Z] [2021-03-10T15:08:17.494Z] #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-03-10T15:08:17.494Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-10T15:08:17.494Z] #31 DONE 186.1s [2021-03-10T15:08:17.494Z] [2021-03-10T15:08:17.494Z] #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-03-10T15:08:17.494Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:08:17.494Z] #19 26.17 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-10T15:08:17.494Z] #19 ... [2021-03-10T15:08:17.494Z] [2021-03-10T15:08:17.494Z] #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-03-10T15:08:17.494Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:17.494Z] #42 85.75 DEP criu/files-ext.d [2021-03-10T15:08:17.494Z] #42 85.84 DEP criu/file-lock.d [2021-03-10T15:08:17.494Z] #42 85.96 DEP criu/file-ids.d [2021-03-10T15:08:17.494Z] #42 86.12 DEP criu/fifo.d [2021-03-10T15:08:17.494Z] #42 86.25 DEP criu/fdstore.d [2021-03-10T15:08:17.494Z] #42 86.38 DEP criu/fault-injection.d [2021-03-10T15:08:17.494Z] #42 86.45 DEP criu/external.d [2021-03-10T15:08:17.558Z] #42 159.0 CC criu/timerfd.o [2021-03-10T15:08:17.578Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42054/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/validate/default [2021-03-10T15:08:17.724Z] #20 DONE 82.8s [2021-03-10T15:08:17.724Z] [2021-03-10T15:08:17.724Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-10T15:08:17.724Z] #21 sha256:5689fb46801d2daffeb03b9b995eb67721a565058e0f135137a1ecc184679fea [2021-03-10T15:08:17.754Z] #42 86.61 DEP criu/eventpoll.d [2021-03-10T15:08:17.756Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-03-10T15:08:17.756Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-03-10T15:08:17.756Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-03-10T15:08:17.756Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-03-10T15:08:18.014Z] #42 86.85 DEP criu/eventfd.d [2021-03-10T15:08:18.014Z] #42 86.98 DEP criu/crtools.d [2021-03-10T15:08:18.020Z] #21 0.404 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-10T15:08:18.020Z] #21 0.407 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-10T15:08:18.020Z] #21 0.411 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-10T15:08:18.020Z] #21 DONE 0.5s [2021-03-10T15:08:18.020Z] [2021-03-10T15:08:18.020Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:08:18.020Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:08:18.020Z] #43 126.3 CC criu/cr-service.o [2021-03-10T15:08:18.020Z] #43 128.6 CC criu/crtools.o [2021-03-10T15:08:18.020Z] #43 129.5 CC criu/eventfd.o [2021-03-10T15:08:18.020Z] #43 130.0 CC criu/eventpoll.o [2021-03-10T15:08:18.020Z] #43 131.2 CC criu/external.o [2021-03-10T15:08:18.020Z] #43 131.7 CC criu/fault-injection.o [2021-03-10T15:08:18.020Z] #43 131.8 CC criu/fdstore.o [2021-03-10T15:08:18.020Z] #43 132.3 CC criu/fifo.o [2021-03-10T15:08:18.020Z] #43 132.8 CC criu/file-ids.o [2021-03-10T15:08:18.020Z] #43 133.1 CC criu/file-lock.o [2021-03-10T15:08:18.020Z] #43 ... [2021-03-10T15:08:18.020Z] [2021-03-10T15:08:18.020Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:18.020Z] #22 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-10T15:08:18.134Z] #42 159.4 CC criu/tty.o [2021-03-10T15:08:18.223Z] #29 ... [2021-03-10T15:08:18.223Z] [2021-03-10T15:08:18.223Z] #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-03-10T15:08:18.223Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:18.223Z] #42 152.6 CC criu/sk-netlink.o [2021-03-10T15:08:18.223Z] #42 152.9 CC criu/sk-packet.o [2021-03-10T15:08:18.223Z] #42 153.5 CC criu/sk-queue.o [2021-03-10T15:08:18.223Z] #42 153.9 CC criu/sk-tcp.o [2021-03-10T15:08:18.223Z] #42 154.4 CC criu/sk-unix.o [2021-03-10T15:08:18.223Z] #42 156.0 CC criu/sockets.o [2021-03-10T15:08:18.223Z] #42 156.8 CC criu/stats.o [2021-03-10T15:08:18.223Z] #42 157.0 CC criu/string.o [2021-03-10T15:08:18.223Z] #42 157.1 CC criu/sysctl.o [2021-03-10T15:08:18.223Z] #42 157.5 CC criu/sysfs_parse.o [2021-03-10T15:08:18.223Z] #42 157.8 CC criu/timens.o [2021-03-10T15:08:18.223Z] #42 158.0 CC criu/timerfd.o [2021-03-10T15:08:18.223Z] #42 158.3 CC criu/tty.o [2021-03-10T15:08:18.223Z] #42 ... [2021-03-10T15:08:18.223Z] [2021-03-10T15:08:18.223Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:08:18.223Z] #29 sha256:1ebcc18be1ce5160589264928eded860e708c1391ab2fc1d8559451c1496db98 [2021-03-10T15:08:18.223Z] #29 DONE 5.8s [2021-03-10T15:08:18.223Z] [2021-03-10T15:08:18.223Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-10T15:08:18.223Z] #32 sha256:8189aad7ef22482cc7fe3d383e3ecd8bb0d94bbf6afbe6d1a3d6cdc066fd25c7 [2021-03-10T15:08:18.223Z] #32 DONE 0.3s [2021-03-10T15:08:18.223Z] [2021-03-10T15:08:18.223Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-10T15:08:18.223Z] #34 sha256:3f4e330225bb796238c5e30a17766ab11642d27bd50cfc4df8b6f7485155cc66 [2021-03-10T15:08:18.223Z] #34 DONE 0.1s [2021-03-10T15:08:18.223Z] [2021-03-10T15:08:18.223Z] #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-03-10T15:08:18.223Z] #55 sha256:b501b9b3d0a37dc998b211823d83f18e99ea9c3e1d13ab5b538ad8d10c3e9ded [2021-03-10T15:08:18.223Z] #55 ... [2021-03-10T15:08:18.223Z] [2021-03-10T15:08:18.223Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-10T15:08:18.223Z] #37 sha256:edb17d0a1cb882f76daf38ca7e3757bebd499448aea0d792229eb8519ebdc729 [2021-03-10T15:08:18.223Z] #37 DONE 0.1s [2021-03-10T15:08:18.223Z] [2021-03-10T15:08:18.223Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-10T15:08:18.223Z] #40 sha256:c23c6f7a1c611cbaf92edebf016a29f919355554ac27a7bbf02ef2a58a614790 [2021-03-10T15:08:18.483Z] #40 DONE 0.6s [2021-03-10T15:08:18.483Z] [2021-03-10T15:08:18.483Z] #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-03-10T15:08:18.483Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:18.483Z] #42 159.6 CC criu/tun.o [2021-03-10T15:08:18.506Z] Congratulations! All commits are properly signed with the DCO! [2021-03-10T15:08:18.506Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-03-10T15:08:18.506Z] No api/types/ or api/swagger.yaml changes in diff. [2021-03-10T15:08:18.506Z] Congratulations! All TOML source files changed here have valid syntax. [2021-03-10T15:08:18.506Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-03-10T15:08:18.506Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-03-10T15:08:18.506Z] Congratulations! No new tests were added to integration-cli. [2021-03-10T15:08:18.506Z] [2021-03-10T15:08:18.506Z] INFO Start validation with golang-ci-lint [2021-03-10T15:08:18.506Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-03-10T15:08:18.506Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-03-10T15:08:18.506Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-03-10T15:08:18.583Z] #42 87.30 DEP criu/cr-service.d [2021-03-10T15:08:18.583Z] #42 87.58 DEP criu/cr-restore.d [2021-03-10T15:08:18.743Z] #42 160.0 CC criu/uffd.o [2021-03-10T15:08:18.842Z] #42 87.86 DEP criu/cr-errno.d [2021-03-10T15:08:19.102Z] #42 87.89 DEP criu/cr-dump.d [2021-03-10T15:08:19.102Z] #42 88.05 DEP criu/cr-dedup.d [2021-03-10T15:08:19.133Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-03-10T15:08:19.133Z] Loaded image: buildpack-deps:buster [2021-03-10T15:08:19.313Z] #42 160.7 CC criu/util.o [2021-03-10T15:08:19.361Z] #42 88.24 DEP criu/cr-check.d [2021-03-10T15:08:19.361Z] #42 88.41 DEP criu/config.d [2021-03-10T15:08:19.392Z] Loaded image: busybox:latest [2021-03-10T15:08:19.392Z] Loaded image: busybox:glibc [2021-03-10T15:08:19.557Z] #22 ... [2021-03-10T15:08:19.557Z] [2021-03-10T15:08:19.557Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-10T15:08:19.557Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-10T15:08:19.557Z] #32 DONE 202.4s [2021-03-10T15:08:19.621Z] #42 88.57 DEP criu/clone-noasan.d [2021-03-10T15:08:19.621Z] #42 88.68 DEP criu/cgroup.d [2021-03-10T15:08:19.857Z] [2021-03-10T15:08:19.857Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:08:19.857Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:08:19.857Z] #43 134.4 CC criu/files-ext.o [2021-03-10T15:08:19.857Z] #43 134.9 CC criu/files-reg.o [2021-03-10T15:08:19.960Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-03-10T15:08:20.057Z] #42 161.1 CC criu/tun.o [2021-03-10T15:08:20.189Z] #42 88.85 DEP criu/cgroup-props.d [2021-03-10T15:08:20.189Z] #42 88.95 DEP criu/bitmap.d [2021-03-10T15:08:20.189Z] #42 88.98 DEP criu/bfd.d [2021-03-10T15:08:20.189Z] #42 89.06 DEP criu/autofs.d [2021-03-10T15:08:20.254Z] #42 161.5 CC criu/uts_ns.o [2021-03-10T15:08:20.254Z] #42 161.7 CC criu/vdso-compat.o [2021-03-10T15:08:20.322Z] #42 161.6 CC criu/uffd.o [2021-03-10T15:08:20.448Z] #42 89.23 DEP criu/aio.d [2021-03-10T15:08:20.448Z] #42 89.38 DEP criu/action-scripts.d [2021-03-10T15:08:20.514Z] #42 161.8 CC criu/vdso.o [2021-03-10T15:08:20.707Z] #42 89.59 CC criu/action-scripts.o [2021-03-10T15:08:20.774Z] #42 162.2 LINK criu/built-in.o [2021-03-10T15:08:21.034Z] #42 162.3 LINK criu/criu [2021-03-10T15:08:21.277Z] #42 90.14 CC criu/aio.o [2021-03-10T15:08:21.293Z] #42 162.6 DEP lib/c/criu.d [2021-03-10T15:08:21.293Z] #42 162.7 CC images/rpc.pb-c.o [2021-03-10T15:08:21.336Z] Loaded image: debian:bullseye [2021-03-10T15:08:21.336Z] Loaded image: hello-world:latest [2021-03-10T15:08:21.337Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:08:21.718Z] #42 162.9 CC criu/util.o [2021-03-10T15:08:21.845Z] #42 90.63 CC criu/autofs.o [2021-03-10T15:08:21.862Z] #42 163.1 CC lib/c/criu.o [2021-03-10T15:08:21.903Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-03-10T15:08:22.431Z] #42 163.8 LINK lib/c/built-in.o [2021-03-10T15:08:22.431Z] #42 163.8 LINK lib/c/libcriu.so [2021-03-10T15:08:22.431Z] #42 163.8 LINK lib/c/libcriu.a [2021-03-10T15:08:22.470Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-03-10T15:08:22.630Z] #43 138.2 CC criu/files.o [2021-03-10T15:08:22.694Z] #42 163.9 GEN magic.py [2021-03-10T15:08:22.694Z] #42 164.1 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:08:22.694Z] #42 164.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:08:22.694Z] #42 164.1 Note: Building without GnuTLS support [2021-03-10T15:08:22.694Z] #42 164.1 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:08:22.694Z] #42 164.1 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:08:23.112Z] #42 ... [2021-03-10T15:08:23.112Z] [2021-03-10T15:08:23.112Z] #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-03-10T15:08:23.112Z] #23 sha256:f186bc8717c38d3284af28ce838193aa51271681d447203bc6ea791852173348 [2021-03-10T15:08:23.112Z] #23 231.5 + return [2021-03-10T15:08:23.112Z] #23 DONE 234.0s [2021-03-10T15:08:23.112Z] [2021-03-10T15:08:23.112Z] #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-03-10T15:08:23.112Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:08:23.112Z] #42 164.2 CC criu/uts_ns.o [2021-03-10T15:08:23.112Z] #42 ... [2021-03-10T15:08:23.112Z] [2021-03-10T15:08:23.112Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:23.112Z] #21 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-10T15:08:23.112Z] #21 24.57 Installing build dependencies: finished with status 'done' [2021-03-10T15:08:23.224Z] #42 92.07 CC criu/bfd.o [2021-03-10T15:08:23.632Z] #42 164.7 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:08:23.793Z] #42 92.61 CC criu/bitmap.o [2021-03-10T15:08:23.793Z] #42 92.75 CC criu/cgroup-props.o [2021-03-10T15:08:23.793Z] #42 ... [2021-03-10T15:08:23.793Z] [2021-03-10T15:08:23.793Z] #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-03-10T15:08:23.793Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:08:23.793Z] #19 26.28 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-10T15:08:23.793Z] #19 27.11 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:08:23.793Z] #19 27.36 Fetched 28.5 MB in 2s (12.7 MB/s) [2021-03-10T15:08:23.793Z] #19 27.60 Selecting previously unselected package pigz. [2021-03-10T15:08:23.793Z] #19 27.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 ... 23435 files and directories currently installed.) [2021-03-10T15:08:23.793Z] #19 27.66 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-10T15:08:23.793Z] #19 27.67 Unpacking pigz (2.4-1) ... [2021-03-10T15:08:23.793Z] #19 27.74 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-10T15:08:23.793Z] #19 27.75 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:08:23.793Z] #19 27.75 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:08:23.793Z] #19 28.16 Selecting previously unselected package python3.7-minimal. [2021-03-10T15:08:23.793Z] #19 28.17 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:08:23.793Z] #19 28.18 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:08:23.793Z] #19 29.04 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:08:23.793Z] #19 29.06 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-10T15:08:23.793Z] #19 31.07 Selecting previously unselected package python3-minimal. [2021-03-10T15:08:23.793Z] #19 31.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-03-10T15:08:23.793Z] #19 31.16 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-10T15:08:23.793Z] #19 31.17 Unpacking python3-minimal (3.7.3-1) ... [2021-03-10T15:08:23.793Z] #19 31.24 Selecting previously unselected package libmpdec2:amd64. [2021-03-10T15:08:23.793Z] #19 31.24 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-10T15:08:23.793Z] #19 31.25 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-10T15:08:23.793Z] #19 31.35 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-10T15:08:23.793Z] #19 31.35 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:08:23.793Z] #19 31.36 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:08:23.793Z] #19 32.23 Selecting previously unselected package python3.7. [2021-03-10T15:08:23.793Z] #19 32.25 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-10T15:08:23.793Z] #19 32.26 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:08:23.793Z] #19 32.36 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T15:08:23.793Z] #19 32.37 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-10T15:08:23.793Z] #19 32.37 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-10T15:08:23.793Z] #19 32.49 Setting up python3-minimal (3.7.3-1) ... [2021-03-10T15:08:23.846Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-03-10T15:08:23.846Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-03-10T15:08:23.893Z] #42 165.2 make[1]: Nothing to be done for 'all'. [2021-03-10T15:08:24.105Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-03-10T15:08:24.181Z] #43 ... [2021-03-10T15:08:24.181Z] [2021-03-10T15:08:24.181Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:24.181Z] #22 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-10T15:08:24.181Z] #22 5.716 Collecting yamllint==1.16.0 [2021-03-10T15:08:24.181Z] #22 6.151 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-10T15:08:24.181Z] #22 6.262 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-10T15:08:24.464Z] #42 165.7 make[1]: 'images/built-in.o' is up to date. [2021-03-10T15:08:24.464Z] #42 165.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-10T15:08:24.464Z] #42 165.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-10T15:08:24.464Z] #42 165.8 make[1]: 'compel/libcompel.a' is up to date. [2021-03-10T15:08:24.464Z] #42 165.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-10T15:08:24.464Z] #42 165.8 make[1]: Nothing to be done for 'all'. [2021-03-10T15:08:24.464Z] #42 165.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:08:24.478Z] #22 6.337 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-10T15:08:24.478Z] #22 6.415 Collecting pyyaml (from yamllint==1.16.0) [2021-03-10T15:08:24.725Z] #42 166.0 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:24.725Z] #42 166.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:24.725Z] #42 166.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:24.725Z] #42 166.2 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:24.725Z] #42 166.2 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:24.730Z] #19 33.45 Selecting previously unselected package python3. [2021-03-10T15:08:24.730Z] #19 33.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-03-10T15:08:24.730Z] #19 33.50 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-10T15:08:24.730Z] #19 33.51 Unpacking python3 (3.7.3-1) ... [2021-03-10T15:08:24.777Z] #22 6.811 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-10T15:08:24.986Z] #42 166.2 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:24.986Z] #42 166.3 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:24.986Z] #42 166.3 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:24.986Z] #42 166.4 INSTALL criu/criu [2021-03-10T15:08:24.990Z] #19 33.62 Selecting previously unselected package libip4tc0:amd64. [2021-03-10T15:08:24.990Z] #19 33.63 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-10T15:08:24.990Z] #19 33.63 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-10T15:08:24.990Z] #19 33.73 Selecting previously unselected package libip6tc0:amd64. [2021-03-10T15:08:24.990Z] #19 33.75 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-10T15:08:24.990Z] #19 33.75 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-10T15:08:24.990Z] #19 33.83 Selecting previously unselected package libiptc0:amd64. [2021-03-10T15:08:25.249Z] #19 33.83 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-10T15:08:25.249Z] #19 33.85 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-10T15:08:25.249Z] #19 33.94 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-10T15:08:25.249Z] #19 33.95 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-10T15:08:25.249Z] #19 33.97 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-10T15:08:25.249Z] #19 34.04 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-10T15:08:25.249Z] #19 34.04 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-10T15:08:25.249Z] #19 34.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-10T15:08:25.249Z] #19 34.13 Selecting previously unselected package libnftnl11:amd64. [2021-03-10T15:08:25.249Z] #19 34.14 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-10T15:08:25.249Z] #19 34.14 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-10T15:08:25.508Z] #19 34.25 Selecting previously unselected package iptables. [2021-03-10T15:08:25.508Z] #19 34.27 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-10T15:08:25.508Z] #19 34.27 Unpacking iptables (1.8.2-4) ... [2021-03-10T15:08:25.557Z] #42 DONE 166.6s [2021-03-10T15:08:25.557Z] [2021-03-10T15:08:25.557Z] #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-03-10T15:08:25.557Z] #52 sha256:4c81b32328f94ce86dfdd94b547e1dbb56f1828fc1be180b83f8dae8d3cd54eb [2021-03-10T15:08:25.670Z] #21 29.86 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-10T15:08:25.670Z] #21 29.91 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-10T15:08:25.670Z] #21 30.01 Building wheels for collected packages: pyyaml [2021-03-10T15:08:25.670Z] #21 30.02 Running setup.py bdist_wheel for pyyaml: started [2021-03-10T15:08:25.767Z] #19 34.61 Selecting previously unselected package xxd. [2021-03-10T15:08:25.767Z] #19 34.62 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:08:25.767Z] #19 34.62 Unpacking xxd (2:8.1.0875-5) ... [2021-03-10T15:08:25.836Z] #22 7.714 Installing build dependencies: started [2021-03-10T15:08:26.027Z] #19 34.76 Selecting previously unselected package vim-common. [2021-03-10T15:08:26.027Z] #19 34.76 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:08:26.027Z] #19 34.79 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-10T15:08:26.247Z] #21 ... [2021-03-10T15:08:26.247Z] [2021-03-10T15:08:26.247Z] #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-03-10T15:08:26.247Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:08:26.247Z] #42 164.4 CC criu/vdso.o [2021-03-10T15:08:26.247Z] #42 165.2 LINK criu/built-in.o [2021-03-10T15:08:26.247Z] #42 165.4 LINK criu/criu [2021-03-10T15:08:26.247Z] #42 165.8 DEP lib/c/criu.d [2021-03-10T15:08:26.247Z] #42 165.9 CC images/rpc.pb-c.o [2021-03-10T15:08:26.247Z] #42 166.7 CC lib/c/criu.o [2021-03-10T15:08:26.286Z] #19 34.98 Selecting previously unselected package bash-completion. [2021-03-10T15:08:26.286Z] #19 35.00 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-10T15:08:26.501Z] #52 ... [2021-03-10T15:08:26.501Z] [2021-03-10T15:08:26.501Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-10T15:08:26.501Z] #43 sha256:5cd52661879067fec306241578e1313ce3c9852ddd4ee135e9e5fb2153827a0f [2021-03-10T15:08:26.510Z] #42 167.8 LINK lib/c/built-in.o [2021-03-10T15:08:26.510Z] #42 167.8 LINK lib/c/libcriu.so [2021-03-10T15:08:26.510Z] #42 167.8 LINK lib/c/libcriu.a [2021-03-10T15:08:26.641Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-03-10T15:08:26.762Z] #43 DONE 0.1s [2021-03-10T15:08:26.762Z] [2021-03-10T15:08:26.762Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-10T15:08:26.762Z] #45 sha256:db0429db367b2f3f175ac73a81d98535299536680928f8b8aed75d24aa6168b5 [2021-03-10T15:08:26.774Z] #42 ... [2021-03-10T15:08:26.774Z] [2021-03-10T15:08:26.774Z] #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-03-10T15:08:26.774Z] #52 sha256:083784550182b3e2dc691a995f94805c3c99f96c28ece6bc4a6bed2c27cd8648 [2021-03-10T15:08:26.774Z] #52 109.0 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-10T15:08:26.774Z] #52 110.6 + mkdir -p /build [2021-03-10T15:08:26.774Z] #52 110.6 + cp runc /build/runc [2021-03-10T15:08:26.774Z] #52 DONE 111.2s [2021-03-10T15:08:26.774Z] [2021-03-10T15:08:26.774Z] #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-03-10T15:08:26.774Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:08:26.774Z] #42 168.0 GEN magic.py [2021-03-10T15:08:27.023Z] #45 DONE 0.3s [2021-03-10T15:08:27.023Z] [2021-03-10T15:08:27.023Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-10T15:08:27.023Z] #47 sha256:b39bbb7ba88c5777914869aca80805269d1d4ea998a3d7b91574a6eeb9360725 [2021-03-10T15:08:27.037Z] #42 168.2 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:08:27.037Z] #42 168.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:08:27.037Z] #42 168.2 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:08:27.037Z] #42 168.2 Note: Building without GnuTLS support [2021-03-10T15:08:27.037Z] #42 168.2 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:08:27.207Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.00s) [2021-03-10T15:08:27.207Z] PASS [2021-03-10T15:08:27.207Z] [2021-03-10T15:08:27.207Z] === Skipped [2021-03-10T15:08:27.207Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-10T15:08:27.207Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:08:27.207Z] [2021-03-10T15:08:27.207Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-03-10T15:08:27.207Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:08:27.207Z] [2021-03-10T15:08:27.207Z] [2021-03-10T15:08:27.207Z] DONE 34 tests, 2 skipped in 124.044s [2021-03-10T15:08:27.207Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-10T15:08:27.207Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:08:27.207Z] ++ set -e [2021-03-10T15:08:27.207Z] ++ '[' -n 0 ']' [2021-03-10T15:08:27.207Z] ++ set -x [2021-03-10T15:08:27.207Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:08:27.207Z] INFO: Testing against a local daemon [2021-03-10T15:08:27.207Z] === RUN TestConfigInspect [2021-03-10T15:08:27.284Z] #47 DONE 0.1s [2021-03-10T15:08:27.284Z] [2021-03-10T15:08:27.284Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-10T15:08:27.284Z] #49 sha256:2062fc58db81b8e5f39a61e9b8a18e937515e5bb2a7cd3c22751d7983ffce01b [2021-03-10T15:08:27.456Z] ok github.com/docker/docker/cmd/dockerd 0.110s coverage: 29.1% of statements [2021-03-10T15:08:27.456Z] ok github.com/docker/docker/container 0.113s coverage: 34.7% of statements [2021-03-10T15:08:27.456Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-10T15:08:27.456Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-10T15:08:27.456Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-10T15:08:27.456Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-10T15:08:27.618Z] #42 169.0 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:08:27.855Z] #49 DONE 0.6s [2021-03-10T15:08:27.855Z] [2021-03-10T15:08:27.855Z] #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-03-10T15:08:27.855Z] #52 sha256:4c81b32328f94ce86dfdd94b547e1dbb56f1828fc1be180b83f8dae8d3cd54eb [2021-03-10T15:08:27.855Z] #52 ... [2021-03-10T15:08:27.855Z] [2021-03-10T15:08:27.855Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-10T15:08:27.855Z] #51 sha256:a61f6d121c1551884c98d78a8bd0dbf98feeb2026c7d9b25f9cb9543ca1cb4df [2021-03-10T15:08:27.855Z] #51 DONE 0.1s [2021-03-10T15:08:27.855Z] [2021-03-10T15:08:27.855Z] #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-03-10T15:08:27.855Z] #55 sha256:b501b9b3d0a37dc998b211823d83f18e99ea9c3e1d13ab5b538ad8d10c3e9ded [2021-03-10T15:08:27.881Z] #42 ... [2021-03-10T15:08:27.881Z] [2021-03-10T15:08:27.881Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:27.881Z] #21 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-10T15:08:27.881Z] #21 31.37 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-10T15:08:27.881Z] #21 31.37 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-10T15:08:27.881Z] #21 31.50 Successfully built pyyaml [2021-03-10T15:08:27.881Z] #21 31.53 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-10T15:08:27.881Z] #21 31.80 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-10T15:08:27.881Z] #21 DONE 32.2s [2021-03-10T15:08:27.881Z] [2021-03-10T15:08:27.881Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-10T15:08:27.881Z] #24 sha256:cbe752619845487e1a35e7a24f00bfc8d3f771ff4b20038397016b91286b541d [2021-03-10T15:08:28.143Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-03-10T15:08:29.077Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-03-10T15:08:29.273Z] #24 DONE 1.3s [2021-03-10T15:08:29.273Z] [2021-03-10T15:08:29.273Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:08:29.273Z] #29 sha256:2f4d834f9f72a13880d396981de06b9a278e8fedb957cc8ffc2cedc8972e1580 [2021-03-10T15:08:29.335Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-03-10T15:08:29.576Z] #19 37.71 Unpacking bash-completion (1:2.8-6) ... [2021-03-10T15:08:29.576Z] #19 38.05 Selecting previously unselected package bzip2. [2021-03-10T15:08:29.576Z] #19 38.05 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-10T15:08:29.576Z] #19 38.06 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:08:29.576Z] #19 38.16 Selecting previously unselected package xz-utils. [2021-03-10T15:08:29.576Z] #19 38.16 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-10T15:08:29.576Z] #19 38.17 Unpacking xz-utils (5.2.4-1) ... [2021-03-10T15:08:29.576Z] #19 38.32 Selecting previously unselected package apparmor. [2021-03-10T15:08:29.576Z] #19 38.32 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-10T15:08:29.576Z] #19 38.38 Unpacking apparmor (2.13.2-10) ... [2021-03-10T15:08:29.902Z] --- PASS: TestConfigInspect (2.67s) [2021-03-10T15:08:29.902Z] === RUN TestConfigList [2021-03-10T15:08:30.145Z] #19 38.74 Selecting previously unselected package aufs-tools. [2021-03-10T15:08:30.145Z] #19 38.76 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-10T15:08:30.145Z] #19 38.76 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:08:30.145Z] #19 38.90 Selecting previously unselected package libonig5:amd64. [2021-03-10T15:08:30.145Z] #19 38.92 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-10T15:08:30.145Z] #19 38.93 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:08:30.405Z] #19 39.04 Selecting previously unselected package libjq1:amd64. [2021-03-10T15:08:30.405Z] #19 39.05 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:08:30.405Z] #19 39.06 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:08:30.405Z] #19 39.17 Selecting previously unselected package jq. [2021-03-10T15:08:30.405Z] #19 39.18 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-10T15:08:30.405Z] #19 39.18 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-10T15:08:30.665Z] #19 39.34 Selecting previously unselected package libaio1:amd64. [2021-03-10T15:08:30.665Z] #19 39.34 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-10T15:08:30.665Z] #19 39.38 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-10T15:08:30.665Z] #19 39.43 Selecting previously unselected package libgpm2:amd64. [2021-03-10T15:08:30.665Z] #19 39.43 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-10T15:08:30.665Z] #19 39.45 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-10T15:08:30.836Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-03-10T15:08:30.924Z] #19 39.54 Selecting previously unselected package libicu63:amd64. [2021-03-10T15:08:30.924Z] #19 39.54 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-10T15:08:30.924Z] #19 39.55 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:08:31.403Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-03-10T15:08:32.338Z] --- PASS: TestConfigList (2.65s) [2021-03-10T15:08:32.338Z] === RUN TestConfigsCreateAndDelete [2021-03-10T15:08:32.338Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-03-10T15:08:32.810Z] #22 ... [2021-03-10T15:08:32.810Z] [2021-03-10T15:08:32.810Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:08:32.810Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:08:32.810Z] #43 141.2 CC criu/filesystems.o [2021-03-10T15:08:32.810Z] #43 142.2 CC criu/fsnotify.o [2021-03-10T15:08:32.810Z] #43 143.7 CC criu/image-desc.o [2021-03-10T15:08:32.810Z] #43 143.9 CC criu/image.o [2021-03-10T15:08:32.810Z] #43 144.9 CC criu/ipc_ns.o [2021-03-10T15:08:32.810Z] #43 146.3 CC criu/irmap.o [2021-03-10T15:08:32.810Z] #43 147.2 CC criu/kcmp-ids.o [2021-03-10T15:08:32.810Z] #43 147.6 CC criu/kerndat.o [2021-03-10T15:08:32.905Z] === RUN TestDockerSuite/TestBuildAddScript [2021-03-10T15:08:33.473Z] #43 149.0 CC criu/libnetlink.o [2021-03-10T15:08:33.776Z] #43 149.6 CC criu/log.o [2021-03-10T15:08:34.215Z] #19 43.03 Selecting previously unselected package libnet1:amd64. [2021-03-10T15:08:34.215Z] #19 43.05 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-10T15:08:34.215Z] #19 43.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:08:34.215Z] #19 43.16 Selecting previously unselected package libnl-3-200:amd64. [2021-03-10T15:08:34.421Z] #43 150.1 CC criu/lsm.o [2021-03-10T15:08:34.437Z] #55 197.3 + bin/containerd [2021-03-10T15:08:34.474Z] #19 43.16 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-10T15:08:34.474Z] #19 43.16 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:08:34.474Z] #19 43.24 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-10T15:08:34.474Z] #19 43.25 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-10T15:08:34.474Z] #19 43.26 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:08:34.474Z] #19 43.32 Selecting previously unselected package libreadline5:amd64. [2021-03-10T15:08:34.474Z] #19 43.33 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-10T15:08:34.474Z] #19 43.34 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-10T15:08:34.474Z] #19 ... [2021-03-10T15:08:34.474Z] [2021-03-10T15:08:34.474Z] #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-03-10T15:08:34.474Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:34.474Z] #42 93.44 CC criu/cgroup.o [2021-03-10T15:08:34.474Z] #42 96.19 CC criu/clone-noasan.o [2021-03-10T15:08:34.474Z] #42 96.35 CC criu/config.o [2021-03-10T15:08:34.474Z] #42 97.53 CC criu/cr-check.o [2021-03-10T15:08:34.474Z] #42 99.28 CC criu/cr-dedup.o [2021-03-10T15:08:34.474Z] #42 99.66 CC criu/cr-dump.o [2021-03-10T15:08:34.474Z] #42 102.1 CC criu/cr-errno.o [2021-03-10T15:08:34.474Z] #42 102.2 CC criu/cr-restore.o [2021-03-10T15:08:34.576Z] #29 ... [2021-03-10T15:08:34.576Z] [2021-03-10T15:08:34.576Z] #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-03-10T15:08:34.576Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-10T15:08:34.576Z] #42 169.8 make[1]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 170.5 make[1]: 'images/built-in.o' is up to date. [2021-03-10T15:08:34.576Z] #42 170.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-10T15:08:34.576Z] #42 170.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-10T15:08:34.576Z] #42 170.7 make[1]: 'compel/libcompel.a' is up to date. [2021-03-10T15:08:34.576Z] #42 170.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-10T15:08:34.576Z] #42 170.8 make[1]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 170.8 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:08:34.576Z] #42 171.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 171.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 171.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 171.2 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 171.3 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 171.3 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 171.4 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 171.5 make[2]: Nothing to be done for 'all'. [2021-03-10T15:08:34.576Z] #42 171.5 INSTALL criu/criu [2021-03-10T15:08:34.733Z] #42 ... [2021-03-10T15:08:34.733Z] [2021-03-10T15:08:34.734Z] #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-03-10T15:08:34.734Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:08:34.734Z] #19 43.47 Selecting previously unselected package net-tools. [2021-03-10T15:08:34.734Z] #19 43.48 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-10T15:08:34.734Z] #19 43.49 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:08:34.993Z] #19 43.68 Selecting previously unselected package python-pip-whl. [2021-03-10T15:08:34.993Z] #19 43.68 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-10T15:08:34.993Z] #19 43.70 Unpacking python-pip-whl (18.1-5) ... [2021-03-10T15:08:35.435Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-03-10T15:08:35.435Z] --- PASS: TestConfigsCreateAndDelete (2.86s) [2021-03-10T15:08:35.435Z] === RUN TestConfigsUpdate [2021-03-10T15:08:35.476Z] #43 150.8 CC criu/mem.o [2021-03-10T15:08:35.562Z] #19 44.23 Selecting previously unselected package python3-lib2to3. [2021-03-10T15:08:35.562Z] #19 44.24 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-10T15:08:35.562Z] #19 44.26 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:08:35.821Z] #19 44.39 Selecting previously unselected package python3-distutils. [2021-03-10T15:08:35.821Z] #19 44.39 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-10T15:08:35.821Z] #19 44.41 Unpacking python3-distutils (3.7.3-1) ... [2021-03-10T15:08:35.821Z] #19 44.55 Selecting previously unselected package python3-pip. [2021-03-10T15:08:35.821Z] #19 44.56 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-10T15:08:35.821Z] #19 44.58 Unpacking python3-pip (18.1-5) ... [2021-03-10T15:08:36.003Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-03-10T15:08:36.019Z] ok github.com/docker/docker/daemon/cluster 0.111s coverage: 0.5% of statements [2021-03-10T15:08:36.081Z] #19 44.75 Selecting previously unselected package python3-pkg-resources. [2021-03-10T15:08:36.081Z] #19 44.75 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-10T15:08:36.081Z] #19 44.76 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:08:36.081Z] #19 44.91 Selecting previously unselected package python3-setuptools. [2021-03-10T15:08:36.081Z] #19 44.92 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-10T15:08:36.081Z] #19 44.92 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-10T15:08:36.314Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-03-10T15:08:36.341Z] #19 45.16 Selecting previously unselected package python3-wheel. [2021-03-10T15:08:36.341Z] #19 45.17 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-10T15:08:36.341Z] #19 45.17 Unpacking python3-wheel (0.32.3-2) ... [2021-03-10T15:08:36.341Z] #19 45.24 Selecting previously unselected package sudo. [2021-03-10T15:08:36.601Z] #19 45.25 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-10T15:08:36.601Z] #19 45.25 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:08:37.170Z] #19 45.77 Selecting previously unselected package thin-provisioning-tools. [2021-03-10T15:08:37.170Z] #19 45.79 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-10T15:08:37.170Z] #19 45.82 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:08:37.443Z] #19 46.09 Selecting previously unselected package uidmap. [2021-03-10T15:08:37.443Z] #19 46.10 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-10T15:08:37.443Z] #19 46.10 Unpacking uidmap (1:4.5-1.1) ... [2021-03-10T15:08:37.443Z] #19 46.35 Selecting previously unselected package vim-runtime. [2021-03-10T15:08:37.608Z] #43 153.0 CC criu/memfd.o [2021-03-10T15:08:37.703Z] #19 46.35 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-10T15:08:37.703Z] #19 46.40 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-10T15:08:37.703Z] #19 46.43 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-10T15:08:37.703Z] #19 46.44 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:08:37.834Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2021-03-10T15:08:38.409Z] #43 153.9 CC criu/mount.o [2021-03-10T15:08:38.534Z] --- PASS: TestConfigsUpdate (3.22s) [2021-03-10T15:08:38.534Z] === RUN TestTemplatedConfig [2021-03-10T15:08:39.100Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-03-10T15:08:39.667Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-03-10T15:08:39.699Z] #43 ... [2021-03-10T15:08:39.699Z] [2021-03-10T15:08:39.699Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:39.699Z] #22 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-10T15:08:39.699Z] #22 21.60 Installing build dependencies: finished with status 'done' [2021-03-10T15:08:39.722Z] #55 ... [2021-03-10T15:08:39.722Z] [2021-03-10T15:08:39.722Z] #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-03-10T15:08:39.722Z] #52 sha256:4c81b32328f94ce86dfdd94b547e1dbb56f1828fc1be180b83f8dae8d3cd54eb [2021-03-10T15:08:39.722Z] #52 123.0 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-10T15:08:39.722Z] #52 124.3 + mkdir -p /build [2021-03-10T15:08:39.722Z] #52 124.3 + cp runc /build/runc [2021-03-10T15:08:40.233Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-03-10T15:08:40.294Z] #52 DONE 125.0s [2021-03-10T15:08:40.294Z] [2021-03-10T15:08:40.294Z] #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-03-10T15:08:40.294Z] #55 sha256:b501b9b3d0a37dc998b211823d83f18e99ea9c3e1d13ab5b538ad8d10c3e9ded [2021-03-10T15:08:40.800Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-03-10T15:08:41.004Z] #19 49.73 Selecting previously unselected package vim. [2021-03-10T15:08:41.004Z] #19 49.75 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-10T15:08:41.004Z] #19 49.77 Unpacking vim (2:8.1.0875-5) ... [2021-03-10T15:08:41.177Z] #42 DONE 182.0s [2021-03-10T15:08:41.177Z] [2021-03-10T15:08:41.177Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:08:41.177Z] #29 sha256:2f4d834f9f72a13880d396981de06b9a278e8fedb957cc8ffc2cedc8972e1580 [2021-03-10T15:08:41.177Z] #29 DONE 11.6s [2021-03-10T15:08:41.177Z] [2021-03-10T15:08:41.177Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-10T15:08:41.177Z] #32 sha256:248c3ab37e2858e454c6f9898eb568a2fcfb31913974cf232687c93134824038 [2021-03-10T15:08:41.439Z] #32 DONE 0.8s [2021-03-10T15:08:41.439Z] [2021-03-10T15:08:41.439Z] #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-03-10T15:08:41.439Z] #55 sha256:f59f83bac5bcc96ee53654c1747238eea3c524fdae43322258f249fcde75af59 [2021-03-10T15:08:41.573Z] #19 50.25 Selecting previously unselected package xfsprogs. [2021-03-10T15:08:41.573Z] #19 50.26 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-10T15:08:41.573Z] #19 50.27 Unpacking xfsprogs (4.20.0-1) ... [2021-03-10T15:08:41.678Z] #55 ... [2021-03-10T15:08:41.678Z] [2021-03-10T15:08:41.678Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-10T15:08:41.678Z] #53 sha256:29dc776e098e2ff0f64c6de23b7e9b65747206931b0fdfbf67dbb5c1e592a3c1 [2021-03-10T15:08:41.700Z] #55 ... [2021-03-10T15:08:41.700Z] [2021-03-10T15:08:41.700Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-10T15:08:41.700Z] #34 sha256:d96e6230eed112c12a1825faaa8f607d4c8d08ffaab2899aa2c1837df38f8563 [2021-03-10T15:08:41.700Z] #34 DONE 0.1s [2021-03-10T15:08:41.700Z] [2021-03-10T15:08:41.700Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-10T15:08:41.700Z] #37 sha256:3de7df303b616cbf8ace9558b08109a0f7fd1d975f23fd3eb5d00d22aa9672d0 [2021-03-10T15:08:41.700Z] #37 DONE 0.1s [2021-03-10T15:08:41.700Z] [2021-03-10T15:08:41.700Z] #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-03-10T15:08:41.700Z] #55 sha256:f59f83bac5bcc96ee53654c1747238eea3c524fdae43322258f249fcde75af59 [2021-03-10T15:08:41.833Z] #19 50.74 Selecting previously unselected package zip. [2021-03-10T15:08:41.833Z] #19 50.75 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-10T15:08:41.939Z] #53 DONE 0.4s [2021-03-10T15:08:41.939Z] [2021-03-10T15:08:41.939Z] #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-03-10T15:08:41.939Z] #55 sha256:b501b9b3d0a37dc998b211823d83f18e99ea9c3e1d13ab5b538ad8d10c3e9ded [2021-03-10T15:08:41.961Z] #55 ... [2021-03-10T15:08:41.961Z] [2021-03-10T15:08:41.961Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-10T15:08:41.961Z] #40 sha256:6e27f389562535e23e31a9521d6b977487cdf5dc9fdab68bf7ae512c3a2da180 [2021-03-10T15:08:42.092Z] #19 50.76 Unpacking zip (3.0-11+b1) ... [2021-03-10T15:08:42.092Z] #19 50.95 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-10T15:08:42.092Z] #19 50.98 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-10T15:08:42.092Z] #19 50.99 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-10T15:08:42.092Z] #19 51.00 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-10T15:08:42.222Z] #40 DONE 0.4s [2021-03-10T15:08:42.222Z] [2021-03-10T15:08:42.222Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-10T15:08:42.222Z] #43 sha256:bb1d814c898f0d5519bd7b953c52962ca634d96b3775200ca2ec9aeb146bea7a [2021-03-10T15:08:42.222Z] #43 DONE 0.1s [2021-03-10T15:08:42.222Z] [2021-03-10T15:08:42.222Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-10T15:08:42.222Z] #45 sha256:b0d81adfc6d8e173854e8755c30106061b21a49750a9841f73d0764fbc8db14a [2021-03-10T15:08:42.351Z] #19 51.01 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-10T15:08:42.351Z] #19 51.02 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-10T15:08:42.351Z] #19 51.03 Setting up uidmap (1:4.5-1.1) ... [2021-03-10T15:08:42.351Z] #19 51.05 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-10T15:08:42.351Z] #19 51.06 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-10T15:08:42.351Z] #19 51.07 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-10T15:08:42.351Z] #19 51.08 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-10T15:08:42.351Z] #19 51.09 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-10T15:08:42.351Z] #19 51.10 Setting up xxd (2:8.1.0875-5) ... [2021-03-10T15:08:42.351Z] #19 51.11 Setting up zip (3.0-11+b1) ... [2021-03-10T15:08:42.351Z] #19 51.13 Setting up vim-common (2:8.1.0875-5) ... [2021-03-10T15:08:42.351Z] #19 51.16 Setting up bash-completion (1:2.8-6) ... [2021-03-10T15:08:42.701Z] --- PASS: TestTemplatedConfig (4.07s) [2021-03-10T15:08:42.701Z] === RUN TestConfigCreateResolve [2021-03-10T15:08:42.701Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-03-10T15:08:42.795Z] #45 DONE 0.4s [2021-03-10T15:08:42.795Z] [2021-03-10T15:08:42.795Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-10T15:08:42.795Z] #47 sha256:d68de90402f7168f46585768dcfe11a5adece2a6ac0077ce15c681a0eef7da04 [2021-03-10T15:08:43.075Z] #47 DONE 0.1s [2021-03-10T15:08:43.075Z] [2021-03-10T15:08:43.075Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-10T15:08:43.075Z] #49 sha256:e0e45b0e6894e3363431fdf9e0ff2a7e1ce24f4b4a8ff2757729a029d8a57433 [2021-03-10T15:08:44.020Z] #49 DONE 0.9s [2021-03-10T15:08:44.020Z] [2021-03-10T15:08:44.020Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-10T15:08:44.020Z] #51 sha256:bd6e8095976ddc4f32f7bb36e355a292f55127f98e37162e72efd6a42a2b0319 [2021-03-10T15:08:44.020Z] #51 DONE 0.1s [2021-03-10T15:08:44.020Z] [2021-03-10T15:08:44.020Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-10T15:08:44.020Z] #53 sha256:074627cefa29c84bf642787891f57edee452372eda407de095c08653ad280297 [2021-03-10T15:08:44.020Z] #53 DONE 0.2s [2021-03-10T15:08:44.020Z] [2021-03-10T15:08:44.020Z] #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-03-10T15:08:44.020Z] #55 sha256:f59f83bac5bcc96ee53654c1747238eea3c524fdae43322258f249fcde75af59 [2021-03-10T15:08:44.076Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-03-10T15:08:44.642Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-03-10T15:08:45.577Z] --- PASS: TestConfigCreateResolve (2.90s) [2021-03-10T15:08:45.577Z] === RUN TestConfigDaemonLibtrustID [2021-03-10T15:08:45.642Z] #19 53.95 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-10T15:08:45.642Z] #19 53.96 Setting up xz-utils (5.2.4-1) ... [2021-03-10T15:08:45.642Z] #19 53.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-10T15:08:45.642Z] #19 53.99 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-10T15:08:45.642Z] #19 54.05 invoke-rc.d: could not determine current runlevel [2021-03-10T15:08:45.642Z] #19 54.06 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:08:45.642Z] #19 54.07 Setting up pigz (2.4-1) ... [2021-03-10T15:08:45.642Z] #19 54.08 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-10T15:08:45.642Z] #19 54.09 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-10T15:08:45.642Z] #19 54.11 Setting up python-pip-whl (18.1-5) ... [2021-03-10T15:08:45.642Z] #19 54.12 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-10T15:08:45.642Z] #19 54.13 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-10T15:08:45.912Z] #19 54.64 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-10T15:08:45.912Z] #19 54.66 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-10T15:08:45.912Z] #19 54.67 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-10T15:08:45.912Z] #19 54.69 Setting up vim (2:8.1.0875-5) ... [2021-03-10T15:08:45.912Z] #19 54.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-10T15:08:45.912Z] #19 54.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-10T15:08:45.912Z] #19 54.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-10T15:08:45.912Z] #19 54.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-10T15:08:45.912Z] #19 54.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-10T15:08:45.912Z] #19 54.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-10T15:08:45.912Z] #19 54.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-10T15:08:45.912Z] #19 54.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-10T15:08:46.144Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-03-10T15:08:46.144Z] PASS [2021-03-10T15:08:46.144Z] [2021-03-10T15:08:46.144Z] DONE 7 tests in 18.945s [2021-03-10T15:08:46.144Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-10T15:08:46.144Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:08:46.144Z] ++ set -e [2021-03-10T15:08:46.144Z] ++ '[' -n 0 ']' [2021-03-10T15:08:46.144Z] ++ set -x [2021-03-10T15:08:46.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:08:46.144Z] INFO: Testing against a local daemon [2021-03-10T15:08:46.144Z] === RUN TestCheckpoint [2021-03-10T15:08:46.144Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-10T15:08:46.144Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:08:46.144Z] === RUN TestContainerInvalidJSON [2021-03-10T15:08:46.144Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:08:46.144Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:08:46.144Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:08:46.144Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:08:46.144Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:08:46.144Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:08:46.144Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:08:46.144Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:08:46.144Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:08:46.144Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-10T15:08:46.144Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-10T15:08:46.144Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-10T15:08:46.144Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-10T15:08:46.144Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-10T15:08:46.144Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-03-10T15:08:46.144Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-10T15:08:46.144Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-03-10T15:08:46.144Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-03-10T15:08:46.144Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-10T15:08:46.144Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-03-10T15:08:46.144Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-10T15:08:46.172Z] #19 54.76 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-10T15:08:46.172Z] #19 54.77 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-10T15:08:46.172Z] #19 54.78 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-10T15:08:46.172Z] #19 54.80 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-10T15:08:46.172Z] #19 54.81 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-10T15:08:46.172Z] #19 54.83 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-10T15:08:46.402Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-03-10T15:08:46.402Z] === RUN TestCopyFromContainer [2021-03-10T15:08:46.528Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.451s coverage: 14.1% of statements [2021-03-10T15:08:46.717Z] #22 ... [2021-03-10T15:08:46.717Z] [2021-03-10T15:08:46.718Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:08:46.718Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:08:46.718Z] #43 159.3 CC criu/namespaces.o [2021-03-10T15:08:46.718Z] #43 162.1 CC criu/net.o [2021-03-10T15:08:47.175Z] ok github.com/docker/docker/daemon/config 0.022s coverage: 81.8% of statements [2021-03-10T15:08:47.779Z] === RUN TestCopyFromContainer// [2021-03-10T15:08:47.779Z] === RUN TestCopyFromContainer//bar/root [2021-03-10T15:08:47.779Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-10T15:08:47.779Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-03-10T15:08:47.779Z] === RUN TestCopyFromContainer/bar/quux [2021-03-10T15:08:47.812Z] ok github.com/docker/docker/daemon 12.267s coverage: 17.2% of statements [2021-03-10T15:08:47.812Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-10T15:08:47.812Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-10T15:08:47.812Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-03-10T15:08:48.038Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-10T15:08:48.038Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-10T15:08:48.038Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-10T15:08:48.038Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-10T15:08:48.091Z] #19 ... [2021-03-10T15:08:48.091Z] [2021-03-10T15:08:48.091Z] #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-03-10T15:08:48.091Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:48.091Z] #42 106.8 CC criu/cr-service.o [2021-03-10T15:08:48.091Z] #42 108.3 CC criu/crtools.o [2021-03-10T15:08:48.091Z] #42 108.9 CC criu/eventfd.o [2021-03-10T15:08:48.091Z] #42 109.2 CC criu/eventpoll.o [2021-03-10T15:08:48.091Z] #42 110.0 CC criu/external.o [2021-03-10T15:08:48.091Z] #42 110.4 CC criu/fault-injection.o [2021-03-10T15:08:48.091Z] #42 110.5 CC criu/fdstore.o [2021-03-10T15:08:48.091Z] #42 110.9 CC criu/fifo.o [2021-03-10T15:08:48.091Z] #42 111.3 CC criu/file-ids.o [2021-03-10T15:08:48.091Z] #42 111.6 CC criu/file-lock.o [2021-03-10T15:08:48.091Z] #42 112.5 CC criu/files-ext.o [2021-03-10T15:08:48.091Z] #42 112.9 CC criu/files-reg.o [2021-03-10T15:08:48.091Z] #42 115.3 CC criu/files.o [2021-03-10T15:08:48.297Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-10T15:08:48.297Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer (2.05s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-03-10T15:08:48.297Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-03-10T15:08:48.297Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-10T15:08:48.297Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:08:48.297Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:08:48.297Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:08:48.297Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:08:48.297Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:08:48.297Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:08:48.297Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:08:48.297Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:08:48.297Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:08:48.297Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-10T15:08:48.297Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-10T15:08:48.297Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-10T15:08:48.297Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-10T15:08:48.297Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-10T15:08:48.297Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-03-10T15:08:48.297Z] === RUN TestCreateWithInvalidEnv [2021-03-10T15:08:48.297Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-10T15:08:48.297Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-10T15:08:48.297Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-10T15:08:48.297Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-10T15:08:48.297Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-10T15:08:48.297Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-10T15:08:48.297Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-10T15:08:48.297Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-10T15:08:48.297Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-10T15:08:48.297Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-10T15:08:48.297Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-10T15:08:48.297Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-10T15:08:48.297Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-10T15:08:48.297Z] === RUN TestCreateTmpfsMountsTarget [2021-03-10T15:08:48.297Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-10T15:08:48.297Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-10T15:08:48.661Z] #42 117.6 CC criu/filesystems.o [2021-03-10T15:08:48.853Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2021-03-10T15:08:48.853Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-10T15:08:48.853Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-10T15:08:49.147Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2021-03-10T15:08:49.229Z] #42 ... [2021-03-10T15:08:49.229Z] [2021-03-10T15:08:49.229Z] #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-03-10T15:08:49.229Z] #19 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-10T15:08:49.229Z] #19 57.91 Setting up iptables (1.8.2-4) ... [2021-03-10T15:08:49.229Z] #19 57.95 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:08:49.229Z] #19 57.96 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:08:49.229Z] #19 57.97 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-10T15:08:49.229Z] #19 57.97 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-10T15:08:49.229Z] #19 57.98 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-10T15:08:49.229Z] #19 57.98 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-10T15:08:49.229Z] #19 57.99 Setting up python3 (3.7.3-1) ... [2021-03-10T15:08:49.673Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-03-10T15:08:49.864Z] #19 58.54 Setting up python3-wheel (0.32.3-2) ... [2021-03-10T15:08:49.931Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-03-10T15:08:50.309Z] #43 ... [2021-03-10T15:08:50.309Z] [2021-03-10T15:08:50.309Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:50.309Z] #22 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-10T15:08:50.309Z] #22 30.24 Building wheels for collected packages: pyyaml [2021-03-10T15:08:50.309Z] #22 30.25 Running setup.py bdist_wheel for pyyaml: started [2021-03-10T15:08:50.309Z] #22 32.10 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-10T15:08:50.309Z] #22 32.10 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-10T15:08:50.309Z] #22 32.29 Successfully built pyyaml [2021-03-10T15:08:50.309Z] #22 32.33 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-10T15:08:50.613Z] #22 32.71 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-10T15:08:50.807Z] #19 59.36 Setting up apparmor (2.13.2-10) ... [2021-03-10T15:08:50.912Z] #22 DONE 32.9s [2021-03-10T15:08:50.912Z] [2021-03-10T15:08:50.912Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-10T15:08:50.912Z] #53 sha256:d55eb9e5b75560900716ad58f0d4c69779281fecd11726c005bd49ea9750ec86 [2021-03-10T15:08:51.229Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2021-03-10T15:08:51.309Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-03-10T15:08:51.309Z] --- PASS: TestCreateWithCustomMaskedPaths (2.83s) [2021-03-10T15:08:51.309Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-10T15:08:51.562Z] #53 ... [2021-03-10T15:08:51.562Z] [2021-03-10T15:08:51.562Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:08:51.562Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:08:51.562Z] #43 167.1 CC criu/netfilter.o [2021-03-10T15:08:51.868Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.193s coverage: 56.2% of statements [2021-03-10T15:08:52.210Z] #43 167.6 CC criu/page-pipe.o [2021-03-10T15:08:52.717Z] #19 61.22 Setting up xfsprogs (4.20.0-1) ... [2021-03-10T15:08:52.717Z] #19 61.24 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-10T15:08:52.859Z] #43 168.4 CC criu/page-xfer.o [2021-03-10T15:08:52.975Z] #19 61.61 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-10T15:08:53.211Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-03-10T15:08:53.211Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-03-10T15:08:53.211Z] === RUN TestDockerSuite/TestBuildAddTar [2021-03-10T15:08:53.778Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-03-10T15:08:53.910Z] #19 62.58 Setting up python3-distutils (3.7.3-1) ... [2021-03-10T15:08:54.020Z] #55 221.6 + bin/containerd-stress [2021-03-10T15:08:54.037Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.75s) [2021-03-10T15:08:54.037Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-10T15:08:54.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:08:54.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:08:54.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:08:54.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:08:54.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:08:54.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:08:54.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:08:54.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:08:54.037Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:08:54.037Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:08:54.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:08:54.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:08:54.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:08:54.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:08:54.037Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:08:54.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-10T15:08:54.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-10T15:08:54.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-10T15:08:54.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-10T15:08:54.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-10T15:08:54.037Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-10T15:08:54.037Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-10T15:08:54.477Z] #19 63.04 Setting up python3-setuptools (40.8.0-1) ... [2021-03-10T15:08:54.969Z] #43 170.5 CC criu/pagemap-cache.o [2021-03-10T15:08:54.972Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.91s) [2021-03-10T15:08:54.972Z] === RUN TestCreateDifferentPlatform [2021-03-10T15:08:54.972Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-10T15:08:54.972Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-10T15:08:54.972Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-03-10T15:08:54.972Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-10T15:08:54.972Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-10T15:08:54.972Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-10T15:08:54.972Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-03-10T15:08:54.972Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-10T15:08:54.972Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-03-10T15:08:54.972Z] === RUN TestContainerStartOnDaemonRestart [2021-03-10T15:08:54.972Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-10T15:08:54.972Z] === RUN TestDaemonRestartIpcMode [2021-03-10T15:08:54.972Z] === PAUSE TestDaemonRestartIpcMode [2021-03-10T15:08:54.972Z] === RUN TestDaemonHostGatewayIP [2021-03-10T15:08:54.972Z] === PAUSE TestDaemonHostGatewayIP [2021-03-10T15:08:54.972Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-10T15:08:54.972Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-10T15:08:54.972Z] === RUN TestContainerKillOnDaemonStart [2021-03-10T15:08:54.972Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-10T15:08:54.972Z] === RUN TestDiff [2021-03-10T15:08:55.413Z] #19 64.31 Setting up python3-pip (18.1-5) ... [2021-03-10T15:08:55.624Z] #43 171.1 CC criu/pagemap.o [2021-03-10T15:08:55.906Z] --- PASS: TestDiff (0.87s) [2021-03-10T15:08:55.907Z] === RUN TestExecWithCloseStdin [2021-03-10T15:08:56.370Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.059s coverage: 46.2% of statements [2021-03-10T15:08:56.566Z] #55 224.8 + bin/containerd-shim [2021-03-10T15:08:56.683Z] #43 172.4 CC criu/parasite-syscall.o [2021-03-10T15:08:56.791Z] #19 65.44 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:08:56.791Z] #19 65.49 Processing triggers for mime-support (3.62) ... [2021-03-10T15:08:57.281Z] --- PASS: TestExecWithCloseStdin (1.27s) [2021-03-10T15:08:57.281Z] === RUN TestExec [2021-03-10T15:08:57.281Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-03-10T15:08:57.411Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.9% of statements [2021-03-10T15:08:57.741Z] #19 DONE 66.4s [2021-03-10T15:08:57.741Z] [2021-03-10T15:08:57.741Z] #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-03-10T15:08:57.741Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:08:57.741Z] #39 218.3 + dpkg --print-architecture [2021-03-10T15:08:57.741Z] #39 218.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-10T15:08:57.741Z] #39 218.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-10T15:08:57.741Z] #39 218.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-10T15:08:57.741Z] #39 ... [2021-03-10T15:08:57.741Z] [2021-03-10T15:08:57.741Z] #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-03-10T15:08:57.741Z] #20 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-10T15:08:57.742Z] #43 173.4 CC criu/path.o [2021-03-10T15:08:58.390Z] #43 173.9 CC criu/pie-util-vdso.o [2021-03-10T15:08:58.656Z] --- PASS: TestExec (1.23s) [2021-03-10T15:08:58.656Z] === RUN TestExecUser [2021-03-10T15:08:58.679Z] #20 0.968 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-10T15:08:58.679Z] #20 0.969 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-10T15:08:58.679Z] #20 0.973 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-10T15:08:58.679Z] #20 DONE 1.0s [2021-03-10T15:08:58.679Z] [2021-03-10T15:08:58.679Z] #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-03-10T15:08:58.679Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:08:58.679Z] #42 118.4 CC criu/fsnotify.o [2021-03-10T15:08:58.679Z] #42 119.7 CC criu/image-desc.o [2021-03-10T15:08:58.679Z] #42 119.8 CC criu/image.o [2021-03-10T15:08:58.679Z] #42 120.8 CC criu/ipc_ns.o [2021-03-10T15:08:58.679Z] #42 122.0 CC criu/irmap.o [2021-03-10T15:08:58.679Z] #42 122.6 CC criu/kcmp-ids.o [2021-03-10T15:08:58.679Z] #42 122.9 CC criu/kerndat.o [2021-03-10T15:08:58.679Z] #42 124.0 CC criu/libnetlink.o [2021-03-10T15:08:58.679Z] #42 124.5 CC criu/log.o [2021-03-10T15:08:58.679Z] #42 125.0 CC criu/lsm.o [2021-03-10T15:08:58.679Z] #42 125.4 CC criu/mem.o [2021-03-10T15:08:58.679Z] #42 127.6 CC criu/memfd.o [2021-03-10T15:08:58.679Z] #42 ... [2021-03-10T15:08:58.679Z] [2021-03-10T15:08:58.679Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:08:58.679Z] #21 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-10T15:08:58.690Z] #43 174.4 CC criu/pie-util.o [2021-03-10T15:08:58.989Z] #43 174.6 CC criu/pipes.o [2021-03-10T15:08:59.591Z] --- PASS: TestExecUser (1.21s) [2021-03-10T15:08:59.591Z] === RUN TestExportContainerAndImportImage [2021-03-10T15:09:00.049Z] #43 175.5 CC criu/plugin.o [2021-03-10T15:09:00.049Z] #43 ... [2021-03-10T15:09:00.049Z] [2021-03-10T15:09:00.049Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-10T15:09:00.049Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-10T15:09:00.049Z] #40 242.8 + dpkg --print-architecture [2021-03-10T15:09:00.049Z] #40 242.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-10T15:09:00.350Z] #40 243.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-10T15:09:00.350Z] #40 243.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-10T15:09:00.526Z] --- PASS: TestExportContainerAndImportImage (1.03s) [2021-03-10T15:09:00.526Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-10T15:09:00.785Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-03-10T15:09:00.946Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.333s coverage: 49.4% of statements [2021-03-10T15:09:01.870Z] #55 230.6 + bin/containerd-shim-runc-v1 [2021-03-10T15:09:02.160Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-03-10T15:09:02.160Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2021-03-10T15:09:02.160Z] === RUN TestHealthCheckWorkdir [2021-03-10T15:09:03.096Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-03-10T15:09:03.354Z] --- PASS: TestHealthCheckWorkdir (1.54s) [2021-03-10T15:09:03.354Z] === RUN TestHealthKillContainer [2021-03-10T15:09:03.921Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-03-10T15:09:05.243Z] #21 5.402 Collecting yamllint==1.16.0 [2021-03-10T15:09:06.108Z] #55 234.8 + bin/containerd-shim-runc-v2 [2021-03-10T15:09:06.534Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.938s coverage: 73.3% of statements [2021-03-10T15:09:06.534Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-10T15:09:06.620Z] #21 ... [2021-03-10T15:09:06.621Z] [2021-03-10T15:09:06.621Z] #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-03-10T15:09:06.621Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:09:06.621Z] #42 128.7 CC criu/mount.o [2021-03-10T15:09:06.621Z] #42 132.8 CC criu/namespaces.o [2021-03-10T15:09:06.621Z] #42 134.5 CC criu/net.o [2021-03-10T15:09:06.828Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 57.5% of statements [2021-03-10T15:09:07.207Z] --- PASS: TestHealthKillContainer (3.26s) [2021-03-10T15:09:07.207Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-10T15:09:07.207Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-03-10T15:09:07.465Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.938s coverage: 57.7% of statements [2021-03-10T15:09:07.465Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-10T15:09:07.465Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-10T15:09:07.492Z] #55 236.0 + binaries [2021-03-10T15:09:07.492Z] #55 236.0 + install -D bin/containerd /build/containerd [2021-03-10T15:09:07.492Z] #55 236.1 + install -D bin/containerd-shim /build/containerd-shim [2021-03-10T15:09:07.492Z] #55 236.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-10T15:09:07.492Z] #55 236.1 + install -D bin/ctr /build/ctr [2021-03-10T15:09:07.793Z] --- PASS: TestInspectCpusetInConfigPre120 (0.91s) [2021-03-10T15:09:07.793Z] === RUN TestIpcModeNone [2021-03-10T15:09:08.052Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-03-10T15:09:08.103Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.028s coverage: 3.0% of statements [2021-03-10T15:09:08.516Z] #55 228.8 + bin/containerd-stress [2021-03-10T15:09:08.516Z] #55 230.8 + bin/containerd-shim [2021-03-10T15:09:08.526Z] #42 137.3 CC criu/netfilter.o [2021-03-10T15:09:08.741Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2021-03-10T15:09:08.785Z] #42 137.7 CC criu/page-pipe.o [2021-03-10T15:09:09.003Z] --- PASS: TestIpcModeNone (1.27s) [2021-03-10T15:09:09.003Z] === RUN TestIpcModePrivate [2021-03-10T15:09:09.353Z] #42 138.3 CC criu/page-xfer.o [2021-03-10T15:09:09.353Z] #42 ... [2021-03-10T15:09:09.353Z] [2021-03-10T15:09:09.353Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-10T15:09:09.353Z] #21 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-10T15:09:09.353Z] #21 10.79 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-10T15:09:09.612Z] #21 10.89 Collecting pyyaml (from yamllint==1.16.0) [2021-03-10T15:09:09.612Z] #21 11.13 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-10T15:09:10.181Z] #21 11.46 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-10T15:09:10.181Z] #21 11.50 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-10T15:09:10.181Z] #21 11.57 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-10T15:09:10.260Z] ok github.com/docker/docker/daemon/images 0.011s coverage: 6.7% of statements [2021-03-10T15:09:10.260Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-10T15:09:10.260Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-10T15:09:10.395Z] --- PASS: TestIpcModePrivate (1.24s) [2021-03-10T15:09:10.395Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2021-03-10T15:09:10.395Z] === RUN TestIpcModeShareable [2021-03-10T15:09:10.395Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-03-10T15:09:10.554Z] ok github.com/docker/docker/daemon/logger 0.211s coverage: 43.2% of statements [2021-03-10T15:09:10.752Z] #21 12.00 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-10T15:09:10.963Z] #40 ... [2021-03-10T15:09:10.963Z] [2021-03-10T15:09:10.963Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:09:10.963Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:09:10.963Z] #43 176.2 CC criu/proc_parse.o [2021-03-10T15:09:10.963Z] #43 180.8 CC criu/protobuf-desc.o [2021-03-10T15:09:10.963Z] #43 182.0 CC criu/protobuf.o [2021-03-10T15:09:10.963Z] #43 182.5 CC criu/pstree.o [2021-03-10T15:09:10.963Z] #43 183.9 CC criu/rbtree.o [2021-03-10T15:09:10.963Z] #43 184.3 CC criu/rst-malloc.o [2021-03-10T15:09:10.963Z] #43 184.7 CC criu/seccomp.o [2021-03-10T15:09:10.963Z] #43 185.5 CC criu/seize.o [2021-03-10T15:09:11.011Z] #21 DONE 12.4s [2021-03-10T15:09:11.011Z] [2021-03-10T15:09:11.011Z] #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-03-10T15:09:11.011Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:09:11.011Z] #42 139.9 CC criu/pagemap-cache.o [2021-03-10T15:09:11.271Z] #42 ... [2021-03-10T15:09:11.271Z] [2021-03-10T15:09:11.271Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-10T15:09:11.271Z] #24 sha256:4f36cf9b1b9e789c0f3697c0ba5ff1b0be9724c05b3962d0a70d62b68e22085e [2021-03-10T15:09:11.271Z] #24 DONE 0.3s [2021-03-10T15:09:11.311Z] #43 186.8 CC criu/servicefd.o [2021-03-10T15:09:11.352Z] --- PASS: TestIpcModeShareable (1.33s) [2021-03-10T15:09:11.352Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2021-03-10T15:09:11.352Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-10T15:09:11.531Z] [2021-03-10T15:09:11.531Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:09:11.532Z] #29 sha256:05cda57d2627855cb7186c0021348b78e495250b8c1d4372837c37bd2313165a [2021-03-10T15:09:11.596Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2021-03-10T15:09:11.694Z] #55 DONE 239.9s [2021-03-10T15:09:11.890Z] ok github.com/docker/docker/daemon/logger/awslogs 0.070s coverage: 77.4% of statements [2021-03-10T15:09:11.890Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-10T15:09:11.890Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-10T15:09:11.958Z] #43 187.5 CC criu/shmem.o [2021-03-10T15:09:12.560Z] ok github.com/docker/docker/daemon/logger/journald 0.020s coverage: 23.9% of statements [2021-03-10T15:09:12.636Z] [2021-03-10T15:09:12.636Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-10T15:09:12.636Z] #56 sha256:a6bf5517774629c7c8d83816c67a4cc98d0d41d896f0d7ce84a19d49a21f5986 [2021-03-10T15:09:12.854Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 61.6% of statements [2021-03-10T15:09:13.417Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 87.2% of statements [2021-03-10T15:09:13.511Z] #43 188.9 CC criu/sigframe.o [2021-03-10T15:09:13.511Z] #43 189.1 CC criu/signalfd.o [2021-03-10T15:09:13.802Z] #55 237.5 + bin/containerd-shim-runc-v1 [2021-03-10T15:09:13.810Z] #43 189.5 CC criu/sk-inet.o [2021-03-10T15:09:14.074Z] ok github.com/docker/docker/daemon/logger/local 0.008s coverage: 75.2% of statements [2021-03-10T15:09:14.074Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-10T15:09:14.118Z] 4612f6d0b889: Pull complete [2021-03-10T15:09:14.691Z] === RUN TestDockerSuite/TestBuildBlankName [2021-03-10T15:09:14.691Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-03-10T15:09:14.938Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.054s coverage: 58.6% of statements [2021-03-10T15:09:15.177Z] #56 DONE 2.1s [2021-03-10T15:09:15.177Z] [2021-03-10T15:09:15.177Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-10T15:09:15.177Z] #60 sha256:07d2866975d526231deeeb9f4904f164291fe7d6a44a096a2f1a0c78aa1d399d [2021-03-10T15:09:15.177Z] #60 DONE 0.5s [2021-03-10T15:09:15.242Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 31.5% of statements [2021-03-10T15:09:15.350Z] #43 191.1 CC criu/sk-netlink.o [2021-03-10T15:09:15.437Z] [2021-03-10T15:09:15.437Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-10T15:09:15.437Z] #62 sha256:10ef0cd279301fc244828b6b913a33a34b7db56b5cf293ce203dfbdf984c47a1 [2021-03-10T15:09:15.998Z] #43 191.7 CC criu/sk-packet.o [2021-03-10T15:09:16.377Z] #62 DONE 1.2s [2021-03-10T15:09:16.638Z] [2021-03-10T15:09:16.638Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-10T15:09:16.638Z] #64 sha256:5378730f69af11e929baff3dc4f6241ce10f311f99d73972a2fdb2574d0b6f2f [2021-03-10T15:09:16.638Z] #64 DONE 0.1s [2021-03-10T15:09:16.638Z] [2021-03-10T15:09:16.638Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-10T15:09:16.638Z] #65 sha256:bd3b45347dcd2bfe4d1e19b6875e365c546cf88d683d908060f3a50cf9596a95 [2021-03-10T15:09:16.638Z] #65 DONE 0.1s [2021-03-10T15:09:16.638Z] [2021-03-10T15:09:16.638Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-10T15:09:16.638Z] #66 sha256:0a359099046eed89f1e9f4b04629e98e0be93dbc004d9d5aa75bc65352f0d150 [2021-03-10T15:09:16.646Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.79s) [2021-03-10T15:09:16.646Z] === RUN TestAPIIpcModeHost [2021-03-10T15:09:16.761Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-03-10T15:09:16.807Z] #29 DONE 4.8s [2021-03-10T15:09:16.807Z] [2021-03-10T15:09:16.807Z] #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-03-10T15:09:16.807Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:09:16.807Z] #42 140.4 CC criu/pagemap.o [2021-03-10T15:09:16.807Z] #42 141.5 CC criu/parasite-syscall.o [2021-03-10T15:09:16.807Z] #42 142.4 CC criu/path.o [2021-03-10T15:09:16.807Z] #42 142.6 CC criu/pie-util-vdso-elf32.o [2021-03-10T15:09:16.807Z] #42 143.1 CC criu/pie-util-vdso.o [2021-03-10T15:09:16.807Z] #42 143.4 CC criu/pie-util.o [2021-03-10T15:09:16.807Z] #42 143.6 CC criu/pipes.o [2021-03-10T15:09:16.807Z] #42 144.1 CC criu/plugin.o [2021-03-10T15:09:16.807Z] #42 144.5 CC criu/proc_parse.o [2021-03-10T15:09:16.807Z] #42 ... [2021-03-10T15:09:16.807Z] [2021-03-10T15:09:16.807Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-10T15:09:16.807Z] #32 sha256:9b4ab99602e016c2cca1becd843e4e0e58ccac4a85f604f839ed6a11d27585f7 [2021-03-10T15:09:16.807Z] #32 DONE 0.6s [2021-03-10T15:09:16.807Z] [2021-03-10T15:09:16.807Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-10T15:09:16.807Z] #34 sha256:12bcdf56c65866d058605db28f6d7b46f6b707b0a58519d243be53e47ef7234a [2021-03-10T15:09:16.807Z] #34 DONE 0.1s [2021-03-10T15:09:16.807Z] [2021-03-10T15:09:16.807Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-10T15:09:16.807Z] #37 sha256:a5d1d99d472871c8db2d0046061d0645f1b55c4abc7288e109f06ca59d9514c8 [2021-03-10T15:09:16.807Z] #37 DONE 0.1s [2021-03-10T15:09:16.807Z] [2021-03-10T15:09:16.807Z] #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-03-10T15:09:16.807Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:09:17.055Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-03-10T15:09:17.060Z] #43 192.5 CC criu/sk-queue.o [2021-03-10T15:09:17.359Z] #43 193.1 CC criu/sk-tcp.o [2021-03-10T15:09:17.588Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-03-10T15:09:17.588Z] --- PASS: TestAPIIpcModeHost (1.35s) [2021-03-10T15:09:17.588Z] === RUN TestDaemonIpcModeShareable [2021-03-10T15:09:17.692Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-03-10T15:09:17.692Z] ok github.com/docker/docker/daemon/logger/splunk 1.485s coverage: 82.5% of statements [2021-03-10T15:09:17.692Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-10T15:09:17.692Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-10T15:09:18.186Z] #39 ... [2021-03-10T15:09:18.186Z] [2021-03-10T15:09:18.186Z] #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-03-10T15:09:18.186Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:09:18.186Z] #42 147.1 CC criu/protobuf-desc.o [2021-03-10T15:09:18.420Z] #43 193.8 CC criu/sk-unix.o [2021-03-10T15:09:18.551Z] #66 DONE 1.8s [2021-03-10T15:09:18.551Z] [2021-03-10T15:09:18.551Z] #67 exporting to image [2021-03-10T15:09:18.551Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-10T15:09:18.551Z] #67 exporting layers [2021-03-10T15:09:19.087Z] #55 242.0 + bin/containerd-shim-runc-v2 [2021-03-10T15:09:19.125Z] #42 147.9 CC criu/protobuf.o [2021-03-10T15:09:19.264Z] ok github.com/docker/docker/distribution/metadata 0.032s coverage: 48.2% of statements [2021-03-10T15:09:19.347Z] #55 242.9 + binaries [2021-03-10T15:09:19.347Z] #55 242.9 + install -D bin/containerd /build/containerd [2021-03-10T15:09:19.347Z] #55 243.0 + install -D bin/containerd-shim /build/containerd-shim [2021-03-10T15:09:19.347Z] #55 243.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-10T15:09:19.347Z] #55 243.0 + install -D bin/ctr /build/ctr [2021-03-10T15:09:19.384Z] #42 148.3 CC criu/pstree.o [2021-03-10T15:09:19.906Z] ok github.com/docker/docker/distribution 0.250s coverage: 25.0% of statements [2021-03-10T15:09:19.906Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-10T15:09:19.953Z] #42 ... [2021-03-10T15:09:19.953Z] [2021-03-10T15:09:19.953Z] #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-03-10T15:09:19.953Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-10T15:09:19.953Z] #39 DONE 248.6s [2021-03-10T15:09:20.121Z] --- PASS: TestDaemonIpcModeShareable (2.29s) [2021-03-10T15:09:20.121Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:210, shared: true, mustBeShared: true [2021-03-10T15:09:20.121Z] === RUN TestDaemonIpcModePrivate [2021-03-10T15:09:20.214Z] [2021-03-10T15:09:20.214Z] #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-03-10T15:09:20.214Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:09:20.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-03-10T15:09:20.784Z] #48 ... [2021-03-10T15:09:20.784Z] [2021-03-10T15:09:20.784Z] #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-03-10T15:09:20.784Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:09:20.784Z] #42 149.7 CC criu/rbtree.o [2021-03-10T15:09:20.949Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-03-10T15:09:21.200Z] #43 196.5 CC criu/sockets.o [2021-03-10T15:09:21.251Z] #55 DONE 244.8s [2021-03-10T15:09:21.352Z] #42 150.1 CC criu/rst-malloc.o [2021-03-10T15:09:21.612Z] #42 150.5 CC criu/seccomp.o [2021-03-10T15:09:21.613Z] ok github.com/docker/docker/image 0.014s coverage: 86.6% of statements [2021-03-10T15:09:21.622Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-03-10T15:09:21.821Z] [2021-03-10T15:09:21.821Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-10T15:09:21.821Z] #56 sha256:466d31f87c63c5ae85972b719eba2e6bcaac4cc8760736133ccdfbcbbe1cbf61 [2021-03-10T15:09:21.880Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-03-10T15:09:22.139Z] --- PASS: TestDaemonIpcModePrivate (2.22s) [2021-03-10T15:09:22.139Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: false, mustBeShared: false [2021-03-10T15:09:22.139Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-10T15:09:22.181Z] #42 ... [2021-03-10T15:09:22.181Z] [2021-03-10T15:09:22.181Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-10T15:09:22.181Z] #40 sha256:63fdf99f3d54844a4215a1896e422eeb579f317bc439828c31ead0b9c106eba6 [2021-03-10T15:09:22.181Z] #40 DONE 0.7s [2021-03-10T15:09:22.181Z] [2021-03-10T15:09:22.181Z] #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-03-10T15:09:22.181Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:09:22.181Z] #42 151.1 CC criu/seize.o [2021-03-10T15:09:22.259Z] #43 197.7 CC criu/stats.o [2021-03-10T15:09:22.271Z] ok github.com/docker/docker/distribution/xfer 1.925s coverage: 85.6% of statements [2021-03-10T15:09:22.271Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-10T15:09:22.271Z] ok github.com/docker/docker/image/cache 0.017s coverage: 19.2% of statements [2021-03-10T15:09:22.559Z] #43 198.2 CC criu/string.o [2021-03-10T15:09:22.749Z] #42 151.7 CC criu/servicefd.o [2021-03-10T15:09:22.757Z] #56 DONE 0.9s [2021-03-10T15:09:22.757Z] [2021-03-10T15:09:22.757Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-10T15:09:22.757Z] #60 sha256:6f19f9d23729e09052d42049cac1def866ce75d2d2e53f3063c818912a54d978 [2021-03-10T15:09:22.859Z] #43 198.3 CC criu/sysctl.o [2021-03-10T15:09:23.008Z] #42 152.1 CC criu/shmem.o [2021-03-10T15:09:23.016Z] #60 DONE 0.2s [2021-03-10T15:09:23.016Z] [2021-03-10T15:09:23.016Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-10T15:09:23.016Z] #62 sha256:221944d517c566e9aede8501aa7a2dedb8e695345a4684bb795c1a6e18202e71 [2021-03-10T15:09:23.313Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.6% of statements [2021-03-10T15:09:23.313Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2021-03-10T15:09:23.313Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-10T15:09:23.508Z] #43 199.2 CC criu/sysfs_parse.o [2021-03-10T15:09:23.514Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-03-10T15:09:23.607Z] #62 DONE 0.5s [2021-03-10T15:09:23.607Z] [2021-03-10T15:09:23.607Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-10T15:09:23.607Z] #64 sha256:1c69d712c3e4a45b69ba589a26e22e9b0624c2f6bd233e74a1682805fb48b621 [2021-03-10T15:09:23.607Z] #64 DONE 0.1s [2021-03-10T15:09:23.607Z] [2021-03-10T15:09:23.607Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-10T15:09:23.607Z] #65 sha256:af919f5ce9141e219080e1a3aa7893156d9580712c25f5909a167e086d9cc2f8 [2021-03-10T15:09:23.607Z] #65 DONE 0.0s [2021-03-10T15:09:23.607Z] [2021-03-10T15:09:23.607Z] #66 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-03-10T15:09:23.607Z] #66 sha256:b20d6ab192733454f1ca311e5b0163e3c6367fea5c4e78febe2be63949a9ffd8 [2021-03-10T15:09:23.608Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-03-10T15:09:23.809Z] #43 199.6 CC criu/timens.o [2021-03-10T15:09:23.950Z] #42 152.8 CC criu/sigframe.o [2021-03-10T15:09:24.081Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-03-10T15:09:24.081Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.92s) [2021-03-10T15:09:24.081Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2021-03-10T15:09:24.081Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-10T15:09:24.208Z] #42 153.0 CC criu/signalfd.o [2021-03-10T15:09:24.468Z] #42 153.3 CC criu/sk-inet.o [2021-03-10T15:09:24.470Z] #43 200.0 CC criu/timerfd.o [2021-03-10T15:09:24.561Z] #66 0.751 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-03-10T15:09:24.561Z] #66 0.829 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-03-10T15:09:24.561Z] #66 0.911 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-03-10T15:09:24.561Z] #66 0.993 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-03-10T15:09:24.648Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-03-10T15:09:24.772Z] #43 200.5 CC criu/tty.o [2021-03-10T15:09:25.129Z] ok github.com/docker/docker/oci 0.009s coverage: 45.2% of statements [2021-03-10T15:09:25.391Z] #66 1.112 Reading package lists... [2021-03-10T15:09:25.405Z] #42 154.3 CC criu/sk-netlink.o [2021-03-10T15:09:25.664Z] #42 154.6 CC criu/sk-packet.o [2021-03-10T15:09:25.771Z] ok github.com/docker/docker/opts 0.017s coverage: 67.1% of statements [2021-03-10T15:09:25.961Z] #66 1.768 Reading package lists... [2021-03-10T15:09:26.022Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.94s) [2021-03-10T15:09:26.022Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true [2021-03-10T15:09:26.022Z] === RUN TestIpcModeOlderClient [2021-03-10T15:09:26.022Z] === PAUSE TestIpcModeOlderClient [2021-03-10T15:09:26.022Z] === RUN TestKillContainerInvalidSignal [2021-03-10T15:09:26.022Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-03-10T15:09:26.065Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-03-10T15:09:26.220Z] #66 2.392 Building dependency tree... [2021-03-10T15:09:26.220Z] #66 2.526 Reading state information... [2021-03-10T15:09:26.220Z] #66 2.635 The following additional packages will be installed: [2021-03-10T15:09:26.220Z] #66 2.635 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-03-10T15:09:26.220Z] #66 2.636 libpam-systemd [2021-03-10T15:09:26.220Z] #66 2.636 Suggested packages: [2021-03-10T15:09:26.220Z] #66 2.636 systemd-container policykit-1 [2021-03-10T15:09:26.220Z] #66 2.636 Recommended packages: [2021-03-10T15:09:26.220Z] #66 2.636 libnss-systemd [2021-03-10T15:09:26.220Z] #66 2.716 The following NEW packages will be installed: [2021-03-10T15:09:26.220Z] #66 2.716 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-03-10T15:09:26.220Z] #66 2.717 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-03-10T15:09:26.480Z] #66 2.986 0 upgraded, 11 newly installed, 0 to remove and 21 not upgraded. [2021-03-10T15:09:26.480Z] #66 2.986 Need to get 4761 kB of archives. [2021-03-10T15:09:26.480Z] #66 2.986 After this operation, 16.6 MB of additional disk space will be used. [2021-03-10T15:09:26.480Z] #66 2.986 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-03-10T15:09:26.480Z] #66 2.988 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2021-03-10T15:09:26.480Z] #66 2.989 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-03-10T15:09:26.480Z] #66 2.995 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-03-10T15:09:26.480Z] #66 2.997 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-03-10T15:09:26.480Z] #66 2.998 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u6 [3499 kB] [2021-03-10T15:09:26.480Z] #66 3.067 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u6 [100 kB] [2021-03-10T15:09:26.602Z] #42 155.2 CC criu/sk-queue.o [2021-03-10T15:09:26.694Z] #67 exporting layers 7.1s done [2021-03-10T15:09:26.694Z] #67 writing image sha256:cf3c7c24ede7eb627520f83a4b61e5925cf4214e087923ea420ba63f58279b5c done [2021-03-10T15:09:26.694Z] #67 naming to docker.io/library/docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 done [2021-03-10T15:09:26.694Z] #67 DONE 7.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [2021-03-10T15:09:26.739Z] #66 3.067 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-03-10T15:09:26.739Z] #66 3.071 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-03-10T15:09:26.739Z] #66 3.073 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u6 [209 kB] [2021-03-10T15:09:26.739Z] #66 3.075 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [Pipeline] sh [2021-03-10T15:09:26.861Z] #42 155.6 CC criu/sk-tcp.o [2021-03-10T15:09:26.861Z] #42 ... [2021-03-10T15:09:26.861Z] [2021-03-10T15:09:26.861Z] #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-03-10T15:09:26.861Z] #48 sha256:d7f0403b5790aa8b3e005fdf80691784f47705baccfb28bf56b3364c063b9a88 [2021-03-10T15:09:26.861Z] #48 255.2 + /build/golangci-lint --version [2021-03-10T15:09:26.861Z] #48 255.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-10T15:09:26.861Z] #48 DONE 256.0s [2021-03-10T15:09:26.958Z] --- PASS: TestKillContainerInvalidSignal (0.88s) [2021-03-10T15:09:26.958Z] === RUN TestKillContainer [2021-03-10T15:09:26.958Z] === RUN TestKillContainer/no_signal [2021-03-10T15:09:26.999Z] #66 3.234 debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T15:09:26.999Z] #66 3.258 Fetched 4761 kB in 0s (13.6 MB/s) [2021-03-10T15:09:26.999Z] #66 3.284 Selecting previously unselected package libargon2-1:amd64. [2021-03-10T15:09:26.999Z] #66 3.284 (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 ... 28057 files and directories currently installed.) [2021-03-10T15:09:26.999Z] #66 3.299 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-03-10T15:09:26.999Z] #66 3.306 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-03-10T15:09:26.999Z] #66 3.342 Selecting previously unselected package libjson-c3:amd64. [2021-03-10T15:09:26.999Z] #66 3.345 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-03-10T15:09:26.999Z] #66 3.348 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-03-10T15:09:26.999Z] #66 3.379 Selecting previously unselected package libcryptsetup12:amd64. [2021-03-10T15:09:26.999Z] #66 3.382 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-03-10T15:09:26.999Z] #66 3.385 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-03-10T15:09:26.999Z] #66 3.428 Selecting previously unselected package libidn11:amd64. [2021-03-10T15:09:26.999Z] #66 3.431 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-03-10T15:09:26.999Z] #66 3.435 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-03-10T15:09:26.999Z] #66 3.476 Selecting previously unselected package libkmod2:amd64. [2021-03-10T15:09:27.040Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/test/unit [2021-03-10T15:09:27.121Z] [2021-03-10T15:09:27.121Z] #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-03-10T15:09:27.121Z] #55 sha256:d1daf96669b794506499923a025e7b07744e917d07b1ef5d620dad8fa3158a0d [2021-03-10T15:09:27.121Z] #55 ... [2021-03-10T15:09:27.121Z] [2021-03-10T15:09:27.121Z] #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-03-10T15:09:27.121Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-10T15:09:27.121Z] #42 156.1 CC criu/sk-unix.o [2021-03-10T15:09:27.259Z] #66 3.479 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-03-10T15:09:27.259Z] #66 3.482 Unpacking libkmod2:amd64 (26-1) ... [2021-03-10T15:09:27.259Z] #66 3.524 Selecting previously unselected package systemd. [2021-03-10T15:09:27.259Z] #66 3.528 Preparing to unpack .../5-systemd_241-7~deb10u6_amd64.deb ... [2021-03-10T15:09:27.259Z] #66 3.567 Unpacking systemd (241-7~deb10u6) ... [2021-03-10T15:09:27.519Z] #66 4.029 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-03-10T15:09:27.551Z] #43 203.1 CC criu/tun.o [2021-03-10T15:09:27.585Z] ok github.com/docker/docker/pkg/archive 0.530s coverage: 76.8% of statements [2021-03-10T15:09:27.779Z] #66 4.040 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-03-10T15:09:27.779Z] #66 4.051 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-03-10T15:09:27.779Z] #66 4.062 Setting up libidn11:amd64 (1.33-2.2) ... [2021-03-10T15:09:27.779Z] #66 4.072 Setting up libkmod2:amd64 (26-1) ... [2021-03-10T15:09:27.779Z] #66 4.082 Setting up systemd (241-7~deb10u6) ... [2021-03-10T15:09:27.779Z] #66 4.131 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-03-10T15:09:27.779Z] #66 4.133 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-03-10T15:09:27.779Z] #66 4.137 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-03-10T15:09:27.779Z] #66 4.137 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-03-10T15:09:27.893Z] === RUN TestKillContainer/non_killing_signal [2021-03-10T15:09:28.038Z] #66 4.564 Selecting previously unselected package systemd-sysv. [2021-03-10T15:09:28.297Z] #66 4.564 (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 ... 28854 files and directories currently installed.) [2021-03-10T15:09:28.297Z] #66 4.579 Preparing to unpack .../systemd-sysv_241-7~deb10u6_amd64.deb ... [2021-03-10T15:09:28.297Z] #66 4.582 Unpacking systemd-sysv (241-7~deb10u6) ... [2021-03-10T15:09:28.297Z] #66 4.625 Selecting previously unselected package libdbus-1-3:amd64. [2021-03-10T15:09:28.297Z] #66 4.628 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-03-10T15:09:28.297Z] #66 4.632 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-03-10T15:09:28.297Z] #66 4.688 Selecting previously unselected package dbus. [2021-03-10T15:09:28.297Z] #66 4.691 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-03-10T15:09:28.297Z] #66 4.703 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-03-10T15:09:28.297Z] #66 4.759 Selecting previously unselected package libpam-systemd:amd64. [2021-03-10T15:09:28.297Z] #66 4.762 Preparing to unpack .../libpam-systemd_241-7~deb10u6_amd64.deb ... [2021-03-10T15:09:28.297Z] #66 4.767 Unpacking libpam-systemd:amd64 (241-7~deb10u6) ... [2021-03-10T15:09:28.297Z] #66 4.811 Selecting previously unselected package dbus-user-session. [2021-03-10T15:09:28.459Z] === RUN TestKillContainer/killing_signal [2021-03-10T15:09:28.556Z] #66 4.813 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-03-10T15:09:28.556Z] #66 4.816 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-03-10T15:09:28.556Z] #66 4.882 Setting up systemd-sysv (241-7~deb10u6) ... [2021-03-10T15:09:28.556Z] #66 4.895 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-03-10T15:09:28.556Z] #66 4.905 Setting up dbus (1.12.20-0+deb10u1) ... [2021-03-10T15:09:28.556Z] #66 5.010 invoke-rc.d: could not determine current runlevel [2021-03-10T15:09:28.556Z] #66 5.012 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T15:09:28.556Z] #66 5.016 Setting up libpam-systemd:amd64 (241-7~deb10u6) ... [2021-03-10T15:09:28.604Z] #43 204.0 CC criu/uffd.o [2021-03-10T15:09:28.718Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-03-10T15:09:28.816Z] #66 5.166 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-03-10T15:09:28.816Z] #66 5.181 Processing triggers for systemd (241-7~deb10u6) ... [2021-03-10T15:09:28.816Z] #66 5.189 Processing triggers for libc-bin (2.28-10) ... [2021-03-10T15:09:28.853Z] ok github.com/docker/docker/pkg/authorization 0.452s coverage: 68.3% of statements [2021-03-10T15:09:28.853Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-03-10T15:09:29.029Z] #42 157.8 CC criu/sockets.o [2021-03-10T15:09:29.076Z] #66 DONE 5.3s [2021-03-10T15:09:29.076Z] [2021-03-10T15:09:29.076Z] #67 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-03-10T15:09:29.076Z] #67 sha256:982b55318af8a76f87f0cb3c5d3c8dc244a67b08f84959e3846d797f3ee46419 [2021-03-10T15:09:29.147Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2021-03-10T15:09:29.335Z] #67 0.467 % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:09:29.335Z] #67 0.470 Dload Upload Total Spent Left Speed [2021-03-10T15:09:29.597Z] #67 0.471 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 14023 0 --:--:-- --:--:-- --:--:-- 14023 [2021-03-10T15:09:29.597Z] #67 DONE 0.7s [2021-03-10T15:09:29.597Z] [2021-03-10T15:09:29.597Z] #68 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-10T15:09:29.597Z] #68 sha256:0f54f2c645961f9b0f190d177c37c52063dbb1e2403a0fcb927c96c2a20930a6 [2021-03-10T15:09:29.652Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-03-10T15:09:29.652Z] --- PASS: TestKillContainer (2.80s) [2021-03-10T15:09:29.652Z] --- PASS: TestKillContainer/no_signal (0.93s) [2021-03-10T15:09:29.652Z] --- PASS: TestKillContainer/non_killing_signal (0.66s) [2021-03-10T15:09:29.652Z] --- PASS: TestKillContainer/killing_signal (0.91s) [2021-03-10T15:09:29.652Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-10T15:09:29.652Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-10T15:09:29.911Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-03-10T15:09:29.968Z] #42 158.6 CC criu/stats.o [2021-03-10T15:09:29.968Z] #42 158.8 CC criu/string.o [2021-03-10T15:09:29.968Z] #42 158.9 CC criu/sysctl.o [2021-03-10T15:09:30.139Z] #43 205.7 CC criu/util.o [2021-03-10T15:09:30.477Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-10T15:09:30.535Z] #68 DONE 0.9s [2021-03-10T15:09:30.535Z] [2021-03-10T15:09:30.535Z] #69 exporting to image [2021-03-10T15:09:30.535Z] #69 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-10T15:09:30.535Z] #69 exporting layers [2021-03-10T15:09:30.537Z] #42 159.3 CC criu/sysfs_parse.o [2021-03-10T15:09:30.796Z] #42 159.7 CC criu/timens.o [2021-03-10T15:09:31.056Z] #42 159.9 CC criu/timerfd.o [2021-03-10T15:09:31.315Z] #42 160.1 CC criu/tty.o [2021-03-10T15:09:31.412Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.82s) [2021-03-10T15:09:31.412Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2021-03-10T15:09:31.412Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2021-03-10T15:09:31.412Z] === RUN TestKillStoppedContainer [2021-03-10T15:09:31.412Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-03-10T15:09:31.412Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-10T15:09:31.670Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-03-10T15:09:31.670Z] === RUN TestKillDifferentUserContainer [2021-03-10T15:09:32.249Z] #43 207.7 CC criu/uts_ns.o [2021-03-10T15:09:32.326Z] ? github.com/docker/docker/api [no test files] [2021-03-10T15:09:32.551Z] #43 ... [2021-03-10T15:09:32.551Z] [2021-03-10T15:09:32.551Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-10T15:09:32.551Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-10T15:09:32.551Z] #40 DONE 275.2s [2021-03-10T15:09:32.551Z] [2021-03-10T15:09:32.551Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-10T15:09:32.551Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-10T15:09:32.551Z] #43 208.0 CC criu/vdso.o [2021-03-10T15:09:32.606Z] --- PASS: TestKillDifferentUserContainer (0.93s) [2021-03-10T15:09:32.606Z] === RUN TestInspectOomKilledTrue [2021-03-10T15:09:32.606Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-10T15:09:32.606Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:09:32.606Z] === RUN TestInspectOomKilledFalse [2021-03-10T15:09:32.606Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-10T15:09:32.606Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:09:32.606Z] === RUN TestLinksEtcHostsContentMatch [2021-03-10T15:09:32.694Z] #42 161.3 CC criu/tun.o [2021-03-10T15:09:32.694Z] #42 161.6 CC criu/uffd.o [2021-03-10T15:09:32.866Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-03-10T15:09:33.124Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-03-10T15:09:33.383Z] --- PASS: TestLinksEtcHostsContentMatch (0.87s) [2021-03-10T15:09:33.383Z] === RUN TestLinksContainerNames [2021-03-10T15:09:33.624Z] ok github.com/docker/docker/pkg/chrootarchive 3.498s coverage: 43.2% of statements [2021-03-10T15:09:33.624Z] ok github.com/docker/docker/layer 7.891s coverage: 68.8% of statements [2021-03-10T15:09:33.624Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-10T15:09:33.624Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-10T15:09:33.624Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-10T15:09:33.624Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-10T15:09:33.624Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-10T15:09:33.624Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-10T15:09:33.624Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-10T15:09:33.624Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-03-10T15:09:33.624Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2021-03-10T15:09:33.631Z] #42 162.4 CC criu/util.o [2021-03-10T15:09:33.918Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 92.9% of statements [2021-03-10T15:09:34.094Z] #43 209.3 LINK criu/built-in.o [2021-03-10T15:09:34.094Z] #43 209.6 LINK criu/criu [2021-03-10T15:09:34.563Z] ok github.com/docker/docker/pkg/discovery/memory 0.001s coverage: 92.3% of statements [2021-03-10T15:09:34.569Z] #42 163.3 CC criu/uts_ns.o [2021-03-10T15:09:34.569Z] #42 163.4 CC criu/vdso-compat.o [2021-03-10T15:09:34.569Z] #42 163.6 CC criu/vdso.o [2021-03-10T15:09:34.741Z] #43 210.3 DEP lib/c/criu.d [2021-03-10T15:09:34.741Z] #43 210.4 CC images/rpc.pb-c.o [2021-03-10T15:09:34.857Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2021-03-10T15:09:35.137Z] #42 164.0 LINK criu/built-in.o [2021-03-10T15:09:35.137Z] #42 164.1 LINK criu/criu [2021-03-10T15:09:35.283Z] --- PASS: TestLinksContainerNames (1.75s) [2021-03-10T15:09:35.283Z] === RUN TestLogsFollowTailEmpty [2021-03-10T15:09:35.391Z] #43 211.2 CC lib/c/criu.o [2021-03-10T15:09:35.534Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2021-03-10T15:09:35.706Z] #42 164.4 DEP lib/c/criu.d [2021-03-10T15:09:35.706Z] #42 164.5 CC images/rpc.pb-c.o [2021-03-10T15:09:35.965Z] #42 164.9 CC lib/c/criu.o [2021-03-10T15:09:36.218Z] --- PASS: TestLogsFollowTailEmpty (1.19s) [2021-03-10T15:09:36.218Z] === RUN TestContainerNetworkMountsNoChown [2021-03-10T15:09:36.577Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-03-10T15:09:36.903Z] #42 165.6 LINK lib/c/built-in.o [2021-03-10T15:09:36.903Z] #42 165.6 LINK lib/c/libcriu.so [2021-03-10T15:09:36.904Z] #42 165.7 LINK lib/c/libcriu.a [2021-03-10T15:09:36.904Z] #42 165.8 GEN magic.py [2021-03-10T15:09:36.934Z] #43 212.7 LINK lib/c/built-in.o [2021-03-10T15:09:37.154Z] --- PASS: TestContainerNetworkMountsNoChown (0.91s) [2021-03-10T15:09:37.154Z] === RUN TestMountDaemonRoot [2021-03-10T15:09:37.154Z] === RUN TestMountDaemonRoot/default [2021-03-10T15:09:37.154Z] === PAUSE TestMountDaemonRoot/default [2021-03-10T15:09:37.154Z] === RUN TestMountDaemonRoot/private [2021-03-10T15:09:37.154Z] === PAUSE TestMountDaemonRoot/private [2021-03-10T15:09:37.154Z] === RUN TestMountDaemonRoot/rprivate [2021-03-10T15:09:37.154Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-10T15:09:37.154Z] === RUN TestMountDaemonRoot/slave [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/slave [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rslave [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/shared [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/shared [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rshared [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/default [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/rslave [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/rprivate [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/private [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/rshared [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/shared [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/slave [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-10T15:09:37.155Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:09:37.155Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:09:37.155Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:09:37.163Z] #42 165.9 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:09:37.163Z] #42 165.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:09:37.163Z] #42 165.9 Note: Building without GnuTLS support [2021-03-10T15:09:37.163Z] #42 165.9 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:09:37.163Z] #42 165.9 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:09:37.236Z] #43 212.7 LINK lib/c/libcriu.so [2021-03-10T15:09:37.236Z] #43 212.9 LINK lib/c/libcriu.a [2021-03-10T15:09:37.264Z] ok github.com/docker/docker/pkg/fileutils 0.037s coverage: 89.5% of statements [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:09:37.413Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:09:37.413Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-10T15:09:37.413Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-10T15:09:37.413Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-03-10T15:09:37.413Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-03-10T15:09:37.413Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-03-10T15:09:37.413Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-03-10T15:09:37.414Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-03-10T15:09:37.414Z] === RUN TestContainerBindMountNonRecursive [2021-03-10T15:09:37.536Z] #43 213.1 GEN magic.py [2021-03-10T15:09:37.731Z] #42 166.5 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:09:37.837Z] #43 213.3 Note: Building without setproctitle() and strlcpy() support. [2021-03-10T15:09:37.837Z] #43 213.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-10T15:09:37.837Z] #43 213.4 Note: Building without GnuTLS support [2021-03-10T15:09:37.837Z] #43 213.4 Makefile.config:39: Warn: you have no libnftables installed [2021-03-10T15:09:37.837Z] #43 213.4 Makefile.config:40: Warn: Building without nftables support [2021-03-10T15:09:37.903Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2021-03-10T15:09:38.197Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-03-10T15:09:38.197Z] ok github.com/docker/docker/pkg/fsutils 0.399s coverage: 85.1% of statements [2021-03-10T15:09:38.300Z] #42 167.1 make[1]: Nothing to be done for 'all'. [2021-03-10T15:09:38.349Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-03-10T15:09:38.504Z] #43 214.2 fatal: not a git repository (or any of the parent directories): .git [2021-03-10T15:09:38.667Z] #69 exporting layers 6.8s done [2021-03-10T15:09:38.667Z] #69 writing image sha256:937049bd418003e4f1adbadc0750a3e5f276ed5dde0cd3ecc74725eb6b648ed3 done [2021-03-10T15:09:38.667Z] #69 naming to docker.io/library/docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 done [2021-03-10T15:09:38.667Z] #69 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-10T15:09:38.869Z] #42 167.6 make[1]: 'images/built-in.o' is up to date. [2021-03-10T15:09:38.869Z] #42 167.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-10T15:09:38.869Z] #42 167.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-10T15:09:38.869Z] #42 167.7 make[1]: 'compel/libcompel.a' is up to date. [2021-03-10T15:09:38.869Z] #42 167.7 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-10T15:09:38.869Z] #42 167.7 make[1]: Nothing to be done for 'all'. [2021-03-10T15:09:38.869Z] #42 167.7 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:09:38.869Z] #42 167.9 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:39.034Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh dynbinary test-integration [2021-03-10T15:09:39.128Z] #42 167.9 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:39.128Z] #42 168.0 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:39.128Z] #42 168.0 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:39.128Z] #42 168.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:39.128Z] #42 168.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:39.128Z] #42 168.1 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:39.239Z] ok github.com/docker/docker/pkg/idtools 0.426s coverage: 69.5% of statements [2021-03-10T15:09:39.239Z] ok github.com/docker/docker/pkg/ioutils 0.279s coverage: 70.6% of statements [2021-03-10T15:09:39.388Z] #42 168.2 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:39.388Z] #42 168.2 INSTALL criu/criu [2021-03-10T15:09:39.568Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2021-03-10T15:09:39.568Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2021-03-10T15:09:39.568Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-10T15:09:39.568Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-10T15:09:39.568Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-10T15:09:39.647Z] #42 DONE 168.5s [2021-03-10T15:09:39.647Z] [2021-03-10T15:09:39.647Z] #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-03-10T15:09:39.647Z] #52 sha256:3bc79961ba079822f3313930a4ac9fb860562fb39da27e331e7870813b7dfacb [2021-03-10T15:09:39.724Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-03-10T15:09:39.724Z] --- PASS: TestContainerBindMountNonRecursive (2.37s) [2021-03-10T15:09:39.724Z] === RUN TestContainerVolumesMountedAsShared [2021-03-10T15:09:39.861Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2021-03-10T15:09:39.861Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-10T15:09:39.861Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-03-10T15:09:40.047Z] #43 215.4 make[1]: Nothing to be done for 'all'. [2021-03-10T15:09:40.155Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2021-03-10T15:09:40.449Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2021-03-10T15:09:40.450Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2021-03-10T15:09:40.450Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-10T15:09:40.450Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-10T15:09:40.604Z] #52 ... [2021-03-10T15:09:40.604Z] [2021-03-10T15:09:40.604Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-10T15:09:40.604Z] #43 sha256:c980b2382f5d97594153a1a8beb1eacbe409ffe5d8adffb5ccbdc5d6ef833283 [2021-03-10T15:09:40.604Z] #43 DONE 0.1s [2021-03-10T15:09:40.604Z] [2021-03-10T15:09:40.604Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-10T15:09:40.604Z] #45 sha256:bebebc449e3c78ef94f6bdb3ba371a72c5de3ec4b650170578e24896c5bfc3a8 [2021-03-10T15:09:40.660Z] --- PASS: TestContainerVolumesMountedAsShared (0.63s) [2021-03-10T15:09:40.660Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-10T15:09:40.862Z] #45 DONE 0.2s [2021-03-10T15:09:40.862Z] [2021-03-10T15:09:40.862Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-10T15:09:40.862Z] #47 sha256:fddb660d40900e8f41de3e34e2936db6c39b76029a11d6c7b4e8539f25e636c8 [2021-03-10T15:09:40.862Z] #47 DONE 0.1s [2021-03-10T15:09:40.862Z] [2021-03-10T15:09:40.862Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-10T15:09:40.862Z] #49 sha256:0574571f0ad289f4c9184e6acc65fd73f7f34229c75035e2465841bdc74e58b7 [2021-03-10T15:09:41.107Z] #43 216.6 make[1]: 'images/built-in.o' is up to date. [2021-03-10T15:09:41.107Z] #43 216.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-10T15:09:41.107Z] #43 216.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-10T15:09:41.107Z] #43 216.8 make[1]: 'compel/libcompel.a' is up to date. [2021-03-10T15:09:41.107Z] #43 216.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-10T15:09:41.121Z] #49 DONE 0.3s [2021-03-10T15:09:41.121Z] [2021-03-10T15:09:41.121Z] #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-03-10T15:09:41.121Z] #55 sha256:d1daf96669b794506499923a025e7b07744e917d07b1ef5d620dad8fa3158a0d [2021-03-10T15:09:41.381Z] #55 ... [2021-03-10T15:09:41.381Z] [2021-03-10T15:09:41.381Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-10T15:09:41.381Z] #51 sha256:b8a72dd89a37dfede6ae343ab0d572631eda89d49e01a311f362919c43660e2d [2021-03-10T15:09:41.381Z] #51 DONE 0.1s [2021-03-10T15:09:41.381Z] [2021-03-10T15:09:41.381Z] #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-03-10T15:09:41.381Z] #55 sha256:d1daf96669b794506499923a025e7b07744e917d07b1ef5d620dad8fa3158a0d [2021-03-10T15:09:41.408Z] #43 216.8 make[1]: Nothing to be done for 'all'. [2021-03-10T15:09:41.408Z] #43 216.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-10T15:09:41.564Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2021-03-10T15:09:41.569Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-03-10T15:09:41.569Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-03-10T15:09:41.569Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-03-10T15:09:41.569Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-03-10T15:09:41.569Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-03-10T15:09:41.569Z] Detected virtualization docker. [2021-03-10T15:09:41.569Z] Detected architecture x86-64. [2021-03-10T15:09:41.569Z] Set hostname to <6b25f0b28f7d>. [2021-03-10T15:09:41.596Z] --- PASS: TestContainerVolumesMountedAsSlave (1.01s) [2021-03-10T15:09:41.596Z] === RUN TestNetworkNat [2021-03-10T15:09:41.708Z] #43 217.2 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:41.708Z] #43 217.2 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:41.708Z] #43 217.3 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:41.708Z] #43 217.5 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:41.829Z] + source /etc/docker-entrypoint-cmd [2021-03-10T15:09:41.829Z] ++ hack/make.sh dynbinary test-integration [2021-03-10T15:09:41.829Z] [2021-03-10T15:09:41.829Z] Removing bundles/ [2021-03-10T15:09:41.829Z] [2021-03-10T15:09:41.829Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-10T15:09:41.829Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:09:41.829Z] GOOS="" GOARCH="" GOARM="" [2021-03-10T15:09:41.854Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-03-10T15:09:41.859Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-03-10T15:09:42.008Z] #43 217.6 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:42.008Z] #43 217.6 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:42.008Z] #43 217.7 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:42.153Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-03-10T15:09:42.307Z] #43 217.9 make[2]: Nothing to be done for 'all'. [2021-03-10T15:09:42.307Z] #43 217.9 INSTALL criu/criu [2021-03-10T15:09:42.307Z] #43 DONE 218.0s [2021-03-10T15:09:42.307Z] [2021-03-10T15:09:42.307Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-10T15:09:42.307Z] #24 sha256:294f614003c2514a263de31fc7cb3a6bcb87a473dc606a42f3682bde43fca127 [2021-03-10T15:09:42.421Z] --- PASS: TestNetworkNat (0.92s) [2021-03-10T15:09:42.421Z] === RUN TestNetworkLocalhostTCPNat [2021-03-10T15:09:42.446Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-03-10T15:09:43.357Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2021-03-10T15:09:43.357Z] === RUN TestNetworkLoopbackNat [2021-03-10T15:09:43.965Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 75.0% of statements [2021-03-10T15:09:43.965Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2021-03-10T15:09:44.584Z] ok github.com/docker/docker/api/server 0.062s coverage: 9.0% of statements [2021-03-10T15:09:45.258Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-03-10T15:09:46.634Z] --- PASS: TestNetworkLoopbackNat (3.47s) [2021-03-10T15:09:46.634Z] === RUN TestPause [2021-03-10T15:09:46.737Z] ok github.com/docker/docker/pkg/signal 2.386s coverage: 61.0% of statements [2021-03-10T15:09:46.892Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-03-10T15:09:47.031Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-03-10T15:09:47.325Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-03-10T15:09:47.698Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-03-10T15:09:47.826Z] --- PASS: TestPause (0.96s) [2021-03-10T15:09:47.826Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-10T15:09:47.826Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:09:47.826Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:09:47.826Z] === RUN TestPauseStopPausedContainer [2021-03-10T15:09:47.949Z] #55 207.8 + bin/containerd [2021-03-10T15:09:47.953Z] #24 ... [2021-03-10T15:09:47.953Z] [2021-03-10T15:09:47.953Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-10T15:09:47.953Z] #49 sha256:4a305847effe8e64a5f9e9596291043d5f7174aed07ba9e4fafa339b8eedd698 [2021-03-10T15:09:47.953Z] #49 290.6 + /build/golangci-lint --version [2021-03-10T15:09:48.254Z] #49 291.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-10T15:09:48.254Z] #49 DONE 291.3s [2021-03-10T15:09:48.254Z] [2021-03-10T15:09:48.254Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-10T15:09:48.254Z] #24 sha256:294f614003c2514a263de31fc7cb3a6bcb87a473dc606a42f3682bde43fca127 [2021-03-10T15:09:48.337Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 54.2% of statements [2021-03-10T15:09:48.761Z] --- PASS: TestPauseStopPausedContainer (1.09s) [2021-03-10T15:09:48.761Z] === RUN TestPsFilter [2021-03-10T15:09:49.020Z] --- PASS: TestPsFilter (0.15s) [2021-03-10T15:09:49.020Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-10T15:09:49.044Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 36.9% of statements [2021-03-10T15:09:49.044Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2021-03-10T15:09:49.587Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-03-10T15:09:49.727Z] ok github.com/docker/docker/pkg/tarsum 0.036s coverage: 89.3% of statements [2021-03-10T15:09:49.727Z] testing: warning: no tests to run [2021-03-10T15:09:49.727Z] coverage: [no statements] [2021-03-10T15:09:49.727Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-03-10T15:09:49.846Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-03-10T15:09:49.846Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.04s) [2021-03-10T15:09:49.846Z] === RUN TestRemoveContainerWithVolume [2021-03-10T15:09:50.365Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-03-10T15:09:50.365Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-03-10T15:09:50.659Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-03-10T15:09:51.222Z] --- PASS: TestRemoveContainerWithVolume (1.22s) [2021-03-10T15:09:51.222Z] === RUN TestRemoveContainerRunning [2021-03-10T15:09:51.789Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-03-10T15:09:52.047Z] --- PASS: TestRemoveContainerRunning (0.98s) [2021-03-10T15:09:52.047Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-10T15:09:52.149Z] #55 ... [2021-03-10T15:09:52.149Z] [2021-03-10T15:09:52.149Z] #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-03-10T15:09:52.149Z] #52 sha256:3bc79961ba079822f3313930a4ac9fb860562fb39da27e331e7870813b7dfacb [2021-03-10T15:09:52.149Z] #52 127.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-10T15:09:52.149Z] #52 128.4 + mkdir -p /build [2021-03-10T15:09:52.149Z] #52 128.4 + cp runc /build/runc [2021-03-10T15:09:52.149Z] #52 DONE 128.9s [2021-03-10T15:09:52.149Z] [2021-03-10T15:09:52.149Z] #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-03-10T15:09:52.149Z] #55 sha256:d1daf96669b794506499923a025e7b07744e917d07b1ef5d620dad8fa3158a0d [2021-03-10T15:09:52.254Z] ok github.com/docker/docker/plugin 0.560s coverage: 23.2% of statements [2021-03-10T15:09:52.305Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-03-10T15:09:52.892Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-03-10T15:09:53.240Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.91s) [2021-03-10T15:09:53.240Z] === RUN TestRemoveInvalidContainer [2021-03-10T15:09:53.240Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-10T15:09:53.240Z] === RUN TestRenameLinkedContainer [2021-03-10T15:09:53.531Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 86.4% of statements [2021-03-10T15:09:54.052Z] #55 ... [2021-03-10T15:09:54.052Z] [2021-03-10T15:09:54.052Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-10T15:09:54.052Z] #53 sha256:6fe9e1d2136588a7e693c1992b9d667a3761953f151dbad6904a0c9a87544eba [2021-03-10T15:09:54.052Z] #53 DONE 0.2s [2021-03-10T15:09:54.052Z] [2021-03-10T15:09:54.052Z] #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-03-10T15:09:54.052Z] #55 sha256:d1daf96669b794506499923a025e7b07744e917d07b1ef5d620dad8fa3158a0d [2021-03-10T15:09:55.088Z] ok github.com/docker/docker/quota 0.664s coverage: 71.4% of statements [2021-03-10T15:09:55.143Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-03-10T15:09:55.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-03-10T15:09:55.382Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2021-03-10T15:09:56.519Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-03-10T15:09:56.647Z] ok github.com/docker/docker/registry 0.087s coverage: 57.2% of statements [2021-03-10T15:09:56.777Z] --- PASS: TestRenameLinkedContainer (3.65s) [2021-03-10T15:09:56.777Z] === RUN TestRenameStoppedContainer [2021-03-10T15:09:56.941Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-03-10T15:09:57.235Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2021-03-10T15:09:57.712Z] --- PASS: TestRenameStoppedContainer (0.94s) [2021-03-10T15:09:57.712Z] === RUN TestRenameRunningContainerAndReuse [2021-03-10T15:09:57.873Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-03-10T15:09:58.167Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2021-03-10T15:09:58.647Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-03-10T15:09:59.581Z] --- PASS: TestRenameRunningContainerAndReuse (1.93s) [2021-03-10T15:09:59.581Z] === RUN TestRenameInvalidName [2021-03-10T15:10:00.379Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-03-10T15:10:00.516Z] --- PASS: TestRenameInvalidName (0.91s) [2021-03-10T15:10:00.516Z] === RUN TestRenameAnonymousContainer [2021-03-10T15:10:00.516Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-03-10T15:10:01.545Z] ok github.com/docker/docker/volume/local 0.313s coverage: 76.4% of statements [2021-03-10T15:10:01.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-03-10T15:10:01.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-03-10T15:10:01.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-03-10T15:10:01.892Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-03-10T15:10:02.334Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-03-10T15:10:02.828Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-03-10T15:10:03.376Z] ok github.com/docker/docker/volume/service 0.012s coverage: 73.1% of statements [2021-03-10T15:10:03.394Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-03-10T15:10:03.653Z] --- PASS: TestRenameAnonymousContainer (3.15s) [2021-03-10T15:10:03.653Z] === RUN TestRenameContainerWithSameName [2021-03-10T15:10:03.653Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-03-10T15:10:04.588Z] --- PASS: TestRenameContainerWithSameName (0.85s) [2021-03-10T15:10:04.588Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-10T15:10:04.847Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-03-10T15:10:06.748Z] --- PASS: TestRenameContainerWithLinkedContainer (1.89s) [2021-03-10T15:10:06.749Z] === RUN TestResize [2021-03-10T15:10:07.316Z] --- PASS: TestResize (0.96s) [2021-03-10T15:10:07.316Z] === RUN TestResizeWithInvalidSize [2021-03-10T15:10:07.350Z] #24 ... [2021-03-10T15:10:07.350Z] [2021-03-10T15:10:07.350Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-10T15:10:07.350Z] #53 sha256:d55eb9e5b75560900716ad58f0d4c69779281fecd11726c005bd49ea9750ec86 [2021-03-10T15:10:07.350Z] #53 195.1 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-10T15:10:08.252Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2021-03-10T15:10:08.252Z] === RUN TestResizeWhenContainerNotStarted [2021-03-10T15:10:08.404Z] #53 196.1 + mkdir -p /build [2021-03-10T15:10:08.404Z] #53 196.1 + cp runc /build/runc [2021-03-10T15:10:08.510Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-03-10T15:10:08.706Z] #53 DONE 196.2s [2021-03-10T15:10:08.706Z] [2021-03-10T15:10:08.706Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-10T15:10:08.706Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:10:09.079Z] --- PASS: TestResizeWhenContainerNotStarted (0.90s) [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:10:09.079Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:10:09.079Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:10:09.079Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:10:09.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:10:09.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:10:09.079Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:10:09.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:10:09.079Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:10:09.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:10:09.079Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:10:10.016Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-03-10T15:10:10.016Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-03-10T15:10:10.585Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-03-10T15:10:10.585Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:10:10.585Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:10:10.844Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:10:12.223Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-03-10T15:10:12.223Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.62s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.03s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.07s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.16s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.05s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.72s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.12s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.13s) [2021-03-10T15:10:14.126Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.12s) [2021-03-10T15:10:14.126Z] === RUN TestCgroupNamespacesRun [2021-03-10T15:10:14.126Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-03-10T15:10:14.348Z] #56 274.5 + bin/containerd [2021-03-10T15:10:16.034Z] --- PASS: TestCgroupNamespacesRun (1.96s) [2021-03-10T15:10:16.034Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-10T15:10:16.372Z] ok github.com/docker/docker/pkg/plugins 33.614s coverage: 76.6% of statements [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/rootless [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/volume [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-10T15:10:16.372Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === Skipped [2021-03-10T15:10:16.372Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-10T15:10:16.372Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-10T15:10:16.372Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-10T15:10:16.372Z] time="2021-03-10T15:08:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-10T15:10:16.372Z] time="2021-03-10T15:08:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-10T15:10:16.372Z] time="2021-03-10T15:08:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-10T15:10:16.372Z] time="2021-03-10T15:08:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-10T15:10:16.372Z] time="2021-03-10T15:08:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-10T15:10:16.372Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-10T15:10:16.372Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-10T15:10:16.372Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:10:16.372Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-10T15:10:16.372Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-10T15:10:16.372Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-10T15:10:16.372Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.372Z] [2021-03-10T15:10:16.373Z] DONE 2244 tests, 26 skipped in 213.131s Post stage [Pipeline] junit [2021-03-10T15:10:16.426Z] Recording test results [2021-03-10T15:10:16.552Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-10T15:10:17.004Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -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:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh dynbinary test-integration [2021-03-10T15:10:17.410Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-03-10T15:10:17.410Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.62s) [2021-03-10T15:10:17.410Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-10T15:10:17.624Z] #56 ... [2021-03-10T15:10:17.624Z] [2021-03-10T15:10:17.624Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-10T15:10:17.624Z] #24 sha256:294f614003c2514a263de31fc7cb3a6bcb87a473dc606a42f3682bde43fca127 [2021-03-10T15:10:17.624Z] #24 319.8 + return [2021-03-10T15:10:17.624Z] #24 DONE 319.9s [2021-03-10T15:10:17.624Z] [2021-03-10T15:10:17.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-03-10T15:10:17.624Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:10:17.644Z] [2021-03-10T15:10:17.644Z] Removing bundles/ [2021-03-10T15:10:17.644Z] [2021-03-10T15:10:17.644Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-10T15:10:17.644Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:10:17.644Z] GOOS="" GOARCH="" GOARM="" [2021-03-10T15:10:18.785Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-03-10T15:10:19.160Z] #56 ... [2021-03-10T15:10:19.160Z] [2021-03-10T15:10:19.160Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-10T15:10:19.160Z] #25 sha256:ecbb32ecbdad3eb3bf37754fa190d0609f73d377e466f79b56f9f3590bfc5e37 [2021-03-10T15:10:19.160Z] #25 DONE 0.1s [2021-03-10T15:10:19.160Z] [2021-03-10T15:10:19.160Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-10T15:10:19.160Z] #30 sha256:22767bf7553957d393e6712699d296b2a817737076566ba5d987d3c05928ff39 [2021-03-10T15:10:19.353Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.93s) [2021-03-10T15:10:19.353Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-10T15:10:19.478Z] #30 DONE 0.7s [2021-03-10T15:10:19.478Z] [2021-03-10T15:10:19.478Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-10T15:10:19.478Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:10:19.611Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-03-10T15:10:19.778Z] #56 ... [2021-03-10T15:10:19.778Z] [2021-03-10T15:10:19.778Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-10T15:10:19.778Z] #33 sha256:6828cbcf1a582af7339140a116038c30dc8024432ad95701ecf95670f7330a82 [2021-03-10T15:10:19.778Z] #33 DONE 0.1s [2021-03-10T15:10:19.778Z] [2021-03-10T15:10:19.778Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-10T15:10:19.778Z] #35 sha256:f1a7efff73f370ea9e49dd5ab09efc6f8e639cd1c24667774f14a182c41f83cc [2021-03-10T15:10:19.778Z] #35 DONE 0.1s [2021-03-10T15:10:19.778Z] [2021-03-10T15:10:19.778Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-10T15:10:19.778Z] #38 sha256:f9086e317c664571f24ef9737123d987635134aab9b038e805730acc3bd2c245 [2021-03-10T15:10:19.778Z] #38 DONE 0.1s [2021-03-10T15:10:19.778Z] [2021-03-10T15:10:19.778Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-10T15:10:19.778Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:10:20.077Z] #56 ... [2021-03-10T15:10:20.077Z] [2021-03-10T15:10:20.077Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-10T15:10:20.077Z] #41 sha256:da59867e70811bee698de00920b4a28e32c61df971742c6d9e06e377b9246fbe [2021-03-10T15:10:20.077Z] #41 DONE 0.2s [2021-03-10T15:10:20.077Z] [2021-03-10T15:10:20.077Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-10T15:10:20.077Z] #44 sha256:d72f60422bd72d7b8583bc4b1deffcac3713e8befc92bb63723e868149e7b6e4 [2021-03-10T15:10:20.379Z] #44 DONE 0.1s [2021-03-10T15:10:20.379Z] [2021-03-10T15:10:20.379Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-10T15:10:20.379Z] #46 sha256:3a5612c15c4447e87ca37442188325385893cdc3c78480f60fec588d9701aeca [2021-03-10T15:10:20.379Z] #46 DONE 0.1s [2021-03-10T15:10:20.379Z] [2021-03-10T15:10:20.379Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-10T15:10:20.379Z] #48 sha256:15e2f6479ff5b57fda29b1bad2d0a54d788f333b5c3d51d56ac77ad136a605b9 [2021-03-10T15:10:20.379Z] #48 DONE 0.1s [2021-03-10T15:10:20.379Z] [2021-03-10T15:10:20.379Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-10T15:10:20.379Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:10:20.546Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-03-10T15:10:20.604Z] #55 238.9 + bin/containerd-stress [2021-03-10T15:10:20.604Z] #55 241.0 + bin/containerd-shim [2021-03-10T15:10:20.760Z] #56 ... [2021-03-10T15:10:20.760Z] [2021-03-10T15:10:20.760Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-10T15:10:20.760Z] #50 sha256:54d4bf389e6bf0a898f843301a97223c299ff8ffbbaabca847199d25845dd346 [2021-03-10T15:10:20.760Z] #50 DONE 0.1s [2021-03-10T15:10:20.760Z] [2021-03-10T15:10:20.760Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-10T15:10:20.760Z] #52 sha256:4246eb117216ed3e76b0cc6bdb656e2d20b0931f14bb8132dce99dae88746ef0 [2021-03-10T15:10:20.760Z] #52 DONE 0.1s [2021-03-10T15:10:20.760Z] [2021-03-10T15:10:20.760Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-10T15:10:20.760Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:10:20.760Z] #56 ... [2021-03-10T15:10:20.760Z] [2021-03-10T15:10:20.760Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-10T15:10:20.760Z] #54 sha256:008441ebbee16a0ba8a720b34a961166f89b91acdd82ac14282d8c1e625cf168 [2021-03-10T15:10:20.760Z] #54 DONE 0.1s [2021-03-10T15:10:21.058Z] [2021-03-10T15:10:21.058Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-10T15:10:21.058Z] #56 sha256:1caadb09b0da418b2264c2850d041d679c3b5be931b4235f3187a56cd21642c8 [2021-03-10T15:10:21.114Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-03-10T15:10:21.114Z] --- PASS: TestCgroupNamespacesRunHostMode (1.89s) [2021-03-10T15:10:21.114Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-10T15:10:21.373Z] === RUN TestDockerSuite/TestBuildCmd [2021-03-10T15:10:21.632Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-03-10T15:10:21.890Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-03-10T15:10:22.148Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-03-10T15:10:22.148Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-03-10T15:10:22.408Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-03-10T15:10:22.975Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-03-10T15:10:23.234Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.92s) [2021-03-10T15:10:23.234Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-10T15:10:24.611Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.50s) [2021-03-10T15:10:24.611Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-10T15:10:24.904Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|exports_file|files|imports) took 2m3.256089747s [2021-03-10T15:10:24.904Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 461.493046ms [2021-03-10T15:10:25.547Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.75s) [2021-03-10T15:10:25.547Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-10T15:10:26.483Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-03-10T15:10:27.170Z] #55 247.7 + bin/containerd-shim-runc-v1 [2021-03-10T15:10:27.418Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.92s) [2021-03-10T15:10:27.418Z] === RUN TestKernelTCPMemory [2021-03-10T15:10:28.795Z] --- PASS: TestKernelTCPMemory (1.32s) [2021-03-10T15:10:28.795Z] === RUN TestNISDomainname [2021-03-10T15:10:29.362Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-03-10T15:10:29.929Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-03-10T15:10:30.187Z] --- PASS: TestNISDomainname (1.58s) [2021-03-10T15:10:30.187Z] === RUN TestHostnameDnsResolution [2021-03-10T15:10:30.754Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-03-10T15:10:31.012Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-03-10T15:10:31.271Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-03-10T15:10:31.838Z] --- PASS: TestHostnameDnsResolution (1.68s) [2021-03-10T15:10:31.838Z] === RUN TestStats [2021-03-10T15:10:32.405Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-03-10T15:10:32.480Z] #55 252.3 + bin/containerd-shim-runc-v2 [2021-03-10T15:10:32.480Z] #55 253.2 + binaries [2021-03-10T15:10:32.480Z] #55 253.2 + install -D bin/containerd /build/containerd [2021-03-10T15:10:32.480Z] #55 253.2 + install -D bin/containerd-shim /build/containerd-shim [2021-03-10T15:10:32.663Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-03-10T15:10:32.749Z] #55 253.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-10T15:10:32.749Z] #55 253.3 + install -D bin/ctr /build/ctr [2021-03-10T15:10:32.922Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-03-10T15:10:33.488Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-03-10T15:10:34.676Z] #55 DONE 254.9s [2021-03-10T15:10:35.244Z] [2021-03-10T15:10:35.244Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-10T15:10:35.244Z] #56 sha256:9ac8028eac5d3e085699806d3ea42fef0918d31a50178e440f8edd14a0647bed [2021-03-10T15:10:35.389Z] --- PASS: TestStats (3.17s) [2021-03-10T15:10:35.389Z] === RUN TestStopContainerWithTimeout [2021-03-10T15:10:35.389Z] === RUN TestStopContainerWithTimeout/0 [2021-03-10T15:10:35.389Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-10T15:10:35.389Z] === RUN TestStopContainerWithTimeout/1 [2021-03-10T15:10:35.389Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-10T15:10:35.389Z] === RUN TestStopContainerWithTimeout/3 [2021-03-10T15:10:35.389Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-10T15:10:35.389Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-10T15:10:35.389Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-10T15:10:35.389Z] === CONT TestStopContainerWithTimeout/0 [2021-03-10T15:10:35.389Z] === CONT TestStopContainerWithTimeout/3 [2021-03-10T15:10:35.389Z] === CONT TestStopContainerWithTimeout/1 [2021-03-10T15:10:35.389Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-10T15:10:35.810Z] #56 DONE 0.8s [2021-03-10T15:10:36.068Z] [2021-03-10T15:10:36.068Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-10T15:10:36.068Z] #60 sha256:fc79e319cca6038ee487e7bcbecd97b59fc3c99910339534cc197d0b9c645298 [2021-03-10T15:10:36.068Z] #60 DONE 0.2s [2021-03-10T15:10:36.068Z] [2021-03-10T15:10:36.068Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-10T15:10:36.068Z] #62 sha256:5e31482e0d419e965a4d47bccb41cb25f7e8e17b461e8996dc0acdab52620040 [2021-03-10T15:10:36.635Z] #62 DONE 0.5s [2021-03-10T15:10:36.635Z] [2021-03-10T15:10:36.635Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-10T15:10:36.635Z] #64 sha256:b19e0959d451be87290668c0a6c508022d2a837ba12b35c75fc8e7834f29b74b [2021-03-10T15:10:36.635Z] #64 DONE 0.0s [2021-03-10T15:10:36.635Z] [2021-03-10T15:10:36.635Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-10T15:10:36.635Z] #65 sha256:f373130900b02db39dcb4033341f3c22888179b827dd2f96b7cc47729ff92bd0 [2021-03-10T15:10:36.635Z] #65 DONE 0.0s [2021-03-10T15:10:36.635Z] [2021-03-10T15:10:36.635Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-10T15:10:36.635Z] #66 sha256:29a27195f1b27026ecbcd49bfa5e57757e229a83dffa12573e87393171276144 [2021-03-10T15:10:36.766Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-03-10T15:10:38.668Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-10T15:10:38.668Z] --- PASS: TestStopContainerWithTimeout/0 (1.41s) [2021-03-10T15:10:38.668Z] --- PASS: TestStopContainerWithTimeout/1 (2.36s) [2021-03-10T15:10:38.668Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2021-03-10T15:10:38.668Z] --- PASS: TestStopContainerWithTimeout/3 (3.26s) [2021-03-10T15:10:38.668Z] === RUN TestDeleteDevicemapper [2021-03-10T15:10:38.668Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-10T15:10:38.668Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:10:38.668Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-10T15:10:39.166Z] #66 DONE 2.0s [2021-03-10T15:10:39.166Z] [2021-03-10T15:10:39.166Z] #67 exporting to image [2021-03-10T15:10:39.166Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-10T15:10:39.166Z] #67 exporting layers [2021-03-10T15:10:39.604Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-03-10T15:10:40.883Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 14.7% of statements [2021-03-10T15:10:40.883Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-10T15:10:40.883Z] ok github.com/docker/docker/api/server/middleware 0.025s coverage: 37.7% of statements [2021-03-10T15:10:40.883Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-10T15:10:40.883Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-10T15:10:40.883Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-10T15:10:41.145Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-10T15:10:41.145Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-10T15:10:41.145Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-10T15:10:41.145Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-10T15:10:41.145Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-10T15:10:41.145Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-10T15:10:41.507Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-03-10T15:10:42.074Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.72s) [2021-03-10T15:10:42.074Z] === RUN TestUpdateMemory [2021-03-10T15:10:42.074Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-10T15:10:42.074Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:10:42.074Z] === RUN TestUpdateCPUQuota [2021-03-10T15:10:42.090Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-10T15:10:42.090Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-10T15:10:42.353Z] ok github.com/docker/docker/api/types/strslice 0.020s coverage: 90.0% of statements [2021-03-10T15:10:42.615Z] ok github.com/docker/docker/api/types/filters 0.030s coverage: 92.2% of statements [2021-03-10T15:10:42.876Z] ok github.com/docker/docker/api/server/router/swarm 0.019s coverage: 5.7% of statements [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-10T15:10:42.876Z] ok github.com/docker/docker/api/types/versions 0.027s coverage: 75.0% of statements [2021-03-10T15:10:42.876Z] ok github.com/docker/docker/api/types/time 0.038s coverage: 100.0% of statements [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/builder [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-10T15:10:42.876Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-10T15:10:45.359Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-03-10T15:10:45.359Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-03-10T15:10:45.359Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-03-10T15:10:45.433Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2021-03-10T15:10:45.617Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-03-10T15:10:45.728Z] #67 exporting layers 6.6s done [2021-03-10T15:10:45.728Z] #67 writing image sha256:1bc1658917e0a449bb43e991b94d03738ce9a411edb0656b4ba1690c77dd7263 [2021-03-10T15:10:45.728Z] #67 writing image sha256:1bc1658917e0a449bb43e991b94d03738ce9a411edb0656b4ba1690c77dd7263 done [2021-03-10T15:10:45.728Z] #67 naming to docker.io/library/docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 done [2021-03-10T15:10:45.728Z] #67 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-10T15:10:46.076Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -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:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh dynbinary test-integration [2021-03-10T15:10:46.829Z] ok github.com/docker/docker/builder/remotecontext 0.342s coverage: 13.7% of statements [2021-03-10T15:10:47.450Z] [2021-03-10T15:10:47.450Z] Removing bundles/ [2021-03-10T15:10:47.450Z] [2021-03-10T15:10:47.450Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-10T15:10:47.450Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:10:47.450Z] GOOS="" GOARCH="" GOARM="" [2021-03-10T15:10:47.776Z] ok github.com/docker/docker/builder/dockerfile 0.943s coverage: 48.3% of statements [2021-03-10T15:10:47.776Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-10T15:10:48.039Z] ok github.com/docker/docker/builder/remotecontext/git 3.619s coverage: 86.3% of statements [2021-03-10T15:10:48.039Z] ? github.com/docker/docker/cli [no test files] [2021-03-10T15:10:48.039Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-10T15:10:48.288Z] #56 308.8 + bin/containerd-stress [2021-03-10T15:10:48.902Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-03-10T15:10:48.902Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-03-10T15:10:49.468Z] --- PASS: TestUpdateCPUQuota (7.29s) [2021-03-10T15:10:49.468Z] === RUN TestUpdatePidsLimit [2021-03-10T15:10:49.468Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-10T15:10:49.727Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-03-10T15:10:50.294Z] === RUN TestUpdatePidsLimit/no_change [2021-03-10T15:10:50.294Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-03-10T15:10:50.861Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-03-10T15:10:50.861Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-10T15:10:51.049Z] #56 311.2 + bin/containerd-shim [2021-03-10T15:10:51.796Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-10T15:10:52.363Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-03-10T15:10:52.363Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-10T15:10:52.929Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-10T15:10:53.345Z] ok github.com/docker/docker/client 0.213s coverage: 75.4% of statements [2021-03-10T15:10:53.496Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-03-10T15:10:53.496Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-03-10T15:10:53.496Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-03-10T15:10:53.496Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-03-10T15:10:53.496Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-03-10T15:10:53.755Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-10T15:10:55.130Z] --- PASS: TestUpdatePidsLimit (5.78s) [2021-03-10T15:10:55.130Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.74s) [2021-03-10T15:10:55.130Z] --- PASS: TestUpdatePidsLimit/no_change (0.74s) [2021-03-10T15:10:55.130Z] --- PASS: TestUpdatePidsLimit/update_lower (0.75s) [2021-03-10T15:10:55.130Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.71s) [2021-03-10T15:10:55.130Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.73s) [2021-03-10T15:10:55.130Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.75s) [2021-03-10T15:10:55.130Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.77s) [2021-03-10T15:10:55.130Z] === RUN TestUpdateRestartPolicy [2021-03-10T15:10:55.370Z] 5ff1512f88ec: Pull complete [2021-03-10T15:10:55.370Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab [2021-03-10T15:10:55.370Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:10:55.370Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:10:55.370Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-03-10T15:10:55.370Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-03-10T15:10:55.370Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1817' [2021-03-10T15:10:55.370Z] INFO: Docker version of control daemon [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] Client: Docker Engine - Enterprise [2021-03-10T15:10:55.370Z] Version: 19.03.12 [2021-03-10T15:10:55.370Z] API version: 1.40 [2021-03-10T15:10:55.370Z] Go version: go1.13.13 [2021-03-10T15:10:55.370Z] Git commit: 4306744 [2021-03-10T15:10:55.370Z] Built: 08/05/2020 19:27:53 [2021-03-10T15:10:55.370Z] OS/Arch: windows/amd64 [2021-03-10T15:10:55.370Z] Experimental: false [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] Server: Docker Engine - Enterprise [2021-03-10T15:10:55.370Z] Engine: [2021-03-10T15:10:55.370Z] Version: 19.03.12 [2021-03-10T15:10:55.370Z] API version: 1.40 (minimum version 1.24) [2021-03-10T15:10:55.370Z] Go version: go1.13.13 [2021-03-10T15:10:55.370Z] Git commit: f295753ffd [2021-03-10T15:10:55.370Z] Built: 08/05/2020 19:26:41 [2021-03-10T15:10:55.370Z] OS/Arch: windows/amd64 [2021-03-10T15:10:55.370Z] Experimental: true [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] INFO: Docker info of control daemon [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] Client: [2021-03-10T15:10:55.370Z] Debug Mode: false [2021-03-10T15:10:55.370Z] Plugins: [2021-03-10T15:10:55.370Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] Server: [2021-03-10T15:10:55.370Z] Containers: 0 [2021-03-10T15:10:55.370Z] Running: 0 [2021-03-10T15:10:55.370Z] Paused: 0 [2021-03-10T15:10:55.370Z] Stopped: 0 [2021-03-10T15:10:55.370Z] Images: 1 [2021-03-10T15:10:55.370Z] Server Version: 19.03.12 [2021-03-10T15:10:55.370Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-03-10T15:10:55.370Z] Windows: [2021-03-10T15:10:55.370Z] LCOW: [2021-03-10T15:10:55.370Z] Logging Driver: json-file [2021-03-10T15:10:55.370Z] Plugins: [2021-03-10T15:10:55.370Z] Volume: local [2021-03-10T15:10:55.370Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-10T15:10:55.370Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-10T15:10:55.370Z] Swarm: inactive [2021-03-10T15:10:55.370Z] Default Isolation: process [2021-03-10T15:10:55.370Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-10T15:10:55.370Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-03-10T15:10:55.370Z] OSType: windows [2021-03-10T15:10:55.370Z] Architecture: x86_64 [2021-03-10T15:10:55.370Z] CPUs: 4 [2021-03-10T15:10:55.370Z] Total Memory: 32GiB [2021-03-10T15:10:55.370Z] Name: azwin-2-b4e0e0 [2021-03-10T15:10:55.370Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-03-10T15:10:55.370Z] Docker Root Dir: D:\docker [2021-03-10T15:10:55.370Z] Debug Mode: false [2021-03-10T15:10:55.370Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:10:55.370Z] Labels: [2021-03-10T15:10:55.370Z] Experimental: true [2021-03-10T15:10:55.370Z] Insecure Registries: [2021-03-10T15:10:55.370Z] 10.0.0.4:5000 [2021-03-10T15:10:55.370Z] 127.0.0.0/8 [2021-03-10T15:10:55.370Z] Registry Mirrors: [2021-03-10T15:10:55.370Z] http://10.0.0.4:5000/ [2021-03-10T15:10:55.370Z] Live Restore Enabled: false [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] INFO: Commit hash is cd0882377b [2021-03-10T15:10:55.370Z] INFO: Nuke-Everything... [2021-03-10T15:10:55.370Z] INFO: Container count on control daemon to delete is 0 [2021-03-10T15:10:55.370Z] INFO: Nuking d:\CI [2021-03-10T15:10:55.370Z] INFO: Zapped successfully [2021-03-10T15:10:55.370Z] INFO: Location for testing is d:\CI\PR-42054\6 [2021-03-10T15:10:55.370Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] INFO: Building the image from Dockerfile.windows at 03/10/2021 15:10:47... [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] Sending build context to Docker daemon 58.32MB [2021-03-10T15:10:55.370Z] [2021-03-10T15:10:55.370Z] Step 1/10 : FROM microsoft/windowsservercore [2021-03-10T15:10:55.370Z] ---> 3eaa9ebbf51f [2021-03-10T15:10:55.370Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-03-10T15:10:55.370Z] ---> Running in 4539eac69084 [2021-03-10T15:10:55.370Z] Removing intermediate container 4539eac69084 [2021-03-10T15:10:55.370Z] ---> eadb2fc70b71 [2021-03-10T15:10:55.370Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-03-10T15:10:55.370Z] ---> Running in 6bb19fa0e671 [2021-03-10T15:10:55.370Z] Removing intermediate container 6bb19fa0e671 [2021-03-10T15:10:55.370Z] ---> 6931b63557e8 [2021-03-10T15:10:55.370Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-03-10T15:10:55.370Z] ---> Running in f9e182f3ecd7 [2021-03-10T15:10:55.370Z] Removing intermediate container f9e182f3ecd7 [2021-03-10T15:10:55.370Z] ---> 4974d62f90c6 [2021-03-10T15:10:55.370Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-03-10T15:10:55.370Z] ---> Running in 65ed37d904f6 [2021-03-10T15:10:55.370Z] Removing intermediate container 65ed37d904f6 [2021-03-10T15:10:55.370Z] ---> 5a8bfcd4068e [2021-03-10T15:10:55.370Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-03-10T15:10:55.370Z] ---> Running in 16ef86de47bd [2021-03-10T15:10:56.065Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-03-10T15:10:57.001Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-03-10T15:10:57.259Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-03-10T15:10:57.517Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-03-10T15:10:58.014Z] #56 318.2 + bin/containerd-shim-runc-v1 [2021-03-10T15:10:58.894Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-03-10T15:11:00.087Z] [2021-03-10T15:11:00.087Z] SUCCESS: Specified value was saved. [2021-03-10T15:11:01.059Z] INFO: Downloading git... [2021-03-10T15:11:02.180Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-03-10T15:11:02.180Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-03-10T15:11:02.438Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-03-10T15:11:02.516Z] #56 323.0 + bin/containerd-shim-runc-v2 [2021-03-10T15:11:02.603Z] INFO: Downloading go... [2021-03-10T15:11:04.042Z] #56 324.2 + binaries [2021-03-10T15:11:04.042Z] #56 324.2 + install -D bin/containerd /build/containerd [2021-03-10T15:11:04.043Z] #56 324.2 + install -D bin/containerd-shim /build/containerd-shim [2021-03-10T15:11:04.043Z] #56 324.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-10T15:11:04.043Z] #56 324.2 + install -D bin/ctr /build/ctr [2021-03-10T15:11:04.043Z] #56 DONE 324.3s [2021-03-10T15:11:04.784Z] INFO: Downloading compiler 1 of 3... [2021-03-10T15:11:04.970Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-03-10T15:11:05.085Z] [2021-03-10T15:11:05.085Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-10T15:11:05.085Z] #57 sha256:5990ea89c0a0f597f927d5b5ee2fb4e93a77d54c100e11d2f1b405894c75bea3 [2021-03-10T15:11:05.085Z] #57 DONE 0.1s [2021-03-10T15:11:05.085Z] [2021-03-10T15:11:05.085Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-10T15:11:05.085Z] #61 sha256:5cfef2985c86db92ad2246c2b3e5a8ea8741ef9d5b05dc4185ccd2be3acb7836 [2021-03-10T15:11:05.085Z] #61 DONE 0.1s [2021-03-10T15:11:05.085Z] [2021-03-10T15:11:05.085Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-03-10T15:11:05.085Z] #63 sha256:951817ec99aafdc697ebebbd69a2b390e48a15bee8e3300e1e669c8c675419bd [2021-03-10T15:11:05.085Z] #63 DONE 0.1s [2021-03-10T15:11:05.085Z] [2021-03-10T15:11:05.085Z] #65 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-10T15:11:05.085Z] #65 sha256:d60421094df7f9d1c16bd7e045d536800ca8e5f9d32bda5fac8db9f462e3ef9e [2021-03-10T15:11:05.085Z] #65 DONE 0.1s [2021-03-10T15:11:05.085Z] [2021-03-10T15:11:05.085Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-10T15:11:05.085Z] #66 sha256:b7b154dc604aaf7ed169aef1e3b705a31f97055b6c4265acae33f75120ed9fc5 [2021-03-10T15:11:05.085Z] #66 DONE 0.0s [2021-03-10T15:11:05.229Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-03-10T15:11:05.380Z] [2021-03-10T15:11:05.380Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-10T15:11:05.380Z] #67 sha256:a0586452a6dcdcbebaf8cb5ca2e4230389bc500e9816eb041b0db303b20a0925 [2021-03-10T15:11:05.487Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-03-10T15:11:06.322Z] INFO: Downloading compiler 2 of 3... [2021-03-10T15:11:06.422Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-03-10T15:11:06.781Z] INFO: Downloading compiler 3 of 3... [2021-03-10T15:11:07.751Z] INFO: Extracting git... [2021-03-10T15:11:08.170Z] #67 DONE 2.5s [2021-03-10T15:11:08.170Z] [2021-03-10T15:11:08.170Z] #68 exporting to oci image format [2021-03-10T15:11:08.170Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-03-10T15:11:08.170Z] #68 exporting layers [2021-03-10T15:11:08.323Z] --- PASS: TestUpdateRestartPolicy (13.24s) [2021-03-10T15:11:08.323Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-10T15:11:09.699Z] --- PASS: TestUpdateRestartWithAutoRemove (1.02s) [2021-03-10T15:11:09.699Z] === RUN TestWaitNonBlocked [2021-03-10T15:11:09.699Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:11:09.699Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:11:09.699Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:11:09.699Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:11:09.699Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:11:09.699Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:11:10.266Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-03-10T15:11:10.832Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-10T15:11:10.833Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.29s) [2021-03-10T15:11:10.833Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.37s) [2021-03-10T15:11:10.833Z] === RUN TestWaitBlocked [2021-03-10T15:11:10.833Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:11:10.833Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:11:10.833Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:11:10.833Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:11:10.833Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:11:10.833Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:11:11.400Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-03-10T15:11:11.658Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-03-10T15:11:11.918Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-10T15:11:11.918Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) [2021-03-10T15:11:11.918Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s) [2021-03-10T15:11:11.918Z] === CONT TestContainerStartOnDaemonRestart [2021-03-10T15:11:11.918Z] === CONT TestContainerKillOnDaemonStart [2021-03-10T15:11:11.918Z] === CONT TestDaemonHostGatewayIP [2021-03-10T15:11:11.918Z] === CONT TestIpcModeOlderClient [2021-03-10T15:11:11.918Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-10T15:11:11.918Z] === CONT TestDaemonRestartIpcMode [2021-03-10T15:11:11.918Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-03-10T15:11:15.205Z] --- PASS: TestContainerStartOnDaemonRestart (3.34s) [2021-03-10T15:11:15.772Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.83s) [2021-03-10T15:11:17.205Z] --- PASS: TestDaemonRestartIpcMode (5.11s) [2021-03-10T15:11:17.205Z] --- PASS: TestDaemonHostGatewayIP (5.14s) [2021-03-10T15:11:17.772Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-03-10T15:11:18.031Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-03-10T15:11:18.290Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-03-10T15:11:18.303Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:11:18.303Z] [2021-03-10T15:11:18.303Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-10T15:11:18.303Z] DOCKER_SYSTEMD=1 [2021-03-10T15:11:18.303Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-10T15:11:18.303Z] HOSTNAME=6b25f0b28f7d [2021-03-10T15:11:18.303Z] DEST=bundles/test-integration [2021-03-10T15:11:18.303Z] PWD=/go/src/github.com/docker/docker [2021-03-10T15:11:18.303Z] DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:11:18.303Z] container=docker [2021-03-10T15:11:18.303Z] HOME=/root [2021-03-10T15:11:18.303Z] LANG=C.UTF-8 [2021-03-10T15:11:18.303Z] INVOCATION_ID=734b1c77cf3b45e3bb0a70d132d6a6e2 [2021-03-10T15:11:18.303Z] GOLANG_VERSION=1.13.15 [2021-03-10T15:11:18.303Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-10T15:11:18.303Z] VALIDATE_BRANCH=master [2021-03-10T15:11:18.303Z] TERM=xterm [2021-03-10T15:11:18.303Z] DOCKER_PKG=github.com/docker/docker [2021-03-10T15:11:18.303Z] SHLVL=3 [2021-03-10T15:11:18.303Z] TIMEOUT=120m [2021-03-10T15:11:18.303Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-10T15:11:18.303Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-10T15:11:18.303Z] GO111MODULE=off [2021-03-10T15:11:18.303Z] DOCKER_EXPERIMENTAL=1 [2021-03-10T15:11:18.303Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-10T15:11:18.303Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-10T15:11:18.303Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-10T15:11:18.303Z] GOPATH=/go [2021-03-10T15:11:18.303Z] PKG_CONFIG=pkg-config [2021-03-10T15:11:18.303Z] _=/usr/bin/env [2021-03-10T15:11:18.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-10T15:11:19.665Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-03-10T15:11:19.954Z] ok github.com/docker/docker/cmd/dockerd 0.117s coverage: 29.1% of statements [2021-03-10T15:11:20.137Z] INFO: Expanding go... [2021-03-10T15:11:20.903Z] ok github.com/docker/docker/container 0.145s coverage: 34.7% of statements [2021-03-10T15:11:20.903Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-10T15:11:20.903Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-10T15:11:20.903Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-10T15:11:20.903Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-10T15:11:21.041Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-03-10T15:11:22.942Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-03-10T15:11:23.201Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-03-10T15:11:23.201Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-03-10T15:11:23.462Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.088s coverage: 65.3% of statements [2021-03-10T15:11:24.136Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-03-10T15:11:24.396Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-03-10T15:11:24.396Z] --- PASS: TestContainerKillOnDaemonStart (12.48s) [2021-03-10T15:11:24.396Z] PASS [2021-03-10T15:11:24.396Z] [2021-03-10T15:11:24.396Z] === Skipped [2021-03-10T15:11:24.396Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-10T15:11:24.396Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:11:24.396Z] [2021-03-10T15:11:24.396Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-10T15:11:24.396Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:11:24.396Z] [2021-03-10T15:11:24.396Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-10T15:11:24.396Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:11:24.396Z] [2021-03-10T15:11:24.396Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:11:24.396Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:11:24.396Z] [2021-03-10T15:11:24.396Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-10T15:11:24.396Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:11:24.396Z] [2021-03-10T15:11:24.396Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-03-10T15:11:24.396Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:11:24.396Z] [2021-03-10T15:11:24.396Z] [2021-03-10T15:11:24.396Z] DONE 196 tests, 6 skipped in 158.427s [2021-03-10T15:11:24.396Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-10T15:11:24.396Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:11:24.396Z] ++ set -e [2021-03-10T15:11:24.396Z] ++ '[' -n 0 ']' [2021-03-10T15:11:24.396Z] ++ set -x [2021-03-10T15:11:24.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-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:11:24.396Z] INFO: Testing against a local daemon [2021-03-10T15:11:24.396Z] === RUN TestCommitInheritsEnv [2021-03-10T15:11:24.964Z] --- PASS: TestCommitInheritsEnv (0.29s) [2021-03-10T15:11:24.964Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-10T15:11:24.964Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-10T15:11:24.964Z] === RUN TestImagesFilterMultiReference [2021-03-10T15:11:24.964Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-03-10T15:11:24.964Z] === RUN TestImagePullPlatformInvalid [2021-03-10T15:11:24.964Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-03-10T15:11:24.964Z] === RUN TestRemoveImageOrphaning [2021-03-10T15:11:25.223Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2021-03-10T15:11:25.223Z] === RUN TestRemoveImageGarbageCollector [2021-03-10T15:11:25.481Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-03-10T15:11:26.072Z] ok github.com/docker/docker/daemon/cluster/convert 0.047s coverage: 35.9% of statements [2021-03-10T15:11:26.114Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:11:26.114Z] [2021-03-10T15:11:26.114Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-10T15:11:26.114Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-10T15:11:26.114Z] HOSTNAME=cf3ea2583476 [2021-03-10T15:11:26.114Z] TESTDEBUG=0 [2021-03-10T15:11:26.114Z] DEST=bundles/test-integration [2021-03-10T15:11:26.114Z] PWD=/go/src/github.com/docker/docker [2021-03-10T15:11:26.114Z] DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:11:26.114Z] container=docker [2021-03-10T15:11:26.114Z] HOME=/root [2021-03-10T15:11:26.114Z] GOLANG_VERSION=1.13.15 [2021-03-10T15:11:26.114Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-10T15:11:26.114Z] VALIDATE_BRANCH=master [2021-03-10T15:11:26.114Z] TERM=xterm [2021-03-10T15:11:26.114Z] DOCKER_PKG=github.com/docker/docker [2021-03-10T15:11:26.114Z] SHLVL=1 [2021-03-10T15:11:26.114Z] TIMEOUT=120m [2021-03-10T15:11:26.114Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-10T15:11:26.114Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-10T15:11:26.114Z] GO111MODULE=off [2021-03-10T15:11:26.114Z] DOCKER_EXPERIMENTAL=1 [2021-03-10T15:11:26.114Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-10T15:11:26.114Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-10T15:11:26.114Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-10T15:11:26.114Z] GOPATH=/go [2021-03-10T15:11:26.114Z] PKG_CONFIG=pkg-config [2021-03-10T15:11:26.114Z] _=/usr/bin/env [2021-03-10T15:11:26.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-10T15:11:26.417Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-03-10T15:11:26.417Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-03-10T15:11:26.677Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-03-10T15:11:27.244Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-03-10T15:11:27.811Z] --- PASS: TestRemoveImageGarbageCollector (2.57s) [2021-03-10T15:11:27.811Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-10T15:11:27.811Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-10T15:11:27.811Z] === RUN TestTagInvalidReference [2021-03-10T15:11:27.811Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-10T15:11:27.811Z] === RUN TestTagValidPrefixedRepo [2021-03-10T15:11:27.811Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-10T15:11:27.811Z] === RUN TestTagExistedNameWithoutForce [2021-03-10T15:11:27.811Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-10T15:11:27.811Z] === RUN TestTagOfficialNames [2021-03-10T15:11:27.811Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-03-10T15:11:27.811Z] --- PASS: TestTagOfficialNames (0.05s) [2021-03-10T15:11:27.811Z] === RUN TestTagMatchesDigest [2021-03-10T15:11:27.811Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-10T15:11:27.811Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-10T15:11:28.673Z] ok github.com/docker/docker/daemon/cluster 0.111s coverage: 0.5% of statements [2021-03-10T15:11:29.713Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-03-10T15:11:29.713Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-03-10T15:11:30.649Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-03-10T15:11:31.231Z] ok github.com/docker/docker/daemon/discovery 0.019s coverage: 30.0% of statements [2021-03-10T15:11:32.026Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-03-10T15:11:32.180Z] ok github.com/docker/docker/daemon/config 0.101s coverage: 81.8% of statements [2021-03-10T15:11:32.443Z] ok github.com/docker/docker/daemon/events 0.077s coverage: 50.0% of statements [2021-03-10T15:11:33.839Z] ok github.com/docker/docker/daemon/graphdriver 0.015s coverage: 2.2% of statements [2021-03-10T15:11:34.558Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-03-10T15:11:35.494Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-03-10T15:11:36.872Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-03-10T15:11:37.131Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-03-10T15:11:37.149Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.522s coverage: 14.1% of statements [2021-03-10T15:11:37.411Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 2.9% of statements [2021-03-10T15:11:37.832Z] INFO: Expanding compiler 1 of 3... [2021-03-10T15:11:38.358Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.663s coverage: 56.2% of statements [2021-03-10T15:11:38.508Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-03-10T15:11:39.372Z] INFO: Expanding compiler 2 of 3... [2021-03-10T15:11:39.884Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-03-10T15:11:40.915Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.9% of statements [2021-03-10T15:11:41.260Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-03-10T15:11:43.163Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-03-10T15:11:43.467Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.068s coverage: 46.2% of statements [2021-03-10T15:11:43.467Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.003s coverage: 73.3% of statements [2021-03-10T15:11:44.067Z] INFO: Expanding compiler 3 of 3... [2021-03-10T15:11:44.067Z] INFO: Removing downloaded files... [2021-03-10T15:11:44.067Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-03-10T15:11:44.067Z] INFO: Configuring git core.autocrlf... [2021-03-10T15:11:44.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-10T15:11:44.859Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.980s coverage: 49.4% of statements [2021-03-10T15:11:45.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-10T15:11:45.433Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 57.5% of statements [2021-03-10T15:11:46.286Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.213080804s with top 10 stages: buildssa: 1m40.863439312s, goimports: 21.878523303s, unconvert: 13.123206886s, gosec: 10.108277193s, golint: 5.866361483s, ineffassign: 4.62821759s, inspect: 4.462791529s, misspell: 4.263010316s, vrp: 2.521291695s, ctrlflow: 1.923718545s [2021-03-10T15:11:46.824Z] ok github.com/docker/docker/daemon 12.400s coverage: 17.2% of statements [2021-03-10T15:11:46.824Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-10T15:11:46.824Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-10T15:11:46.824Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-10T15:11:46.824Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-10T15:11:46.824Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-10T15:11:46.824Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.049s coverage: 3.0% of statements [2021-03-10T15:11:47.354Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-03-10T15:11:47.399Z] ok github.com/docker/docker/daemon/links 0.029s coverage: 93.0% of statements [2021-03-10T15:11:48.730Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-03-10T15:11:49.323Z] ok github.com/docker/docker/daemon/images 0.038s coverage: 6.7% of statements [2021-03-10T15:11:49.323Z] ok github.com/docker/docker/daemon/logger 0.249s coverage: 42.7% of statements [2021-03-10T15:11:49.666Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-03-10T15:11:50.270Z] ok github.com/docker/docker/daemon/logger/awslogs 0.286s coverage: 77.8% of statements [2021-03-10T15:11:50.406Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-10T15:11:50.406Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-10T15:11:50.533Z] ok github.com/docker/docker/daemon/logger/gelf 0.024s coverage: 67.0% of statements [2021-03-10T15:11:50.601Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-03-10T15:11:50.795Z] ok github.com/docker/docker/daemon/logger/journald 0.026s coverage: 23.9% of statements [2021-03-10T15:11:51.369Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 87.2% of statements [2021-03-10T15:11:51.633Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.443s coverage: 57.7% of statements [2021-03-10T15:11:51.633Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-10T15:11:51.633Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-10T15:11:51.633Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-10T15:11:51.633Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-10T15:11:51.633Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-10T15:11:51.633Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-10T15:11:51.895Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.084s coverage: 61.6% of statements [2021-03-10T15:11:52.844Z] ok github.com/docker/docker/daemon/logger/local 0.058s coverage: 75.2% of statements [2021-03-10T15:11:52.844Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-10T15:11:53.420Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.045s coverage: 31.5% of statements [2021-03-10T15:11:53.682Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.084s coverage: 58.6% of statements [2021-03-10T15:11:53.886Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-03-10T15:11:53.886Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-03-10T15:11:53.886Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-03-10T15:11:53.886Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-03-10T15:11:54.257Z] ok github.com/docker/docker/daemon/logger/templates 0.021s coverage: 8.3% of statements [2021-03-10T15:11:54.831Z] ok github.com/docker/docker/daemon/logger/syslog 0.028s coverage: 46.8% of statements [2021-03-10T15:11:55.406Z] ok github.com/docker/docker/daemon/network 0.018s coverage: 63.8% of statements [2021-03-10T15:11:56.356Z] ok github.com/docker/docker/daemon/logger/splunk 1.820s coverage: 82.5% of statements [2021-03-10T15:11:56.356Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-10T15:11:56.356Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-10T15:11:56.356Z] ok github.com/docker/docker/distribution/metadata 0.111s coverage: 48.2% of statements [2021-03-10T15:11:58.292Z] ok github.com/docker/docker/distribution 0.236s coverage: 25.0% of statements [2021-03-10T15:11:58.292Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-10T15:11:58.292Z] ok github.com/docker/docker/errdefs 0.022s coverage: 53.1% of statements [2021-03-10T15:11:58.869Z] ok github.com/docker/docker/image 0.058s coverage: 86.6% of statements [2021-03-10T15:11:59.156Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-03-10T15:11:59.444Z] ok github.com/docker/docker/distribution/xfer 1.705s coverage: 85.6% of statements [2021-03-10T15:11:59.444Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-10T15:11:59.444Z] ok github.com/docker/docker/image/cache 0.028s coverage: 19.2% of statements [2021-03-10T15:12:00.020Z] ok github.com/docker/docker/image/tarexport 0.021s coverage: 0.6% of statements [2021-03-10T15:12:00.283Z] ok github.com/docker/docker/libcontainerd/queue 0.059s coverage: 100.0% of statements [2021-03-10T15:12:00.283Z] ok github.com/docker/docker/image/v1 0.057s coverage: 25.0% of statements [2021-03-10T15:12:00.283Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-10T15:12:00.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-10T15:12:01.059Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-03-10T15:12:01.059Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-03-10T15:12:01.674Z] ok github.com/docker/docker/oci 0.037s coverage: 45.2% of statements [2021-03-10T15:12:01.674Z] ok github.com/docker/docker/pkg/aaparser 0.009s coverage: 52.9% of statements [2021-03-10T15:12:01.936Z] ok github.com/docker/docker/opts 0.051s coverage: 67.1% of statements [2021-03-10T15:12:02.885Z] ok github.com/docker/docker/pkg/broadcaster 0.043s coverage: 100.0% of statements [2021-03-10T15:12:02.961Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-03-10T15:12:03.461Z] ok github.com/docker/docker/pkg/capabilities 0.020s coverage: 87.5% of statements [2021-03-10T15:12:03.723Z] ok github.com/docker/docker/pkg/authorization 0.522s coverage: 68.3% of statements [2021-03-10T15:12:04.373Z] INFO [runner/unused/goanalysis] analyzers took 27.863615104s with top 10 stages: buildssa: 23.710694024s, U1000: 4.15292108s [2021-03-10T15:12:04.373Z] INFO [runner] Issues before processing: 2266, after processing: 0 [2021-03-10T15:12:04.373Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1581, skip_dirs: 1686/1686, autogenerated_exclude: 1581/1686, identifier_marker: 1581/1581, exclude: 1581/1581, nolint: 0/64, path_prettifier: 1686/1686, skip_files: 1686/1686, cgo: 1686/2266, filename_unadjuster: 1686/1686 [2021-03-10T15:12:04.374Z] INFO [runner] processing took 125.827441ms with stages: nolint: 53.179601ms, identifier_marker: 39.39775ms, path_prettifier: 13.812353ms, autogenerated_exclude: 7.372835ms, exclude-rules: 6.422195ms, skip_dirs: 3.631889ms, cgo: 1.087784ms, filename_unadjuster: 915.524µs, max_same_issues: 2.583µs, uniq_by_line: 1.06µs, diff: 915ns, source_code: 593ns, skip_files: 587ns, exclude: 545ns, max_from_linter: 498ns, path_shortener: 413ns, max_per_file_from_linter: 316ns [2021-03-10T15:12:04.374Z] INFO [runner] linters took 1m39.791477684s with stages: goanalysis_metalinter: 1m19.849485105s, unused: 19.815853201s [2021-03-10T15:12:04.374Z] INFO File cache stats: 1453 entries of total size 6.8MiB [2021-03-10T15:12:04.374Z] INFO Memory: 1685 samples, avg is 254.7MB, max is 3429.7MB [2021-03-10T15:12:04.374Z] INFO Execution took 3m44.551592346s [2021-03-10T15:12:04.374Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-03-10T15:12:04.672Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2021-03-10T15:12:04.755Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh dynbinary-daemon test-docker-py [2021-03-10T15:12:05.245Z] ok github.com/docker/docker/pkg/archive 1.154s coverage: 76.8% of statements [2021-03-10T15:12:05.317Z] [2021-03-10T15:12:05.317Z] Removing bundles/ [2021-03-10T15:12:05.317Z] [2021-03-10T15:12:05.317Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-03-10T15:12:05.317Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:12:05.317Z] GOOS="" GOARCH="" GOARM="" [2021-03-10T15:12:05.507Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-03-10T15:12:06.082Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2021-03-10T15:12:06.655Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2021-03-10T15:12:07.228Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-03-10T15:12:07.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-10T15:12:07.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-10T15:12:07.801Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-03-10T15:12:08.063Z] ok github.com/docker/docker/pkg/chrootarchive 3.505s coverage: 43.2% of statements [2021-03-10T15:12:08.634Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2021-03-10T15:12:08.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-10T15:12:08.897Z] ok github.com/docker/docker/pkg/fileutils 0.035s coverage: 89.5% of statements [2021-03-10T15:12:09.471Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2021-03-10T15:12:09.471Z] ok github.com/docker/docker/pkg/fsutils 0.320s coverage: 85.1% of statements [2021-03-10T15:12:09.524Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-03-10T15:12:09.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-10T15:12:09.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-10T15:12:09.734Z] ok github.com/docker/docker/pkg/discovery/kv 3.094s coverage: 84.1% of statements [2021-03-10T15:12:09.783Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-03-10T15:12:10.310Z] ok github.com/docker/docker/layer 7.423s coverage: 68.8% of statements [2021-03-10T15:12:10.310Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-10T15:12:10.310Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-10T15:12:10.310Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-10T15:12:10.310Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-10T15:12:10.310Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-10T15:12:10.310Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-10T15:12:10.310Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-10T15:12:10.885Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2021-03-10T15:12:10.885Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2021-03-10T15:12:11.147Z] ok github.com/docker/docker/pkg/ioutils 0.638s coverage: 68.8% of statements [2021-03-10T15:12:11.147Z] ok github.com/docker/docker/pkg/idtools 0.927s coverage: 69.5% of statements [2021-03-10T15:12:11.147Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-10T15:12:11.147Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-10T15:12:11.147Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-10T15:12:11.159Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-03-10T15:12:11.409Z] ok github.com/docker/docker/pkg/namesgenerator 0.026s coverage: 85.7% of statements [2021-03-10T15:12:11.409Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-10T15:12:11.409Z] ok github.com/docker/docker/pkg/parsers 0.035s coverage: 97.0% of statements [2021-03-10T15:12:11.428Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-10T15:12:11.673Z] ok github.com/docker/docker/pkg/parsers/kernel 0.038s coverage: 60.0% of statements [2021-03-10T15:12:12.252Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.026s coverage: 86.7% of statements [2021-03-10T15:12:12.252Z] ok github.com/docker/docker/pkg/pidfile 0.052s coverage: 82.4% of statements [2021-03-10T15:12:12.252Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-10T15:12:12.252Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-10T15:12:12.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-10T15:12:12.537Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-03-10T15:12:12.827Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.055s coverage: 56.8% of statements [2021-03-10T15:12:13.091Z] ok github.com/docker/docker/pkg/pools 0.012s coverage: 88.2% of statements [2021-03-10T15:12:13.355Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2021-03-10T15:12:13.502Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-03-10T15:12:13.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-10T15:12:13.616Z] ok github.com/docker/docker/pkg/plugins/transport 0.013s coverage: 85.7% of statements [2021-03-10T15:12:13.877Z] ok github.com/docker/docker/pkg/reexec 0.024s coverage: 82.4% of statements [2021-03-10T15:12:14.071Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-03-10T15:12:14.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-10T15:12:14.824Z] ok github.com/docker/docker/pkg/stdcopy 0.016s coverage: 100.0% of statements [2021-03-10T15:12:14.824Z] ok github.com/docker/docker/pkg/pubsub 1.080s coverage: 75.0% of statements [2021-03-10T15:12:15.399Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2021-03-10T15:12:15.399Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2021-03-10T15:12:15.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-10T15:12:16.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-10T15:12:16.349Z] ok github.com/docker/docker/pkg/sysinfo 0.017s coverage: 54.2% of statements [2021-03-10T15:12:16.349Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 36.9% of statements [2021-03-10T15:12:16.628Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-03-10T15:12:16.628Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-03-10T15:12:16.938Z] ok github.com/docker/docker/pkg/tailfile 0.088s coverage: 88.6% of statements [2021-03-10T15:12:16.938Z] ok github.com/docker/docker/pkg/signal 2.820s coverage: 61.0% of statements [2021-03-10T15:12:17.520Z] ok github.com/docker/docker/pkg/tarsum 0.132s coverage: 89.3% of statements [2021-03-10T15:12:17.520Z] testing: warning: no tests to run [2021-03-10T15:12:17.520Z] coverage: [no statements] [2021-03-10T15:12:17.520Z] ok github.com/docker/docker/pkg/term/windows 0.021s coverage: [no statements] [no tests to run] [2021-03-10T15:12:17.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-10T15:12:17.782Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2021-03-10T15:12:18.043Z] ok github.com/docker/docker/pkg/urlutil 0.012s coverage: 100.0% of statements [2021-03-10T15:12:18.043Z] ok github.com/docker/docker/pkg/useragent 0.010s coverage: 88.9% of statements [2021-03-10T15:12:18.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-10T15:12:19.434Z] ok github.com/docker/docker/plugin/v2 0.019s coverage: 14.5% of statements [2021-03-10T15:12:19.434Z] ok github.com/docker/docker/profiles/seccomp 0.027s coverage: 85.4% of statements [2021-03-10T15:12:19.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-10T15:12:20.383Z] ok github.com/docker/docker/reference 0.037s coverage: 84.4% of statements [2021-03-10T15:12:20.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-10T15:12:20.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite (339.51s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (15.11s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.37s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.28s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (1.93s) [2021-03-10T15:12:20.869Z] docker_cli_daemon_test.go:1455: [d4c42f796785f] daemon is not started [2021-03-10T15:12:20.869Z] check_test.go:309: [d3d0bb5c226f3] daemon is not started [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.17s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.17s) [2021-03-10T15:12:20.869Z] check_test.go:309: [d50de6457133a] daemon is not started [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.40s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.04s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.48s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.68s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.38s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.73s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.23s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.48s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-03-10T15:12:20.869Z] check_test.go:309: [d659ba78a9b57] daemon is not started [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-03-10T15:12:20.869Z] check_test.go:309: [d4c7c59da73d1] daemon is not started [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.49s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2021-03-10T15:12:20.869Z] check_test.go:309: [def3a9c8e30fb] daemon is not started [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.54s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.46s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.02s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.54s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.58s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-03-10T15:12:20.869Z] check_test.go:309: [d08dc41aca803] daemon is not started [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.31s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.83s) [2021-03-10T15:12:20.869Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.82s) [2021-03-10T15:12:20.869Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-03-10T15:12:20.869Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-03-10T15:12:20.869Z] check_test.go:309: [d59f387b898da] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.15s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.06s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.80s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.48s) [2021-03-10T15:12:20.870Z] check_test.go:309: [d25ce0dee539f] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.77s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2021-03-10T15:12:20.870Z] check_test.go:309: [db28f561d20f1] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.01s) [2021-03-10T15:12:20.870Z] docker_cli_daemon_plugins_test.go:79: [d1f02b256c66a] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (2.80s) [2021-03-10T15:12:20.870Z] docker_cli_daemon_plugins_test.go:169: [ddf292835de75] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.90s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-03-10T15:12:20.870Z] check_test.go:309: [dbc3452c4b60a] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.91s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.58s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.00s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.69s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.57s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.77s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.95s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.23s) [2021-03-10T15:12:20.870Z] check_test.go:309: [d50ad3bd7e7dc] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.34s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (11.15s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.12s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.06s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.89s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.31s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.37s) [2021-03-10T15:12:20.870Z] check_test.go:309: [d7c6be6bc0eec] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.33s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.21s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.94s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.05s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.55s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.35s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.01s) [2021-03-10T15:12:20.870Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-03-10T15:12:20.870Z] check_test.go:309: [dbc5a94fb1dbd] daemon is not started [2021-03-10T15:12:20.870Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-03-10T15:12:20.870Z] check_test.go:309: [db3dfaf51c80e] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.11s) [2021-03-10T15:12:20.870Z] check_test.go:309: [dd9209e5840e4] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.27s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.12s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.11s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.38s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (2.83s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.77s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.56s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.54s) [2021-03-10T15:12:20.870Z] check_test.go:309: [de276d14f9bbc] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.24s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (2.85s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.89s) [2021-03-10T15:12:20.870Z] check_test.go:309: [d7b348332ccd5] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (3.76s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.15s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.55s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.10s) [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-03-10T15:12:20.870Z] check_test.go:309: [de863186af999] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.06s) [2021-03-10T15:12:20.870Z] check_test.go:309: [d3520d0d161f4] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.30s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.06s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2021-03-10T15:12:20.870Z] check_test.go:309: [dc03d442ffddb] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.42s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.68s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.73s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-03-10T15:12:20.870Z] check_test.go:309: [d3ba888691574] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.48s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.21s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.07s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.19s) [2021-03-10T15:12:20.870Z] check_test.go:309: [dd0cc48488e71] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.55s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.53s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.53s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.67s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-03-10T15:12:20.870Z] check_test.go:309: [daaf51a98b3d3] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.23s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.16s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (2.70s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (0.99s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.18s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.16s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.09s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.43s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.38s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (0.90s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (0.90s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.83s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.67s) [2021-03-10T15:12:20.870Z] docker_cli_daemon_test.go:2550: [d636a14d8ba6c] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.62s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.60s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.67s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.50s) [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.07s) [2021-03-10T15:12:20.870Z] check_test.go:309: [d1ea708efd6e8] daemon is not started [2021-03-10T15:12:20.870Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.20s) [2021-03-10T15:12:20.870Z] === RUN TestDockerSwarmSuite [2021-03-10T15:12:20.870Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-03-10T15:12:20.958Z] ok github.com/docker/docker/plugin 0.596s coverage: 23.2% of statements [2021-03-10T15:12:21.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-10T15:12:21.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-10T15:12:22.349Z] ok github.com/docker/docker/registry/resumable 0.028s coverage: 100.0% of statements [2021-03-10T15:12:22.349Z] ok github.com/docker/docker/registry 0.158s coverage: 57.2% of statements [2021-03-10T15:12:22.349Z] ok github.com/docker/docker/quota 0.627s coverage: 71.4% of statements [2021-03-10T15:12:22.634Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-10T15:12:22.634Z] Using test binary docker [2021-03-10T15:12:22.634Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-10T15:12:22.634Z] +++ /etc/init.d/apparmor start [2021-03-10T15:12:22.634Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-10T15:12:22.634Z] INFO: Waiting for daemon to start... [2021-03-10T15:12:22.634Z] Starting dockerd [2021-03-10T15:12:22.634Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-03-10T15:12:22.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-10T15:12:22.923Z] ok github.com/docker/docker/restartmanager 0.011s coverage: 50.9% of statements [2021-03-10T15:12:22.923Z] ok github.com/docker/docker/testutil 0.020s coverage: 62.5% of statements [2021-03-10T15:12:23.871Z] ok github.com/docker/docker/runconfig 0.050s coverage: 66.1% of statements [2021-03-10T15:12:23.907Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:12:23.907Z] [2021-03-10T15:12:23.907Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-10T15:12:23.907Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-10T15:12:23.907Z] HOSTNAME=f0a35435eeb7 [2021-03-10T15:12:23.907Z] DEST=bundles/test-integration [2021-03-10T15:12:23.907Z] PWD=/go/src/github.com/docker/docker [2021-03-10T15:12:23.907Z] DOCKER_ROOTLESS=1 [2021-03-10T15:12:23.907Z] DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:12:23.907Z] container=docker [2021-03-10T15:12:23.907Z] HOME=/root [2021-03-10T15:12:23.907Z] GOLANG_VERSION=1.13.15 [2021-03-10T15:12:23.907Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-10T15:12:23.907Z] VALIDATE_BRANCH=master [2021-03-10T15:12:23.907Z] TERM=xterm [2021-03-10T15:12:23.907Z] DOCKER_PKG=github.com/docker/docker [2021-03-10T15:12:23.907Z] SHLVL=1 [2021-03-10T15:12:23.907Z] TIMEOUT=120m [2021-03-10T15:12:23.907Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-10T15:12:23.907Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-10T15:12:23.907Z] GO111MODULE=off [2021-03-10T15:12:23.907Z] DOCKER_EXPERIMENTAL=1 [2021-03-10T15:12:23.907Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-10T15:12:23.907Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-10T15:12:23.907Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-10T15:12:23.907Z] GOPATH=/go [2021-03-10T15:12:23.907Z] PKG_CONFIG=pkg-config [2021-03-10T15:12:23.907Z] _=/usr/bin/env [2021-03-10T15:12:23.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-10T15:12:24.172Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-03-10T15:12:24.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-10T15:12:24.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-10T15:12:24.714Z] . [2021-03-10T15:12:24.714Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-10T15:12:24.714Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-10T15:12:24.714Z] Error: No such image: emptyfs [2021-03-10T15:12:24.714Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-10T15:12:24.714Z] ++++ docker load [2021-03-10T15:12:25.009Z] Running integration-test (iteration 1) [2021-03-10T15:12:25.009Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-03-10T15:12:25.009Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:12:25.009Z] ++ set -e [2021-03-10T15:12:25.009Z] ++ '[' -n 0 ']' [2021-03-10T15:12:25.009Z] ++ set -x [2021-03-10T15:12:25.009Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:12:25.262Z] ok github.com/docker/docker/volume/drivers 0.029s coverage: 36.1% of statements [2021-03-10T15:12:26.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-10T15:12:26.655Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.0% of statements [2021-03-10T15:12:26.703Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-03-10T15:12:27.228Z] ok github.com/docker/docker/volume/local 0.239s coverage: 76.4% of statements [2021-03-10T15:12:27.799Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2021-03-10T15:12:29.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-10T15:12:30.894Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-03-10T15:12:30.894Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-03-10T15:12:31.461Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-03-10T15:12:31.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-10T15:12:33.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-10T15:12:33.512Z] Loaded image: buildpack-deps:buster [2021-03-10T15:12:33.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-10T15:12:33.806Z] Loaded image: busybox:latest [2021-03-10T15:12:33.806Z] Loaded image: busybox:glibc [2021-03-10T15:12:35.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-10T15:12:35.650Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-03-10T15:12:35.650Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-03-10T15:12:35.650Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-03-10T15:12:35.884Z] Loaded image: debian:bullseye [2021-03-10T15:12:35.884Z] Loaded image: hello-world:latest [2021-03-10T15:12:36.180Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:12:36.180Z] INFO: Testing against a local daemon [2021-03-10T15:12:36.180Z] === RUN TestCgroupNamespacesBuild [2021-03-10T15:12:36.217Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-03-10T15:12:36.217Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-03-10T15:12:36.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-10T15:12:36.476Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-03-10T15:12:36.476Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-03-10T15:12:38.261Z] --- PASS: TestCgroupNamespacesBuild (2.16s) [2021-03-10T15:12:38.261Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-10T15:12:38.358Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-10T15:12:38.380Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-03-10T15:12:39.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-10T15:12:39.755Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-03-10T15:12:40.341Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.09s) [2021-03-10T15:12:40.341Z] === RUN TestBuildWithSession [2021-03-10T15:12:40.341Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-10T15:12:40.341Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:12:40.341Z] === RUN TestBuildSquashParent [2021-03-10T15:12:40.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-10T15:12:41.131Z] === RUN TestDockerSuite/TestBuildEnv [2021-03-10T15:12:42.058Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-10T15:12:42.058Z] Using test binary docker [2021-03-10T15:12:42.058Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-10T15:12:42.058Z] Starting apparmor (via systemctl): apparmor.service. [2021-03-10T15:12:42.058Z] INFO: Waiting for daemon to start... [2021-03-10T15:12:42.058Z] Starting dockerd [2021-03-10T15:12:42.507Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-03-10T15:12:43.441Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-03-10T15:12:43.964Z] . [2021-03-10T15:12:44.224Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-10T15:12:44.224Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-10T15:12:44.224Z] Error: No such image: emptyfs [2021-03-10T15:12:44.224Z] Running integration-test (iteration 1) [2021-03-10T15:12:44.224Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-10T15:12:44.376Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-03-10T15:12:44.635Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-03-10T15:12:45.203Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-03-10T15:12:45.633Z] #68 exporting layers 84.6s done [2021-03-10T15:12:45.633Z] #68 exporting manifest sha256:9ae1fe3c76343d277c04ecad647fd88d0a7d4347fb6a9d23ea553c0aa8c746b9 done [2021-03-10T15:12:45.633Z] #68 exporting config sha256:23c86bb3c9459e87761d64d7a0989acfc36e931d888354bfb6fd12138ad25cd7 done [2021-03-10T15:12:45.633Z] #68 sending tarball [2021-03-10T15:12:48.877Z] --- PASS: TestBuildSquashParent (7.99s) [2021-03-10T15:12:48.877Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-10T15:12:48.877Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:12:48.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:12:48.877Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:12:48.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:12:48.877Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:12:48.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:12:48.877Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:12:48.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:12:48.877Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:12:48.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:12:48.877Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:12:48.877Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:12:48.877Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:12:48.877Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:12:49.274Z] #68 ... [2021-03-10T15:12:49.274Z] [2021-03-10T15:12:49.274Z] #69 importing to docker [2021-03-10T15:12:49.274Z] #69 sha256:01bbdad6ef3a834cb61b66f69db160799e8cc6e3129a7f966c901e090d99f564 [2021-03-10T15:12:49.751Z] ok github.com/docker/docker/pkg/plugins 33.642s coverage: 76.6% of statements [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/rootless [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/volume [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-10T15:12:49.751Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === Skipped [2021-03-10T15:12:49.751Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-10T15:12:49.751Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-10T15:12:49.751Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-10T15:12:49.751Z] time="2021-03-10T15:11:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-10T15:12:49.751Z] time="2021-03-10T15:11:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-10T15:12:49.751Z] time="2021-03-10T15:11:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-10T15:12:49.751Z] time="2021-03-10T15:11:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-10T15:12:49.751Z] time="2021-03-10T15:11:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-10T15:12:49.751Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-10T15:12:49.751Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-10T15:12:49.751Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:12:49.751Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-10T15:12:49.751Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-10T15:12:49.751Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-10T15:12:49.751Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] [2021-03-10T15:12:49.751Z] DONE 2244 tests, 26 skipped in 196.241s Post stage [Pipeline] junit [2021-03-10T15:12:49.766Z] Recording test results [2021-03-10T15:12:51.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:12:51.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:12:51.632Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-10T15:12:51.766Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-03-10T15:12:51.993Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -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:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh dynbinary test-integration [2021-03-10T15:12:52.939Z] [2021-03-10T15:12:52.939Z] Removing bundles/ [2021-03-10T15:12:52.939Z] [2021-03-10T15:12:52.939Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-10T15:12:52.939Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:12:52.939Z] GOOS="" GOARCH="" GOARM="" [2021-03-10T15:12:53.700Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:12:53.994Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:12:55.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-10T15:12:55.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-10T15:12:56.164Z] Removing intermediate container 16ef86de47bd [2021-03-10T15:12:56.164Z] ---> 208d3dec9ad5 [2021-03-10T15:12:56.164Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-03-10T15:12:56.164Z] ---> Running in e7aa3b237540 [2021-03-10T15:12:56.622Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-03-10T15:12:56.622Z] go: finding gotest.tools v0.5.3 [2021-03-10T15:12:56.622Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-03-10T15:12:56.736Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-03-10T15:12:56.736Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.76s) [2021-03-10T15:12:56.736Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.82s) [2021-03-10T15:12:56.736Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.67s) [2021-03-10T15:12:56.736Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.73s) [2021-03-10T15:12:56.736Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.77s) [2021-03-10T15:12:56.736Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.99s) [2021-03-10T15:12:56.736Z] === RUN TestBuildMultiStageCopy [2021-03-10T15:12:56.736Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-10T15:12:57.080Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-10T15:12:57.080Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-10T15:12:57.539Z] go: downloading github.com/pkg/errors v0.9.1 [2021-03-10T15:12:57.539Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-10T15:12:57.539Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-03-10T15:12:57.539Z] go: extracting github.com/pkg/errors v0.9.1 [2021-03-10T15:12:57.539Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-03-10T15:12:57.539Z] go: extracting github.com/fatih/color v1.9.0 [2021-03-10T15:12:57.539Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:12:57.539Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:12:57.539Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:12:57.539Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:12:57.539Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:12:57.539Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:12:57.539Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:12:57.539Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:12:57.539Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:12:57.998Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:12:57.998Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:12:57.998Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:12:57.998Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:12:57.998Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:12:58.457Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:12:58.457Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:12:59.119Z] Loaded image: buildpack-deps:buster [2021-03-10T15:12:59.119Z] Loaded image: busybox:latest [2021-03-10T15:12:59.119Z] Loaded image: busybox:glibc [2021-03-10T15:12:59.424Z] go: finding github.com/fatih/color v1.9.0 [2021-03-10T15:12:59.424Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-10T15:12:59.424Z] go: finding github.com/pkg/errors v0.9.1 [2021-03-10T15:12:59.424Z] go: finding github.com/spf13/pflag v1.0.3 [2021-03-10T15:12:59.424Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-10T15:12:59.424Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-10T15:12:59.424Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-10T15:12:59.424Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-10T15:12:59.424Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-10T15:12:59.424Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-10T15:12:59.424Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-10T15:13:00.056Z] Loaded image: debian:bullseye [2021-03-10T15:13:00.270Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-10T15:13:00.270Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-10T15:13:00.315Z] Loaded image: hello-world:latest [2021-03-10T15:13:00.884Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:13:00.884Z] INFO: Testing against a local daemon [2021-03-10T15:13:00.884Z] === RUN TestCgroupNamespacesBuild [2021-03-10T15:13:00.907Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-10T15:13:01.950Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-10T15:13:02.588Z] --- PASS: TestBuildMultiStageCopy (5.67s) [2021-03-10T15:13:02.588Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.99s) [2021-03-10T15:13:02.588Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2021-03-10T15:13:02.588Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.68s) [2021-03-10T15:13:02.588Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.68s) [2021-03-10T15:13:02.588Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.73s) [2021-03-10T15:13:02.588Z] === RUN TestBuildMultiStageParentConfig [2021-03-10T15:13:03.162Z] INFO: Build done for gotestsum... [2021-03-10T15:13:03.422Z] --- PASS: TestCgroupNamespacesBuild (2.07s) [2021-03-10T15:13:03.422Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-10T15:13:04.177Z] --- PASS: TestBuildMultiStageParentConfig (1.77s) [2021-03-10T15:13:04.177Z] === RUN TestBuildLabelWithTargets [2021-03-10T15:13:04.808Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.68s) [2021-03-10T15:13:04.808Z] === RUN TestBuildWithSession [2021-03-10T15:13:04.808Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-10T15:13:04.808Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:13:04.808Z] === RUN TestBuildSquashParent [2021-03-10T15:13:06.929Z] --- PASS: TestBuildLabelWithTargets (2.72s) [2021-03-10T15:13:06.929Z] === RUN TestBuildWithEmptyLayers [2021-03-10T15:13:07.922Z] #69 DONE 16.9s [2021-03-10T15:13:07.922Z] [2021-03-10T15:13:07.922Z] #68 exporting to oci image format [2021-03-10T15:13:07.922Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-03-10T15:13:07.922Z] #68 sending tarball 33.3s done [2021-03-10T15:13:07.922Z] #68 DONE 117.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-10T15:13:08.401Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/test/unit [2021-03-10T15:13:08.446Z] --- PASS: TestBuildWithEmptyLayers (1.22s) [2021-03-10T15:13:08.447Z] === RUN TestBuildMultiStageOnBuild [2021-03-10T15:13:09.850Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-03-10T15:13:09.850Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-03-10T15:13:11.382Z] --- PASS: TestBuildSquashParent (6.25s) [2021-03-10T15:13:11.382Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-10T15:13:11.382Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:13:11.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:13:11.382Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:13:11.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:13:11.382Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:13:11.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:13:11.382Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:13:11.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:13:11.382Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:13:11.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:13:11.382Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:13:11.382Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:13:11.382Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:13:11.382Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:13:11.753Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-03-10T15:13:11.986Z] ? github.com/docker/docker/api [no test files] [2021-03-10T15:13:11.995Z] --- PASS: TestBuildMultiStageOnBuild (3.52s) [2021-03-10T15:13:11.995Z] === RUN TestBuildUncleanTarFilenames [2021-03-10T15:13:12.689Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-03-10T15:13:13.257Z] --- PASS: TestImportExtremelyLargeImageWorks (105.48s) [2021-03-10T15:13:13.257Z] PASS [2021-03-10T15:13:13.257Z] [2021-03-10T15:13:13.257Z] DONE 12 tests in 108.884s [2021-03-10T15:13:13.257Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-10T15:13:13.257Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:13:13.257Z] ++ set -e [2021-03-10T15:13:13.257Z] ++ '[' -n 0 ']' [2021-03-10T15:13:13.257Z] ++ set -x [2021-03-10T15:13:13.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:13:13.290Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:13:13.512Z] --- PASS: TestBuildUncleanTarFilenames (1.58s) [2021-03-10T15:13:13.512Z] === RUN TestBuildMultiStageLayerLeak [2021-03-10T15:13:13.515Z] INFO: Testing against a local daemon [2021-03-10T15:13:13.515Z] === RUN TestNetworkCreateDelete [2021-03-10T15:13:13.515Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-03-10T15:13:13.515Z] === RUN TestDockerNetworkDeletePreferID [2021-03-10T15:13:13.550Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:13:14.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-10T15:13:14.450Z] --- PASS: TestDockerNetworkDeletePreferID (0.65s) [2021-03-10T15:13:14.450Z] === RUN TestDaemonDNSFallback [2021-03-10T15:13:15.460Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:13:15.720Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:13:17.073Z] --- PASS: TestBuildMultiStageLayerLeak (3.66s) [2021-03-10T15:13:17.073Z] === RUN TestBuildWithHugeFile [2021-03-10T15:13:17.971Z] Removing intermediate container e7aa3b237540 [2021-03-10T15:13:17.971Z] ---> 3c6a8ee7db88 [2021-03-10T15:13:17.971Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-03-10T15:13:17.971Z] ---> Running in b60eac327759 [2021-03-10T15:13:17.971Z] Removing intermediate container b60eac327759 [2021-03-10T15:13:17.971Z] ---> 4d4cb9a212a4 [2021-03-10T15:13:17.971Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-03-10T15:13:17.971Z] ---> Running in 1c1ce9197e78 [2021-03-10T15:13:17.971Z] Removing intermediate container 1c1ce9197e78 [2021-03-10T15:13:17.971Z] ---> 77d72cd8fa30 [2021-03-10T15:13:17.971Z] Step 10/10 : COPY . . [2021-03-10T15:13:18.259Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-03-10T15:13:18.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.33s) [2021-03-10T15:13:18.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.49s) [2021-03-10T15:13:18.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.14s) [2021-03-10T15:13:18.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.27s) [2021-03-10T15:13:18.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.29s) [2021-03-10T15:13:18.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.26s) [2021-03-10T15:13:18.259Z] === RUN TestBuildMultiStageCopy [2021-03-10T15:13:18.259Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-10T15:13:20.167Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-10T15:13:20.167Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-10T15:13:20.427Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-10T15:13:20.690Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-10T15:13:20.949Z] --- PASS: TestBuildMultiStageCopy (2.91s) [2021-03-10T15:13:20.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.93s) [2021-03-10T15:13:20.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.26s) [2021-03-10T15:13:20.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-03-10T15:13:20.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2021-03-10T15:13:20.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2021-03-10T15:13:20.949Z] === RUN TestBuildMultiStageParentConfig [2021-03-10T15:13:21.010Z] --- PASS: TestDaemonDNSFallback (6.80s) [2021-03-10T15:13:21.010Z] === RUN TestInspectNetwork [2021-03-10T15:13:21.268Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-03-10T15:13:21.519Z] --- PASS: TestBuildMultiStageParentConfig (0.62s) [2021-03-10T15:13:21.519Z] === RUN TestBuildLabelWithTargets [2021-03-10T15:13:21.835Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-03-10T15:13:22.094Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-03-10T15:13:22.352Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-03-10T15:13:22.458Z] --- PASS: TestBuildLabelWithTargets (1.02s) [2021-03-10T15:13:22.458Z] === RUN TestBuildWithEmptyLayers [2021-03-10T15:13:23.026Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2021-03-10T15:13:23.026Z] === RUN TestBuildMultiStageOnBuild [2021-03-10T15:13:24.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-10T15:13:24.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-10T15:13:24.256Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-03-10T15:13:24.256Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-03-10T15:13:24.256Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-03-10T15:13:25.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-10T15:13:25.611Z] --- PASS: TestBuildMultiStageOnBuild (2.25s) [2021-03-10T15:13:25.611Z] === RUN TestBuildUncleanTarFilenames [2021-03-10T15:13:25.631Z] === RUN TestInspectNetwork/full_network_id [2021-03-10T15:13:25.631Z] === RUN TestInspectNetwork/partial_network_id [2021-03-10T15:13:25.631Z] === RUN TestInspectNetwork/network_name [2021-03-10T15:13:25.631Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-10T15:13:25.870Z] --- PASS: TestBuildUncleanTarFilenames (0.72s) [2021-03-10T15:13:25.870Z] === RUN TestBuildMultiStageLayerLeak [2021-03-10T15:13:26.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-10T15:13:26.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-10T15:13:27.448Z] ok github.com/docker/docker/api/server 0.057s coverage: 9.0% of statements [2021-03-10T15:13:28.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-10T15:13:28.417Z] --- PASS: TestBuildMultiStageLayerLeak (2.25s) [2021-03-10T15:13:28.417Z] === RUN TestBuildWithHugeFile [2021-03-10T15:13:30.897Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-03-10T15:13:30.897Z] --- PASS: TestInspectNetwork (9.45s) [2021-03-10T15:13:30.897Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-10T15:13:30.897Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-10T15:13:30.897Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-10T15:13:30.897Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-10T15:13:30.897Z] === RUN TestRunContainerWithBridgeNone [2021-03-10T15:13:30.897Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-03-10T15:13:31.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-10T15:13:32.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-10T15:13:34.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-10T15:13:34.182Z] --- PASS: TestRunContainerWithBridgeNone (3.25s) [2021-03-10T15:13:34.182Z] === RUN TestNetworkInvalidJSON [2021-03-10T15:13:34.182Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-10T15:13:34.182Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-10T15:13:34.182Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:13:34.182Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:13:34.182Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:13:34.182Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:13:34.182Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-10T15:13:34.182Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:13:34.182Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:13:34.182Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-03-10T15:13:34.182Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-10T15:13:34.182Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-10T15:13:34.182Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-10T15:13:34.182Z] === RUN TestNetworkList [2021-03-10T15:13:34.182Z] === RUN TestNetworkList//networks [2021-03-10T15:13:34.182Z] === PAUSE TestNetworkList//networks [2021-03-10T15:13:34.182Z] === RUN TestNetworkList//networks/ [2021-03-10T15:13:34.182Z] === PAUSE TestNetworkList//networks/ [2021-03-10T15:13:34.182Z] === CONT TestNetworkList//networks [2021-03-10T15:13:34.182Z] === CONT TestNetworkList//networks/ [2021-03-10T15:13:34.182Z] --- PASS: TestNetworkList (0.01s) [2021-03-10T15:13:34.182Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-10T15:13:34.182Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-10T15:13:34.182Z] === RUN TestHostIPv4BridgeLabel [2021-03-10T15:13:34.440Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2021-03-10T15:13:34.440Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-10T15:13:34.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-10T15:13:35.375Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-03-10T15:13:35.375Z] === RUN TestDaemonDefaultNetworkPools [2021-03-10T15:13:35.633Z] === RUN TestDockerSuite/TestBuildExpose [2021-03-10T15:13:35.892Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-03-10T15:13:36.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-10T15:13:36.150Z] --- PASS: TestDaemonDefaultNetworkPools (0.89s) [2021-03-10T15:13:36.150Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-10T15:13:36.408Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-03-10T15:13:36.666Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-03-10T15:13:36.925Z] === RUN TestDockerSuite/TestBuildFails [2021-03-10T15:13:37.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-10T15:13:37.492Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2021-03-10T15:13:37.492Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-10T15:13:37.751Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-03-10T15:13:37.751Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-03-10T15:13:38.686Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.36s) [2021-03-10T15:13:38.686Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-10T15:13:38.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-10T15:13:39.072Z] ---> 6f16defc4645 [2021-03-10T15:13:39.621Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2021-03-10T15:13:39.621Z] === RUN TestServiceWithPredefinedNetwork [2021-03-10T15:13:39.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-10T15:13:39.879Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-03-10T15:13:40.040Z] Successfully built 6f16defc4645 [2021-03-10T15:13:40.040Z] Successfully tagged docker:latest [2021-03-10T15:13:40.040Z] INFO: Image build ended at 03/10/2021 15:13:39. Duration:00:02:51.7193536 [2021-03-10T15:13:40.040Z] [2021-03-10T15:13:40.040Z] [2021-03-10T15:13:40.040Z] INFO: Building the test binaries at 03/10/2021 15:13:39... [2021-03-10T15:13:41.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-10T15:13:41.702Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:13:41.702Z] [2021-03-10T15:13:41.702Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-03-10T15:13:41.702Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-03-10T15:13:41.702Z] Using test binary docker [2021-03-10T15:13:41.702Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-10T15:13:41.702Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-10T15:13:41.702Z] INFO: Waiting for daemon to start... [2021-03-10T15:13:41.702Z] Starting dockerd [2021-03-10T15:13:41.702Z] . [2021-03-10T15:13:41.702Z] INFO: Building docker-sdk-python3:4.4.1... [2021-03-10T15:13:42.006Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-10T15:13:42.007Z] Using test binary docker [2021-03-10T15:13:42.007Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-10T15:13:42.007Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-10T15:13:42.007Z] INFO: Waiting for daemon to start... [2021-03-10T15:13:42.007Z] Starting dockerd [2021-03-10T15:13:42.409Z] === RUN TestDockerSuite/TestBuildForceRm [2021-03-10T15:13:42.409Z] --- PASS: TestServiceWithPredefinedNetwork (3.03s) [2021-03-10T15:13:42.409Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-10T15:13:42.409Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:13:42.409Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:13:42.409Z] === RUN TestServiceWithDataPathPortInit [2021-03-10T15:13:44.311Z] === RUN TestDockerSuite/TestBuildFromGit [2021-03-10T15:13:44.731Z] INFO: make.ps1 starting at 03/10/2021 15:13:44 [2021-03-10T15:13:44.731Z] INFO: Git commit (cd0882377b) assumed from DOCKER_GITCOMMIT environment variable [2021-03-10T15:13:44.731Z] INFO: Invoking autogen... [2021-03-10T15:13:45.246Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-03-10T15:13:45.289Z] . [2021-03-10T15:13:45.289Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-10T15:13:45.289Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-10T15:13:45.289Z] Error: No such image: emptyfs [2021-03-10T15:13:45.289Z] Running integration-test (iteration 1) [2021-03-10T15:13:45.289Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-10T15:13:45.505Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-03-10T15:13:45.697Z] INFO: Building daemon... [2021-03-10T15:13:46.439Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-03-10T15:13:48.339Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-03-10T15:13:48.597Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-03-10T15:13:48.855Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-03-10T15:13:49.786Z] --- PASS: TestBuildWithHugeFile (27.62s) [2021-03-10T15:13:49.786Z] === RUN TestBuildWCOWSandboxSize [2021-03-10T15:13:49.786Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-10T15:13:49.786Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:13:49.786Z] === RUN TestBuildWithEmptyDockerfile [2021-03-10T15:13:49.786Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:13:49.786Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:13:49.786Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:13:49.786Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:13:49.786Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:13:49.786Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:13:49.786Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:13:49.786Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:13:49.786Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:13:49.786Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-03-10T15:13:49.786Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2021-03-10T15:13:49.786Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-03-10T15:13:49.786Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-03-10T15:13:49.786Z] === RUN TestBuildPreserveOwnership [2021-03-10T15:13:49.786Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-10T15:13:50.080Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-10T15:13:51.386Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-03-10T15:13:53.291Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-03-10T15:13:53.616Z] --- PASS: TestBuildPreserveOwnership (8.00s) [2021-03-10T15:13:53.616Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.23s) [2021-03-10T15:13:53.616Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.76s) [2021-03-10T15:13:53.616Z] === RUN TestBuildPlatformInvalid [2021-03-10T15:13:53.616Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2021-03-10T15:13:53.616Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-10T15:13:54.225Z] === RUN TestDockerSuite/TestBuildHistory [2021-03-10T15:13:57.495Z] Loaded image: buildpack-deps:buster [2021-03-10T15:13:57.495Z] Loaded image: busybox:latest [2021-03-10T15:13:57.495Z] Loaded image: busybox:glibc [2021-03-10T15:13:57.509Z] === RUN TestDockerSuite/TestBuildIidFile [2021-03-10T15:13:57.509Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-03-10T15:13:58.443Z] === RUN TestDockerSuite/TestBuildInheritance [2021-03-10T15:13:58.702Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-03-10T15:13:58.960Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-03-10T15:13:58.960Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-03-10T15:13:59.527Z] --- PASS: TestServiceWithDataPathPortInit (17.02s) [2021-03-10T15:13:59.527Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-10T15:14:00.032Z] Loaded image: debian:bullseye [2021-03-10T15:14:00.032Z] Loaded image: hello-world:latest [2021-03-10T15:14:00.032Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:14:00.032Z] INFO: Testing against a local daemon [2021-03-10T15:14:00.032Z] === RUN TestCgroupNamespacesBuild [2021-03-10T15:14:00.093Z] === RUN TestDockerSuite/TestBuildLabel [2021-03-10T15:14:00.352Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-03-10T15:14:00.610Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-03-10T15:14:00.873Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-03-10T15:14:01.131Z] === RUN TestDockerSuite/TestBuildLabels [2021-03-10T15:14:01.389Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-03-10T15:14:02.325Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-03-10T15:14:04.015Z] Loaded image: buildpack-deps:buster [2021-03-10T15:14:04.015Z] Loaded image: busybox:latest [2021-03-10T15:14:04.015Z] Loaded image: busybox:glibc [2021-03-10T15:14:04.225Z] === RUN TestDockerSuite/TestBuildLastModified [2021-03-10T15:14:05.056Z] Loaded image: debian:bullseye [2021-03-10T15:14:05.056Z] Loaded image: hello-world:latest [2021-03-10T15:14:05.056Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:14:05.297Z] --- PASS: TestCgroupNamespacesBuild (4.92s) [2021-03-10T15:14:05.297Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-10T15:14:07.199Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.43s) [2021-03-10T15:14:07.199Z] === RUN TestBuildWithSession [2021-03-10T15:14:07.199Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-10T15:14:07.199Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:14:07.199Z] === RUN TestBuildSquashParent [2021-03-10T15:14:07.508Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.06s) [2021-03-10T15:14:07.508Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0nilou0sigfzjpjq4szazxwbc Created:2021-03-10 15:14:00.877913874 +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[20e2dc95e1f7fbb756326371d62d1039c7fd8bcb69b6698f21d745b4f7d02bf9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g6if0fzc3fafwssunxlhgivff EndpointID:7c6f717356d55dd82af9be9d8daa95cc97f521a16ba017f7f04aafd6e108c59a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4bb5afa81572a44caa046f2fb687dc2f7d970fb9a48630b82829264196699f78 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:ab640fdb2cd7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g6if0fzc3fafwssunxlhgivff EndpointID:7c6f717356d55dd82af9be9d8daa95cc97f521a16ba017f7f04aafd6e108c59a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-10T15:14:07.508Z] PASS [2021-03-10T15:14:07.508Z] [2021-03-10T15:14:07.508Z] === Skipped [2021-03-10T15:14:07.508Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:14:07.508Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:14:07.508Z] [2021-03-10T15:14:07.508Z] [2021-03-10T15:14:07.508Z] DONE 26 tests, 1 skipped in 54.164s [2021-03-10T15:14:07.508Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:14:07.508Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:07.508Z] ++ set -e [2021-03-10T15:14:07.508Z] ++ '[' -n 0 ']' [2021-03-10T15:14:07.508Z] ++ set -x [2021-03-10T15:14:07.508Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:07.508Z] INFO: Testing against a local daemon [2021-03-10T15:14:07.508Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-10T15:14:07.508Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:14:07.508Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:14:07.508Z] === RUN TestDockerNetworkIpvlan [2021-03-10T15:14:07.508Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:14:07.508Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:14:07.508Z] PASS [2021-03-10T15:14:07.508Z] [2021-03-10T15:14:07.508Z] === Skipped [2021-03-10T15:14:07.508Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:14:07.508Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:14:07.508Z] [2021-03-10T15:14:07.508Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:14:07.508Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:14:07.508Z] [2021-03-10T15:14:07.508Z] [2021-03-10T15:14:07.508Z] DONE 2 tests, 2 skipped in 0.031s [2021-03-10T15:14:07.508Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:14:07.508Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:07.508Z] ++ set -e [2021-03-10T15:14:07.508Z] ++ '[' -n 0 ']' [2021-03-10T15:14:07.508Z] ++ set -x [2021-03-10T15:14:07.508Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:07.508Z] INFO: Testing against a local daemon [2021-03-10T15:14:07.508Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-10T15:14:08.883Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2021-03-10T15:14:08.883Z] === RUN TestDockerNetworkMacvlan [2021-03-10T15:14:09.141Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-03-10T15:14:09.707Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-10T15:14:10.274Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-10T15:14:11.209Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-10T15:14:11.975Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (18.86s) [2021-03-10T15:14:11.975Z] PASS [2021-03-10T15:14:11.975Z] [2021-03-10T15:14:11.975Z] === Skipped [2021-03-10T15:14:11.975Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-03-10T15:14:11.975Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:14:11.975Z] [2021-03-10T15:14:11.975Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-10T15:14:11.975Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:14:11.975Z] [2021-03-10T15:14:11.975Z] [2021-03-10T15:14:11.975Z] DONE 34 tests, 2 skipped in 107.190s [2021-03-10T15:14:11.975Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-03-10T15:14:11.975Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:11.975Z] ++ set -e [2021-03-10T15:14:11.975Z] ++ '[' -n 0 ']' [2021-03-10T15:14:11.975Z] ++ set -x [2021-03-10T15:14:11.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:12.269Z] INFO: Testing against a local daemon [2021-03-10T15:14:12.269Z] === RUN TestConfigInspect [2021-03-10T15:14:12.584Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-03-10T15:14:12.842Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-03-10T15:14:12.842Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-03-10T15:14:12.842Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-03-10T15:14:13.101Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-03-10T15:14:13.101Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-03-10T15:14:14.464Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:14:14.464Z] [2021-03-10T15:14:14.464Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-10T15:14:14.464Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-10T15:14:14.464Z] HOSTNAME=ff41aa913b87 [2021-03-10T15:14:14.464Z] TESTDEBUG=0 [2021-03-10T15:14:14.464Z] DEST=bundles/test-integration [2021-03-10T15:14:14.464Z] PWD=/go/src/github.com/docker/docker [2021-03-10T15:14:14.464Z] DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:14:14.464Z] container=docker [2021-03-10T15:14:14.464Z] HOME=/root [2021-03-10T15:14:14.464Z] GOLANG_VERSION=1.13.15 [2021-03-10T15:14:14.464Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-10T15:14:14.464Z] VALIDATE_BRANCH=master [2021-03-10T15:14:14.464Z] TERM=xterm [2021-03-10T15:14:14.464Z] DOCKER_PKG=github.com/docker/docker [2021-03-10T15:14:14.464Z] SHLVL=1 [2021-03-10T15:14:14.464Z] TIMEOUT=120m [2021-03-10T15:14:14.464Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-10T15:14:14.464Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-10T15:14:14.464Z] GO111MODULE=off [2021-03-10T15:14:14.464Z] DOCKER_EXPERIMENTAL=1 [2021-03-10T15:14:14.464Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-10T15:14:14.464Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-10T15:14:14.464Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-10T15:14:14.464Z] GOPATH=/go [2021-03-10T15:14:14.464Z] PKG_CONFIG=pkg-config [2021-03-10T15:14:14.464Z] _=/usr/bin/env [2021-03-10T15:14:14.464Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-10T15:14:14.476Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-03-10T15:14:14.476Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-10T15:14:15.311Z] --- PASS: TestBuildSquashParent (7.72s) [2021-03-10T15:14:15.311Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-10T15:14:15.311Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:14:15.311Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:14:15.311Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:14:15.311Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:14:15.311Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:14:15.311Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:14:15.311Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:14:15.311Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:14:15.311Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:14:15.311Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:14:15.311Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:14:15.311Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:14:15.311Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:14:15.311Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:14:15.413Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-03-10T15:14:16.741Z] --- PASS: TestConfigInspect (4.20s) [2021-03-10T15:14:16.741Z] === RUN TestConfigList [2021-03-10T15:14:17.299Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:14:17.314Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-10T15:14:18.245Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:14:19.194Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:14:19.848Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-03-10T15:14:19.848Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-03-10T15:14:19.848Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-03-10T15:14:20.278Z] --- PASS: TestConfigList (3.89s) [2021-03-10T15:14:20.278Z] === RUN TestConfigsCreateAndDelete [2021-03-10T15:14:20.415Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-03-10T15:14:21.126Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:14:23.026Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-10T15:14:23.026Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.89s) [2021-03-10T15:14:23.026Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.12s) [2021-03-10T15:14:23.026Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.47s) [2021-03-10T15:14:23.026Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.75s) [2021-03-10T15:14:23.026Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.09s) [2021-03-10T15:14:23.026Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.69s) [2021-03-10T15:14:23.026Z] === RUN TestBuildMultiStageCopy [2021-03-10T15:14:23.026Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-10T15:14:23.702Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-10T15:14:24.667Z] --- PASS: TestBuildWithHugeFile (52.24s) [2021-03-10T15:14:24.668Z] === RUN TestBuildWCOWSandboxSize [2021-03-10T15:14:24.668Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-03-10T15:14:24.668Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:14:24.668Z] === RUN TestBuildWithEmptyDockerfile [2021-03-10T15:14:24.668Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:14:24.668Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:14:24.668Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:14:24.668Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:14:24.668Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:14:24.668Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:14:24.668Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:14:24.668Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:14:24.668Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:14:24.668Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2021-03-10T15:14:24.668Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-03-10T15:14:24.668Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-03-10T15:14:24.668Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-03-10T15:14:24.668Z] === RUN TestBuildPreserveOwnership [2021-03-10T15:14:24.668Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-10T15:14:24.668Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-10T15:14:24.751Z] --- PASS: TestConfigsCreateAndDelete (3.96s) [2021-03-10T15:14:24.751Z] === RUN TestConfigsUpdate [2021-03-10T15:14:25.604Z] --- PASS: TestDockerNetworkMacvlan (16.43s) [2021-03-10T15:14:25.604Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-03-10T15:14:25.604Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2021-03-10T15:14:25.604Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.91s) [2021-03-10T15:14:25.604Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.95s) [2021-03-10T15:14:25.604Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.52s) [2021-03-10T15:14:25.604Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.84s) [2021-03-10T15:14:25.604Z] PASS [2021-03-10T15:14:25.604Z] [2021-03-10T15:14:25.604Z] DONE 8 tests in 17.774s [2021-03-10T15:14:25.604Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-10T15:14:25.604Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:25.604Z] ++ set -e [2021-03-10T15:14:25.604Z] ++ '[' -n 0 ']' [2021-03-10T15:14:25.604Z] ++ set -x [2021-03-10T15:14:25.604Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:25.604Z] testing: warning: no tests to run [2021-03-10T15:14:25.604Z] PASS [2021-03-10T15:14:25.604Z] [2021-03-10T15:14:25.604Z] DONE 0 tests in 0.005s [2021-03-10T15:14:25.604Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-10T15:14:25.604Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:25.604Z] ++ set -e [2021-03-10T15:14:25.604Z] ++ '[' -n 0 ']' [2021-03-10T15:14:25.604Z] ++ set -x [2021-03-10T15:14:25.604Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:25.604Z] INFO: Testing against a local daemon [2021-03-10T15:14:25.604Z] === RUN TestAuthZPluginAllowRequest [2021-03-10T15:14:25.606Z] --- PASS: TestBuildPreserveOwnership (4.65s) [2021-03-10T15:14:25.606Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.15s) [2021-03-10T15:14:25.606Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.49s) [2021-03-10T15:14:25.606Z] === RUN TestBuildPlatformInvalid [2021-03-10T15:14:25.606Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-03-10T15:14:25.606Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-10T15:14:26.307Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-10T15:14:26.981Z] --- PASS: TestAuthZPluginAllowRequest (1.52s) [2021-03-10T15:14:26.981Z] === RUN TestAuthZPluginTLS [2021-03-10T15:14:27.240Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-10T15:14:27.547Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-03-10T15:14:27.547Z] === RUN TestAuthZPluginDenyRequest [2021-03-10T15:14:28.114Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-03-10T15:14:28.114Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-10T15:14:28.174Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-10T15:14:28.284Z] --- PASS: TestConfigsUpdate (4.00s) [2021-03-10T15:14:28.284Z] === RUN TestTemplatedConfig [2021-03-10T15:14:28.326Z] sha256:9236654dcd2d84daabaadd75535671bfe3f89d5ca9b2ea9aaa7705a6d3610089 [2021-03-10T15:14:28.327Z] INFO: Starting docker-py tests... [2021-03-10T15:14:28.327Z] ============================= test session starts ============================== [2021-03-10T15:14:28.327Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-03-10T15:14:28.327Z] rootdir: /src, inifile: pytest.ini [2021-03-10T15:14:28.327Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-03-10T15:14:28.327Z] collected 389 items / 1 deselected / 388 selected [2021-03-10T15:14:28.327Z] [2021-03-10T15:14:28.681Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2021-03-10T15:14:28.681Z] === RUN TestAuthZPluginDenyResponse [2021-03-10T15:14:29.108Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-10T15:14:29.248Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-03-10T15:14:29.248Z] === RUN TestAuthZPluginAllowEventStream [2021-03-10T15:14:30.044Z] --- PASS: TestBuildMultiStageCopy (7.39s) [2021-03-10T15:14:30.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.39s) [2021-03-10T15:14:30.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-03-10T15:14:30.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-03-10T15:14:30.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-03-10T15:14:30.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-03-10T15:14:30.044Z] === RUN TestBuildMultiStageParentConfig [2021-03-10T15:14:30.184Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-03-10T15:14:30.751Z] --- PASS: TestAuthZPluginAllowEventStream (1.57s) [2021-03-10T15:14:30.751Z] === RUN TestAuthZPluginErrorResponse [2021-03-10T15:14:31.318Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-03-10T15:14:31.318Z] === RUN TestAuthZPluginErrorRequest [2021-03-10T15:14:31.885Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-03-10T15:14:31.885Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-10T15:14:31.944Z] --- PASS: TestTemplatedConfig (3.79s) [2021-03-10T15:14:31.944Z] === RUN TestConfigCreateResolve [2021-03-10T15:14:32.452Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-03-10T15:14:32.452Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-10T15:14:32.606Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-10T15:14:33.828Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-03-10T15:14:33.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-10T15:14:34.087Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.84s) [2021-03-10T15:14:34.087Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-10T15:14:35.022Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-03-10T15:14:35.307Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-03-10T15:14:35.307Z] === RUN TestBuildLabelWithTargets [2021-03-10T15:14:35.957Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.82s) [2021-03-10T15:14:35.957Z] === RUN TestAuthZPluginHeader [2021-03-10T15:14:36.468Z] --- PASS: TestConfigCreateResolve (3.87s) [2021-03-10T15:14:36.468Z] === RUN TestConfigDaemonLibtrustID [2021-03-10T15:14:36.468Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-03-10T15:14:36.468Z] PASS [2021-03-10T15:14:36.468Z] [2021-03-10T15:14:36.468Z] DONE 7 tests in 24.322s [2021-03-10T15:14:36.468Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-03-10T15:14:36.468Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:36.468Z] ++ set -e [2021-03-10T15:14:36.468Z] ++ '[' -n 0 ']' [2021-03-10T15:14:36.468Z] ++ set -x [2021-03-10T15:14:36.468Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:14:36.468Z] INFO: Testing against a local daemon [2021-03-10T15:14:36.468Z] === RUN TestCheckpoint [2021-03-10T15:14:36.468Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-10T15:14:36.468Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:14:36.468Z] === RUN TestContainerInvalidJSON [2021-03-10T15:14:36.468Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:14:36.468Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:14:36.468Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:14:36.468Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:14:36.468Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:14:36.468Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:14:36.761Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:14:36.761Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:14:36.761Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:14:36.761Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-10T15:14:36.761Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-10T15:14:36.761Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-10T15:14:36.761Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-10T15:14:36.761Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-10T15:14:36.761Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2021-03-10T15:14:36.761Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-10T15:14:36.892Z] --- PASS: TestAuthZPluginHeader (0.71s) [2021-03-10T15:14:36.892Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-10T15:14:37.055Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2021-03-10T15:14:37.055Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-10T15:14:37.055Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-03-10T15:14:37.055Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-10T15:14:37.150Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-03-10T15:14:37.150Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-03-10T15:14:37.349Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-03-10T15:14:37.349Z] === RUN TestCopyFromContainer [2021-03-10T15:14:40.133Z] === RUN TestCopyFromContainer// [2021-03-10T15:14:40.133Z] === RUN TestCopyFromContainer//bar/root [2021-03-10T15:14:40.133Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-10T15:14:40.133Z] === RUN TestCopyFromContainer/bar/quux [2021-03-10T15:14:40.133Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-10T15:14:40.442Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-10T15:14:40.442Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-10T15:14:40.442Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-10T15:14:40.500Z] Loaded image: buildpack-deps:buster [2021-03-10T15:14:40.500Z] Loaded image: busybox:latest [2021-03-10T15:14:40.500Z] Loaded image: busybox:glibc [2021-03-10T15:14:40.736Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-10T15:14:40.736Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer (3.70s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer// (0.09s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-03-10T15:14:41.031Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-03-10T15:14:41.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-10T15:14:41.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:14:41.031Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:14:41.031Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:14:41.032Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:14:41.032Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:14:41.032Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:14:41.032Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:14:41.032Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:14:41.032Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:14:41.032Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-10T15:14:41.032Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-10T15:14:41.032Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-10T15:14:41.032Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-10T15:14:41.032Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-10T15:14:41.032Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-03-10T15:14:41.032Z] === RUN TestCreateWithInvalidEnv [2021-03-10T15:14:41.032Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-10T15:14:41.032Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-10T15:14:41.032Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-10T15:14:41.032Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-10T15:14:41.032Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-10T15:14:41.032Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-10T15:14:41.032Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-10T15:14:41.032Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-10T15:14:41.032Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-10T15:14:41.032Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-10T15:14:41.032Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-10T15:14:41.032Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-10T15:14:41.032Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-10T15:14:41.032Z] === RUN TestCreateTmpfsMountsTarget [2021-03-10T15:14:41.032Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-03-10T15:14:41.032Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-10T15:14:41.069Z] Loaded image: debian:bullseye [2021-03-10T15:14:41.069Z] Loaded image: hello-world:latest [2021-03-10T15:14:41.069Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:14:41.336Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.12s) [2021-03-10T15:14:41.336Z] === RUN TestAuthZPluginV2Disable [2021-03-10T15:14:42.271Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-03-10T15:14:42.529Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-03-10T15:14:43.413Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-03-10T15:14:43.413Z] === RUN TestBuildWithEmptyLayers [2021-03-10T15:14:43.864Z] --- PASS: TestCreateWithCustomMaskedPaths (3.02s) [2021-03-10T15:14:43.864Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-10T15:14:43.905Z] --- PASS: TestAuthZPluginV2Disable (2.81s) [2021-03-10T15:14:43.905Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-10T15:14:44.471Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-03-10T15:14:44.729Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-03-10T15:14:46.630Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.72s) [2021-03-10T15:14:46.630Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-10T15:14:46.693Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-03-10T15:14:46.693Z] === RUN TestBuildMultiStageOnBuild [2021-03-10T15:14:46.889Z] === RUN TestDockerSuite/TestBuildNetNone [2021-03-10T15:14:46.930Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-03-10T15:14:47.398Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.18s) [2021-03-10T15:14:47.398Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-10T15:14:47.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:14:47.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:14:47.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:14:47.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:14:47.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:14:47.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:14:47.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:14:47.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:14:47.398Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:14:47.398Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:14:47.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:14:47.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:14:47.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:14:47.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:14:47.398Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:14:47.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-10T15:14:47.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-10T15:14:47.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-03-10T15:14:47.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-03-10T15:14:47.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-10T15:14:47.398Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-10T15:14:47.398Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-10T15:14:47.455Z] === RUN TestDockerSuite/TestBuildNoContext [2021-03-10T15:14:47.749Z] tests/integration/api_client_test.py ..... [ 7%] [2021-03-10T15:14:48.509Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.02s) [2021-03-10T15:14:48.509Z] === RUN TestCreateDifferentPlatform [2021-03-10T15:14:48.509Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-10T15:14:48.509Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-10T15:14:48.509Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-03-10T15:14:48.509Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-10T15:14:48.509Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-10T15:14:48.509Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-10T15:14:48.509Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-03-10T15:14:48.509Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-10T15:14:48.509Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-03-10T15:14:48.509Z] === RUN TestContainerStartOnDaemonRestart [2021-03-10T15:14:48.509Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-10T15:14:48.509Z] === RUN TestDaemonRestartIpcMode [2021-03-10T15:14:48.509Z] === PAUSE TestDaemonRestartIpcMode [2021-03-10T15:14:48.509Z] === RUN TestDaemonHostGatewayIP [2021-03-10T15:14:48.509Z] === PAUSE TestDaemonHostGatewayIP [2021-03-10T15:14:48.509Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-10T15:14:48.509Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-10T15:14:48.509Z] === RUN TestContainerKillOnDaemonStart [2021-03-10T15:14:48.509Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-10T15:14:48.509Z] === RUN TestDiff [2021-03-10T15:14:48.831Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-03-10T15:14:49.193Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.38s) [2021-03-10T15:14:49.193Z] PASS [2021-03-10T15:14:49.193Z] [2021-03-10T15:14:49.193Z] === Skipped [2021-03-10T15:14:49.193Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-10T15:14:49.193Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:14:49.193Z] [2021-03-10T15:14:49.193Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-03-10T15:14:49.193Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:14:49.193Z] [2021-03-10T15:14:49.193Z] [2021-03-10T15:14:49.193Z] DONE 34 tests, 2 skipped in 124.655s [2021-03-10T15:14:49.193Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-10T15:14:49.193Z] INFO: Testing against a local daemon [2021-03-10T15:14:49.193Z] === RUN TestConfigInspect [2021-03-10T15:14:49.555Z] --- PASS: TestDiff (1.02s) [2021-03-10T15:14:49.555Z] === RUN TestExecWithCloseStdin [2021-03-10T15:14:49.605Z] tests/integration/api_config_test.py ..... [ 8%] [2021-03-10T15:14:49.766Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-03-10T15:14:50.093Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 14.7% of statements [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-10T15:14:50.093Z] ok github.com/docker/docker/api/server/middleware 0.035s coverage: 37.7% of statements [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-10T15:14:50.093Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-10T15:14:50.497Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-10T15:14:50.497Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-10T15:14:50.497Z] ok github.com/docker/docker/api/types/filters 0.036s coverage: 92.2% of statements [2021-03-10T15:14:50.497Z] ok github.com/docker/docker/api/types/strslice 0.015s coverage: 90.0% of statements [2021-03-10T15:14:50.609Z] --- PASS: TestExecWithCloseStdin (1.28s) [2021-03-10T15:14:50.609Z] === RUN TestExec [2021-03-10T15:14:50.794Z] ok github.com/docker/docker/api/server/router/swarm 0.027s coverage: 5.7% of statements [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-10T15:14:50.795Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-10T15:14:50.795Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2021-03-10T15:14:51.093Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/builder [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-10T15:14:51.093Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-10T15:14:51.098Z] --- PASS: TestConfigInspect (2.00s) [2021-03-10T15:14:51.098Z] === RUN TestConfigList [2021-03-10T15:14:51.957Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-03-10T15:14:51.957Z] === RUN TestBuildUncleanTarFilenames [2021-03-10T15:14:51.957Z] --- PASS: TestBuildUncleanTarFilenames (0.85s) [2021-03-10T15:14:51.957Z] === RUN TestBuildMultiStageLayerLeak [2021-03-10T15:14:52.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-10T15:14:52.199Z] --- PASS: TestExec (1.20s) [2021-03-10T15:14:52.199Z] === RUN TestExecUser [2021-03-10T15:14:52.299Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-03-10T15:14:52.299Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-03-10T15:14:52.299Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-03-10T15:14:52.557Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-03-10T15:14:52.816Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-03-10T15:14:53.294Z] --- PASS: TestExecUser (1.22s) [2021-03-10T15:14:53.294Z] === RUN TestExportContainerAndImportImage [2021-03-10T15:14:53.382Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-03-10T15:14:53.636Z] --- PASS: TestConfigList (2.35s) [2021-03-10T15:14:53.636Z] === RUN TestConfigsCreateAndDelete [2021-03-10T15:14:54.316Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (7.85s) [2021-03-10T15:14:54.316Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-10T15:14:54.813Z] --- PASS: TestExportContainerAndImportImage (1.37s) [2021-03-10T15:14:54.813Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-10T15:14:54.883Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-03-10T15:14:55.142Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-03-10T15:14:55.625Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2021-03-10T15:14:55.708Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-03-10T15:14:56.140Z] --- PASS: TestBuildMultiStageLayerLeak (4.15s) [2021-03-10T15:14:56.140Z] === RUN TestBuildWithHugeFile [2021-03-10T15:14:56.174Z] --- PASS: TestConfigsCreateAndDelete (2.36s) [2021-03-10T15:14:56.174Z] === RUN TestConfigsUpdate [2021-03-10T15:14:56.351Z] --- PASS: TestExportContainerAfterDaemonRestart (1.72s) [2021-03-10T15:14:56.351Z] === RUN TestHealthCheckWorkdir [2021-03-10T15:14:57.737Z] ok github.com/docker/docker/builder/remotecontext/git 4.114s coverage: 86.3% of statements [2021-03-10T15:14:57.776Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-03-10T15:14:57.776Z] [2021-03-10T15:14:57.776Z] ________ ____ __. [2021-03-10T15:14:57.776Z] \_____ \ | |/ _| [2021-03-10T15:14:57.776Z] / | \| < [2021-03-10T15:14:57.776Z] / | \ | \ [2021-03-10T15:14:57.776Z] \_______ /____|__ \ [2021-03-10T15:14:57.776Z] \/ \/ [2021-03-10T15:14:57.776Z] [2021-03-10T15:14:57.776Z] INFO: make.ps1 ended at 03/10/2021 15:14:54 [2021-03-10T15:14:57.776Z] INFO: Binaries build ended at 03/10/2021 15:14:56. Duration:00:01:16.2887351 [2021-03-10T15:14:57.776Z] INFO: Copying the built daemon binary to d:\CI\PR-42054\6\binary\dockerd-cd0882377b.exe... [2021-03-10T15:14:57.974Z] --- PASS: TestHealthCheckWorkdir (1.54s) [2021-03-10T15:14:57.975Z] === RUN TestHealthKillContainer [2021-03-10T15:14:58.080Z] --- PASS: TestConfigsUpdate (2.31s) [2021-03-10T15:14:58.080Z] === RUN TestTemplatedConfig [2021-03-10T15:14:58.236Z] INFO: Copying the built client binary to d:\CI\PR-42054\6\binary\docker-cd0882377b.exe... [2021-03-10T15:14:58.236Z] INFO: Copying dockerversion from the container... [2021-03-10T15:14:58.236Z] INFO: Copying the golang package from the container to d:\CI\PR-42054\6\installer\go.zip... [2021-03-10T15:14:58.239Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-03-10T15:14:58.794Z] ok github.com/docker/docker/builder/remotecontext 0.482s coverage: 13.7% of statements [2021-03-10T15:14:59.202Z] INFO: Extracting go.zip to d:\CI\PR-42054\6\go [2021-03-10T15:14:59.614Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-03-10T15:15:00.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-10T15:15:00.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-10T15:15:00.902Z] ok github.com/docker/docker/builder/dockerfile 1.340s coverage: 48.3% of statements [2021-03-10T15:15:00.902Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-10T15:15:00.902Z] ? github.com/docker/docker/cli [no test files] [2021-03-10T15:15:00.902Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-10T15:15:01.511Z] --- PASS: TestHealthKillContainer (3.23s) [2021-03-10T15:15:01.511Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-10T15:15:01.517Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-03-10T15:15:01.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-10T15:15:02.215Z] --- PASS: TestInspectCpusetInConfigPre120 (1.06s) [2021-03-10T15:15:02.215Z] === RUN TestIpcModeNone [2021-03-10T15:15:02.277Z] --- PASS: TestTemplatedConfig (3.46s) [2021-03-10T15:15:02.277Z] === RUN TestConfigCreateResolve [2021-03-10T15:15:02.451Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-03-10T15:15:03.257Z] --- PASS: TestIpcModeNone (1.24s) [2021-03-10T15:15:03.257Z] === RUN TestIpcModePrivate [2021-03-10T15:15:03.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-10T15:15:03.590Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-10T15:15:03.825Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-03-10T15:15:04.084Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-03-10T15:15:04.185Z] --- PASS: TestConfigCreateResolve (2.38s) [2021-03-10T15:15:04.185Z] === RUN TestConfigDaemonLibtrustID [2021-03-10T15:15:04.444Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-03-10T15:15:04.444Z] PASS [2021-03-10T15:15:04.444Z] [2021-03-10T15:15:04.444Z] DONE 7 tests in 15.447s [2021-03-10T15:15:04.444Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-10T15:15:04.444Z] INFO: Testing against a local daemon [2021-03-10T15:15:04.444Z] === RUN TestCheckpoint [2021-03-10T15:15:04.444Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-10T15:15:04.444Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:15:04.444Z] === RUN TestContainerInvalidJSON [2021-03-10T15:15:04.444Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:15:04.444Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:15:04.444Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:15:04.444Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:15:04.444Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:15:04.444Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:15:04.444Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:15:04.444Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:15:04.444Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:15:04.444Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-10T15:15:04.444Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-10T15:15:04.444Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-10T15:15:04.444Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-10T15:15:04.444Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-10T15:15:04.704Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-03-10T15:15:04.704Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-10T15:15:04.704Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-03-10T15:15:04.704Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-10T15:15:04.704Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-03-10T15:15:04.704Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-10T15:15:04.704Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-03-10T15:15:04.704Z] === RUN TestCopyFromContainer [2021-03-10T15:15:04.776Z] --- PASS: TestIpcModePrivate (1.19s) [2021-03-10T15:15:04.776Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:106, shared: false, mustBeShared: false [2021-03-10T15:15:04.776Z] === RUN TestIpcModeShareable [2021-03-10T15:15:05.410Z] ok github.com/docker/docker/client 0.591s coverage: 75.4% of statements [2021-03-10T15:15:05.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-10T15:15:05.836Z] --- PASS: TestIpcModeShareable (1.24s) [2021-03-10T15:15:05.836Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:100, shared: true, mustBeShared: true [2021-03-10T15:15:05.836Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-10T15:15:06.084Z] === RUN TestCopyFromContainer// [2021-03-10T15:15:06.084Z] === RUN TestCopyFromContainer//bar/root [2021-03-10T15:15:06.344Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-10T15:15:06.344Z] === RUN TestCopyFromContainer/bar/quux [2021-03-10T15:15:06.344Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-10T15:15:06.344Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-10T15:15:06.605Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-10T15:15:06.605Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-10T15:15:06.605Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-10T15:15:06.605Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer (2.09s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-03-10T15:15:06.865Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-03-10T15:15:06.865Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-10T15:15:06.865Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:15:06.865Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:15:06.865Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:15:06.865Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:15:06.865Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:15:06.865Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:15:06.865Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:15:06.865Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:15:06.865Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:15:06.865Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-10T15:15:06.865Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-10T15:15:06.865Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-10T15:15:06.865Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-10T15:15:06.865Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-10T15:15:06.865Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-10T15:15:06.865Z] === RUN TestCreateWithInvalidEnv [2021-03-10T15:15:06.865Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-10T15:15:06.865Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-10T15:15:06.865Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-10T15:15:06.865Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-10T15:15:06.865Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-10T15:15:06.865Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-10T15:15:06.865Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-10T15:15:06.865Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-10T15:15:06.865Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-10T15:15:06.865Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-10T15:15:06.865Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-10T15:15:06.865Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-10T15:15:06.865Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-10T15:15:06.865Z] === RUN TestCreateTmpfsMountsTarget [2021-03-10T15:15:06.865Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-10T15:15:06.865Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-10T15:15:08.269Z] === RUN TestDockerSuite/TestBuildPATH [2021-03-10T15:15:08.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-10T15:15:09.205Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-03-10T15:15:09.369Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.78s) [2021-03-10T15:15:09.369Z] === RUN TestAPIIpcModeHost [2021-03-10T15:15:09.405Z] --- PASS: TestCreateWithCustomMaskedPaths (2.45s) [2021-03-10T15:15:09.405Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-10T15:15:10.139Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-03-10T15:15:10.707Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2021-03-10T15:15:10.707Z] PASS [2021-03-10T15:15:10.707Z] [2021-03-10T15:15:10.707Z] DONE 17 tests in 45.347s [2021-03-10T15:15:10.707Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-10T15:15:10.707Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:10.707Z] ++ set -e [2021-03-10T15:15:10.707Z] ++ '[' -n 0 ']' [2021-03-10T15:15:10.707Z] ++ set -x [2021-03-10T15:15:10.707Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:10.707Z] INFO: Testing against a local daemon [2021-03-10T15:15:10.707Z] === RUN TestPluginInvalidJSON [2021-03-10T15:15:10.707Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:15:10.707Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:15:10.707Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:15:10.707Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-03-10T15:15:10.707Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-10T15:15:10.707Z] === RUN TestPluginInstall [2021-03-10T15:15:10.707Z] === RUN TestPluginInstall/no_auth [2021-03-10T15:15:10.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-10T15:15:10.886Z] --- PASS: TestAPIIpcModeHost (1.08s) [2021-03-10T15:15:10.886Z] === RUN TestDaemonIpcModeShareable [2021-03-10T15:15:10.966Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-03-10T15:15:11.901Z] time="2021-03-10T15:15:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:15:11.901Z] time="2021-03-10T15:15:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82720f7c075b344c731d706092588d2a7db9d6c82ea2f798e7ce9949a378aa75" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:15:11.901Z] time="2021-03-10T15:15:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:15:11.901Z] time="2021-03-10T15:15:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82720f7c075b344c731d706092588d2a7db9d6c82ea2f798e7ce9949a378aa75" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:15:11.944Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.36s) [2021-03-10T15:15:11.944Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-10T15:15:11.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:15:11.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:15:11.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:15:11.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:15:11.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:15:11.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:15:11.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:15:11.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:15:11.944Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:15:11.944Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:15:11.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:15:11.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:15:11.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:15:11.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:15:11.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:15:11.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-10T15:15:11.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-10T15:15:11.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-10T15:15:11.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-10T15:15:11.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-10T15:15:11.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-10T15:15:11.944Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-10T15:15:12.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-10T15:15:12.159Z] === RUN TestPluginInstall/with_htpasswd [2021-03-10T15:15:12.417Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-03-10T15:15:12.512Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2021-03-10T15:15:12.512Z] === RUN TestCreateDifferentPlatform [2021-03-10T15:15:12.512Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-10T15:15:12.512Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-10T15:15:12.512Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-10T15:15:12.512Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-10T15:15:12.512Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-10T15:15:12.512Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-10T15:15:12.512Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-03-10T15:15:12.512Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-10T15:15:12.676Z] time="2021-03-10T15:15:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:15:12.676Z] time="2021-03-10T15:15:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82720f7c075b344c731d706092588d2a7db9d6c82ea2f798e7ce9949a378aa75" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:15:12.676Z] time="2021-03-10T15:15:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:15:12.676Z] time="2021-03-10T15:15:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82720f7c075b344c731d706092588d2a7db9d6c82ea2f798e7ce9949a378aa75" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:15:12.772Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-03-10T15:15:12.772Z] === RUN TestContainerStartOnDaemonRestart [2021-03-10T15:15:12.772Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-10T15:15:12.772Z] === RUN TestDaemonRestartIpcMode [2021-03-10T15:15:12.772Z] === PAUSE TestDaemonRestartIpcMode [2021-03-10T15:15:12.772Z] === RUN TestDaemonHostGatewayIP [2021-03-10T15:15:12.772Z] === PAUSE TestDaemonHostGatewayIP [2021-03-10T15:15:12.772Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-10T15:15:12.772Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-10T15:15:12.772Z] === RUN TestContainerKillOnDaemonStart [2021-03-10T15:15:12.772Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-10T15:15:12.772Z] === RUN TestDiff [2021-03-10T15:15:12.935Z] === RUN TestPluginInstall/with_insecure [2021-03-10T15:15:12.967Z] --- PASS: TestDaemonIpcModeShareable (2.21s) [2021-03-10T15:15:12.967Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2021-03-10T15:15:12.967Z] === RUN TestDaemonIpcModePrivate [2021-03-10T15:15:13.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-10T15:15:13.341Z] --- PASS: TestDiff (0.78s) [2021-03-10T15:15:13.341Z] === RUN TestExecWithCloseStdin [2021-03-10T15:15:13.870Z] time="2021-03-10T15:15:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:15:13.870Z] time="2021-03-10T15:15:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c0b5ffb8c68bbd498f5632f017dff22e351aa1fd784fe927e6dacd1992129751" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:15:13.870Z] time="2021-03-10T15:15:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:15:13.870Z] time="2021-03-10T15:15:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c0b5ffb8c68bbd498f5632f017dff22e351aa1fd784fe927e6dacd1992129751" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:15:14.128Z] --- PASS: TestPluginInstall (3.30s) [2021-03-10T15:15:14.128Z] --- PASS: TestPluginInstall/no_auth (1.32s) [2021-03-10T15:15:14.128Z] --- PASS: TestPluginInstall/with_htpasswd (0.76s) [2021-03-10T15:15:14.128Z] --- PASS: TestPluginInstall/with_insecure (1.23s) [2021-03-10T15:15:14.128Z] plugin_test.go:160: [d2623f5e33a0e] daemon is not started [2021-03-10T15:15:14.128Z] === RUN TestPluginsWithRuntimes [2021-03-10T15:15:14.721Z] --- PASS: TestExecWithCloseStdin (1.11s) [2021-03-10T15:15:14.721Z] === RUN TestExec [2021-03-10T15:15:14.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-10T15:15:15.045Z] --- PASS: TestDaemonIpcModePrivate (2.10s) [2021-03-10T15:15:15.045Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false [2021-03-10T15:15:15.045Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-10T15:15:15.669Z] --- PASS: TestExec (1.12s) [2021-03-10T15:15:15.669Z] === RUN TestExecUser [2021-03-10T15:15:15.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-10T15:15:16.030Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-10T15:15:16.595Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-10T15:15:17.071Z] --- PASS: TestExecUser (1.16s) [2021-03-10T15:15:17.071Z] === RUN TestExportContainerAndImportImage [2021-03-10T15:15:17.124Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.10s) [2021-03-10T15:15:17.124Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false [2021-03-10T15:15:17.124Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-10T15:15:17.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-10T15:15:17.971Z] --- PASS: TestPluginsWithRuntimes (3.58s) [2021-03-10T15:15:17.971Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2021-03-10T15:15:17.971Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.92s) [2021-03-10T15:15:17.971Z] PASS [2021-03-10T15:15:17.971Z] [2021-03-10T15:15:17.971Z] DONE 9 tests in 6.931s [2021-03-10T15:15:17.971Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-10T15:15:17.971Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:17.971Z] ++ set -e [2021-03-10T15:15:17.971Z] ++ '[' -n 0 ']' [2021-03-10T15:15:17.971Z] ++ set -x [2021-03-10T15:15:17.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:17.971Z] INFO: Testing against a local daemon [2021-03-10T15:15:17.971Z] === RUN TestExternalGraphDriver [2021-03-10T15:15:17.971Z] === RUN TestExternalGraphDriver/json [2021-03-10T15:15:18.007Z] --- PASS: TestExportContainerAndImportImage (1.03s) [2021-03-10T15:15:18.007Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-10T15:15:19.204Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.22s) [2021-03-10T15:15:19.204Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2021-03-10T15:15:19.204Z] === RUN TestIpcModeOlderClient [2021-03-10T15:15:19.204Z] === PAUSE TestIpcModeOlderClient [2021-03-10T15:15:19.204Z] === RUN TestKillContainerInvalidSignal [2021-03-10T15:15:19.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-10T15:15:19.386Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2021-03-10T15:15:19.386Z] === RUN TestHealthCheckWorkdir [2021-03-10T15:15:19.872Z] === RUN TestExternalGraphDriver/spec [2021-03-10T15:15:20.130Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-03-10T15:15:20.336Z] --- PASS: TestKillContainerInvalidSignal (1.05s) [2021-03-10T15:15:20.336Z] === RUN TestKillContainer [2021-03-10T15:15:20.336Z] === RUN TestKillContainer/no_signal [2021-03-10T15:15:20.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-10T15:15:20.767Z] --- PASS: TestHealthCheckWorkdir (1.64s) [2021-03-10T15:15:20.767Z] === RUN TestHealthKillContainer [2021-03-10T15:15:21.376Z] === RUN TestKillContainer/non_killing_signal [2021-03-10T15:15:22.004Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-10T15:15:22.004Z] Using test binary docker [2021-03-10T15:15:22.004Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-10T15:15:22.004Z] +++ /etc/init.d/apparmor start [2021-03-10T15:15:22.004Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-10T15:15:22.004Z] INFO: Waiting for daemon to start... [2021-03-10T15:15:22.004Z] Starting dockerd [2021-03-10T15:15:22.004Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-03-10T15:15:22.014Z] === RUN TestKillContainer/killing_signal [2021-03-10T15:15:22.029Z] === RUN TestExternalGraphDriver/pull [2021-03-10T15:15:23.532Z] --- PASS: TestKillContainer (3.09s) [2021-03-10T15:15:23.532Z] --- PASS: TestKillContainer/no_signal (1.01s) [2021-03-10T15:15:23.532Z] --- PASS: TestKillContainer/non_killing_signal (0.69s) [2021-03-10T15:15:23.532Z] --- PASS: TestKillContainer/killing_signal (1.02s) [2021-03-10T15:15:23.532Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-10T15:15:23.532Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-10T15:15:23.929Z] --- PASS: TestExternalGraphDriver (5.83s) [2021-03-10T15:15:23.929Z] --- PASS: TestExternalGraphDriver/json (2.02s) [2021-03-10T15:15:23.929Z] --- PASS: TestExternalGraphDriver/spec (2.10s) [2021-03-10T15:15:23.929Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2021-03-10T15:15:23.929Z] === RUN TestGraphdriverPluginV2 [2021-03-10T15:15:23.929Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-03-10T15:15:24.063Z] --- PASS: TestHealthKillContainer (3.15s) [2021-03-10T15:15:24.063Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-10T15:15:24.326Z] INFO: Extraction ended at 03/10/2021 15:15:20. Duration:00:00:21.6784314 [2021-03-10T15:15:24.326Z] INFO: Updating the golang and path environment variables [2021-03-10T15:15:24.326Z] INFO: GOPATH=d:\gopath [2021-03-10T15:15:24.326Z] INFO: go version go1.13.15 windows/amd64 [2021-03-10T15:15:24.326Z] INFO: Running the daemon under test in debug mode [2021-03-10T15:15:24.326Z] INFO: Starting a daemon under test... [2021-03-10T15:15:24.326Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42054\6\daemon --pidfile d:\CI\PR-42054\6\docker.pid -D [2021-03-10T15:15:24.326Z] INFO: Process started successfully. [2021-03-10T15:15:24.326Z] INFO: Start tailing logs of the daemon under tests [2021-03-10T15:15:24.326Z] INFO: Waiting for the daemon under test to start... [2021-03-10T15:15:24.574Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-10T15:15:24.632Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2021-03-10T15:15:24.632Z] === RUN TestIpcModeNone [2021-03-10T15:15:25.617Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.00s) [2021-03-10T15:15:25.617Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.98s) [2021-03-10T15:15:25.617Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s) [2021-03-10T15:15:25.617Z] === RUN TestKillStoppedContainer [2021-03-10T15:15:25.617Z] --- PASS: TestKillStoppedContainer (0.08s) [2021-03-10T15:15:25.617Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-10T15:15:25.617Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2021-03-10T15:15:25.617Z] === RUN TestKillDifferentUserContainer [2021-03-10T15:15:26.012Z] --- PASS: TestIpcModeNone (1.08s) [2021-03-10T15:15:26.012Z] === RUN TestIpcModePrivate [2021-03-10T15:15:26.658Z] --- PASS: TestKillDifferentUserContainer (1.11s) [2021-03-10T15:15:26.658Z] === RUN TestInspectOomKilledTrue [2021-03-10T15:15:26.658Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-10T15:15:26.658Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:15:26.658Z] === RUN TestInspectOomKilledFalse [2021-03-10T15:15:26.658Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-10T15:15:26.658Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:15:26.658Z] === RUN TestLinksEtcHostsContentMatch [2021-03-10T15:15:26.950Z] --- PASS: TestIpcModePrivate (1.10s) [2021-03-10T15:15:26.950Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-03-10T15:15:26.950Z] === RUN TestIpcModeShareable [2021-03-10T15:15:27.211Z] --- PASS: TestGraphdriverPluginV2 (3.66s) [2021-03-10T15:15:27.211Z] PASS [2021-03-10T15:15:27.211Z] [2021-03-10T15:15:27.211Z] DONE 5 tests in 9.534s [2021-03-10T15:15:27.211Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-10T15:15:27.211Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:27.211Z] ++ set -e [2021-03-10T15:15:27.211Z] ++ '[' -n 0 ']' [2021-03-10T15:15:27.211Z] ++ set -x [2021-03-10T15:15:27.211Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:27.211Z] INFO: Testing against a local daemon [2021-03-10T15:15:27.211Z] === RUN TestContinueAfterPluginCrash [2021-03-10T15:15:27.211Z] === PAUSE TestContinueAfterPluginCrash [2021-03-10T15:15:27.211Z] === RUN TestReadPluginNoRead [2021-03-10T15:15:27.211Z] === PAUSE TestReadPluginNoRead [2021-03-10T15:15:27.211Z] === RUN TestDaemonStartWithLogOpt [2021-03-10T15:15:27.211Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-10T15:15:27.211Z] === CONT TestContinueAfterPluginCrash [2021-03-10T15:15:27.211Z] === CONT TestDaemonStartWithLogOpt [2021-03-10T15:15:27.211Z] === CONT TestReadPluginNoRead [2021-03-10T15:15:27.403Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-03-10T15:15:27.699Z] --- PASS: TestLinksEtcHostsContentMatch (0.85s) [2021-03-10T15:15:27.699Z] === RUN TestLinksContainerNames [2021-03-10T15:15:27.889Z] --- PASS: TestIpcModeShareable (1.09s) [2021-03-10T15:15:27.889Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-03-10T15:15:27.889Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-10T15:15:29.742Z] === RUN TestDockerSuite/TestBuildRm [2021-03-10T15:15:29.778Z] --- PASS: TestLinksContainerNames (2.14s) [2021-03-10T15:15:29.778Z] === RUN TestLogsFollowTailEmpty [2021-03-10T15:15:30.000Z] === RUN TestReadPluginNoRead/default [2021-03-10T15:15:30.139Z] . [2021-03-10T15:15:30.139Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-10T15:15:30.139Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-10T15:15:30.139Z] Error: No such image: emptyfs [2021-03-10T15:15:30.139Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-10T15:15:30.139Z] ++++ docker load [2021-03-10T15:15:30.139Z] Running integration-test (iteration 1) [2021-03-10T15:15:30.139Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-03-10T15:15:30.139Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:30.139Z] ++ set -e [2021-03-10T15:15:30.139Z] ++ '[' -n 0 ']' [2021-03-10T15:15:30.139Z] ++ set -x [2021-03-10T15:15:30.139Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:30.567Z] --- PASS: TestDaemonStartWithLogOpt (3.32s) [2021-03-10T15:15:30.821Z] --- PASS: TestLogsFollowTailEmpty (1.06s) [2021-03-10T15:15:30.822Z] === RUN TestContainerNetworkMountsNoChown [2021-03-10T15:15:31.183Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.97s) [2021-03-10T15:15:31.183Z] === RUN TestAPIIpcModeHost [2021-03-10T15:15:31.864Z] --- PASS: TestContainerNetworkMountsNoChown (0.99s) [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/default [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/default [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/private [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/private [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rprivate [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/slave [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/slave [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rslave [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/shared [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/shared [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rshared [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/default [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/rslave [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/shared [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/rprivate [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/rshared [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/slave [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/private [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-10T15:15:31.864Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:15:31.864Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:15:31.864Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:15:31.940Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-10T15:15:32.123Z] --- PASS: TestAPIIpcModeHost (1.12s) [2021-03-10T15:15:32.123Z] === RUN TestDaemonIpcModeShareable [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:15:32.158Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:15:32.451Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:15:32.451Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:15:32.451Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:15:32.451Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-10T15:15:32.451Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-10T15:15:32.451Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-10T15:15:32.451Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:15:32.451Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-10T15:15:32.506Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-03-10T15:15:32.745Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:15:32.745Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot (0.01s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-03-10T15:15:32.745Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-03-10T15:15:32.745Z] === RUN TestContainerBindMountNonRecursive [2021-03-10T15:15:33.440Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-10T15:15:33.440Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-03-10T15:15:34.036Z] --- PASS: TestDaemonIpcModeShareable (1.71s) [2021-03-10T15:15:34.036Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-03-10T15:15:34.036Z] === RUN TestDaemonIpcModePrivate [2021-03-10T15:15:34.374Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-03-10T15:15:34.633Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-03-10T15:15:34.891Z] --- PASS: TestReadPluginNoRead (7.58s) [2021-03-10T15:15:34.891Z] --- PASS: TestReadPluginNoRead/default (1.65s) [2021-03-10T15:15:34.891Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2021-03-10T15:15:34.891Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.54s) [2021-03-10T15:15:34.891Z] read_test.go:92: [d3007c139f782] daemon is not started [2021-03-10T15:15:35.149Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-03-10T15:15:35.423Z] --- PASS: TestDaemonIpcModePrivate (1.70s) [2021-03-10T15:15:35.423Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-03-10T15:15:35.423Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-10T15:15:35.487Z] --- PASS: TestContainerBindMountNonRecursive (2.53s) [2021-03-10T15:15:35.487Z] === RUN TestContainerVolumesMountedAsShared [2021-03-10T15:15:36.084Z] --- PASS: TestContinueAfterPluginCrash (8.80s) [2021-03-10T15:15:36.084Z] PASS [2021-03-10T15:15:36.084Z] [2021-03-10T15:15:36.084Z] DONE 6 tests in 8.851s [2021-03-10T15:15:36.084Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-10T15:15:36.084Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:36.084Z] ++ set -e [2021-03-10T15:15:36.084Z] ++ '[' -n 0 ']' [2021-03-10T15:15:36.084Z] ++ set -x [2021-03-10T15:15:36.084Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:36.084Z] testing: warning: no tests to run [2021-03-10T15:15:36.084Z] PASS [2021-03-10T15:15:36.084Z] [2021-03-10T15:15:36.084Z] DONE 0 tests in 0.006s [2021-03-10T15:15:36.084Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-10T15:15:36.084Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:36.084Z] ++ set -e [2021-03-10T15:15:36.084Z] ++ '[' -n 0 ']' [2021-03-10T15:15:36.084Z] ++ set -x [2021-03-10T15:15:36.084Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:36.084Z] INFO: Testing against a local daemon [2021-03-10T15:15:36.084Z] === RUN TestPluginWithDevMounts [2021-03-10T15:15:36.084Z] === PAUSE TestPluginWithDevMounts [2021-03-10T15:15:36.084Z] === CONT TestPluginWithDevMounts [2021-03-10T15:15:36.125Z] --- PASS: TestContainerVolumesMountedAsShared (0.89s) [2021-03-10T15:15:36.125Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-10T15:15:36.342Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-03-10T15:15:36.600Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-03-10T15:15:37.231Z] --- PASS: TestContainerVolumesMountedAsSlave (0.96s) [2021-03-10T15:15:37.231Z] === RUN TestNetworkNat [2021-03-10T15:15:37.329Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.69s) [2021-03-10T15:15:37.329Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-03-10T15:15:37.329Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-10T15:15:37.534Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-03-10T15:15:37.794Z] --- PASS: TestPluginWithDevMounts (1.73s) [2021-03-10T15:15:37.794Z] PASS [2021-03-10T15:15:37.794Z] [2021-03-10T15:15:37.794Z] DONE 1 tests in 1.774s [2021-03-10T15:15:37.794Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-10T15:15:37.794Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:37.794Z] ++ set -e [2021-03-10T15:15:37.794Z] ++ '[' -n 0 ']' [2021-03-10T15:15:37.794Z] ++ set -x [2021-03-10T15:15:37.794Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:38.053Z] INFO: Testing against a local daemon [2021-03-10T15:15:38.053Z] === RUN TestSecretInspect [2021-03-10T15:15:38.270Z] --- PASS: TestNetworkNat (1.08s) [2021-03-10T15:15:38.270Z] === RUN TestNetworkLocalhostTCPNat [2021-03-10T15:15:38.987Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-03-10T15:15:39.249Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s) [2021-03-10T15:15:39.249Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-03-10T15:15:39.249Z] === RUN TestIpcModeOlderClient [2021-03-10T15:15:39.249Z] === PAUSE TestIpcModeOlderClient [2021-03-10T15:15:39.249Z] === RUN TestKillContainerInvalidSignal [2021-03-10T15:15:39.312Z] --- PASS: TestNetworkLocalhostTCPNat (1.09s) [2021-03-10T15:15:39.312Z] === RUN TestNetworkLoopbackNat [2021-03-10T15:15:39.819Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2021-03-10T15:15:39.819Z] === RUN TestKillContainer [2021-03-10T15:15:39.819Z] === RUN TestKillContainer/no_signal [2021-03-10T15:15:40.388Z] === RUN TestKillContainer/non_killing_signal [2021-03-10T15:15:40.891Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-03-10T15:15:40.957Z] === RUN TestKillContainer/killing_signal [2021-03-10T15:15:41.826Z] --- PASS: TestSecretInspect (3.73s) [2021-03-10T15:15:41.826Z] === RUN TestSecretList [2021-03-10T15:15:41.894Z] --- PASS: TestKillContainer (2.13s) [2021-03-10T15:15:41.894Z] --- PASS: TestKillContainer/no_signal (0.69s) [2021-03-10T15:15:41.894Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2021-03-10T15:15:41.894Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2021-03-10T15:15:41.894Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-10T15:15:41.894Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-10T15:15:41.999Z] .....INFO: Daemon under test started and replied! [2021-03-10T15:15:41.999Z] INFO: Docker version of the daemon under test [2021-03-10T15:15:41.999Z] [2021-03-10T15:15:41.999Z] Client: [2021-03-10T15:15:41.999Z] Version: 17.06.2-ce [2021-03-10T15:15:41.999Z] API version: 1.30 [2021-03-10T15:15:41.999Z] Go version: go1.8.3 [2021-03-10T15:15:41.999Z] Git commit: cec0b72 [2021-03-10T15:15:41.999Z] Built: Tue Sep 5 19:57:19 2017 [2021-03-10T15:15:41.999Z] OS/Arch: windows/amd64 [2021-03-10T15:15:41.999Z] [2021-03-10T15:15:41.999Z] Server: [2021-03-10T15:15:41.999Z] Version: 0.0.0-dev [2021-03-10T15:15:41.999Z] API version: 1.41 (minimum version 1.24) [2021-03-10T15:15:41.999Z] Go version: go1.13.15 [2021-03-10T15:15:41.999Z] Git commit: cd0882377b [2021-03-10T15:15:41.999Z] Built: 03/10/2021 15:13:44 [2021-03-10T15:15:41.999Z] OS/Arch: windows/amd64 [2021-03-10T15:15:41.999Z] Experimental: false [2021-03-10T15:15:41.999Z] [2021-03-10T15:15:41.999Z] INFO: Docker info of the daemon under test [2021-03-10T15:15:41.999Z] [2021-03-10T15:15:41.999Z] Containers: 0 [2021-03-10T15:15:41.999Z] Running: 0 [2021-03-10T15:15:41.999Z] Paused: 0 [2021-03-10T15:15:41.999Z] Stopped: 0 [2021-03-10T15:15:41.999Z] Images: 0 [2021-03-10T15:15:41.999Z] Server Version: 0.0.0-dev [2021-03-10T15:15:41.999Z] Storage Driver: windowsfilter [2021-03-10T15:15:41.999Z] Windows: [2021-03-10T15:15:41.999Z] Logging Driver: json-file [2021-03-10T15:15:41.999Z] Plugins: [2021-03-10T15:15:41.999Z] Volume: local [2021-03-10T15:15:41.999Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-10T15:15:41.999Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-10T15:15:41.999Z] Swarm: inactive [2021-03-10T15:15:41.999Z] Default Isolation: process [2021-03-10T15:15:41.999Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-10T15:15:41.999Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-03-10T15:15:41.999Z] OSType: windows [2021-03-10T15:15:41.999Z] Architecture: x86_64 [2021-03-10T15:15:41.999Z] CPUs: 4 [2021-03-10T15:15:41.999Z] Total Memory: 32GiB [2021-03-10T15:15:41.999Z] Name: azwin-2-b4e0e0 [2021-03-10T15:15:41.999Z] ID: 7Z6L:PVBH:QCOR:PQEG:UN7C:6K5A:GGEH:QJNI:LVFX:WVVC:I3PW:6U7N [2021-03-10T15:15:41.999Z] Docker Root Dir: D:\CI\PR-42054\6\daemon [2021-03-10T15:15:41.999Z] Debug Mode (client): false [2021-03-10T15:15:41.999Z] Debug Mode (server): true [2021-03-10T15:15:41.999Z] File Descriptors: -1 [2021-03-10T15:15:41.999Z] Goroutines: 16 [2021-03-10T15:15:41.999Z] System Time: 2021-03-10T15:15:40.4106913Z [2021-03-10T15:15:41.999Z] EventsListeners: 0 [2021-03-10T15:15:41.999Z] Registry: https://index.docker.io/v1/ [2021-03-10T15:15:41.999Z] Labels: [2021-03-10T15:15:41.999Z] Experimental: false [2021-03-10T15:15:41.999Z] Insecure Registries: [2021-03-10T15:15:41.999Z] 127.0.0.0/8 [2021-03-10T15:15:41.999Z] Live Restore Enabled: false [2021-03-10T15:15:41.999Z] [2021-03-10T15:15:41.999Z] [2021-03-10T15:15:41.999Z] INFO: Docker images of the daemon under test [2021-03-10T15:15:41.999Z] [2021-03-10T15:15:41.999Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-03-10T15:15:41.999Z] [2021-03-10T15:15:41.999Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-03-10T15:15:41.999Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-03-10T15:15:41.999Z] ltsc2019: Pulling from windows/servercore [2021-03-10T15:15:41.999Z] 4612f6d0b889: Pulling fs layer [2021-03-10T15:15:41.999Z] 5ff1512f88ec: Pulling fs layer [2021-03-10T15:15:42.402Z] Loaded image: buildpack-deps:buster [2021-03-10T15:15:42.663Z] Loaded image: busybox:latest [2021-03-10T15:15:42.835Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-10T15:15:42.845Z] --- PASS: TestNetworkLoopbackNat (3.51s) [2021-03-10T15:15:42.845Z] === RUN TestPause [2021-03-10T15:15:42.925Z] Loaded image: busybox:glibc [2021-03-10T15:15:43.404Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s) [2021-03-10T15:15:43.405Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) [2021-03-10T15:15:43.405Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2021-03-10T15:15:43.405Z] === RUN TestKillStoppedContainer [2021-03-10T15:15:43.405Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-03-10T15:15:43.405Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-10T15:15:43.405Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-03-10T15:15:43.405Z] === RUN TestKillDifferentUserContainer [2021-03-10T15:15:43.727Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-03-10T15:15:43.727Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-03-10T15:15:43.727Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-03-10T15:15:43.727Z] === RUN TestDockerSuite/TestBuildSpaces [2021-03-10T15:15:43.886Z] --- PASS: TestPause (1.06s) [2021-03-10T15:15:43.886Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-10T15:15:43.886Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:15:43.886Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:15:43.886Z] === RUN TestPauseStopPausedContainer [2021-03-10T15:15:43.985Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-03-10T15:15:44.350Z] --- PASS: TestKillDifferentUserContainer (0.75s) [2021-03-10T15:15:44.350Z] === RUN TestInspectOomKilledTrue [2021-03-10T15:15:44.350Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-10T15:15:44.350Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-03-10T15:15:44.350Z] === RUN TestInspectOomKilledFalse [2021-03-10T15:15:44.904Z] ok github.com/docker/docker/cmd/dockerd 0.243s coverage: 29.1% of statements [2021-03-10T15:15:44.918Z] --- PASS: TestInspectOomKilledFalse (0.73s) [2021-03-10T15:15:44.918Z] === RUN TestLinksEtcHostsContentMatch [2021-03-10T15:15:44.919Z] --- PASS: TestSecretList (3.15s) [2021-03-10T15:15:44.919Z] === RUN TestSecretsCreateAndDelete [2021-03-10T15:15:44.959Z] --- PASS: TestPauseStopPausedContainer (1.04s) [2021-03-10T15:15:44.959Z] === RUN TestPsFilter [2021-03-10T15:15:44.959Z] --- PASS: TestPsFilter (0.28s) [2021-03-10T15:15:44.959Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-10T15:15:45.473Z] Loaded image: debian:bullseye [2021-03-10T15:15:45.485Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-03-10T15:15:45.485Z] === RUN TestDockerSuite/TestBuildStderr [2021-03-10T15:15:45.857Z] --- PASS: TestLinksEtcHostsContentMatch (0.85s) [2021-03-10T15:15:45.857Z] === RUN TestLinksContainerNames [2021-03-10T15:15:46.001Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.97s) [2021-03-10T15:15:46.001Z] === RUN TestRemoveContainerWithVolume [2021-03-10T15:15:46.419Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-03-10T15:15:46.857Z] Loaded image: hello-world:latest [2021-03-10T15:15:47.043Z] --- PASS: TestRemoveContainerWithVolume (1.06s) [2021-03-10T15:15:47.043Z] === RUN TestRemoveContainerRunning [2021-03-10T15:15:47.237Z] --- PASS: TestLinksContainerNames (1.39s) [2021-03-10T15:15:47.237Z] === RUN TestLogsFollowTailEmpty [2021-03-10T15:15:47.427Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:15:47.793Z] --- PASS: TestSecretsCreateAndDelete (2.88s) [2021-03-10T15:15:47.793Z] === RUN TestSecretsUpdate [2021-03-10T15:15:47.805Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2021-03-10T15:15:47.805Z] === RUN TestContainerNetworkMountsNoChown [2021-03-10T15:15:48.084Z] --- PASS: TestRemoveContainerRunning (1.07s) [2021-03-10T15:15:48.084Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-10T15:15:48.368Z] INFO: Testing against a local daemon [2021-03-10T15:15:48.368Z] === RUN TestCgroupNamespacesBuild [2021-03-10T15:15:48.746Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/default [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/default [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/private [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/private [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rprivate [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/slave [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/slave [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rslave [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/shared [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/shared [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rshared [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/default [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rslave [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rshared [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/shared [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rprivate [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/slave [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/private [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-10T15:15:48.746Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:15:48.746Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-10T15:15:48.746Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:15:49.006Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:15:49.006Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:15:49.006Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:15:49.006Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-10T15:15:49.006Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:15:49.006Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:15:49.006Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-10T15:15:49.006Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.01s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-03-10T15:15:49.006Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2021-03-10T15:15:49.006Z] === RUN TestContainerBindMountNonRecursive [2021-03-10T15:15:49.125Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.02s) [2021-03-10T15:15:49.125Z] === RUN TestRemoveInvalidContainer [2021-03-10T15:15:49.125Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-10T15:15:49.125Z] === RUN TestRenameLinkedContainer [2021-03-10T15:15:49.420Z] ok github.com/docker/docker/container 0.169s coverage: 34.4% of statements [2021-03-10T15:15:49.420Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-10T15:15:49.420Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-10T15:15:49.420Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-10T15:15:49.420Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-10T15:15:50.568Z] 5ff1512f88ec: Verifying Checksum [2021-03-10T15:15:50.568Z] 5ff1512f88ec: Download complete [2021-03-10T15:15:51.076Z] --- PASS: TestSecretsUpdate (2.82s) [2021-03-10T15:15:51.076Z] === RUN TestTemplatedSecret [2021-03-10T15:15:51.076Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-03-10T15:15:51.532Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.047s coverage: 65.3% of statements [2021-03-10T15:15:51.545Z] --- PASS: TestContainerBindMountNonRecursive (2.10s) [2021-03-10T15:15:51.545Z] === RUN TestContainerVolumesMountedAsShared [2021-03-10T15:15:51.545Z] --- PASS: TestContainerVolumesMountedAsShared (0.57s) [2021-03-10T15:15:51.545Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-10T15:15:51.669Z] --- PASS: TestCgroupNamespacesBuild (2.85s) [2021-03-10T15:15:51.669Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-10T15:15:52.362Z] --- PASS: TestBuildWithHugeFile (52.50s) [2021-03-10T15:15:52.362Z] === RUN TestBuildWCOWSandboxSize [2021-03-10T15:15:52.362Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-10T15:15:52.362Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:15:52.362Z] === RUN TestBuildWithEmptyDockerfile [2021-03-10T15:15:52.362Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:15:52.362Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:15:52.362Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:15:52.362Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:15:52.362Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:15:52.362Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:15:52.362Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:15:52.362Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:15:52.362Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:15:52.362Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2021-03-10T15:15:52.362Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-03-10T15:15:52.362Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-03-10T15:15:52.362Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-03-10T15:15:52.362Z] === RUN TestBuildPreserveOwnership [2021-03-10T15:15:52.362Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-10T15:15:52.451Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-03-10T15:15:52.483Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s) [2021-03-10T15:15:52.483Z] === RUN TestNetworkNat [2021-03-10T15:15:53.385Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-03-10T15:15:53.422Z] --- PASS: TestNetworkNat (0.73s) [2021-03-10T15:15:53.422Z] === RUN TestNetworkLocalhostTCPNat [2021-03-10T15:15:53.581Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.01s) [2021-03-10T15:15:53.581Z] === RUN TestBuildWithSession [2021-03-10T15:15:53.581Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-10T15:15:53.581Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:15:53.581Z] === RUN TestBuildSquashParent [2021-03-10T15:15:53.594Z] --- PASS: TestRenameLinkedContainer (4.34s) [2021-03-10T15:15:53.594Z] === RUN TestRenameStoppedContainer [2021-03-10T15:15:53.642Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-03-10T15:15:53.991Z] --- PASS: TestNetworkLocalhostTCPNat (0.71s) [2021-03-10T15:15:53.991Z] === RUN TestNetworkLoopbackNat [2021-03-10T15:15:54.594Z] --- PASS: TestTemplatedSecret (3.89s) [2021-03-10T15:15:54.595Z] === RUN TestSecretCreateResolve [2021-03-10T15:15:54.636Z] --- PASS: TestRenameStoppedContainer (1.00s) [2021-03-10T15:15:54.636Z] === RUN TestRenameRunningContainerAndReuse [2021-03-10T15:15:54.855Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-03-10T15:15:54.855Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-03-10T15:15:55.643Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-10T15:15:56.386Z] === RUN TestDockerSuite/TestBuildUser [2021-03-10T15:15:56.721Z] --- PASS: TestRenameRunningContainerAndReuse (2.06s) [2021-03-10T15:15:56.721Z] === RUN TestRenameInvalidName [2021-03-10T15:15:57.284Z] --- PASS: TestNetworkLoopbackNat (3.12s) [2021-03-10T15:15:57.284Z] === RUN TestPause [2021-03-10T15:15:57.303Z] ok github.com/docker/docker/daemon/cluster/convert 0.102s coverage: 35.9% of statements [2021-03-10T15:15:57.357Z] --- PASS: TestSecretCreateResolve (2.93s) [2021-03-10T15:15:57.357Z] PASS [2021-03-10T15:15:57.357Z] [2021-03-10T15:15:57.357Z] DONE 6 tests in 19.438s [2021-03-10T15:15:57.357Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-10T15:15:57.357Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:57.357Z] ++ set -e [2021-03-10T15:15:57.357Z] ++ '[' -n 0 ']' [2021-03-10T15:15:57.357Z] ++ set -x [2021-03-10T15:15:57.357Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:15:57.357Z] INFO: Testing against a local daemon [2021-03-10T15:15:57.357Z] === RUN TestServiceCreateInit [2021-03-10T15:15:57.357Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-10T15:15:57.762Z] --- PASS: TestRenameInvalidName (1.06s) [2021-03-10T15:15:57.762Z] === RUN TestRenameAnonymousContainer [2021-03-10T15:15:57.854Z] --- PASS: TestPause (0.75s) [2021-03-10T15:15:57.854Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-10T15:15:57.854Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:15:57.854Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:15:57.854Z] === RUN TestPauseStopPausedContainer [2021-03-10T15:15:58.422Z] --- PASS: TestPauseStopPausedContainer (0.70s) [2021-03-10T15:15:58.422Z] === RUN TestPsFilter [2021-03-10T15:15:58.682Z] --- PASS: TestPsFilter (0.11s) [2021-03-10T15:15:58.682Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-10T15:15:58.777Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-03-10T15:15:59.251Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.70s) [2021-03-10T15:15:59.251Z] === RUN TestRemoveContainerWithVolume [2021-03-10T15:15:59.403Z] ok github.com/docker/docker/daemon/cluster 0.194s coverage: 0.5% of statements [2021-03-10T15:15:59.827Z] --- PASS: TestBuildPreserveOwnership (10.09s) [2021-03-10T15:15:59.827Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.09s) [2021-03-10T15:15:59.827Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-03-10T15:15:59.827Z] === RUN TestBuildPlatformInvalid [2021-03-10T15:15:59.827Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-03-10T15:15:59.827Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-10T15:15:59.827Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-03-10T15:15:59.827Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-03-10T15:15:59.827Z] PASS [2021-03-10T15:15:59.827Z] [2021-03-10T15:15:59.827Z] === Skipped [2021-03-10T15:15:59.827Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-10T15:15:59.827Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:15:59.827Z] [2021-03-10T15:15:59.827Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-10T15:15:59.827Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:15:59.827Z] [2021-03-10T15:15:59.827Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-03-10T15:15:59.827Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-03-10T15:15:59.827Z] [2021-03-10T15:15:59.827Z] [2021-03-10T15:15:59.827Z] DONE 34 tests, 3 skipped in 134.363s [2021-03-10T15:15:59.827Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-10T15:15:59.827Z] INFO: Testing against a local daemon [2021-03-10T15:15:59.827Z] === RUN TestConfigInspect [2021-03-10T15:15:59.827Z] --- SKIP: TestConfigInspect (0.03s) [2021-03-10T15:15:59.827Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:15:59.827Z] === RUN TestConfigList [2021-03-10T15:15:59.827Z] --- SKIP: TestConfigList (0.01s) [2021-03-10T15:15:59.827Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:15:59.827Z] === RUN TestConfigsCreateAndDelete [2021-03-10T15:15:59.827Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-03-10T15:15:59.827Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:15:59.827Z] === RUN TestConfigsUpdate [2021-03-10T15:15:59.827Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-03-10T15:15:59.827Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:15:59.827Z] === RUN TestTemplatedConfig [2021-03-10T15:15:59.827Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-03-10T15:15:59.827Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:15:59.827Z] === RUN TestConfigCreateResolve [2021-03-10T15:15:59.827Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-03-10T15:15:59.827Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:15:59.827Z] === RUN TestConfigDaemonLibtrustID [2021-03-10T15:16:00.189Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2021-03-10T15:16:00.189Z] === RUN TestRemoveContainerRunning [2021-03-10T15:16:00.768Z] --- PASS: TestRemoveContainerRunning (0.72s) [2021-03-10T15:16:00.768Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-10T15:16:01.202Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-03-10T15:16:01.202Z] PASS [2021-03-10T15:16:01.202Z] [2021-03-10T15:16:01.202Z] === Skipped [2021-03-10T15:16:01.202Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s) [2021-03-10T15:16:01.202Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:16:01.202Z] [2021-03-10T15:16:01.202Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-03-10T15:16:01.202Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:16:01.202Z] [2021-03-10T15:16:01.202Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-03-10T15:16:01.202Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:16:01.202Z] [2021-03-10T15:16:01.202Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-03-10T15:16:01.202Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:16:01.202Z] [2021-03-10T15:16:01.202Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-03-10T15:16:01.202Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:16:01.202Z] [2021-03-10T15:16:01.202Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-03-10T15:16:01.202Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:16:01.202Z] [2021-03-10T15:16:01.202Z] [2021-03-10T15:16:01.202Z] DONE 7 tests, 6 skipped in 1.725s [2021-03-10T15:16:01.202Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-10T15:16:01.202Z] INFO: Testing against a local daemon [2021-03-10T15:16:01.202Z] === RUN TestCheckpoint [2021-03-10T15:16:01.202Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-10T15:16:01.202Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:16:01.202Z] === RUN TestContainerInvalidJSON [2021-03-10T15:16:01.202Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:16:01.202Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:16:01.202Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:16:01.202Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:16:01.202Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:16:01.202Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:16:01.202Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:16:01.202Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:16:01.202Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:16:01.202Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-03-10T15:16:01.202Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-10T15:16:01.202Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-10T15:16:01.202Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-10T15:16:01.202Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-10T15:16:01.202Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-03-10T15:16:01.202Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-10T15:16:01.202Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-03-10T15:16:01.202Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-10T15:16:01.461Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-03-10T15:16:01.461Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-10T15:16:01.462Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-03-10T15:16:01.462Z] === RUN TestCopyFromContainer [2021-03-10T15:16:01.719Z] --- PASS: TestBuildSquashParent (8.39s) [2021-03-10T15:16:01.720Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-10T15:16:01.720Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:16:01.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:16:01.720Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:16:01.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:16:01.720Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:16:01.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:16:01.720Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:16:01.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:16:01.720Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:16:01.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:16:01.720Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:16:01.720Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:16:01.720Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:16:01.720Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:16:01.720Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:16:01.720Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:16:01.736Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2021-03-10T15:16:01.736Z] === RUN TestRemoveInvalidContainer [2021-03-10T15:16:01.736Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-10T15:16:01.736Z] === RUN TestRenameLinkedContainer [2021-03-10T15:16:02.967Z] ok github.com/docker/docker/daemon/discovery 0.028s coverage: 30.0% of statements [2021-03-10T15:16:03.013Z] 4612f6d0b889: Verifying Checksum [2021-03-10T15:16:03.013Z] 4612f6d0b889: Download complete [2021-03-10T15:16:03.062Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-10T15:16:03.062Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-03-10T15:16:03.415Z] --- PASS: TestRenameAnonymousContainer (5.46s) [2021-03-10T15:16:03.415Z] === RUN TestRenameContainerWithSameName [2021-03-10T15:16:04.456Z] --- PASS: TestRenameContainerWithSameName (1.14s) [2021-03-10T15:16:04.456Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-10T15:16:05.028Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:16:05.028Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:16:05.039Z] --- PASS: TestRenameLinkedContainer (2.94s) [2021-03-10T15:16:05.039Z] === RUN TestRenameStoppedContainer [2021-03-10T15:16:05.091Z] ok github.com/docker/docker/daemon/events 0.063s coverage: 50.0% of statements [2021-03-10T15:16:05.091Z] ok github.com/docker/docker/daemon/config 0.097s coverage: 81.8% of statements [2021-03-10T15:16:05.298Z] --- PASS: TestRenameStoppedContainer (0.70s) [2021-03-10T15:16:05.298Z] === RUN TestRenameRunningContainerAndReuse [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer// [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer//bar/root [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer/bar/quux [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-10T15:16:05.646Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-10T15:16:05.905Z] --- PASS: TestCopyFromContainer (4.41s) [2021-03-10T15:16:05.905Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-03-10T15:16:05.906Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-03-10T15:16:05.906Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-10T15:16:05.906Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:16:05.906Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:16:05.906Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:16:05.906Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:16:05.906Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:16:05.906Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:16:05.906Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:16:05.906Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:16:05.906Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:16:05.906Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-10T15:16:05.906Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-10T15:16:05.906Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-10T15:16:05.906Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-10T15:16:05.906Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-10T15:16:05.906Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-03-10T15:16:05.906Z] === RUN TestCreateWithInvalidEnv [2021-03-10T15:16:05.906Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-10T15:16:05.906Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-10T15:16:05.906Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-10T15:16:05.906Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-10T15:16:05.906Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-10T15:16:05.906Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-10T15:16:05.906Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-10T15:16:05.906Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-10T15:16:05.906Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-10T15:16:05.906Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-10T15:16:05.906Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-10T15:16:05.906Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-10T15:16:05.906Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-10T15:16:05.906Z] === RUN TestCreateTmpfsMountsTarget [2021-03-10T15:16:05.906Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-10T15:16:05.906Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-10T15:16:06.536Z] --- PASS: TestRenameContainerWithLinkedContainer (2.16s) [2021-03-10T15:16:06.537Z] === RUN TestResize [2021-03-10T15:16:06.679Z] --- PASS: TestRenameRunningContainerAndReuse (1.42s) [2021-03-10T15:16:06.679Z] === RUN TestRenameInvalidName [2021-03-10T15:16:07.248Z] --- PASS: TestRenameInvalidName (0.74s) [2021-03-10T15:16:07.248Z] === RUN TestRenameAnonymousContainer [2021-03-10T15:16:07.572Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-10T15:16:07.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.88s) [2021-03-10T15:16:07.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.95s) [2021-03-10T15:16:07.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.13s) [2021-03-10T15:16:07.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.18s) [2021-03-10T15:16:07.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.70s) [2021-03-10T15:16:07.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.69s) [2021-03-10T15:16:07.572Z] === RUN TestBuildMultiStageCopy [2021-03-10T15:16:07.572Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-10T15:16:07.578Z] --- PASS: TestResize (1.06s) [2021-03-10T15:16:07.578Z] === RUN TestResizeWithInvalidSize [2021-03-10T15:16:07.808Z] --- PASS: TestCreateWithCustomMaskedPaths (1.90s) [2021-03-10T15:16:07.808Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-10T15:16:07.864Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2021-03-10T15:16:08.327Z] --- PASS: TestServiceCreateInit (10.58s) [2021-03-10T15:16:08.327Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.52s) [2021-03-10T15:16:08.327Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.05s) [2021-03-10T15:16:08.327Z] === RUN TestCreateServiceMultipleTimes [2021-03-10T15:16:08.620Z] --- PASS: TestResizeWithInvalidSize (1.06s) [2021-03-10T15:16:08.620Z] === RUN TestResizeWhenContainerNotStarted [2021-03-10T15:16:09.661Z] --- PASS: TestResizeWhenContainerNotStarted (1.02s) [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:09.661Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:09.661Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:09.661Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:16:09.661Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:16:09.711Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.91s) [2021-03-10T15:16:09.711Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-10T15:16:09.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:16:09.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:16:09.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:16:09.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:16:09.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:16:09.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:16:09.711Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:16:09.711Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:16:09.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:16:09.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:16:09.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:16:09.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:16:09.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:16:09.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:16:09.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:16:09.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-10T15:16:09.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-10T15:16:09.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-10T15:16:09.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-10T15:16:09.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-10T15:16:09.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-10T15:16:09.712Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-10T15:16:09.788Z] --- PASS: TestRenameAnonymousContainer (2.48s) [2021-03-10T15:16:09.788Z] === RUN TestRenameContainerWithSameName [2021-03-10T15:16:10.117Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-10T15:16:10.618Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.035s coverage: 2.9% of statements [2021-03-10T15:16:10.647Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s) [2021-03-10T15:16:10.647Z] === RUN TestCreateDifferentPlatform [2021-03-10T15:16:10.647Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-10T15:16:10.647Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-10T15:16:10.647Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-10T15:16:10.647Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-10T15:16:10.647Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-10T15:16:10.647Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-10T15:16:10.647Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-03-10T15:16:10.647Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-10T15:16:10.647Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-03-10T15:16:10.647Z] === RUN TestContainerStartOnDaemonRestart [2021-03-10T15:16:10.647Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-03-10T15:16:10.647Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-03-10T15:16:10.647Z] === RUN TestDaemonRestartIpcMode [2021-03-10T15:16:10.647Z] === PAUSE TestDaemonRestartIpcMode [2021-03-10T15:16:10.647Z] === RUN TestDaemonHostGatewayIP [2021-03-10T15:16:10.647Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-03-10T15:16:10.647Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:16:10.647Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-10T15:16:10.647Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-10T15:16:10.647Z] === RUN TestContainerKillOnDaemonStart [2021-03-10T15:16:10.647Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-03-10T15:16:10.647Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-03-10T15:16:10.647Z] === RUN TestDiff [2021-03-10T15:16:10.688Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-10T15:16:10.727Z] --- PASS: TestRenameContainerWithSameName (0.70s) [2021-03-10T15:16:10.727Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-10T15:16:10.949Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-10T15:16:11.215Z] --- PASS: TestDiff (0.65s) [2021-03-10T15:16:11.215Z] === RUN TestExecWithCloseStdin [2021-03-10T15:16:11.272Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.507s coverage: 14.1% of statements [2021-03-10T15:16:11.521Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-10T15:16:12.106Z] --- PASS: TestRenameContainerWithLinkedContainer (1.48s) [2021-03-10T15:16:12.106Z] === RUN TestResize [2021-03-10T15:16:12.151Z] --- PASS: TestExecWithCloseStdin (0.96s) [2021-03-10T15:16:12.151Z] === RUN TestExec [2021-03-10T15:16:12.322Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.797s coverage: 57.1% of statements [2021-03-10T15:16:12.412Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:12.412Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:12.465Z] --- PASS: TestBuildMultiStageCopy (4.90s) [2021-03-10T15:16:12.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.69s) [2021-03-10T15:16:12.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2021-03-10T15:16:12.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2021-03-10T15:16:12.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2021-03-10T15:16:12.465Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2021-03-10T15:16:12.465Z] === RUN TestBuildMultiStageParentConfig [2021-03-10T15:16:12.674Z] --- PASS: TestResize (0.72s) [2021-03-10T15:16:12.674Z] === RUN TestResizeWithInvalidSize [2021-03-10T15:16:13.090Z] --- PASS: TestExec (0.94s) [2021-03-10T15:16:13.090Z] === RUN TestExecUser [2021-03-10T15:16:13.453Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:13.613Z] --- PASS: TestResizeWithInvalidSize (0.72s) [2021-03-10T15:16:13.613Z] === RUN TestResizeWhenContainerNotStarted [2021-03-10T15:16:13.747Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:13.849Z] --- PASS: TestBuildMultiStageParentConfig (1.57s) [2021-03-10T15:16:13.849Z] === RUN TestBuildLabelWithTargets [2021-03-10T15:16:14.028Z] --- PASS: TestExecUser (0.94s) [2021-03-10T15:16:14.028Z] === RUN TestExportContainerAndImportImage [2021-03-10T15:16:14.185Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:14.185Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:14.185Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:14.185Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:16:14.185Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:16:14.964Z] --- PASS: TestExportContainerAndImportImage (0.87s) [2021-03-10T15:16:14.964Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-10T15:16:15.094Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-03-10T15:16:15.266Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:16:15.266Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:16:16.149Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.048s coverage: 69.3% of statements [2021-03-10T15:16:16.392Z] --- PASS: TestBuildLabelWithTargets (2.32s) [2021-03-10T15:16:16.392Z] === RUN TestBuildWithEmptyLayers [2021-03-10T15:16:16.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:16.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:16.796Z] ok github.com/docker/docker/daemon 12.417s coverage: 17.2% of statements [2021-03-10T15:16:16.796Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-10T15:16:16.796Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-10T15:16:16.796Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-10T15:16:16.796Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-10T15:16:17.335Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2021-03-10T15:16:17.335Z] === RUN TestBuildMultiStageOnBuild [2021-03-10T15:16:17.661Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:16:17.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:16:18.009Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:16:18.009Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:16:18.245Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s) [2021-03-10T15:16:18.245Z] === RUN TestHealthCheckWorkdir [2021-03-10T15:16:18.328Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.649s coverage: 45.9% of statements [2021-03-10T15:16:18.328Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-10T15:16:18.860Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:16:19.386Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.311s coverage: 49.4% of statements [2021-03-10T15:16:19.428Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:16:19.619Z] --- PASS: TestHealthCheckWorkdir (1.38s) [2021-03-10T15:16:19.619Z] === RUN TestHealthKillContainer [2021-03-10T15:16:20.031Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 57.5% of statements [2021-03-10T15:16:20.527Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-03-10T15:16:20.637Z] --- PASS: TestBuildMultiStageOnBuild (3.21s) [2021-03-10T15:16:20.637Z] === RUN TestBuildUncleanTarFilenames [2021-03-10T15:16:21.340Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:16:21.461Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-03-10T15:16:21.461Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-03-10T15:16:21.541Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:16:21.541Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:16:21.564Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.013s coverage: 3.0% of statements [2021-03-10T15:16:21.564Z] ok github.com/docker/docker/daemon/links 0.019s coverage: 93.0% of statements [2021-03-10T15:16:21.600Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:16:22.023Z] --- PASS: TestBuildUncleanTarFilenames (1.48s) [2021-03-10T15:16:22.023Z] === RUN TestBuildMultiStageLayerLeak [2021-03-10T15:16:22.396Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-03-10T15:16:22.903Z] --- PASS: TestHealthKillContainer (2.97s) [2021-03-10T15:16:22.903Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-10T15:16:23.162Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2021-03-10T15:16:23.162Z] === RUN TestIpcModeNone [2021-03-10T15:16:23.329Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.47s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.58s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.52s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.50s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.51s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.56s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.58s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.31s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.32s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.56s) [2021-03-10T15:16:23.621Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.53s) [2021-03-10T15:16:23.621Z] === RUN TestCgroupNamespacesRun [2021-03-10T15:16:24.098Z] --- PASS: TestIpcModeNone (0.97s) [2021-03-10T15:16:24.098Z] === RUN TestIpcModePrivate [2021-03-10T15:16:24.139Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:16:24.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:16:25.033Z] --- PASS: TestIpcModePrivate (0.96s) [2021-03-10T15:16:25.033Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-03-10T15:16:25.033Z] === RUN TestIpcModeShareable [2021-03-10T15:16:25.033Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-03-10T15:16:25.033Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:16:25.033Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-10T15:16:25.143Z] ok github.com/docker/docker/daemon/logger 0.235s coverage: 43.2% of statements [2021-03-10T15:16:25.144Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.230s coverage: 52.1% of statements [2021-03-10T15:16:25.144Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-10T15:16:25.144Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-10T15:16:25.228Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-03-10T15:16:25.228Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-03-10T15:16:25.228Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-03-10T15:16:25.228Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-03-10T15:16:25.228Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-03-10T15:16:25.228Z] --- PASS: TestCreateServiceMultipleTimes (17.31s) [2021-03-10T15:16:25.228Z] === RUN TestCreateServiceConflict [2021-03-10T15:16:25.326Z] --- PASS: TestBuildMultiStageLayerLeak (3.20s) [2021-03-10T15:16:25.326Z] === RUN TestBuildWithHugeFile [2021-03-10T15:16:25.700Z] --- PASS: TestCgroupNamespacesRun (2.09s) [2021-03-10T15:16:25.700Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-10T15:16:26.199Z] ok github.com/docker/docker/daemon/logger/awslogs 0.547s coverage: 77.8% of statements [2021-03-10T15:16:26.499Z] ok github.com/docker/docker/daemon/images 0.062s coverage: 6.7% of statements [2021-03-10T15:16:26.499Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-10T15:16:26.499Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-10T15:16:26.499Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-10T15:16:26.499Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.27s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.40s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.31s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.40s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.17s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.29s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.97s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.92s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.37s) [2021-03-10T15:16:26.936Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2021-03-10T15:16:26.936Z] === RUN TestCgroupNamespacesRun [2021-03-10T15:16:27.129Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-03-10T15:16:27.129Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-03-10T15:16:27.150Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2021-03-10T15:16:27.778Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) [2021-03-10T15:16:27.778Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-10T15:16:27.797Z] ok github.com/docker/docker/daemon/logger/journald 0.024s coverage: 23.9% of statements [2021-03-10T15:16:28.063Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-03-10T15:16:28.063Z] --- PASS: TestCreateServiceConflict (2.78s) [2021-03-10T15:16:28.063Z] === RUN TestCreateServiceMaxReplicas [2021-03-10T15:16:28.095Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2021-03-10T15:16:28.319Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.67s) [2021-03-10T15:16:28.320Z] === RUN TestAPIIpcModeHost [2021-03-10T15:16:28.320Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-03-10T15:16:28.320Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:16:28.320Z] === RUN TestDaemonIpcModeShareable [2021-03-10T15:16:28.320Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-03-10T15:16:28.320Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:16:28.320Z] === RUN TestDaemonIpcModePrivate [2021-03-10T15:16:28.321Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-03-10T15:16:28.843Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2021-03-10T15:16:28.843Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-10T15:16:28.843Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-03-10T15:16:28.843Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-03-10T15:16:28.843Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-10T15:16:29.458Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 61.6% of statements [2021-03-10T15:16:29.697Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-03-10T15:16:29.697Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-03-10T15:16:29.860Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.13s) [2021-03-10T15:16:29.860Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-10T15:16:30.105Z] ok github.com/docker/docker/daemon/logger/local 0.086s coverage: 75.2% of statements [2021-03-10T15:16:30.106Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-10T15:16:30.223Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s) [2021-03-10T15:16:30.223Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-10T15:16:30.756Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.050s coverage: 31.5% of statements [2021-03-10T15:16:30.850Z] --- PASS: TestDaemonIpcModePrivate (2.67s) [2021-03-10T15:16:30.850Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-03-10T15:16:30.850Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-10T15:16:30.850Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-03-10T15:16:30.850Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:16:30.850Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-10T15:16:30.850Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-03-10T15:16:30.850Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:16:30.850Z] === RUN TestIpcModeOlderClient [2021-03-10T15:16:30.850Z] === PAUSE TestIpcModeOlderClient [2021-03-10T15:16:30.850Z] === RUN TestKillContainerInvalidSignal [2021-03-10T15:16:31.108Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2021-03-10T15:16:31.109Z] === RUN TestKillContainer [2021-03-10T15:16:31.109Z] === RUN TestKillContainer/no_signal [2021-03-10T15:16:31.403Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.044s coverage: 58.6% of statements [2021-03-10T15:16:31.938Z] --- PASS: TestCgroupNamespacesRunHostMode (2.10s) [2021-03-10T15:16:31.938Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-10T15:16:32.044Z] === RUN TestKillContainer/non_killing_signal [2021-03-10T15:16:32.129Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2021-03-10T15:16:32.129Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-10T15:16:32.225Z] --- PASS: TestCreateServiceMaxReplicas (3.99s) [2021-03-10T15:16:32.225Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-10T15:16:32.303Z] === RUN TestKillContainer/killing_signal [2021-03-10T15:16:32.943Z] ok github.com/docker/docker/daemon/logger/templates 0.029s coverage: 8.3% of statements [2021-03-10T15:16:32.943Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2021-03-10T15:16:33.238Z] --- PASS: TestKillContainer (1.97s) [2021-03-10T15:16:33.238Z] --- PASS: TestKillContainer/no_signal (0.64s) [2021-03-10T15:16:33.238Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2021-03-10T15:16:33.238Z] --- PASS: TestKillContainer/killing_signal (0.64s) [2021-03-10T15:16:33.238Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-10T15:16:33.238Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-10T15:16:33.510Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.69s) [2021-03-10T15:16:33.510Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-10T15:16:33.599Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-03-10T15:16:33.806Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-10T15:16:34.016Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.18s) [2021-03-10T15:16:34.016Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-10T15:16:34.372Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.35s) [2021-03-10T15:16:34.373Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2021-03-10T15:16:34.373Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-03-10T15:16:34.373Z] === RUN TestKillStoppedContainer [2021-03-10T15:16:34.632Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-03-10T15:16:34.632Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-10T15:16:34.632Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-03-10T15:16:34.632Z] === RUN TestKillDifferentUserContainer [2021-03-10T15:16:34.890Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.21s) [2021-03-10T15:16:34.890Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-10T15:16:35.047Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2021-03-10T15:16:35.201Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2021-03-10T15:16:35.201Z] === RUN TestInspectOomKilledTrue [2021-03-10T15:16:35.201Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-10T15:16:35.201Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:16:35.201Z] === RUN TestInspectOomKilledFalse [2021-03-10T15:16:35.201Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-10T15:16:35.201Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:16:35.201Z] === RUN TestLinksEtcHostsContentMatch [2021-03-10T15:16:35.201Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-03-10T15:16:35.201Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-03-10T15:16:35.201Z] === RUN TestLinksContainerNames [2021-03-10T15:16:35.459Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.72s) [2021-03-10T15:16:35.460Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-10T15:16:35.497Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-03-10T15:16:35.532Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.75s) [2021-03-10T15:16:35.532Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-10T15:16:35.707Z] ok github.com/docker/docker/daemon/logger/splunk 2.545s coverage: 82.5% of statements [2021-03-10T15:16:35.707Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-10T15:16:35.707Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-10T15:16:36.063Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-03-10T15:16:36.163Z] ..........................xx.................... [ 29%] [2021-03-10T15:16:36.322Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-03-10T15:16:36.575Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2021-03-10T15:16:36.575Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-10T15:16:36.617Z] --- PASS: TestLinksContainerNames (1.44s) [2021-03-10T15:16:36.617Z] === RUN TestLogsFollowTailEmpty [2021-03-10T15:16:36.769Z] ok github.com/docker/docker/distribution/metadata 0.186s coverage: 48.2% of statements [2021-03-10T15:16:36.888Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-03-10T15:16:36.888Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-03-10T15:16:37.368Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.73s) [2021-03-10T15:16:37.368Z] === RUN TestKernelTCPMemory [2021-03-10T15:16:37.368Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-03-10T15:16:37.368Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-03-10T15:16:37.368Z] === RUN TestNISDomainname [2021-03-10T15:16:37.454Z] === RUN TestDockerSuite/TestBuildXZHost [2021-03-10T15:16:37.563Z] --- PASS: TestLogsFollowTailEmpty (0.68s) [2021-03-10T15:16:37.563Z] === RUN TestContainerNetworkMountsNoChown [2021-03-10T15:16:38.019Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-03-10T15:16:38.139Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/default [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/default [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/private [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/private [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rprivate [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/slave [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/slave [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rslave [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/shared [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/shared [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rshared [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/default [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rslave [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rshared [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/shared [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rprivate [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/slave [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/private [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-10T15:16:38.139Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:16:38.139Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:16:38.139Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:16:38.414Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-10T15:16:38.657Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.22s) [2021-03-10T15:16:38.657Z] === RUN TestKernelTCPMemory [2021-03-10T15:16:38.676Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-10T15:16:38.676Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-10T15:16:38.676Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-03-10T15:16:38.676Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-03-10T15:16:38.676Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-03-10T15:16:38.676Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-03-10T15:16:38.676Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-10T15:16:38.676Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-03-10T15:16:38.677Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-03-10T15:16:38.677Z] === RUN TestContainerBindMountNonRecursive [2021-03-10T15:16:38.677Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-03-10T15:16:38.677Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-10T15:16:38.677Z] === RUN TestContainerVolumesMountedAsShared [2021-03-10T15:16:38.677Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-03-10T15:16:38.677Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-10T15:16:38.677Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-10T15:16:38.677Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-03-10T15:16:38.677Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-10T15:16:38.677Z] === RUN TestNetworkNat [2021-03-10T15:16:38.749Z] --- PASS: TestNISDomainname (1.34s) [2021-03-10T15:16:38.749Z] === RUN TestHostnameDnsResolution [2021-03-10T15:16:38.875Z] ok github.com/docker/docker/errdefs 0.029s coverage: 53.1% of statements [2021-03-10T15:16:39.524Z] ok github.com/docker/docker/distribution 0.483s coverage: 25.0% of statements [2021-03-10T15:16:39.524Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-10T15:16:39.611Z] --- PASS: TestNetworkNat (0.85s) [2021-03-10T15:16:39.611Z] === RUN TestNetworkLocalhostTCPNat [2021-03-10T15:16:39.921Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-03-10T15:16:39.921Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-03-10T15:16:39.921Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-03-10T15:16:40.129Z] --- PASS: TestHostnameDnsResolution (1.29s) [2021-03-10T15:16:40.129Z] === RUN TestStats [2021-03-10T15:16:40.178Z] --- PASS: TestKernelTCPMemory (1.23s) [2021-03-10T15:16:40.178Z] === RUN TestNISDomainname [2021-03-10T15:16:40.178Z] --- PASS: TestNetworkLocalhostTCPNat (0.68s) [2021-03-10T15:16:40.178Z] === RUN TestNetworkLoopbackNat [2021-03-10T15:16:40.856Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-03-10T15:16:41.067Z] ok github.com/docker/docker/image 0.049s coverage: 86.6% of statements [2021-03-10T15:16:41.696Z] --- PASS: TestNISDomainname (1.42s) [2021-03-10T15:16:41.696Z] === RUN TestHostnameDnsResolution [2021-03-10T15:16:41.714Z] ok github.com/docker/docker/image/cache 0.013s coverage: 19.2% of statements [2021-03-10T15:16:41.714Z] ok github.com/docker/docker/distribution/xfer 1.700s coverage: 85.1% of statements [2021-03-10T15:16:41.714Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-10T15:16:41.790Z] === RUN TestDockerSuite/TestCommitChange [2021-03-10T15:16:42.665Z] --- PASS: TestStats (2.77s) [2021-03-10T15:16:42.665Z] === RUN TestStopContainerWithTimeout [2021-03-10T15:16:42.665Z] === RUN TestStopContainerWithTimeout/0 [2021-03-10T15:16:42.665Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-10T15:16:42.665Z] === RUN TestStopContainerWithTimeout/1 [2021-03-10T15:16:42.665Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-10T15:16:42.665Z] === RUN TestStopContainerWithTimeout/3 [2021-03-10T15:16:42.665Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-10T15:16:42.665Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-10T15:16:42.665Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-10T15:16:42.665Z] === CONT TestStopContainerWithTimeout/0 [2021-03-10T15:16:42.665Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-10T15:16:42.723Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-03-10T15:16:43.249Z] ok github.com/docker/docker/image/tarexport 0.017s coverage: 0.6% of statements [2021-03-10T15:16:43.249Z] ok github.com/docker/docker/libcontainerd/queue 0.039s coverage: 100.0% of statements [2021-03-10T15:16:43.460Z] --- PASS: TestNetworkLoopbackNat (3.02s) [2021-03-10T15:16:43.460Z] === RUN TestPause [2021-03-10T15:16:43.460Z] --- SKIP: TestPause (0.00s) [2021-03-10T15:16:43.460Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:16:43.460Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-10T15:16:43.460Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:16:43.460Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:16:43.460Z] === RUN TestPauseStopPausedContainer [2021-03-10T15:16:43.460Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-03-10T15:16:43.460Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:16:43.460Z] === RUN TestPsFilter [2021-03-10T15:16:43.460Z] --- PASS: TestPsFilter (0.11s) [2021-03-10T15:16:43.460Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-10T15:16:43.657Z] === RUN TestDockerSuite/TestCommitHardlink [2021-03-10T15:16:43.775Z] --- PASS: TestHostnameDnsResolution (2.01s) [2021-03-10T15:16:43.775Z] === RUN TestStats [2021-03-10T15:16:43.893Z] ok github.com/docker/docker/image/v1 0.015s coverage: 25.0% of statements [2021-03-10T15:16:43.893Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-10T15:16:44.027Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2021-03-10T15:16:44.027Z] === RUN TestRemoveContainerWithVolume [2021-03-10T15:16:44.045Z] === CONT TestStopContainerWithTimeout/3 [2021-03-10T15:16:44.594Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2021-03-10T15:16:44.594Z] === RUN TestRemoveContainerRunning [2021-03-10T15:16:45.163Z] --- PASS: TestRemoveContainerRunning (0.66s) [2021-03-10T15:16:45.163Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-10T15:16:45.557Z] === RUN TestDockerSuite/TestCommitNewFile [2021-03-10T15:16:45.950Z] === CONT TestStopContainerWithTimeout/1 [2021-03-10T15:16:45.991Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 52.9% of statements [2021-03-10T15:16:45.991Z] ok github.com/docker/docker/opts 0.073s coverage: 67.1% of statements [2021-03-10T15:16:46.098Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2021-03-10T15:16:46.098Z] === RUN TestRemoveInvalidContainer [2021-03-10T15:16:46.098Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-10T15:16:46.098Z] === RUN TestRenameLinkedContainer [2021-03-10T15:16:46.491Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.45s) [2021-03-10T15:16:46.491Z] === RUN TestCreateServiceSecretFileMode [2021-03-10T15:16:46.519Z] --- PASS: TestStats (3.07s) [2021-03-10T15:16:46.519Z] === RUN TestStopContainerWithTimeout [2021-03-10T15:16:46.519Z] === RUN TestStopContainerWithTimeout/0 [2021-03-10T15:16:46.519Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-10T15:16:46.519Z] === RUN TestStopContainerWithTimeout/1 [2021-03-10T15:16:46.519Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-10T15:16:46.519Z] === RUN TestStopContainerWithTimeout/3 [2021-03-10T15:16:46.519Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-10T15:16:46.519Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-10T15:16:46.519Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-10T15:16:46.519Z] === CONT TestStopContainerWithTimeout/0 [2021-03-10T15:16:46.519Z] === CONT TestStopContainerWithTimeout/3 [2021-03-10T15:16:47.052Z] ok github.com/docker/docker/oci 0.022s coverage: 45.2% of statements [2021-03-10T15:16:47.426Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-03-10T15:16:47.636Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-10T15:16:47.857Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-10T15:16:47.857Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2021-03-10T15:16:47.857Z] --- PASS: TestStopContainerWithTimeout/-1 (3.08s) [2021-03-10T15:16:47.857Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2021-03-10T15:16:47.857Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2021-03-10T15:16:47.857Z] === RUN TestDeleteDevicemapper [2021-03-10T15:16:47.857Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-10T15:16:47.857Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:16:47.857Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-10T15:16:48.361Z] === RUN TestDockerSuite/TestCommitTTY [2021-03-10T15:16:48.606Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2021-03-10T15:16:48.630Z] --- PASS: TestRenameLinkedContainer (2.78s) [2021-03-10T15:16:48.630Z] === RUN TestRenameStoppedContainer [2021-03-10T15:16:49.197Z] --- PASS: TestRenameStoppedContainer (0.63s) [2021-03-10T15:16:49.197Z] === RUN TestRenameRunningContainerAndReuse [2021-03-10T15:16:49.250Z] ok github.com/docker/docker/pkg/authorization 1.030s coverage: 68.3% of statements [2021-03-10T15:16:49.250Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-03-10T15:16:49.765Z] === CONT TestStopContainerWithTimeout/1 [2021-03-10T15:16:50.307Z] ok github.com/docker/docker/pkg/directory 0.025s coverage: 80.0% of statements [2021-03-10T15:16:50.489Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.52s) [2021-03-10T15:16:50.489Z] === RUN TestUpdateMemory [2021-03-10T15:16:50.575Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2021-03-10T15:16:50.575Z] === RUN TestRenameInvalidName [2021-03-10T15:16:50.605Z] ok github.com/docker/docker/pkg/archive 1.353s coverage: 77.3% of statements [2021-03-10T15:16:50.891Z] --- PASS: TestCreateServiceSecretFileMode (3.97s) [2021-03-10T15:16:50.891Z] === RUN TestCreateServiceConfigFileMode [2021-03-10T15:16:50.891Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-03-10T15:16:51.146Z] --- PASS: TestRenameInvalidName (0.66s) [2021-03-10T15:16:51.146Z] === RUN TestRenameAnonymousContainer [2021-03-10T15:16:51.249Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2021-03-10T15:16:51.431Z] --- PASS: TestUpdateMemory (1.32s) [2021-03-10T15:16:51.431Z] === RUN TestUpdateCPUQuota [2021-03-10T15:16:51.546Z] ok github.com/docker/docker/pkg/discovery/file 0.034s coverage: 92.9% of statements [2021-03-10T15:16:51.825Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-03-10T15:16:51.866Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-10T15:16:51.866Z] --- PASS: TestStopContainerWithTimeout/0 (1.23s) [2021-03-10T15:16:51.866Z] --- PASS: TestStopContainerWithTimeout/3 (3.14s) [2021-03-10T15:16:51.866Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2021-03-10T15:16:51.866Z] --- PASS: TestStopContainerWithTimeout/1 (2.09s) [2021-03-10T15:16:51.866Z] === RUN TestDeleteDevicemapper [2021-03-10T15:16:51.866Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-10T15:16:51.866Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:16:51.866Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-10T15:16:52.599Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-03-10T15:16:53.242Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2021-03-10T15:16:53.538Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-03-10T15:16:53.679Z] --- PASS: TestRenameAnonymousContainer (2.27s) [2021-03-10T15:16:53.679Z] === RUN TestRenameContainerWithSameName [2021-03-10T15:16:53.725Z] --- PASS: TestCreateServiceConfigFileMode (3.10s) [2021-03-10T15:16:53.725Z] === RUN TestCreateServiceSysctls [2021-03-10T15:16:53.983Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-03-10T15:16:54.181Z] ok github.com/docker/docker/layer 7.539s coverage: 68.8% of statements [2021-03-10T15:16:54.181Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-10T15:16:54.181Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-10T15:16:54.181Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-10T15:16:54.181Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-10T15:16:54.181Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-10T15:16:54.246Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2021-03-10T15:16:54.246Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-10T15:16:54.823Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-03-10T15:16:54.823Z] ok github.com/docker/docker/pkg/chrootarchive 3.984s coverage: 43.2% of statements [2021-03-10T15:16:54.823Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-10T15:16:54.823Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-10T15:16:54.918Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-03-10T15:16:54.918Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-03-10T15:16:54.918Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-03-10T15:16:54.918Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-03-10T15:16:54.918Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-03-10T15:16:54.918Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-03-10T15:16:54.918Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-03-10T15:16:54.918Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-03-10T15:16:55.121Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2021-03-10T15:16:55.623Z] --- PASS: TestRenameContainerWithLinkedContainer (1.36s) [2021-03-10T15:16:55.623Z] === RUN TestResize [2021-03-10T15:16:56.183Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2021-03-10T15:16:56.183Z] ok github.com/docker/docker/pkg/fsutils 0.386s coverage: 85.1% of statements [2021-03-10T15:16:56.183Z] ok github.com/docker/docker/pkg/discovery/kv 3.101s coverage: 84.1% of statements [2021-03-10T15:16:56.338Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.10s) [2021-03-10T15:16:56.338Z] === RUN TestUpdateMemory [2021-03-10T15:16:56.338Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-10T15:16:56.338Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:16:56.338Z] === RUN TestUpdateCPUQuota [2021-03-10T15:16:56.559Z] --- PASS: TestResize (0.66s) [2021-03-10T15:16:56.559Z] === RUN TestResizeWithInvalidSize [2021-03-10T15:16:57.125Z] --- PASS: TestResizeWithInvalidSize (0.66s) [2021-03-10T15:16:57.125Z] === RUN TestResizeWhenContainerNotStarted [2021-03-10T15:16:57.449Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-03-10T15:16:57.692Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2021-03-10T15:16:57.692Z] === RUN TestDaemonRestartKillContainers [2021-03-10T15:16:57.692Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:16:57.692Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-03-10T15:16:57.692Z] === RUN TestCgroupNamespacesRun [2021-03-10T15:16:57.714Z] ok github.com/docker/docker/pkg/jsonmessage 0.044s coverage: 91.7% of statements [2021-03-10T15:16:57.714Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2021-03-10T15:16:58.002Z] --- PASS: TestUpdateCPUQuota (6.76s) [2021-03-10T15:16:58.002Z] === RUN TestUpdatePidsLimit [2021-03-10T15:16:58.002Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-10T15:16:58.012Z] ok github.com/docker/docker/pkg/idtools 0.728s coverage: 69.5% of statements [2021-03-10T15:16:58.015Z] --- PASS: TestCreateServiceSysctls (4.49s) [2021-03-10T15:16:58.015Z] === RUN TestCreateServiceCapabilities [2021-03-10T15:16:58.331Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2021-03-10T15:16:58.633Z] ok github.com/docker/docker/pkg/parsers 0.024s coverage: 97.0% of statements [2021-03-10T15:16:58.633Z] ok github.com/docker/docker/pkg/ioutils 1.302s coverage: 69.3% of statements [2021-03-10T15:16:58.633Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-10T15:16:58.633Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-10T15:16:58.633Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-10T15:16:58.633Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-10T15:16:58.931Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2021-03-10T15:16:58.941Z] === RUN TestUpdatePidsLimit/no_change [2021-03-10T15:16:59.390Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-03-10T15:16:59.390Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-03-10T15:16:59.510Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-10T15:16:59.579Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 86.7% of statements [2021-03-10T15:16:59.579Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2021-03-10T15:16:59.579Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-10T15:16:59.579Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-10T15:17:00.224Z] --- PASS: TestCgroupNamespacesRun (2.64s) [2021-03-10T15:17:00.224Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-10T15:17:00.324Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-03-10T15:17:00.449Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-10T15:17:00.632Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.051s coverage: 56.8% of statements [2021-03-10T15:17:00.814Z] --- PASS: TestUpdateCPUQuota (4.27s) [2021-03-10T15:17:00.814Z] === RUN TestUpdatePidsLimit [2021-03-10T15:17:00.814Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-10T15:17:00.814Z] === RUN TestUpdatePidsLimit/no_change [2021-03-10T15:17:01.018Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-10T15:17:01.259Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-03-10T15:17:01.281Z] ok github.com/docker/docker/pkg/pools 0.051s coverage: 88.2% of statements [2021-03-10T15:17:01.281Z] ok github.com/docker/docker/pkg/progress 0.006s coverage: 75.9% of statements [2021-03-10T15:17:01.451Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-10T15:17:01.517Z] --- PASS: TestCreateServiceCapabilities (3.47s) [2021-03-10T15:17:01.518Z] === RUN TestInspect [2021-03-10T15:17:01.580Z] ok github.com/docker/docker/pkg/plugins/transport 0.018s coverage: 85.7% of statements [2021-03-10T15:17:01.586Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-10T15:17:02.083Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-03-10T15:17:02.089Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-10T15:17:02.230Z] ok github.com/docker/docker/pkg/reexec 0.023s coverage: 82.4% of statements [2021-03-10T15:17:02.406Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-03-10T15:17:02.524Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-10T15:17:02.726Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-10T15:17:02.754Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.16s) [2021-03-10T15:17:02.754Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-10T15:17:03.017Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-03-10T15:17:03.285Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2021-03-10T15:17:03.285Z] ok github.com/docker/docker/pkg/pubsub 1.139s coverage: 75.0% of statements [2021-03-10T15:17:03.364Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-10T15:17:03.903Z] --- PASS: TestUpdatePidsLimit (5.58s) [2021-03-10T15:17:03.903Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.71s) [2021-03-10T15:17:03.903Z] --- PASS: TestUpdatePidsLimit/no_change (0.73s) [2021-03-10T15:17:03.903Z] --- PASS: TestUpdatePidsLimit/update_lower (0.71s) [2021-03-10T15:17:03.903Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.71s) [2021-03-10T15:17:03.903Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.70s) [2021-03-10T15:17:03.903Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.73s) [2021-03-10T15:17:03.903Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.70s) [2021-03-10T15:17:03.903Z] === RUN TestUpdateRestartPolicy [2021-03-10T15:17:03.927Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2021-03-10T15:17:03.927Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2021-03-10T15:17:03.951Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-03-10T15:17:03.951Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-03-10T15:17:03.951Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-03-10T15:17:04.002Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-10T15:17:04.976Z] ok github.com/docker/docker/pkg/system 0.028s coverage: 36.9% of statements [2021-03-10T15:17:05.271Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.8% of statements [2021-03-10T15:17:05.282Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.68s) [2021-03-10T15:17:05.282Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-10T15:17:05.325Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-03-10T15:17:05.325Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-03-10T15:17:05.325Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-03-10T15:17:05.325Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-03-10T15:17:05.325Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-03-10T15:17:05.519Z] --- PASS: TestUpdatePidsLimit (5.41s) [2021-03-10T15:17:05.519Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.61s) [2021-03-10T15:17:05.519Z] --- PASS: TestUpdatePidsLimit/no_change (0.63s) [2021-03-10T15:17:05.519Z] --- PASS: TestUpdatePidsLimit/update_lower (0.64s) [2021-03-10T15:17:05.519Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.64s) [2021-03-10T15:17:05.519Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.64s) [2021-03-10T15:17:05.519Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.64s) [2021-03-10T15:17:05.519Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s) [2021-03-10T15:17:05.519Z] === RUN TestUpdateRestartPolicy [2021-03-10T15:17:05.570Z] ok github.com/docker/docker/pkg/signal 2.949s coverage: 61.0% of statements [2021-03-10T15:17:05.870Z] ok github.com/docker/docker/pkg/tailfile 0.132s coverage: 88.6% of statements [2021-03-10T15:17:06.166Z] testing: warning: no tests to run [2021-03-10T15:17:06.166Z] coverage: [no statements] [2021-03-10T15:17:06.166Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2021-03-10T15:17:06.259Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-03-10T15:17:06.811Z] ok github.com/docker/docker/pkg/truncindex 0.116s coverage: 91.5% of statements [2021-03-10T15:17:06.811Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2021-03-10T15:17:06.811Z] ok github.com/docker/docker/pkg/tarsum 0.125s coverage: 89.3% of statements [2021-03-10T15:17:07.193Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-03-10T15:17:07.458Z] ok github.com/docker/docker/pkg/useragent 0.025s coverage: 88.9% of statements [2021-03-10T15:17:07.812Z] --- PASS: TestCgroupNamespacesRunHostMode (2.68s) [2021-03-10T15:17:07.812Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-10T15:17:08.129Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-03-10T15:17:08.129Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-03-10T15:17:09.063Z] --- PASS: TestInspect (7.38s) [2021-03-10T15:17:09.063Z] === RUN TestCreateJob [2021-03-10T15:17:09.578Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2021-03-10T15:17:09.876Z] ok github.com/docker/docker/profiles/seccomp 0.022s coverage: 83.5% of statements [2021-03-10T15:17:09.997Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-03-10T15:17:10.931Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-03-10T15:17:10.931Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-03-10T15:17:10.933Z] ok github.com/docker/docker/reference 0.010s coverage: 84.4% of statements [2021-03-10T15:17:11.096Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.67s) [2021-03-10T15:17:11.096Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-10T15:17:11.578Z] ok github.com/docker/docker/plugin 0.576s coverage: 23.2% of statements [2021-03-10T15:17:11.865Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-03-10T15:17:12.055Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-03-10T15:17:12.799Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-03-10T15:17:12.996Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.13s) [2021-03-10T15:17:12.996Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-10T15:17:13.113Z] ok github.com/docker/docker/quota 0.647s coverage: 71.4% of statements [2021-03-10T15:17:13.113Z] ok github.com/docker/docker/registry/resumable 0.024s coverage: 100.0% of statements [2021-03-10T15:17:13.365Z] --- PASS: TestCreateJob (4.30s) [2021-03-10T15:17:13.365Z] === RUN TestReplicatedJob [2021-03-10T15:17:13.623Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-03-10T15:17:13.759Z] ok github.com/docker/docker/restartmanager 0.013s coverage: 45.3% of statements [2021-03-10T15:17:14.370Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2021-03-10T15:17:14.370Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-10T15:17:14.409Z] ok github.com/docker/docker/registry 0.207s coverage: 57.2% of statements [2021-03-10T15:17:14.558Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-03-10T15:17:14.559Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-03-10T15:17:14.708Z] ok github.com/docker/docker/testutil 0.022s coverage: 62.5% of statements [2021-03-10T15:17:15.493Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-03-10T15:17:15.762Z] ok github.com/docker/docker/runconfig 0.015s coverage: 66.1% of statements [2021-03-10T15:17:16.867Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-03-10T15:17:16.901Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.68s) [2021-03-10T15:17:16.901Z] === RUN TestKernelTCPMemory [2021-03-10T15:17:16.901Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-03-10T15:17:16.901Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:16.901Z] === RUN TestNISDomainname [2021-03-10T15:17:16.985Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-03-10T15:17:17.160Z] --- SKIP: TestNISDomainname (0.01s) [2021-03-10T15:17:17.160Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-03-10T15:17:17.160Z] === RUN TestHostnameDnsResolution [2021-03-10T15:17:17.802Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-03-10T15:17:17.802Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-03-10T15:17:17.857Z] ok github.com/docker/docker/volume/drivers 0.034s coverage: 36.1% of statements [2021-03-10T15:17:18.537Z] --- PASS: TestHostnameDnsResolution (1.21s) [2021-03-10T15:17:18.537Z] === RUN TestStats [2021-03-10T15:17:18.537Z] --- SKIP: TestStats (0.00s) [2021-03-10T15:17:18.537Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:18.537Z] === RUN TestStopContainerWithTimeout [2021-03-10T15:17:18.537Z] === RUN TestStopContainerWithTimeout/0 [2021-03-10T15:17:18.537Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-10T15:17:18.537Z] === RUN TestStopContainerWithTimeout/1 [2021-03-10T15:17:18.537Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-10T15:17:18.537Z] === RUN TestStopContainerWithTimeout/3 [2021-03-10T15:17:18.537Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-10T15:17:18.537Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-10T15:17:18.537Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-10T15:17:18.537Z] === CONT TestStopContainerWithTimeout/0 [2021-03-10T15:17:18.537Z] === CONT TestStopContainerWithTimeout/3 [2021-03-10T15:17:18.737Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-03-10T15:17:18.788Z] --- PASS: TestUpdateRestartPolicy (12.76s) [2021-03-10T15:17:18.788Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-10T15:17:18.788Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2021-03-10T15:17:18.788Z] === RUN TestWaitNonBlocked [2021-03-10T15:17:18.788Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:18.788Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:18.788Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:18.788Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:18.788Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:18.788Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:18.788Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-10T15:17:18.788Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2021-03-10T15:17:18.788Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2021-03-10T15:17:18.788Z] === RUN TestWaitBlocked [2021-03-10T15:17:18.788Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:18.788Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:18.788Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:18.788Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:18.788Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:18.788Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:19.393Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.0% of statements [2021-03-10T15:17:19.472Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-10T15:17:19.688Z] ok github.com/docker/docker/volume/local 0.249s coverage: 76.4% of statements [2021-03-10T15:17:19.726Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-10T15:17:19.726Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s) [2021-03-10T15:17:19.726Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.22s) [2021-03-10T15:17:19.726Z] === CONT TestContainerStartOnDaemonRestart [2021-03-10T15:17:19.726Z] === CONT TestContainerKillOnDaemonStart [2021-03-10T15:17:20.112Z] --- PASS: TestReplicatedJob (7.02s) [2021-03-10T15:17:20.112Z] === RUN TestUpdateReplicatedJob [2021-03-10T15:17:20.677Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-03-10T15:17:20.752Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.1% of statements [2021-03-10T15:17:20.893Z] --- PASS: TestUpdateRestartPolicy (13.86s) [2021-03-10T15:17:20.893Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-10T15:17:20.893Z] --- PASS: TestUpdateRestartWithAutoRemove (1.05s) [2021-03-10T15:17:20.893Z] === RUN TestWaitNonBlocked [2021-03-10T15:17:20.893Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:20.893Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:20.893Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:20.893Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:20.893Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:20.893Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:21.374Z] === CONT TestStopContainerWithTimeout/1 [2021-03-10T15:17:21.637Z] --- PASS: TestBuildWithHugeFile (54.18s) [2021-03-10T15:17:21.637Z] === RUN TestBuildWCOWSandboxSize [2021-03-10T15:17:21.637Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-10T15:17:21.637Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:17:21.637Z] === RUN TestBuildWithEmptyDockerfile [2021-03-10T15:17:21.637Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:17:21.637Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:17:21.637Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:17:21.637Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:17:21.637Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:17:21.637Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:17:21.637Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:17:21.637Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:17:21.637Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:17:21.637Z] --- PASS: TestBuildWithEmptyDockerfile (0.28s) [2021-03-10T15:17:21.637Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2021-03-10T15:17:21.637Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.27s) [2021-03-10T15:17:21.637Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2021-03-10T15:17:21.637Z] === RUN TestBuildPreserveOwnership [2021-03-10T15:17:21.637Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-10T15:17:21.934Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-10T15:17:21.934Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.25s) [2021-03-10T15:17:21.934Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.34s) [2021-03-10T15:17:21.934Z] === RUN TestWaitBlocked [2021-03-10T15:17:21.934Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:21.934Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:21.934Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:21.934Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:21.934Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:21.934Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:22.578Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-03-10T15:17:22.578Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-03-10T15:17:22.578Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-03-10T15:17:22.578Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-03-10T15:17:22.578Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-03-10T15:17:23.017Z] --- PASS: TestContainerStartOnDaemonRestart (2.92s) [2021-03-10T15:17:23.017Z] === CONT TestIpcModeOlderClient [2021-03-10T15:17:23.017Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-03-10T15:17:23.017Z] === CONT TestDaemonHostGatewayIP [2021-03-10T15:17:23.144Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-03-10T15:17:23.275Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-10T15:17:23.275Z] --- PASS: TestStopContainerWithTimeout/0 (0.99s) [2021-03-10T15:17:23.275Z] --- PASS: TestStopContainerWithTimeout/3 (3.08s) [2021-03-10T15:17:23.275Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2021-03-10T15:17:23.275Z] --- PASS: TestStopContainerWithTimeout/1 (1.70s) [2021-03-10T15:17:23.275Z] === RUN TestDeleteDevicemapper [2021-03-10T15:17:23.275Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-10T15:17:23.275Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:17:23.275Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-10T15:17:23.452Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-10T15:17:23.452Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.38s) [2021-03-10T15:17:23.452Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.47s) [2021-03-10T15:17:23.452Z] === CONT TestContainerStartOnDaemonRestart [2021-03-10T15:17:23.452Z] === CONT TestContainerKillOnDaemonStart [2021-03-10T15:17:24.518Z] --- PASS: TestUpdateReplicatedJob (4.03s) [2021-03-10T15:17:24.518Z] === RUN TestServiceListWithStatuses [2021-03-10T15:17:24.518Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-10T15:17:24.518Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:17:24.518Z] === RUN TestDockerNetworkConnectAlias [2021-03-10T15:17:24.956Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-10T15:17:25.809Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.54s) [2021-03-10T15:17:25.809Z] === RUN TestUpdateMemory [2021-03-10T15:17:25.809Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-10T15:17:25.809Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:25.809Z] === RUN TestUpdateCPUQuota [2021-03-10T15:17:25.809Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-03-10T15:17:25.809Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:25.809Z] === RUN TestUpdatePidsLimit [2021-03-10T15:17:25.809Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-03-10T15:17:25.809Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:25.809Z] === RUN TestUpdateRestartPolicy [2021-03-10T15:17:26.310Z] --- PASS: TestDaemonHostGatewayIP (3.41s) [2021-03-10T15:17:26.310Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-10T15:17:26.887Z] --- PASS: TestBuildPreserveOwnership (6.96s) [2021-03-10T15:17:26.887Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.63s) [2021-03-10T15:17:26.887Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.30s) [2021-03-10T15:17:26.887Z] === RUN TestBuildPlatformInvalid [2021-03-10T15:17:26.887Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2021-03-10T15:17:26.887Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-10T15:17:26.985Z] --- PASS: TestContainerStartOnDaemonRestart (3.46s) [2021-03-10T15:17:26.985Z] === CONT TestIpcModeOlderClient [2021-03-10T15:17:26.985Z] --- PASS: TestIpcModeOlderClient (0.17s) [2021-03-10T15:17:26.985Z] === CONT TestDaemonHostGatewayIP [2021-03-10T15:17:27.802Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-03-10T15:17:28.217Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.30s) [2021-03-10T15:17:28.217Z] === CONT TestDaemonRestartIpcMode [2021-03-10T15:17:28.736Z] === RUN TestDockerSuite/TestContainerAPITop [2021-03-10T15:17:30.111Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-03-10T15:17:30.111Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-03-10T15:17:30.111Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-03-10T15:17:30.111Z] --- PASS: TestDockerNetworkConnectAlias (5.75s) [2021-03-10T15:17:30.111Z] === RUN TestDockerNetworkReConnect [2021-03-10T15:17:30.111Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-03-10T15:17:31.456Z] --- PASS: TestDaemonHostGatewayIP (4.06s) [2021-03-10T15:17:31.456Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-10T15:17:31.510Z] --- PASS: TestDaemonRestartIpcMode (2.97s) [2021-03-10T15:17:31.769Z] --- PASS: TestContainerKillOnDaemonStart (12.28s) [2021-03-10T15:17:31.769Z] PASS [2021-03-10T15:17:31.769Z] [2021-03-10T15:17:31.769Z] === Skipped [2021-03-10T15:17:31.769Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-10T15:17:31.769Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:17:31.769Z] [2021-03-10T15:17:31.769Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-10T15:17:31.769Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-03-10T15:17:31.769Z] [2021-03-10T15:17:31.769Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:17:31.769Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:17:31.769Z] [2021-03-10T15:17:31.769Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-03-10T15:17:31.769Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-03-10T15:17:31.769Z] [2021-03-10T15:17:31.769Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-03-10T15:17:31.769Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-03-10T15:17:31.769Z] [2021-03-10T15:17:31.769Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-10T15:17:31.769Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:17:31.769Z] [2021-03-10T15:17:31.769Z] [2021-03-10T15:17:31.769Z] DONE 196 tests, 6 skipped in 147.378s [2021-03-10T15:17:31.769Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-10T15:17:32.028Z] INFO: Testing against a local daemon [2021-03-10T15:17:32.028Z] === RUN TestCommitInheritsEnv [2021-03-10T15:17:32.287Z] --- PASS: TestCommitInheritsEnv (0.30s) [2021-03-10T15:17:32.287Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-10T15:17:32.287Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-10T15:17:32.287Z] === RUN TestImagesFilterMultiReference [2021-03-10T15:17:32.287Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-03-10T15:17:32.287Z] === RUN TestImagePullPlatformInvalid [2021-03-10T15:17:32.287Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-10T15:17:32.287Z] === RUN TestRemoveImageOrphaning [2021-03-10T15:17:32.547Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2021-03-10T15:17:32.547Z] === RUN TestRemoveImageGarbageCollector [2021-03-10T15:17:32.639Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-03-10T15:17:34.013Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-03-10T15:17:34.946Z] --- PASS: TestDockerNetworkReConnect (4.75s) [2021-03-10T15:17:34.946Z] === RUN TestServicePlugin [2021-03-10T15:17:35.085Z] --- PASS: TestRemoveImageGarbageCollector (2.42s) [2021-03-10T15:17:35.085Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-10T15:17:35.085Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-10T15:17:35.085Z] === RUN TestTagInvalidReference [2021-03-10T15:17:35.085Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-10T15:17:35.085Z] === RUN TestTagValidPrefixedRepo [2021-03-10T15:17:35.085Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-10T15:17:35.085Z] === RUN TestTagExistedNameWithoutForce [2021-03-10T15:17:35.085Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-10T15:17:35.085Z] === RUN TestTagOfficialNames [2021-03-10T15:17:35.085Z] --- PASS: TestTagOfficialNames (0.05s) [2021-03-10T15:17:35.085Z] === RUN TestTagMatchesDigest [2021-03-10T15:17:35.085Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-10T15:17:35.085Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-10T15:17:35.512Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-03-10T15:17:35.927Z] === CONT TestDaemonRestartIpcMode [2021-03-10T15:17:35.927Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.18s) [2021-03-10T15:17:35.927Z] --- PASS: TestContainerKillOnDaemonStart (12.28s) [2021-03-10T15:17:36.119Z] ok github.com/docker/docker/pkg/plugins 33.659s coverage: 76.6% of statements [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/rootless [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/volume [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-10T15:17:36.119Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === Skipped [2021-03-10T15:17:36.119Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-10T15:17:36.119Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-10T15:17:36.119Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-10T15:17:36.119Z] time="2021-03-10T15:16:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-10T15:17:36.119Z] time="2021-03-10T15:16:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-10T15:17:36.119Z] time="2021-03-10T15:16:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-10T15:17:36.119Z] time="2021-03-10T15:16:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-10T15:17:36.119Z] time="2021-03-10T15:16:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-10T15:17:36.119Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-10T15:17:36.119Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-10T15:17:36.119Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.119Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-10T15:17:36.119Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.119Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:17:36.119Z] [2021-03-10T15:17:36.120Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-10T15:17:36.120Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:17:36.120Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:17:36.120Z] [2021-03-10T15:17:36.120Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-10T15:17:36.120Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:17:36.120Z] [2021-03-10T15:17:36.120Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-10T15:17:36.120Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-10T15:17:36.120Z] [2021-03-10T15:17:36.120Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-10T15:17:36.120Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-10T15:17:36.120Z] [2021-03-10T15:17:36.120Z] [2021-03-10T15:17:36.120Z] DONE 2244 tests, 26 skipped in 264.711s Post stage [Pipeline] junit [2021-03-10T15:17:36.176Z] Recording test results [2021-03-10T15:17:36.430Z] [Checks API] No suitable checks publisher found. [Pipeline] } [2021-03-10T15:17:36.446Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-10T15:17:36.888Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -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:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh dynbinary test-integration [2021-03-10T15:17:37.184Z] [2021-03-10T15:17:37.482Z] Removing bundles/ [2021-03-10T15:17:37.482Z] [2021-03-10T15:17:37.482Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-10T15:17:37.482Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:17:37.482Z] GOOS="" GOARCH="" GOARM="" [2021-03-10T15:17:37.964Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-03-10T15:17:38.007Z] --- PASS: TestUpdateRestartPolicy (12.36s) [2021-03-10T15:17:38.007Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-10T15:17:38.574Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s) [2021-03-10T15:17:38.574Z] === RUN TestWaitNonBlocked [2021-03-10T15:17:38.574Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:38.574Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:38.574Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:38.574Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:38.574Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:17:38.574Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:17:39.458Z] --- PASS: TestDaemonRestartIpcMode (4.06s) [2021-03-10T15:17:39.458Z] PASS [2021-03-10T15:17:39.458Z] [2021-03-10T15:17:39.458Z] === Skipped [2021-03-10T15:17:39.458Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-03-10T15:17:39.458Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:17:39.458Z] [2021-03-10T15:17:39.458Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-10T15:17:39.458Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:17:39.458Z] [2021-03-10T15:17:39.458Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-10T15:17:39.458Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:17:39.458Z] [2021-03-10T15:17:39.458Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:17:39.458Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:17:39.458Z] [2021-03-10T15:17:39.458Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2021-03-10T15:17:39.458Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:17:39.458Z] [2021-03-10T15:17:39.458Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2021-03-10T15:17:39.458Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:17:39.458Z] [2021-03-10T15:17:39.458Z] [2021-03-10T15:17:39.458Z] DONE 196 tests, 6 skipped in 182.766s [2021-03-10T15:17:39.458Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-03-10T15:17:39.458Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:17:39.458Z] ++ set -e [2021-03-10T15:17:39.458Z] ++ '[' -n 0 ']' [2021-03-10T15:17:39.458Z] ++ set -x [2021-03-10T15:17:39.458Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:17:39.458Z] INFO: Testing against a local daemon [2021-03-10T15:17:39.458Z] === RUN TestCommitInheritsEnv [2021-03-10T15:17:39.951Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-10T15:17:39.951Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.00s) [2021-03-10T15:17:39.951Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) [2021-03-10T15:17:39.951Z] === RUN TestWaitBlocked [2021-03-10T15:17:39.951Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:39.951Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:39.951Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:39.951Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:39.951Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:17:39.951Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:17:40.095Z] --- PASS: TestCommitInheritsEnv (0.63s) [2021-03-10T15:17:40.095Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-10T15:17:40.095Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-10T15:17:40.095Z] === RUN TestImagesFilterMultiReference [2021-03-10T15:17:40.095Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2021-03-10T15:17:40.095Z] === RUN TestImagePullPlatformInvalid [2021-03-10T15:17:40.095Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2021-03-10T15:17:40.095Z] === RUN TestRemoveImageOrphaning [2021-03-10T15:17:40.732Z] --- PASS: TestRemoveImageOrphaning (0.61s) [2021-03-10T15:17:40.732Z] === RUN TestRemoveImageGarbageCollector [2021-03-10T15:17:40.732Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-10T15:17:40.732Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:17:40.732Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-10T15:17:40.732Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-03-10T15:17:40.732Z] === RUN TestTagInvalidReference [2021-03-10T15:17:40.732Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-10T15:17:40.732Z] === RUN TestTagValidPrefixedRepo [2021-03-10T15:17:40.732Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2021-03-10T15:17:40.732Z] === RUN TestTagExistedNameWithoutForce [2021-03-10T15:17:40.732Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-10T15:17:40.732Z] === RUN TestTagOfficialNames [2021-03-10T15:17:40.732Z] --- PASS: TestTagOfficialNames (0.04s) [2021-03-10T15:17:40.732Z] === RUN TestTagMatchesDigest [2021-03-10T15:17:40.732Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-03-10T15:17:40.732Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-10T15:17:40.887Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-10T15:17:40.887Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s) [2021-03-10T15:17:40.887Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.07s) [2021-03-10T15:17:40.887Z] === CONT TestDaemonRestartIpcMode [2021-03-10T15:17:40.887Z] === CONT TestIpcModeOlderClient [2021-03-10T15:17:40.887Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-03-10T15:17:40.887Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-10T15:17:41.710Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-03-10T15:17:41.798Z] Loaded image: buildpack-deps:buster [2021-03-10T15:17:41.798Z] Loaded image: busybox:latest [2021-03-10T15:17:41.798Z] Loaded image: busybox:glibc [2021-03-10T15:17:42.058Z] Loaded image: debian:bullseye [2021-03-10T15:17:42.276Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-03-10T15:17:42.320Z] Loaded image: hello-world:latest [2021-03-10T15:17:42.320Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:17:44.177Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-03-10T15:17:45.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-03-10T15:17:45.628Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-03-10T15:17:46.160Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.78s) [2021-03-10T15:17:46.418Z] --- PASS: TestDaemonRestartIpcMode (5.59s) [2021-03-10T15:17:46.418Z] PASS [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === Skipped [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-10T15:17:46.418Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-03-10T15:17:46.418Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-03-10T15:17:46.418Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-03-10T15:17:46.418Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-03-10T15:17:46.418Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-03-10T15:17:46.418Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-03-10T15:17:46.418Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-03-10T15:17:46.418Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-03-10T15:17:46.418Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-10T15:17:46.418Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-10T15:17:46.418Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-03-10T15:17:46.418Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-03-10T15:17:46.418Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-10T15:17:46.418Z] [2021-03-10T15:17:46.418Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-03-10T15:17:46.419Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-03-10T15:17:46.419Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-03-10T15:17:46.419Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:17:46.419Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-03-10T15:17:46.419Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:17:46.419Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-03-10T15:17:46.419Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-03-10T15:17:46.419Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-03-10T15:17:46.419Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-10T15:17:46.419Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-03-10T15:17:46.419Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-03-10T15:17:46.419Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-03-10T15:17:46.419Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] [2021-03-10T15:17:46.419Z] DONE 177 tests, 26 skipped in 105.312s [2021-03-10T15:17:46.419Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-10T15:17:46.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-03-10T15:17:46.677Z] INFO: Testing against a local daemon [2021-03-10T15:17:46.677Z] === RUN TestCommitInheritsEnv [2021-03-10T15:17:47.117Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-03-10T15:17:48.051Z] --- PASS: TestCommitInheritsEnv (1.61s) [2021-03-10T15:17:48.051Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-10T15:17:48.051Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-10T15:17:48.051Z] === RUN TestImagesFilterMultiReference [2021-03-10T15:17:48.309Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-03-10T15:17:48.309Z] === RUN TestImagePullPlatformInvalid [2021-03-10T15:17:48.309Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-10T15:17:48.309Z] === RUN TestRemoveImageOrphaning [2021-03-10T15:17:48.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-03-10T15:17:49.760Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-03-10T15:17:50.209Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2021-03-10T15:17:50.209Z] === RUN TestRemoveImageGarbageCollector [2021-03-10T15:17:50.209Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-10T15:17:50.209Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-03-10T15:17:50.209Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-10T15:17:50.209Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-03-10T15:17:50.209Z] === RUN TestTagInvalidReference [2021-03-10T15:17:50.209Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-10T15:17:50.209Z] === RUN TestTagValidPrefixedRepo [2021-03-10T15:17:50.209Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-10T15:17:50.209Z] === RUN TestTagExistedNameWithoutForce [2021-03-10T15:17:50.209Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-10T15:17:50.209Z] === RUN TestTagOfficialNames [2021-03-10T15:17:50.209Z] --- PASS: TestTagOfficialNames (0.06s) [2021-03-10T15:17:50.209Z] === RUN TestTagMatchesDigest [2021-03-10T15:17:50.209Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-03-10T15:17:50.209Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-10T15:17:51.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-03-10T15:17:52.322Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (25.30s) [2021-03-10T15:17:52.322Z] PASS [2021-03-10T15:17:52.322Z] [2021-03-10T15:17:52.322Z] === Skipped [2021-03-10T15:17:52.322Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-03-10T15:17:52.322Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:17:52.322Z] [2021-03-10T15:17:52.322Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-10T15:17:52.322Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:17:52.322Z] [2021-03-10T15:17:52.322Z] [2021-03-10T15:17:52.322Z] DONE 34 tests, 2 skipped in 142.610s [2021-03-10T15:17:52.322Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-03-10T15:17:52.322Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:17:52.322Z] ++ set -e [2021-03-10T15:17:52.322Z] ++ '[' -n 0 ']' [2021-03-10T15:17:52.322Z] ++ set -x [2021-03-10T15:17:52.322Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:17:52.583Z] INFO: Testing against a local daemon [2021-03-10T15:17:52.583Z] === RUN TestConfigInspect [2021-03-10T15:17:52.761Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-03-10T15:17:53.034Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000824540_} [2021-03-10T15:17:53.601Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-03-10T15:17:54.536Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1367411413_/foo_false____} [2021-03-10T15:17:56.438Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1367411413_/foo_true____} [2021-03-10T15:17:56.789Z] --- PASS: TestConfigInspect (3.85s) [2021-03-10T15:17:56.789Z] === RUN TestConfigList [2021-03-10T15:17:57.812Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3807883312_/foo_false____} [2021-03-10T15:17:59.186Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3807883312_/foo_true____} [2021-03-10T15:18:00.099Z] --- PASS: TestConfigList (3.20s) [2021-03-10T15:18:00.099Z] === RUN TestConfigsCreateAndDelete [2021-03-10T15:18:01.085Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3807883312_/foo_true__0xc0008245a0__} [2021-03-10T15:18:02.459Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008245c0_} [2021-03-10T15:18:03.398Z] --- PASS: TestConfigsCreateAndDelete (3.30s) [2021-03-10T15:18:03.398Z] === RUN TestConfigsUpdate [2021-03-10T15:18:03.833Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008245e0_} [2021-03-10T15:18:04.766Z] --- PASS: TestServicePlugin (29.90s) [2021-03-10T15:18:04.766Z] plugin_test.go:62: [d231096caa7be] joining swarm manager [dac6316d63933]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:18:04.766Z] plugin_test.go:65: [d771798f1d81d] joining swarm manager [dac6316d63933]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:18:04.766Z] === RUN TestServiceUpdateLabel [2021-03-10T15:18:05.699Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000824600_} [2021-03-10T15:18:05.758Z] ......................... [ 67%] [2021-03-10T15:18:06.698Z] --- PASS: TestConfigsUpdate (3.26s) [2021-03-10T15:18:06.698Z] === RUN TestTemplatedConfig [2021-03-10T15:18:07.642Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000824620_} [2021-03-10T15:18:07.642Z] --- PASS: TestServiceUpdateLabel (2.74s) [2021-03-10T15:18:07.642Z] === RUN TestServiceUpdateSecrets [2021-03-10T15:18:09.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-03-10T15:18:10.002Z] --- PASS: TestTemplatedConfig (3.93s) [2021-03-10T15:18:10.002Z] === RUN TestConfigCreateResolve [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-03-10T15:18:10.940Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-03-10T15:18:13.300Z] --- PASS: TestConfigCreateResolve (3.25s) [2021-03-10T15:18:13.300Z] === RUN TestConfigDaemonLibtrustID [2021-03-10T15:18:14.242Z] --- PASS: TestConfigDaemonLibtrustID (0.68s) [2021-03-10T15:18:14.242Z] PASS [2021-03-10T15:18:14.242Z] [2021-03-10T15:18:14.242Z] DONE 7 tests in 21.662s [2021-03-10T15:18:14.242Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-03-10T15:18:14.242Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:18:14.242Z] ++ set -e [2021-03-10T15:18:14.242Z] ++ '[' -n 0 ']' [2021-03-10T15:18:14.242Z] ++ set -x [2021-03-10T15:18:14.242Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:18:14.242Z] INFO: Testing against a local daemon [2021-03-10T15:18:14.242Z] === RUN TestCheckpoint [2021-03-10T15:18:14.242Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-10T15:18:14.242Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:18:14.242Z] === RUN TestContainerInvalidJSON [2021-03-10T15:18:14.242Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:18:14.242Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:18:14.242Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:18:14.242Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:18:14.242Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:18:14.242Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:18:14.242Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:18:14.242Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:18:14.242Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:18:14.242Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-03-10T15:18:14.242Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-03-10T15:18:14.242Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-10T15:18:14.242Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-03-10T15:18:14.242Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-10T15:18:14.260Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-03-10T15:18:14.503Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2021-03-10T15:18:14.503Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-10T15:18:14.503Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2021-03-10T15:18:14.503Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-10T15:18:14.682Z] 4612f6d0b889: Pull complete [2021-03-10T15:18:14.763Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-03-10T15:18:14.763Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-10T15:18:15.024Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2021-03-10T15:18:15.024Z] === RUN TestCopyFromContainer [2021-03-10T15:18:15.634Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-03-10T15:18:17.567Z] === RUN TestCopyFromContainer// [2021-03-10T15:18:17.567Z] === RUN TestCopyFromContainer//bar/root [2021-03-10T15:18:17.567Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-10T15:18:17.567Z] === RUN TestCopyFromContainer/bar/quux [2021-03-10T15:18:17.567Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-10T15:18:17.827Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-10T15:18:17.827Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-10T15:18:18.089Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-10T15:18:18.089Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-10T15:18:18.349Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer (3.49s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-03-10T15:18:18.349Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-03-10T15:18:18.349Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-10T15:18:18.349Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:18:18.349Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:18:18.349Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:18:18.349Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:18:18.349Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:18:18.349Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:18:18.349Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:18:18.349Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:18:18.349Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:18:18.349Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-10T15:18:18.349Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-10T15:18:18.349Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-10T15:18:18.349Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-03-10T15:18:18.349Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-10T15:18:18.609Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-03-10T15:18:18.609Z] === RUN TestCreateWithInvalidEnv [2021-03-10T15:18:18.609Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-10T15:18:18.609Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-10T15:18:18.609Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-10T15:18:18.609Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-10T15:18:18.609Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-10T15:18:18.609Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-10T15:18:18.609Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-10T15:18:18.609Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-10T15:18:18.609Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-10T15:18:18.609Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-10T15:18:18.609Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-10T15:18:18.609Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-10T15:18:18.609Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-10T15:18:18.609Z] === RUN TestCreateTmpfsMountsTarget [2021-03-10T15:18:18.609Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-03-10T15:18:18.609Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-10T15:18:18.915Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-03-10T15:18:20.814Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-03-10T15:18:20.814Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-03-10T15:18:21.380Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-03-10T15:18:21.910Z] --- PASS: TestCreateWithCustomMaskedPaths (2.80s) [2021-03-10T15:18:21.910Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-10T15:18:22.314Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-03-10T15:18:22.880Z] --- PASS: TestServiceUpdateSecrets (15.62s) [2021-03-10T15:18:22.880Z] === RUN TestServiceUpdateConfigs [2021-03-10T15:18:23.448Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-03-10T15:18:24.382Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-03-10T15:18:24.454Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.82s) [2021-03-10T15:18:24.454Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-10T15:18:24.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:18:24.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:18:24.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:18:24.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:18:24.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:18:24.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:18:24.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:18:24.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:18:24.454Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:18:24.454Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:18:24.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:18:24.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:18:24.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:18:24.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:18:24.454Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:18:24.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-10T15:18:24.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-03-10T15:18:24.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-03-10T15:18:24.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2021-03-10T15:18:24.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2021-03-10T15:18:24.454Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-03-10T15:18:24.454Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-10T15:18:25.317Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-03-10T15:18:25.396Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.93s) [2021-03-10T15:18:25.396Z] === RUN TestCreateDifferentPlatform [2021-03-10T15:18:25.396Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-10T15:18:25.396Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-10T15:18:25.396Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-03-10T15:18:25.396Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-03-10T15:18:25.396Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-03-10T15:18:25.396Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-10T15:18:25.396Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-03-10T15:18:25.396Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-10T15:18:25.396Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-03-10T15:18:25.396Z] === RUN TestContainerStartOnDaemonRestart [2021-03-10T15:18:25.396Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-10T15:18:25.396Z] === RUN TestDaemonRestartIpcMode [2021-03-10T15:18:25.396Z] === PAUSE TestDaemonRestartIpcMode [2021-03-10T15:18:25.396Z] === RUN TestDaemonHostGatewayIP [2021-03-10T15:18:25.396Z] === PAUSE TestDaemonHostGatewayIP [2021-03-10T15:18:25.396Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-10T15:18:25.396Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-10T15:18:25.396Z] === RUN TestContainerKillOnDaemonStart [2021-03-10T15:18:25.396Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-10T15:18:25.396Z] === RUN TestDiff [2021-03-10T15:18:26.251Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-03-10T15:18:26.337Z] --- PASS: TestDiff (0.96s) [2021-03-10T15:18:26.337Z] === RUN TestExecWithCloseStdin [2021-03-10T15:18:27.184Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-03-10T15:18:27.721Z] --- PASS: TestExecWithCloseStdin (1.23s) [2021-03-10T15:18:27.721Z] === RUN TestExec [2021-03-10T15:18:28.117Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-03-10T15:18:29.050Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-03-10T15:18:29.106Z] --- PASS: TestExec (1.29s) [2021-03-10T15:18:29.106Z] === RUN TestExecUser [2021-03-10T15:18:29.616Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-03-10T15:18:30.047Z] --- PASS: TestExecUser (1.25s) [2021-03-10T15:18:30.047Z] === RUN TestExportContainerAndImportImage [2021-03-10T15:18:30.550Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-03-10T15:18:31.432Z] --- PASS: TestExportContainerAndImportImage (1.27s) [2021-03-10T15:18:31.432Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-10T15:18:31.483Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-03-10T15:18:32.417Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-03-10T15:18:33.789Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-03-10T15:18:33.984Z] --- PASS: TestExportContainerAfterDaemonRestart (2.08s) [2021-03-10T15:18:33.984Z] === RUN TestHealthCheckWorkdir [2021-03-10T15:18:34.723Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-03-10T15:18:35.289Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-03-10T15:18:35.289Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-03-10T15:18:35.378Z] --- PASS: TestHealthCheckWorkdir (1.66s) [2021-03-10T15:18:35.378Z] === RUN TestHealthKillContainer [2021-03-10T15:18:36.224Z] === RUN TestDockerSuite/TestCpRelativePath [2021-03-10T15:18:37.176Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-03-10T15:18:38.109Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-03-10T15:18:38.675Z] --- PASS: TestServiceUpdateConfigs (15.74s) [2021-03-10T15:18:38.675Z] === RUN TestServiceUpdateNetwork [2021-03-10T15:18:38.681Z] --- PASS: TestHealthKillContainer (3.27s) [2021-03-10T15:18:38.681Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-10T15:18:39.241Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-03-10T15:18:39.622Z] --- PASS: TestInspectCpusetInConfigPre120 (1.01s) [2021-03-10T15:18:39.622Z] === RUN TestIpcModeNone [2021-03-10T15:18:40.175Z] === RUN TestDockerSuite/TestCpToCaseA [2021-03-10T15:18:40.562Z] --- PASS: TestIpcModeNone (1.23s) [2021-03-10T15:18:40.562Z] === RUN TestIpcModePrivate [2021-03-10T15:18:41.947Z] --- PASS: TestIpcModePrivate (1.19s) [2021-03-10T15:18:41.947Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2021-03-10T15:18:41.947Z] === RUN TestIpcModeShareable [2021-03-10T15:18:42.074Z] === RUN TestDockerSuite/TestCpToCaseB [2021-03-10T15:18:43.008Z] === RUN TestDockerSuite/TestCpToCaseC [2021-03-10T15:18:43.330Z] --- PASS: TestIpcModeShareable (1.28s) [2021-03-10T15:18:43.330Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2021-03-10T15:18:43.330Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-10T15:18:45.536Z] === RUN TestDockerSuite/TestCpToCaseD [2021-03-10T15:18:46.628Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.60s) [2021-03-10T15:18:46.628Z] === RUN TestAPIIpcModeHost [2021-03-10T15:18:47.948Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-03-10T15:18:48.013Z] --- PASS: TestAPIIpcModeHost (1.24s) [2021-03-10T15:18:48.013Z] === RUN TestDaemonIpcModeShareable [2021-03-10T15:18:50.557Z] --- PASS: TestDaemonIpcModeShareable (2.21s) [2021-03-10T15:18:50.557Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-03-10T15:18:50.557Z] === RUN TestDaemonIpcModePrivate [2021-03-10T15:18:50.798Z] === RUN TestDockerSuite/TestCpToCaseE [2021-03-10T15:18:52.468Z] --- PASS: TestDaemonIpcModePrivate (2.21s) [2021-03-10T15:18:52.468Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-03-10T15:18:52.468Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-10T15:18:53.325Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-03-10T15:18:53.325Z] --- PASS: TestServiceUpdateNetwork (14.69s) [2021-03-10T15:18:53.325Z] === RUN TestServiceUpdatePidsLimit [2021-03-10T15:18:53.325Z] === RUN TestDockerSuite/TestCpToCaseF [2021-03-10T15:18:54.261Z] === RUN TestDockerSuite/TestCpToCaseG [2021-03-10T15:18:54.828Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-10T15:18:55.013Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.21s) [2021-03-10T15:18:55.013Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-03-10T15:18:55.013Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-10T15:18:55.763Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-10T15:18:56.928Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.18s) [2021-03-10T15:18:56.928Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-03-10T15:18:56.928Z] === RUN TestIpcModeOlderClient [2021-03-10T15:18:56.928Z] === PAUSE TestIpcModeOlderClient [2021-03-10T15:18:56.928Z] === RUN TestKillContainerInvalidSignal [2021-03-10T15:18:57.872Z] --- PASS: TestKillContainerInvalidSignal (1.09s) [2021-03-10T15:18:57.872Z] === RUN TestKillContainer [2021-03-10T15:18:57.872Z] === RUN TestKillContainer/no_signal [2021-03-10T15:18:58.816Z] === RUN TestKillContainer/non_killing_signal [2021-03-10T15:18:59.759Z] === RUN TestKillContainer/killing_signal [2021-03-10T15:18:59.950Z] === RUN TestDockerSuite/TestCpToCaseH [2021-03-10T15:19:00.701Z] --- PASS: TestKillContainer (2.87s) [2021-03-10T15:19:00.701Z] --- PASS: TestKillContainer/no_signal (0.91s) [2021-03-10T15:19:00.701Z] --- PASS: TestKillContainer/non_killing_signal (0.73s) [2021-03-10T15:19:00.701Z] --- PASS: TestKillContainer/killing_signal (0.94s) [2021-03-10T15:19:00.701Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-10T15:19:00.701Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-10T15:19:01.644Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-10T15:19:02.588Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.91s) [2021-03-10T15:19:02.588Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.94s) [2021-03-10T15:19:02.588Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s) [2021-03-10T15:19:02.588Z] === RUN TestKillStoppedContainer [2021-03-10T15:19:02.781Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-03-10T15:19:02.849Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-03-10T15:19:02.849Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-10T15:19:02.849Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-03-10T15:19:02.849Z] === RUN TestKillDifferentUserContainer [2021-03-10T15:19:03.234Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-10T15:19:03.234Z] === RUN TestDockerSuite/TestCpToCaseI [2021-03-10T15:19:03.792Z] --- PASS: TestKillDifferentUserContainer (1.02s) [2021-03-10T15:19:03.792Z] === RUN TestInspectOomKilledTrue [2021-03-10T15:19:03.792Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-10T15:19:03.792Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:19:03.792Z] === RUN TestInspectOomKilledFalse [2021-03-10T15:19:03.792Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-10T15:19:03.792Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:19:03.792Z] === RUN TestLinksEtcHostsContentMatch [2021-03-10T15:19:04.169Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-03-10T15:19:05.179Z] --- PASS: TestLinksEtcHostsContentMatch (0.99s) [2021-03-10T15:19:05.179Z] === RUN TestLinksContainerNames [2021-03-10T15:19:05.296Z] tests/integration/client_test.py ..... [ 75%] [2021-03-10T15:19:05.296Z] tests/integration/context_api_test.py ... [ 76%] [2021-03-10T15:19:05.552Z] tests/integration/errors_test.py . [ 76%] [2021-03-10T15:19:07.101Z] --- PASS: TestLinksContainerNames (1.95s) [2021-03-10T15:19:07.101Z] === RUN TestLogsFollowTailEmpty [2021-03-10T15:19:08.045Z] --- PASS: TestLogsFollowTailEmpty (0.97s) [2021-03-10T15:19:08.045Z] === RUN TestContainerNetworkMountsNoChown [2021-03-10T15:19:08.989Z] --- PASS: TestContainerNetworkMountsNoChown (0.95s) [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/default [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/default [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/private [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/private [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rprivate [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/slave [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/slave [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rslave [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/shared [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/shared [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rshared [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-10T15:19:08.989Z] === CONT TestMountDaemonRoot/default [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-10T15:19:08.989Z] === CONT TestMountDaemonRoot/rslave [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:19:08.989Z] === CONT TestMountDaemonRoot/shared [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:19:08.989Z] === CONT TestMountDaemonRoot/slave [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-10T15:19:08.989Z] === CONT TestMountDaemonRoot/rprivate [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:19:08.989Z] === CONT TestMountDaemonRoot/private [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-10T15:19:08.989Z] === CONT TestMountDaemonRoot/rshared [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:19:08.989Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:19:08.989Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:19:08.990Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:19:08.990Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:19:08.990Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:19:08.990Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:19:08.990Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:19:08.990Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:19:08.990Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-10T15:19:08.990Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-10T15:19:08.990Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:19:08.990Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-10T15:19:08.990Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:19:09.251Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-10T15:19:09.251Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:19:09.251Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:19:09.251Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:19:09.251Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:19:09.251Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-10T15:19:09.251Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.12s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-03-10T15:19:09.251Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-03-10T15:19:09.251Z] === RUN TestContainerBindMountNonRecursive [2021-03-10T15:19:09.438Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-03-10T15:19:09.697Z] === RUN TestDockerSuite/TestCpToDot [2021-03-10T15:19:10.634Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-03-10T15:19:11.200Z] --- PASS: TestServiceUpdatePidsLimit (17.87s) [2021-03-10T15:19:11.200Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.12s) [2021-03-10T15:19:11.200Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.18s) [2021-03-10T15:19:11.200Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.38s) [2021-03-10T15:19:11.200Z] PASS [2021-03-10T15:19:11.200Z] [2021-03-10T15:19:11.200Z] === Skipped [2021-03-10T15:19:11.200Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-10T15:19:11.200Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:19:11.200Z] [2021-03-10T15:19:11.200Z] [2021-03-10T15:19:11.200Z] DONE 27 tests, 1 skipped in 193.966s [2021-03-10T15:19:11.200Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-10T15:19:11.200Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:19:11.200Z] ++ set -e [2021-03-10T15:19:11.200Z] ++ '[' -n 0 ']' [2021-03-10T15:19:11.200Z] ++ set -x [2021-03-10T15:19:11.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:19:11.459Z] INFO: Testing against a local daemon [2021-03-10T15:19:11.459Z] === RUN TestSessionCreate [2021-03-10T15:19:11.459Z] --- PASS: TestSessionCreate (0.02s) [2021-03-10T15:19:11.459Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-10T15:19:11.459Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-10T15:19:11.459Z] PASS [2021-03-10T15:19:11.459Z] [2021-03-10T15:19:11.459Z] DONE 2 tests in 0.067s [2021-03-10T15:19:11.459Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-10T15:19:11.459Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:19:11.459Z] ++ set -e [2021-03-10T15:19:11.459Z] ++ '[' -n 0 ']' [2021-03-10T15:19:11.459Z] ++ set -x [2021-03-10T15:19:11.459Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:19:11.459Z] INFO: Testing against a local daemon [2021-03-10T15:19:11.459Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:19:11.459Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:19:11.459Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:19:11.459Z] === RUN TestEventsExecDie [2021-03-10T15:19:12.556Z] --- PASS: TestContainerBindMountNonRecursive (2.90s) [2021-03-10T15:19:12.556Z] === RUN TestContainerVolumesMountedAsShared [2021-03-10T15:19:12.834Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-03-10T15:19:12.834Z] --- PASS: TestEventsExecDie (1.24s) [2021-03-10T15:19:12.834Z] === RUN TestEventsBackwardsCompatible [2021-03-10T15:19:12.834Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-03-10T15:19:12.834Z] === RUN TestInfoBinaryCommits [2021-03-10T15:19:12.834Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-10T15:19:12.834Z] === RUN TestInfoAPIVersioned [2021-03-10T15:19:12.834Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-10T15:19:12.834Z] === RUN TestInfoDiscoveryBackend [2021-03-10T15:19:13.129Z] --- PASS: TestContainerVolumesMountedAsShared (0.78s) [2021-03-10T15:19:13.129Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-10T15:19:13.416Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-03-10T15:19:13.416Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-10T15:19:14.072Z] --- PASS: TestContainerVolumesMountedAsSlave (0.99s) [2021-03-10T15:19:14.072Z] === RUN TestNetworkNat [2021-03-10T15:19:14.358Z] === RUN TestDockerSuite/TestCpToStdout [2021-03-10T15:19:14.358Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-10T15:19:14.358Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-10T15:19:14.920Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-10T15:19:14.920Z] [2021-03-10T15:19:14.920Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-10T15:19:14.920Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-10T15:19:14.920Z] HOSTNAME=76c651e7f47a [2021-03-10T15:19:14.920Z] TESTDEBUG=0 [2021-03-10T15:19:14.920Z] DEST=bundles/test-integration [2021-03-10T15:19:14.920Z] PWD=/go/src/github.com/docker/docker [2021-03-10T15:19:14.920Z] DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 [2021-03-10T15:19:14.920Z] container=docker [2021-03-10T15:19:14.920Z] HOME=/root [2021-03-10T15:19:14.920Z] GOLANG_VERSION=1.13.15 [2021-03-10T15:19:14.920Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-10T15:19:14.920Z] VALIDATE_BRANCH=master [2021-03-10T15:19:14.920Z] TERM=xterm [2021-03-10T15:19:14.920Z] DOCKER_PKG=github.com/docker/docker [2021-03-10T15:19:14.920Z] SHLVL=1 [2021-03-10T15:19:14.920Z] TIMEOUT=120m [2021-03-10T15:19:14.920Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-10T15:19:14.920Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-10T15:19:14.920Z] GO111MODULE=off [2021-03-10T15:19:14.920Z] DOCKER_EXPERIMENTAL=1 [2021-03-10T15:19:14.920Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-10T15:19:14.920Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-10T15:19:14.920Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-10T15:19:14.920Z] GOPATH=/go [2021-03-10T15:19:14.920Z] PKG_CONFIG=pkg-config [2021-03-10T15:19:14.920Z] _=/usr/bin/env [2021-03-10T15:19:14.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-10T15:19:14.925Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-03-10T15:19:14.925Z] === RUN TestInfoAPI [2021-03-10T15:19:14.925Z] --- PASS: TestInfoAPI (0.02s) [2021-03-10T15:19:14.925Z] === RUN TestInfoAPIWarnings [2021-03-10T15:19:14.925Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-03-10T15:19:15.015Z] --- PASS: TestNetworkNat (1.08s) [2021-03-10T15:19:15.015Z] === RUN TestNetworkLocalhostTCPNat [2021-03-10T15:19:16.302Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-03-10T15:19:16.302Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-03-10T15:19:16.402Z] --- PASS: TestNetworkLocalhostTCPNat (1.06s) [2021-03-10T15:19:16.402Z] === RUN TestNetworkLoopbackNat [2021-03-10T15:19:17.238Z] === RUN TestDockerSuite/TestCpVolumePath [2021-03-10T15:19:18.180Z] --- PASS: TestImportExtremelyLargeImageWorks (88.46s) [2021-03-10T15:19:18.180Z] PASS [2021-03-10T15:19:18.180Z] [2021-03-10T15:19:18.180Z] === Skipped [2021-03-10T15:19:18.180Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-10T15:19:18.180Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:19:18.180Z] [2021-03-10T15:19:18.180Z] [2021-03-10T15:19:18.180Z] DONE 12 tests, 1 skipped in 90.001s [2021-03-10T15:19:18.180Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-03-10T15:19:18.180Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:19:18.180Z] ++ set -e [2021-03-10T15:19:18.180Z] ++ '[' -n 0 ']' [2021-03-10T15:19:18.180Z] ++ set -x [2021-03-10T15:19:18.180Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:19:18.180Z] INFO: Testing against a local daemon [2021-03-10T15:19:18.180Z] === RUN TestNetworkCreateDelete [2021-03-10T15:19:18.180Z] --- PASS: TestNetworkCreateDelete (0.12s) [2021-03-10T15:19:18.180Z] === RUN TestDockerNetworkDeletePreferID [2021-03-10T15:19:18.180Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2021-03-10T15:19:18.180Z] === RUN TestDaemonDNSFallback [2021-03-10T15:19:18.180Z] --- PASS: TestDaemonDNSFallback (2.72s) [2021-03-10T15:19:18.180Z] === RUN TestInspectNetwork [2021-03-10T15:19:18.613Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-03-10T15:19:18.613Z] === RUN TestDockerSuite/TestCreateArgs [2021-03-10T15:19:18.613Z] === RUN TestDockerSuite/TestCreateByImageID [2021-03-10T15:19:18.870Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-03-10T15:19:19.220Z] === RUN TestInspectNetwork/full_network_id [2021-03-10T15:19:19.220Z] === RUN TestInspectNetwork/partial_network_id [2021-03-10T15:19:19.220Z] === RUN TestInspectNetwork/network_name [2021-03-10T15:19:19.220Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-10T15:19:19.702Z] --- PASS: TestNetworkLoopbackNat (3.64s) [2021-03-10T15:19:19.702Z] === RUN TestPause [2021-03-10T15:19:19.804Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-03-10T15:19:19.804Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-03-10T15:19:19.804Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-03-10T15:19:20.739Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-03-10T15:19:20.739Z] === RUN TestDockerSuite/TestCreateLabels [2021-03-10T15:19:20.739Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-03-10T15:19:20.997Z] === RUN TestDockerSuite/TestCreateRM [2021-03-10T15:19:20.997Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-03-10T15:19:20.997Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-03-10T15:19:20.997Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-03-10T15:19:21.086Z] --- PASS: TestPause (1.03s) [2021-03-10T15:19:21.087Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-10T15:19:21.087Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:19:21.087Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:19:21.087Z] === RUN TestPauseStopPausedContainer [2021-03-10T15:19:21.256Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-03-10T15:19:22.035Z] --- PASS: TestPauseStopPausedContainer (1.09s) [2021-03-10T15:19:22.035Z] === RUN TestPsFilter [2021-03-10T15:19:22.299Z] --- PASS: TestPsFilter (0.27s) [2021-03-10T15:19:22.299Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-10T15:19:23.158Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-03-10T15:19:23.158Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-03-10T15:19:23.158Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-03-10T15:19:23.250Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.92s) [2021-03-10T15:19:23.250Z] === RUN TestRemoveContainerWithVolume [2021-03-10T15:19:24.195Z] --- PASS: TestRemoveContainerWithVolume (0.98s) [2021-03-10T15:19:24.195Z] === RUN TestRemoveContainerRunning [2021-03-10T15:19:24.814Z] --- PASS: TestInspectNetwork (11.85s) [2021-03-10T15:19:24.814Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-10T15:19:24.814Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-10T15:19:24.814Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-10T15:19:24.814Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-10T15:19:24.814Z] === RUN TestRunContainerWithBridgeNone [2021-03-10T15:19:25.256Z] --- PASS: TestRemoveContainerRunning (0.98s) [2021-03-10T15:19:25.256Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-10T15:19:26.199Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.01s) [2021-03-10T15:19:26.199Z] === RUN TestRemoveInvalidContainer [2021-03-10T15:19:26.199Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-10T15:19:26.199Z] === RUN TestRenameLinkedContainer [2021-03-10T15:19:26.443Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-03-10T15:19:26.443Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-03-10T15:19:26.443Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-03-10T15:19:26.443Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-03-10T15:19:26.443Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-03-10T15:19:26.443Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-03-10T15:19:26.562Z] --- PASS: TestImportExtremelyLargeImageWorks (101.66s) [2021-03-10T15:19:26.562Z] PASS [2021-03-10T15:19:26.562Z] [2021-03-10T15:19:26.562Z] DONE 12 tests in 104.942s [2021-03-10T15:19:26.562Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-10T15:19:26.562Z] INFO: Testing against a local daemon [2021-03-10T15:19:26.562Z] === RUN TestNetworkCreateDelete [2021-03-10T15:19:26.562Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-03-10T15:19:26.562Z] === RUN TestDockerNetworkDeletePreferID [2021-03-10T15:19:26.562Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-03-10T15:19:26.562Z] === RUN TestDaemonDNSFallback [2021-03-10T15:19:26.562Z] --- PASS: TestDaemonDNSFallback (6.63s) [2021-03-10T15:19:26.562Z] === RUN TestInspectNetwork [2021-03-10T15:19:27.377Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-03-10T15:19:27.685Z] --- PASS: TestRunContainerWithBridgeNone (3.34s) [2021-03-10T15:19:27.685Z] === RUN TestNetworkInvalidJSON [2021-03-10T15:19:27.685Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:27.685Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:27.685Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:27.685Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:27.685Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:27.685Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:27.685Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:27.685Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:27.685Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:27.685Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-03-10T15:19:27.685Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-10T15:19:27.685Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-10T15:19:27.685Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-10T15:19:27.685Z] === RUN TestNetworkList [2021-03-10T15:19:27.685Z] === RUN TestNetworkList//networks [2021-03-10T15:19:27.685Z] === PAUSE TestNetworkList//networks [2021-03-10T15:19:27.685Z] === RUN TestNetworkList//networks/ [2021-03-10T15:19:27.685Z] === PAUSE TestNetworkList//networks/ [2021-03-10T15:19:27.685Z] === CONT TestNetworkList//networks [2021-03-10T15:19:27.685Z] === CONT TestNetworkList//networks/ [2021-03-10T15:19:27.685Z] --- PASS: TestNetworkList (0.01s) [2021-03-10T15:19:27.685Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-10T15:19:27.685Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-10T15:19:27.685Z] === RUN TestHostIPv4BridgeLabel [2021-03-10T15:19:27.944Z] === RUN TestInspectNetwork/full_network_id [2021-03-10T15:19:27.944Z] === RUN TestInspectNetwork/partial_network_id [2021-03-10T15:19:27.944Z] === RUN TestInspectNetwork/network_name [2021-03-10T15:19:27.944Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-10T15:19:28.324Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2021-03-10T15:19:28.324Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-10T15:19:28.752Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-03-10T15:19:29.368Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-03-10T15:19:29.369Z] === RUN TestDaemonDefaultNetworkPools [2021-03-10T15:19:29.687Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-03-10T15:19:30.406Z] --- PASS: TestRenameLinkedContainer (3.89s) [2021-03-10T15:19:30.406Z] === RUN TestRenameStoppedContainer [2021-03-10T15:19:30.409Z] --- PASS: TestDaemonDefaultNetworkPools (0.89s) [2021-03-10T15:19:30.409Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-10T15:19:30.978Z] --- PASS: TestRenameStoppedContainer (0.96s) [2021-03-10T15:19:30.978Z] === RUN TestRenameRunningContainerAndReuse [2021-03-10T15:19:31.061Z] --- PASS: TestInfoAPIWarnings (16.27s) [2021-03-10T15:19:31.061Z] === RUN TestInfoDebug [2021-03-10T15:19:31.319Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-03-10T15:19:31.451Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2021-03-10T15:19:31.451Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-10T15:19:31.577Z] --- PASS: TestInfoDebug (0.52s) [2021-03-10T15:19:31.577Z] === RUN TestInfoInsecureRegistries [2021-03-10T15:19:31.778Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-03-10T15:19:32.143Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-03-10T15:19:32.143Z] === RUN TestInfoRegistryMirrors [2021-03-10T15:19:32.159Z] --- PASS: TestInspectNetwork (7.99s) [2021-03-10T15:19:32.159Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-10T15:19:32.159Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-10T15:19:32.159Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-10T15:19:32.159Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-10T15:19:32.159Z] === RUN TestRunContainerWithBridgeNone [2021-03-10T15:19:32.710Z] --- PASS: TestInfoRegistryMirrors (0.56s) [2021-03-10T15:19:32.710Z] === RUN TestLoginFailsWithBadCredentials [2021-03-10T15:19:32.891Z] --- PASS: TestRenameRunningContainerAndReuse (1.95s) [2021-03-10T15:19:32.891Z] === RUN TestRenameInvalidName [2021-03-10T15:19:32.968Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-03-10T15:19:32.968Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-03-10T15:19:32.968Z] === RUN TestPingCacheHeaders [2021-03-10T15:19:32.968Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-10T15:19:32.968Z] === RUN TestPingGet [2021-03-10T15:19:32.968Z] --- PASS: TestPingGet (0.01s) [2021-03-10T15:19:32.968Z] === RUN TestPingHead [2021-03-10T15:19:32.968Z] --- PASS: TestPingHead (0.02s) [2021-03-10T15:19:32.968Z] === RUN TestVersion [2021-03-10T15:19:32.968Z] --- PASS: TestVersion (0.02s) [2021-03-10T15:19:32.968Z] PASS [2021-03-10T15:19:32.968Z] [2021-03-10T15:19:32.968Z] === Skipped [2021-03-10T15:19:32.968Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:19:32.968Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:19:32.968Z] [2021-03-10T15:19:32.968Z] [2021-03-10T15:19:32.968Z] DONE 18 tests, 1 skipped in 21.567s [2021-03-10T15:19:32.968Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-10T15:19:32.968Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:19:32.968Z] ++ set -e [2021-03-10T15:19:32.968Z] ++ '[' -n 0 ']' [2021-03-10T15:19:32.968Z] ++ set -x [2021-03-10T15:19:32.968Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:19:32.968Z] INFO: Testing against a local daemon [2021-03-10T15:19:32.968Z] === RUN TestVolumesCreateAndList [2021-03-10T15:19:32.968Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-10T15:19:32.968Z] === RUN TestVolumesRemove [2021-03-10T15:19:32.968Z] --- PASS: TestVolumesRemove (0.05s) [2021-03-10T15:19:32.968Z] === RUN TestVolumesInspect [2021-03-10T15:19:32.969Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2021-03-10T15:19:32.969Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-10T15:19:33.227Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-10T15:19:33.227Z] === RUN TestVolumesInvalidJSON [2021-03-10T15:19:33.227Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-10T15:19:33.227Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-10T15:19:33.227Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-10T15:19:33.227Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-10T15:19:33.227Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-10T15:19:33.227Z] PASS [2021-03-10T15:19:33.227Z] [2021-03-10T15:19:33.227Z] DONE 5 tests in 0.140s [2021-03-10T15:19:33.227Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-10T15:19:33.262Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2021-03-10T15:19:33.262Z] === RUN TestServiceWithPredefinedNetwork [2021-03-10T15:19:33.485Z] ++++ cat bundles/test-integration/docker.pid [2021-03-10T15:19:33.485Z] +++ kill 9682 [2021-03-10T15:19:33.743Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-03-10T15:19:33.833Z] --- PASS: TestRenameInvalidName (1.02s) [2021-03-10T15:19:33.833Z] === RUN TestRenameAnonymousContainer [2021-03-10T15:19:34.679Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-03-10T15:19:34.679Z] === RUN TestDockerSuite/TestDevicePermissions [2021-03-10T15:19:34.679Z] +++ /etc/init.d/apparmor stop [2021-03-10T15:19:34.679Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-10T15:19:34.679Z] [2021-03-10T15:19:34.679Z] Unloading profiles will leave already running processes permanently [2021-03-10T15:19:34.679Z] unconfined, which can lead to unexpected situations. [2021-03-10T15:19:34.679Z] [2021-03-10T15:19:34.679Z] To set a process to complain mode, use the command line tool [2021-03-10T15:19:34.679Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-10T15:19:34.679Z] +++ true [2021-03-10T15:19:34.679Z] exiting test-integration [2021-03-10T15:19:34.679Z] ++ exit 0 [2021-03-10T15:19:34.679Z] [2021-03-10T15:19:35.456Z] --- PASS: TestRunContainerWithBridgeNone (3.19s) [2021-03-10T15:19:35.456Z] === RUN TestNetworkInvalidJSON [2021-03-10T15:19:35.456Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:35.456Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:35.456Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:35.456Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:35.456Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:35.456Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:35.456Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:35.456Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:35.456Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:35.456Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-03-10T15:19:35.456Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-10T15:19:35.456Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-10T15:19:35.456Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-10T15:19:35.456Z] === RUN TestNetworkList [2021-03-10T15:19:35.456Z] === RUN TestNetworkList//networks [2021-03-10T15:19:35.456Z] === PAUSE TestNetworkList//networks [2021-03-10T15:19:35.456Z] === RUN TestNetworkList//networks/ [2021-03-10T15:19:35.456Z] === PAUSE TestNetworkList//networks/ [2021-03-10T15:19:35.456Z] === CONT TestNetworkList//networks [2021-03-10T15:19:35.456Z] === CONT TestNetworkList//networks/ [2021-03-10T15:19:35.456Z] --- PASS: TestNetworkList (0.01s) [2021-03-10T15:19:35.456Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-10T15:19:35.456Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-10T15:19:35.456Z] === RUN TestHostIPv4BridgeLabel [2021-03-10T15:19:35.617Z] + for job in $(jobs -p) [2021-03-10T15:19:35.617Z] + wait 21187 [2021-03-10T15:19:35.716Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2021-03-10T15:19:35.716Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-10T15:19:35.875Z] === RUN TestDockerSuite/TestDockerFails [2021-03-10T15:19:35.875Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-03-10T15:19:35.875Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-03-10T15:19:35.875Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-03-10T15:19:36.654Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-03-10T15:19:36.654Z] === RUN TestDaemonDefaultNetworkPools [2021-03-10T15:19:36.911Z] --- PASS: TestServiceWithPredefinedNetwork (3.53s) [2021-03-10T15:19:36.911Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-10T15:19:36.911Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:19:36.911Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:19:36.911Z] === RUN TestServiceWithDataPathPortInit [2021-03-10T15:19:37.248Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-03-10T15:19:37.592Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-03-10T15:19:37.592Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-10T15:19:37.814Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-03-10T15:19:38.531Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-03-10T15:19:38.531Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-10T15:19:39.120Z] --- PASS: TestRenameAnonymousContainer (4.55s) [2021-03-10T15:19:39.120Z] === RUN TestRenameContainerWithSameName [2021-03-10T15:19:39.188Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-03-10T15:19:39.188Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-03-10T15:19:39.188Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-03-10T15:19:39.380Z] --- PASS: TestRenameContainerWithSameName (0.98s) [2021-03-10T15:19:39.380Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-10T15:19:39.446Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-03-10T15:19:39.910Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2021-03-10T15:19:39.910Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-10T15:19:40.479Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-03-10T15:19:40.479Z] === RUN TestServiceWithPredefinedNetwork [2021-03-10T15:19:41.295Z] --- PASS: TestRenameContainerWithLinkedContainer (1.94s) [2021-03-10T15:19:41.295Z] === RUN TestResize [2021-03-10T15:19:41.654Z] --- PASS: TestImportExtremelyLargeImageWorks (103.02s) [2021-03-10T15:19:41.654Z] PASS [2021-03-10T15:19:41.654Z] [2021-03-10T15:19:41.654Z] === Skipped [2021-03-10T15:19:41.654Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-10T15:19:41.654Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-03-10T15:19:41.654Z] [2021-03-10T15:19:41.654Z] [2021-03-10T15:19:41.654Z] DONE 12 tests, 1 skipped in 106.981s [2021-03-10T15:19:41.654Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-10T15:19:41.654Z] INFO: Testing against a local daemon [2021-03-10T15:19:41.654Z] === RUN TestNetworkCreateDelete [2021-03-10T15:19:41.654Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-03-10T15:19:41.654Z] === RUN TestDockerNetworkDeletePreferID [2021-03-10T15:19:41.654Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-03-10T15:19:41.654Z] === RUN TestDaemonDNSFallback [2021-03-10T15:19:41.654Z] --- PASS: TestDaemonDNSFallback (7.58s) [2021-03-10T15:19:41.654Z] === RUN TestInspectNetwork [2021-03-10T15:19:41.654Z] --- SKIP: TestInspectNetwork (0.00s) [2021-03-10T15:19:41.654Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:19:41.654Z] === RUN TestRunContainerWithBridgeNone [2021-03-10T15:19:41.654Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-03-10T15:19:41.654Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.654Z] === RUN TestNetworkInvalidJSON [2021-03-10T15:19:41.654Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:41.654Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:41.654Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:41.654Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:41.654Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:41.654Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:41.654Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-10T15:19:41.654Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:19:41.654Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:19:41.654Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-10T15:19:41.654Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-10T15:19:41.654Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-10T15:19:41.654Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-10T15:19:41.654Z] === RUN TestNetworkList [2021-03-10T15:19:41.654Z] === RUN TestNetworkList//networks [2021-03-10T15:19:41.654Z] === PAUSE TestNetworkList//networks [2021-03-10T15:19:41.654Z] === RUN TestNetworkList//networks/ [2021-03-10T15:19:41.654Z] === PAUSE TestNetworkList//networks/ [2021-03-10T15:19:41.654Z] === CONT TestNetworkList//networks [2021-03-10T15:19:41.654Z] === CONT TestNetworkList//networks/ [2021-03-10T15:19:41.654Z] --- PASS: TestNetworkList (0.01s) [2021-03-10T15:19:41.654Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-10T15:19:41.654Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-10T15:19:41.654Z] === RUN TestHostIPv4BridgeLabel [2021-03-10T15:19:41.654Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-03-10T15:19:41.654Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.654Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-10T15:19:41.654Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-03-10T15:19:41.654Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.654Z] === RUN TestDaemonDefaultNetworkPools [2021-03-10T15:19:41.654Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-03-10T15:19:41.654Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.654Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-10T15:19:41.654Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-10T15:19:41.654Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.654Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-10T15:19:41.654Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-03-10T15:19:41.654Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.654Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-10T15:19:41.654Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-03-10T15:19:41.654Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.654Z] === RUN TestServiceWithPredefinedNetwork [2021-03-10T15:19:41.654Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-03-10T15:19:41.654Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:19:41.655Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-10T15:19:41.655Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:19:41.655Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:19:41.655Z] === RUN TestServiceWithDataPathPortInit [2021-03-10T15:19:41.655Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-03-10T15:19:41.655Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:19:41.655Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-10T15:19:41.655Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-10T15:19:41.655Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:19:41.655Z] PASS [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === Skipped [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-03-10T15:19:41.655Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-03-10T15:19:41.655Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-03-10T15:19:41.655Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-03-10T15:19:41.655Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-03-10T15:19:41.655Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-10T15:19:41.655Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-03-10T15:19:41.655Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-03-10T15:19:41.655Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-03-10T15:19:41.655Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:19:41.655Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-03-10T15:19:41.655Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-10T15:19:41.655Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] DONE 22 tests, 12 skipped in 8.240s [2021-03-10T15:19:41.655Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:19:41.655Z] INFO: Testing against a local daemon [2021-03-10T15:19:41.655Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-10T15:19:41.655Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:19:41.655Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:19:41.655Z] === RUN TestDockerNetworkIpvlan [2021-03-10T15:19:41.655Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:19:41.655Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:19:41.655Z] PASS [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === Skipped [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:19:41.655Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:19:41.655Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] [2021-03-10T15:19:41.655Z] DONE 2 tests, 2 skipped in 0.116s [2021-03-10T15:19:41.655Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:19:41.913Z] INFO: Testing against a local daemon [2021-03-10T15:19:41.913Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-10T15:19:41.913Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-03-10T15:19:41.913Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.913Z] === RUN TestDockerNetworkMacvlan [2021-03-10T15:19:41.913Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-03-10T15:19:41.913Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.913Z] PASS [2021-03-10T15:19:41.913Z] [2021-03-10T15:19:41.913Z] === Skipped [2021-03-10T15:19:41.913Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-03-10T15:19:41.913Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.913Z] [2021-03-10T15:19:41.913Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-03-10T15:19:41.913Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:19:41.913Z] [2021-03-10T15:19:41.913Z] [2021-03-10T15:19:41.913Z] DONE 2 tests, 2 skipped in 0.111s [2021-03-10T15:19:41.913Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-10T15:19:41.913Z] testing: warning: no tests to run [2021-03-10T15:19:41.913Z] PASS [2021-03-10T15:19:41.913Z] [2021-03-10T15:19:41.913Z] DONE 0 tests in 0.028s [2021-03-10T15:19:41.913Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-10T15:19:41.913Z] INFO: Testing against a local daemon [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginAllowRequest [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginTLS [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginDenyRequest [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginDenyResponse [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginAllowEventStream [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginErrorResponse [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginErrorRequest [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginHeader [2021-03-10T15:19:41.913Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-03-10T15:19:41.913Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:41.913Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-10T15:19:42.171Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-03-10T15:19:42.171Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.171Z] === RUN TestAuthZPluginV2Disable [2021-03-10T15:19:42.171Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-03-10T15:19:42.171Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.171Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-10T15:19:42.171Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-03-10T15:19:42.171Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.171Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-10T15:19:42.171Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-03-10T15:19:42.171Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.171Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-10T15:19:42.171Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-03-10T15:19:42.171Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.171Z] PASS [2021-03-10T15:19:42.237Z] --- PASS: TestResize (0.97s) [2021-03-10T15:19:42.237Z] === RUN TestResizeWithInvalidSize [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === Skipped [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-03-10T15:19:42.430Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] DONE 17 tests, 17 skipped in 0.403s [2021-03-10T15:19:42.430Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-10T15:19:42.430Z] INFO: Testing against a local daemon [2021-03-10T15:19:42.430Z] === RUN TestPluginInvalidJSON [2021-03-10T15:19:42.430Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:19:42.430Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:19:42.430Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:19:42.430Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-10T15:19:42.430Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-10T15:19:42.430Z] === RUN TestPluginInstall [2021-03-10T15:19:42.430Z] --- SKIP: TestPluginInstall (0.00s) [2021-03-10T15:19:42.430Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] === RUN TestPluginsWithRuntimes [2021-03-10T15:19:42.430Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-03-10T15:19:42.430Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-03-10T15:19:42.430Z] PASS [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === Skipped [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-03-10T15:19:42.430Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-03-10T15:19:42.430Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] [2021-03-10T15:19:42.430Z] DONE 4 tests, 2 skipped in 0.159s [2021-03-10T15:19:42.430Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-10T15:19:42.689Z] INFO: Testing against a local daemon [2021-03-10T15:19:42.689Z] === RUN TestExternalGraphDriver [2021-03-10T15:19:42.689Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-03-10T15:19:42.689Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-03-10T15:19:42.689Z] === RUN TestGraphdriverPluginV2 [2021-03-10T15:19:42.742Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-03-10T15:19:43.182Z] --- PASS: TestResizeWithInvalidSize (0.98s) [2021-03-10T15:19:43.182Z] === RUN TestResizeWhenContainerNotStarted [2021-03-10T15:19:43.769Z] --- PASS: TestServiceWithPredefinedNetwork (2.75s) [2021-03-10T15:19:43.769Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-10T15:19:43.769Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:19:43.769Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:19:43.769Z] === RUN TestServiceWithDataPathPortInit [2021-03-10T15:19:44.568Z] --- PASS: TestResizeWhenContainerNotStarted (1.02s) [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:19:44.569Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:19:44.569Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:19:44.569Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:19:44.569Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:19:44.569Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:19:44.569Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:19:46.023Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-03-10T15:19:46.494Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:19:46.494Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:19:47.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:19:47.708Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:19:47.708Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:19:47.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-10T15:19:47.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-10T15:19:48.552Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-03-10T15:19:49.096Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:19:49.096Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:19:49.311Z] --- PASS: TestGraphdriverPluginV2 (6.38s) [2021-03-10T15:19:49.311Z] PASS [2021-03-10T15:19:49.311Z] [2021-03-10T15:19:49.311Z] === Skipped [2021-03-10T15:19:49.311Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-03-10T15:19:49.311Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-03-10T15:19:49.311Z] [2021-03-10T15:19:49.311Z] [2021-03-10T15:19:49.311Z] DONE 2 tests, 1 skipped in 6.562s [2021-03-10T15:19:49.311Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-10T15:19:49.311Z] INFO: Testing against a local daemon [2021-03-10T15:19:49.311Z] === RUN TestContinueAfterPluginCrash [2021-03-10T15:19:49.311Z] === PAUSE TestContinueAfterPluginCrash [2021-03-10T15:19:49.311Z] === RUN TestReadPluginNoRead [2021-03-10T15:19:49.311Z] === PAUSE TestReadPluginNoRead [2021-03-10T15:19:49.311Z] === RUN TestDaemonStartWithLogOpt [2021-03-10T15:19:49.311Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-10T15:19:49.311Z] === CONT TestContinueAfterPluginCrash [2021-03-10T15:19:49.311Z] === CONT TestDaemonStartWithLogOpt [2021-03-10T15:19:50.467Z] ......... [ 86%] [2021-03-10T15:19:51.012Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:19:51.081Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-03-10T15:19:52.981Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.80s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.83s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.06s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.37s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.64s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.84s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.01s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.02s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.87s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.16s) [2021-03-10T15:19:53.561Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.63s) [2021-03-10T15:19:53.561Z] === RUN TestCgroupNamespacesRun [2021-03-10T15:19:53.915Z] === RUN TestDockerSuite/TestEventsAttach [2021-03-10T15:19:54.481Z] === RUN TestDockerSuite/TestEventsCommit [2021-03-10T15:19:55.415Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-03-10T15:19:55.475Z] --- PASS: TestCgroupNamespacesRun (2.25s) [2021-03-10T15:19:55.475Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-10T15:19:55.894Z] --- PASS: TestDaemonStartWithLogOpt (6.53s) [2021-03-10T15:19:55.894Z] === CONT TestReadPluginNoRead [2021-03-10T15:19:55.926Z] 5ff1512f88ec: Pull complete [2021-03-10T15:19:55.926Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab [2021-03-10T15:19:55.926Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:19:55.926Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-03-10T15:19:55.926Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-03-10T15:19:55.926Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1817' [2021-03-10T15:19:55.926Z] WARN: Skipping validation tests [2021-03-10T15:19:55.926Z] INFO: Running unit tests at 03/10/2021 15:19:43... [2021-03-10T15:19:55.926Z] INFO: make.ps1 starting at 03/10/2021 15:19:47 [2021-03-10T15:19:55.926Z] INFO: Git commit (cd0882377b) assumed from DOCKER_GITCOMMIT environment variable [2021-03-10T15:19:55.926Z] INFO: Invoking autogen... [2021-03-10T15:19:55.926Z] INFO: Running unit tests... [2021-03-10T15:19:55.961Z] tests/integration/models_images_test.py ............... [ 89%] [2021-03-10T15:19:56.350Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-03-10T15:19:56.916Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-03-10T15:19:57.392Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.78s) [2021-03-10T15:19:57.392Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-10T15:19:57.401Z] tests/integration/models_networks_test.py .... [ 90%] [2021-03-10T15:19:57.849Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-03-10T15:19:58.102Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-03-10T15:19:58.658Z] --- PASS: TestServiceWithDataPathPortInit (15.00s) [2021-03-10T15:19:58.658Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-10T15:19:59.422Z] --- PASS: TestServiceWithDataPathPortInit (22.09s) [2021-03-10T15:19:59.423Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-10T15:19:59.748Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-03-10T15:19:59.937Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.23s) [2021-03-10T15:19:59.937Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-10T15:20:00.081Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-10T15:20:00.081Z] --- PASS: TestContinueAfterPluginCrash (10.49s) [2021-03-10T15:20:01.122Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-03-10T15:20:01.849Z] --- PASS: TestCgroupNamespacesRunHostMode (2.20s) [2021-03-10T15:20:01.850Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-10T15:20:01.982Z] === RUN TestReadPluginNoRead/default [2021-03-10T15:20:03.934Z] tests/integration/models_nodes_test.py . [ 91%] [2021-03-10T15:20:04.395Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.20s) [2021-03-10T15:20:04.395Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-10T15:20:04.404Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-03-10T15:20:04.404Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-03-10T15:20:04.494Z] tests/integration/models_resources_test.py . [ 91%] [2021-03-10T15:20:04.513Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-10T15:20:05.778Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.82s) [2021-03-10T15:20:05.778Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-10T15:20:06.238Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-03-10T15:20:06.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-10T15:20:06.673Z] ? github.com/docker/docker/api [no test files] [2021-03-10T15:20:06.721Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.02s) [2021-03-10T15:20:06.721Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-10T15:20:06.782Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.43s) [2021-03-10T15:20:06.782Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:m5yncnu7cyqzbptqqwdmueelt Created:2021-03-10 15:19:59.511595113 +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[97267703538db2a37d6118ca307646f5ce964fc2e18c5912b691719e26ab62e1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mq3wbven2nza7710npqyy5o07 EndpointID:21360bc87dd4fb65f817e5782dd10983e854ebd2f8686f4f3a1bedabb7cdef07 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b00d5c00f4f1d96e446c0d62300ba8c1bf92a096fde6a515afe6ccb5574e25d9 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:c8ff4b35fdc3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mq3wbven2nza7710npqyy5o07 EndpointID:21360bc87dd4fb65f817e5782dd10983e854ebd2f8686f4f3a1bedabb7cdef07 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-10T15:20:06.782Z] PASS [2021-03-10T15:20:06.782Z] [2021-03-10T15:20:06.782Z] === Skipped [2021-03-10T15:20:06.782Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:20:06.782Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:20:06.782Z] [2021-03-10T15:20:06.782Z] [2021-03-10T15:20:06.782Z] DONE 26 tests, 1 skipped in 48.813s [2021-03-10T15:20:06.782Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:20:06.782Z] INFO: Testing against a local daemon [2021-03-10T15:20:06.782Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-10T15:20:06.782Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:20:06.782Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:20:06.782Z] === RUN TestDockerNetworkIpvlan [2021-03-10T15:20:06.782Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:20:06.782Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:20:06.782Z] PASS [2021-03-10T15:20:06.782Z] [2021-03-10T15:20:06.782Z] === Skipped [2021-03-10T15:20:06.782Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:20:06.782Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:20:06.782Z] [2021-03-10T15:20:06.782Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:20:06.782Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:20:06.782Z] [2021-03-10T15:20:06.782Z] [2021-03-10T15:20:06.782Z] DONE 2 tests, 2 skipped in 0.039s [2021-03-10T15:20:06.782Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:20:06.782Z] INFO: Testing against a local daemon [2021-03-10T15:20:06.782Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-10T15:20:06.934Z] === RUN TestDockerSuite/TestEventsCopy [2021-03-10T15:20:07.041Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2021-03-10T15:20:07.041Z] === RUN TestDockerNetworkMacvlan [2021-03-10T15:20:07.042Z] --- PASS: TestReadPluginNoRead (11.26s) [2021-03-10T15:20:07.042Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.57s) [2021-03-10T15:20:07.042Z] --- PASS: TestReadPluginNoRead/default (2.52s) [2021-03-10T15:20:07.042Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.54s) [2021-03-10T15:20:07.042Z] read_test.go:92: [d9d1132a7ad85] daemon is not started [2021-03-10T15:20:07.042Z] PASS [2021-03-10T15:20:07.042Z] [2021-03-10T15:20:07.042Z] DONE 6 tests in 17.913s [2021-03-10T15:20:07.042Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-10T15:20:07.042Z] testing: warning: no tests to run [2021-03-10T15:20:07.042Z] PASS [2021-03-10T15:20:07.042Z] [2021-03-10T15:20:07.042Z] DONE 0 tests in 0.043s [2021-03-10T15:20:07.042Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-10T15:20:07.042Z] INFO: Testing against a local daemon [2021-03-10T15:20:07.042Z] === RUN TestPluginWithDevMounts [2021-03-10T15:20:07.042Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-03-10T15:20:07.042Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-03-10T15:20:07.042Z] PASS [2021-03-10T15:20:07.042Z] [2021-03-10T15:20:07.042Z] === Skipped [2021-03-10T15:20:07.042Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-03-10T15:20:07.042Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-03-10T15:20:07.042Z] [2021-03-10T15:20:07.042Z] [2021-03-10T15:20:07.042Z] DONE 1 tests, 1 skipped in 0.128s [2021-03-10T15:20:07.300Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-10T15:20:07.300Z] INFO: Testing against a local daemon [2021-03-10T15:20:07.300Z] === RUN TestSecretInspect [2021-03-10T15:20:07.300Z] --- SKIP: TestSecretInspect (0.01s) [2021-03-10T15:20:07.300Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] === RUN TestSecretList [2021-03-10T15:20:07.300Z] --- SKIP: TestSecretList (0.01s) [2021-03-10T15:20:07.300Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] === RUN TestSecretsCreateAndDelete [2021-03-10T15:20:07.300Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-03-10T15:20:07.300Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] === RUN TestSecretsUpdate [2021-03-10T15:20:07.300Z] --- SKIP: TestSecretsUpdate (0.02s) [2021-03-10T15:20:07.300Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] === RUN TestTemplatedSecret [2021-03-10T15:20:07.300Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-03-10T15:20:07.300Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] === RUN TestSecretCreateResolve [2021-03-10T15:20:07.300Z] --- SKIP: TestSecretCreateResolve (0.02s) [2021-03-10T15:20:07.300Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] PASS [2021-03-10T15:20:07.300Z] [2021-03-10T15:20:07.300Z] === Skipped [2021-03-10T15:20:07.300Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-03-10T15:20:07.300Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] [2021-03-10T15:20:07.300Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-03-10T15:20:07.300Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] [2021-03-10T15:20:07.300Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-03-10T15:20:07.300Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] [2021-03-10T15:20:07.300Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2021-03-10T15:20:07.300Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] [2021-03-10T15:20:07.300Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-03-10T15:20:07.300Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] [2021-03-10T15:20:07.300Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2021-03-10T15:20:07.300Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.300Z] [2021-03-10T15:20:07.300Z] [2021-03-10T15:20:07.300Z] DONE 6 tests, 6 skipped in 0.190s [2021-03-10T15:20:07.300Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-10T15:20:07.558Z] INFO: Testing against a local daemon [2021-03-10T15:20:07.558Z] === RUN TestServiceCreateInit [2021-03-10T15:20:07.558Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-10T15:20:07.558Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-10T15:20:07.558Z] --- PASS: TestServiceCreateInit (0.02s) [2021-03-10T15:20:07.558Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-10T15:20:07.558Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.558Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-10T15:20:07.558Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.558Z] === RUN TestCreateServiceMultipleTimes [2021-03-10T15:20:07.558Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-03-10T15:20:07.559Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestCreateServiceConflict [2021-03-10T15:20:07.559Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-03-10T15:20:07.559Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestCreateServiceMaxReplicas [2021-03-10T15:20:07.559Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-03-10T15:20:07.559Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-10T15:20:07.559Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-03-10T15:20:07.559Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestCreateServiceSecretFileMode [2021-03-10T15:20:07.559Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-03-10T15:20:07.559Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestCreateServiceConfigFileMode [2021-03-10T15:20:07.559Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2021-03-10T15:20:07.559Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestCreateServiceSysctls [2021-03-10T15:20:07.559Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-03-10T15:20:07.559Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestCreateServiceCapabilities [2021-03-10T15:20:07.559Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-03-10T15:20:07.559Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestInspect [2021-03-10T15:20:07.559Z] --- SKIP: TestInspect (0.01s) [2021-03-10T15:20:07.559Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestCreateJob [2021-03-10T15:20:07.559Z] --- SKIP: TestCreateJob (0.01s) [2021-03-10T15:20:07.559Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestReplicatedJob [2021-03-10T15:20:07.559Z] --- SKIP: TestReplicatedJob (0.01s) [2021-03-10T15:20:07.559Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestUpdateReplicatedJob [2021-03-10T15:20:07.559Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-03-10T15:20:07.559Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.559Z] === RUN TestServiceListWithStatuses [2021-03-10T15:20:07.559Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-10T15:20:07.559Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:20:07.559Z] === RUN TestDockerNetworkConnectAlias [2021-03-10T15:20:07.609Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-10T15:20:07.817Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-03-10T15:20:07.817Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.817Z] === RUN TestDockerNetworkReConnect [2021-03-10T15:20:07.817Z] --- SKIP: TestDockerNetworkReConnect (0.03s) [2021-03-10T15:20:07.817Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:07.817Z] === RUN TestServicePlugin [2021-03-10T15:20:08.309Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-03-10T15:20:08.549Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-10T15:20:08.567Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-03-10T15:20:09.265Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.28s) [2021-03-10T15:20:09.265Z] === RUN TestKernelTCPMemory [2021-03-10T15:20:09.487Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-10T15:20:09.491Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-03-10T15:20:09.491Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-03-10T15:20:09.898Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.92s) [2021-03-10T15:20:09.899Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:08ktclwkraedr65ascbohq5qr Created:2021-03-10 15:20:00.390694368 +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[b7f254a9fae0e768e7db41e48a5b019c268ffd3a8eacfa42f4906d8fd6255e14:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.perqts0p9yysd0wvtrfbeiyrb EndpointID:8d0753ee2960f444319107d7d4a966ad5e9f9edf2a3d6ea2794752a526c56fa4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:69bcc919d6f034df1bca5c8dac22f8f10d4619e1a584cfcfd69a00d77d6249c3 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:ad4cc521fd2d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.perqts0p9yysd0wvtrfbeiyrb EndpointID:8d0753ee2960f444319107d7d4a966ad5e9f9edf2a3d6ea2794752a526c56fa4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-10T15:20:09.899Z] PASS [2021-03-10T15:20:09.899Z] [2021-03-10T15:20:09.899Z] === Skipped [2021-03-10T15:20:09.899Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:20:09.899Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:20:09.899Z] [2021-03-10T15:20:09.899Z] [2021-03-10T15:20:09.899Z] DONE 26 tests, 1 skipped in 60.645s [2021-03-10T15:20:09.899Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:20:09.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:09.899Z] ++ set -e [2021-03-10T15:20:09.899Z] ++ '[' -n 0 ']' [2021-03-10T15:20:09.899Z] ++ set -x [2021-03-10T15:20:09.899Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:09.899Z] INFO: Testing against a local daemon [2021-03-10T15:20:09.899Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-10T15:20:09.899Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:20:09.899Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:20:09.899Z] === RUN TestDockerNetworkIpvlan [2021-03-10T15:20:09.899Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:20:09.899Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:20:09.899Z] PASS [2021-03-10T15:20:09.899Z] [2021-03-10T15:20:09.899Z] === Skipped [2021-03-10T15:20:09.899Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:20:09.899Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:20:09.899Z] [2021-03-10T15:20:09.899Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:20:09.899Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:20:09.899Z] [2021-03-10T15:20:09.899Z] [2021-03-10T15:20:09.899Z] DONE 2 tests, 2 skipped in 0.075s [2021-03-10T15:20:09.899Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:20:09.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:09.899Z] ++ set -e [2021-03-10T15:20:09.899Z] ++ '[' -n 0 ']' [2021-03-10T15:20:09.899Z] ++ set -x [2021-03-10T15:20:09.899Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:09.941Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-03-10T15:20:10.195Z] INFO: Testing against a local daemon [2021-03-10T15:20:10.195Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-10T15:20:10.650Z] --- PASS: TestKernelTCPMemory (1.24s) [2021-03-10T15:20:10.650Z] === RUN TestNISDomainname [2021-03-10T15:20:10.876Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-03-10T15:20:11.104Z] --- SKIP: TestServicePlugin (3.48s) [2021-03-10T15:20:11.104Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.104Z] === RUN TestServiceUpdateLabel [2021-03-10T15:20:11.104Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-03-10T15:20:11.104Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.104Z] === RUN TestServiceUpdateSecrets [2021-03-10T15:20:11.104Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-03-10T15:20:11.104Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.104Z] === RUN TestServiceUpdateConfigs [2021-03-10T15:20:11.135Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-03-10T15:20:11.362Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-03-10T15:20:11.362Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] === RUN TestServiceUpdateNetwork [2021-03-10T15:20:11.362Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-03-10T15:20:11.362Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] === RUN TestServiceUpdatePidsLimit [2021-03-10T15:20:11.362Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2021-03-10T15:20:11.362Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] PASS [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === Skipped [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-10T15:20:11.362Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-10T15:20:11.362Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-10T15:20:11.362Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-10T15:20:11.362Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-03-10T15:20:11.362Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-03-10T15:20:11.362Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-03-10T15:20:11.362Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-03-10T15:20:11.362Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-03-10T15:20:11.362Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2021-03-10T15:20:11.362Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-03-10T15:20:11.362Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-03-10T15:20:11.362Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-03-10T15:20:11.362Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-03-10T15:20:11.362Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-03-10T15:20:11.362Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-03-10T15:20:11.362Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-10T15:20:11.362Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-03-10T15:20:11.362Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.03s) [2021-03-10T15:20:11.362Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.362Z] [2021-03-10T15:20:11.362Z] === SKIP: amd64.integration.service TestServicePlugin (3.48s) [2021-03-10T15:20:11.362Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.363Z] [2021-03-10T15:20:11.363Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-03-10T15:20:11.363Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.363Z] [2021-03-10T15:20:11.363Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-03-10T15:20:11.363Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.363Z] [2021-03-10T15:20:11.363Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-03-10T15:20:11.363Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.363Z] [2021-03-10T15:20:11.363Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-03-10T15:20:11.363Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.363Z] [2021-03-10T15:20:11.363Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2021-03-10T15:20:11.363Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-10T15:20:11.363Z] [2021-03-10T15:20:11.363Z] [2021-03-10T15:20:11.363Z] DONE 24 tests, 23 skipped in 3.896s [2021-03-10T15:20:11.363Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-10T15:20:11.363Z] INFO: Testing against a local daemon [2021-03-10T15:20:11.363Z] === RUN TestSessionCreate [2021-03-10T15:20:11.363Z] --- PASS: TestSessionCreate (0.03s) [2021-03-10T15:20:11.363Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-10T15:20:11.363Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-10T15:20:11.363Z] PASS [2021-03-10T15:20:11.363Z] [2021-03-10T15:20:11.363Z] DONE 2 tests in 0.148s [2021-03-10T15:20:11.363Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-10T15:20:11.621Z] INFO: Testing against a local daemon [2021-03-10T15:20:11.621Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:20:11.621Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:20:11.621Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:20:11.621Z] === RUN TestEventsExecDie [2021-03-10T15:20:11.712Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.52s) [2021-03-10T15:20:11.712Z] === RUN TestDockerNetworkMacvlan [2021-03-10T15:20:12.025Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-10T15:20:12.050Z] --- PASS: TestNISDomainname (1.66s) [2021-03-10T15:20:12.050Z] === RUN TestHostnameDnsResolution [2021-03-10T15:20:12.349Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-10T15:20:12.558Z] --- PASS: TestEventsExecDie (0.99s) [2021-03-10T15:20:12.558Z] === RUN TestEventsBackwardsCompatible [2021-03-10T15:20:12.558Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-03-10T15:20:12.558Z] === RUN TestInfoBinaryCommits [2021-03-10T15:20:12.558Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-10T15:20:12.558Z] === RUN TestInfoAPIVersioned [2021-03-10T15:20:12.558Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-10T15:20:12.558Z] === RUN TestInfoDiscoveryBackend [2021-03-10T15:20:13.038Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-03-10T15:20:13.038Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-03-10T15:20:13.307Z] === RUN TestDockerSuite/TestEventsFilterType [2021-03-10T15:20:13.396Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-10T15:20:13.893Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-03-10T15:20:14.151Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-03-10T15:20:14.151Z] === RUN TestDockerSuite/TestEventsFilters [2021-03-10T15:20:14.420Z] tests/integration/regression_test.py ...... [ 98%] [2021-03-10T15:20:14.437Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-10T15:20:14.458Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2021-03-10T15:20:14.458Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-10T15:20:14.594Z] --- PASS: TestHostnameDnsResolution (2.17s) [2021-03-10T15:20:14.594Z] === RUN TestStats [2021-03-10T15:20:14.932Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-03-10T15:20:14.933Z] tests/integration/credentials/utils_test.py . [100%] [2021-03-10T15:20:14.933Z] [2021-03-10T15:20:14.933Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-03-10T15:20:14.933Z] =========================== short test summary info ============================ [2021-03-10T15:20:14.933Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-03-10T15:20:14.933Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-03-10T15:20:14.933Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-03-10T15:20:14.933Z] Not supported on most drivers [2021-03-10T15:20:14.933Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-03-10T15:20:14.933Z] Output of docker top depends on host distro, and is not formalized. [2021-03-10T15:20:14.933Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-03-10T15:20:14.933Z] Output of docker top depends on host distro, and is not formalized. [2021-03-10T15:20:14.933Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-03-10T15:20:14.933Z] Can fail if eth0 has multiple IP addresses [2021-03-10T15:20:14.933Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-03-10T15:20:14.933Z] This doesn't seem to be taken into account by the engine [2021-03-10T15:20:14.933Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-03-10T15:20:14.933Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-03-10T15:20:14.933Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 351.58 seconds == [2021-03-10T15:20:15.188Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-03-10T15:20:15.320Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-10T15:20:16.053Z] === RUN TestDockerSuite/TestEventsFormat [2021-03-10T15:20:16.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-10T15:20:17.136Z] --- PASS: TestStats (3.03s) [2021-03-10T15:20:17.136Z] === RUN TestStopContainerWithTimeout [2021-03-10T15:20:17.136Z] === RUN TestStopContainerWithTimeout/0 [2021-03-10T15:20:17.136Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-10T15:20:17.136Z] === RUN TestStopContainerWithTimeout/1 [2021-03-10T15:20:17.136Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-10T15:20:17.136Z] === RUN TestStopContainerWithTimeout/3 [2021-03-10T15:20:17.136Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-10T15:20:17.136Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-10T15:20:17.136Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-10T15:20:17.136Z] === CONT TestStopContainerWithTimeout/0 [2021-03-10T15:20:17.136Z] === CONT TestStopContainerWithTimeout/1 [2021-03-10T15:20:17.136Z] === CONT TestStopContainerWithTimeout/3 [2021-03-10T15:20:17.136Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-10T15:20:17.743Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-03-10T15:20:17.743Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-10T15:20:17.743Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-03-10T15:20:17.743Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:20:17.743Z] === RUN TestInfoAPI [2021-03-10T15:20:17.743Z] --- PASS: TestInfoAPI (0.02s) [2021-03-10T15:20:17.743Z] === RUN TestInfoAPIWarnings [2021-03-10T15:20:17.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-10T15:20:17.952Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-03-10T15:20:17.952Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-03-10T15:20:17.952Z] === RUN TestDockerSuite/TestEventsImageImport [2021-03-10T15:20:18.519Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-03-10T15:20:18.777Z] === RUN TestDockerSuite/TestEventsImagePull [2021-03-10T15:20:18.911Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-10T15:20:19.464Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-10T15:20:19.710Z] === RUN TestDockerSuite/TestEventsImageTag [2021-03-10T15:20:20.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-10T15:20:20.600Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-10T15:20:20.644Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-03-10T15:20:20.901Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-03-10T15:20:20.901Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-03-10T15:20:20.901Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-03-10T15:20:21.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-10T15:20:21.342Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-10T15:20:21.342Z] --- PASS: TestStopContainerWithTimeout/0 (1.40s) [2021-03-10T15:20:21.342Z] --- PASS: TestStopContainerWithTimeout/1 (2.53s) [2021-03-10T15:20:21.342Z] --- PASS: TestStopContainerWithTimeout/-1 (3.30s) [2021-03-10T15:20:21.342Z] --- PASS: TestStopContainerWithTimeout/3 (3.53s) [2021-03-10T15:20:21.342Z] === RUN TestDeleteDevicemapper [2021-03-10T15:20:21.342Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-10T15:20:21.342Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:20:21.342Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-10T15:20:21.472Z] === RUN TestMiddlewares [2021-03-10T15:20:21.472Z] --- PASS: TestMiddlewares (0.00s) [2021-03-10T15:20:21.472Z] PASS [2021-03-10T15:20:21.472Z] coverage: 9.0% of statements [2021-03-10T15:20:21.472Z] ok github.com/docker/docker/api/server 0.103s coverage: 9.0% of statements [2021-03-10T15:20:21.981Z] --- PASS: TestDockerNetworkMacvlan (14.70s) [2021-03-10T15:20:21.981Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-03-10T15:20:21.981Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-03-10T15:20:21.981Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.68s) [2021-03-10T15:20:21.981Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.91s) [2021-03-10T15:20:21.981Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.21s) [2021-03-10T15:20:21.981Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.42s) [2021-03-10T15:20:21.981Z] PASS [2021-03-10T15:20:21.981Z] [2021-03-10T15:20:21.981Z] DONE 8 tests in 16.049s [2021-03-10T15:20:21.981Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-10T15:20:21.981Z] testing: warning: no tests to run [2021-03-10T15:20:21.981Z] PASS [2021-03-10T15:20:21.981Z] [2021-03-10T15:20:21.981Z] DONE 0 tests in 0.006s [2021-03-10T15:20:21.981Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-10T15:20:21.981Z] INFO: Testing against a local daemon [2021-03-10T15:20:21.981Z] === RUN TestAuthZPluginAllowRequest [2021-03-10T15:20:22.276Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-03-10T15:20:22.702Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-10T15:20:22.842Z] === RUN TestDockerSuite/TestEventsRename [2021-03-10T15:20:23.361Z] --- PASS: TestAuthZPluginAllowRequest (1.48s) [2021-03-10T15:20:23.361Z] === RUN TestAuthZPluginTLS [2021-03-10T15:20:23.458Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-10T15:20:23.777Z] === RUN TestDockerSuite/TestEventsResize [2021-03-10T15:20:23.889Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.93s) [2021-03-10T15:20:23.890Z] === RUN TestUpdateMemory [2021-03-10T15:20:23.890Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-10T15:20:23.890Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:20:23.890Z] === RUN TestUpdateCPUQuota [2021-03-10T15:20:23.929Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-03-10T15:20:23.929Z] === RUN TestAuthZPluginDenyRequest [2021-03-10T15:20:24.497Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-03-10T15:20:24.497Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-10T15:20:24.711Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-03-10T15:20:24.756Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-03-10T15:20:24.756Z] === RUN TestAuthZPluginDenyResponse [2021-03-10T15:20:25.278Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-03-10T15:20:25.325Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-03-10T15:20:25.325Z] === RUN TestAuthZPluginAllowEventStream [2021-03-10T15:20:26.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-10T15:20:26.653Z] === RUN TestDockerSuite/TestEventsStreaming [2021-03-10T15:20:27.219Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-03-10T15:20:27.232Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2021-03-10T15:20:27.232Z] === RUN TestAuthZPluginErrorResponse [2021-03-10T15:20:27.349Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-10T15:20:27.349Z] [2021-03-10T15:20:27.349Z] Unloading profiles will leave already running processes permanently [2021-03-10T15:20:27.349Z] unconfined, which can lead to unexpected situations. [2021-03-10T15:20:27.349Z] [2021-03-10T15:20:27.349Z] To set a process to complain mode, use the command line tool [2021-03-10T15:20:27.349Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-10T15:20:27.349Z] [2021-03-10T15:20:27.477Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-03-10T15:20:27.491Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-03-10T15:20:27.491Z] === RUN TestAuthZPluginErrorRequest Post stage [Pipeline] junit [2021-03-10T15:20:27.614Z] Recording test results [2021-03-10T15:20:27.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-10T15:20:28.060Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-03-10T15:20:28.060Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-10T15:20:28.632Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-03-10T15:20:28.632Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-10T15:20:29.015Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-03-10T15:20:29.295Z] + echo Ensuring container killed. [2021-03-10T15:20:29.295Z] Ensuring container killed. [2021-03-10T15:20:29.295Z] + docker rm -vf docker-pr6 [2021-03-10T15:20:29.295Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-10T15:20:29.580Z] + echo Chowning /workspace to jenkins user [2021-03-10T15:20:29.580Z] Chowning /workspace to jenkins user [2021-03-10T15:20:29.580Z] + id -u [2021-03-10T15:20:29.580Z] + id -g [2021-03-10T15:20:29.580Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42054:/workspace busybox chown -R 1000:1000 /workspace [2021-03-10T15:20:29.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-10T15:20:30.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-10T15:20:30.475Z] --- PASS: TestUpdateCPUQuota (6.03s) [2021-03-10T15:20:30.475Z] === RUN TestUpdatePidsLimit [2021-03-10T15:20:30.475Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-10T15:20:30.475Z] === RUN TestUpdatePidsLimit/no_change [2021-03-10T15:20:30.541Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.75s) [2021-03-10T15:20:30.541Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-10T15:20:30.764Z] === RUN TestDockerSuite/TestEventsTop [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-10T15:20:31.282Z] + bundleName=docker-py [2021-03-10T15:20:31.282Z] + echo Creating docker-py-bundles.tar.gz [2021-03-10T15:20:31.282Z] Creating docker-py-bundles.tar.gz [2021-03-10T15:20:31.282Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2021-03-10T15:20:31.310Z] Archiving artifacts [2021-03-10T15:20:31.332Z] === RUN TestDockerSuite/TestEventsUntag [2021-03-10T15:20:31.418Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-10T15:20:31.923Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.75s) [2021-03-10T15:20:31.923Z] === RUN TestAuthZPluginHeader [2021-03-10T15:20:31.965Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-10T15:20:31.989Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-10T15:20:32.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-10T15:20:32.862Z] --- PASS: TestAuthZPluginHeader (0.73s) [2021-03-10T15:20:32.862Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-10T15:20:32.930Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-10T15:20:33.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-10T15:20:33.861Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-03-10T15:20:33.872Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-10T15:20:34.445Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-10T15:20:34.710Z] --- PASS: TestDockerNetworkMacvlan (22.68s) [2021-03-10T15:20:34.710Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-03-10T15:20:34.710Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2021-03-10T15:20:34.710Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.87s) [2021-03-10T15:20:34.710Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.12s) [2021-03-10T15:20:34.710Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.82s) [2021-03-10T15:20:34.710Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.94s) [2021-03-10T15:20:34.710Z] PASS [2021-03-10T15:20:34.710Z] [2021-03-10T15:20:34.710Z] DONE 8 tests in 24.278s [2021-03-10T15:20:34.710Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-10T15:20:34.710Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:34.710Z] ++ set -e [2021-03-10T15:20:34.710Z] ++ '[' -n 0 ']' [2021-03-10T15:20:34.710Z] ++ set -x [2021-03-10T15:20:34.710Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:34.710Z] testing: warning: no tests to run [2021-03-10T15:20:34.710Z] PASS [2021-03-10T15:20:34.710Z] [2021-03-10T15:20:34.710Z] DONE 0 tests in 0.016s [2021-03-10T15:20:34.710Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-10T15:20:34.710Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:34.710Z] ++ set -e [2021-03-10T15:20:34.710Z] ++ '[' -n 0 ']' [2021-03-10T15:20:34.710Z] ++ set -x [2021-03-10T15:20:34.711Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:34.711Z] INFO: Testing against a local daemon [2021-03-10T15:20:34.711Z] === RUN TestAuthZPluginAllowRequest [2021-03-10T15:20:35.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-10T15:20:35.818Z] --- PASS: TestInfoAPIWarnings (17.34s) [2021-03-10T15:20:35.818Z] === RUN TestInfoDebug [2021-03-10T15:20:36.229Z] --- PASS: TestAuthZPluginAllowRequest (1.93s) [2021-03-10T15:20:36.229Z] === RUN TestAuthZPluginTLS [2021-03-10T15:20:36.359Z] --- PASS: TestUpdatePidsLimit (6.51s) [2021-03-10T15:20:36.359Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.74s) [2021-03-10T15:20:36.359Z] --- PASS: TestUpdatePidsLimit/no_change (0.79s) [2021-03-10T15:20:36.359Z] --- PASS: TestUpdatePidsLimit/update_lower (0.82s) [2021-03-10T15:20:36.359Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.76s) [2021-03-10T15:20:36.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.79s) [2021-03-10T15:20:36.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.78s) [2021-03-10T15:20:36.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.76s) [2021-03-10T15:20:36.359Z] === RUN TestUpdateRestartPolicy [2021-03-10T15:20:36.385Z] --- PASS: TestInfoDebug (1.52s) [2021-03-10T15:20:36.385Z] === RUN TestInfoInsecureRegistries [2021-03-10T15:20:36.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-10T15:20:36.866Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-03-10T15:20:36.866Z] === RUN TestAuthZPluginDenyRequest [2021-03-10T15:20:37.064Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.96s) [2021-03-10T15:20:37.064Z] === RUN TestAuthZPluginV2Disable [2021-03-10T15:20:37.503Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-03-10T15:20:37.503Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-10T15:20:37.796Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-03-10T15:20:37.796Z] === RUN TestAuthZPluginDenyResponse [2021-03-10T15:20:38.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-10T15:20:38.085Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-03-10T15:20:38.286Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2021-03-10T15:20:38.286Z] === RUN TestInfoRegistryMirrors [2021-03-10T15:20:38.434Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-03-10T15:20:38.434Z] === RUN TestAuthZPluginAllowEventStream [2021-03-10T15:20:38.455Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh binary-daemon [2021-03-10T15:20:39.017Z] [2021-03-10T15:20:39.017Z] Removing bundles/ [2021-03-10T15:20:39.017Z] [2021-03-10T15:20:39.017Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-03-10T15:20:39.017Z] Building: bundles/binary-daemon/dockerd-dev [2021-03-10T15:20:39.017Z] GOOS="" GOARCH="" GOARM="" [2021-03-10T15:20:39.073Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-10T15:20:39.073Z] Using test binary docker [2021-03-10T15:20:39.368Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-10T15:20:39.368Z] +++ /etc/init.d/apparmor start [2021-03-10T15:20:39.368Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-10T15:20:39.368Z] INFO: Waiting for daemon to start... [2021-03-10T15:20:39.368Z] Starting dockerd [2021-03-10T15:20:39.368Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-03-10T15:20:39.660Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2021-03-10T15:20:39.660Z] === RUN TestLoginFailsWithBadCredentials [2021-03-10T15:20:39.661Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2021-03-10T15:20:39.661Z] === RUN TestPingCacheHeaders [2021-03-10T15:20:39.661Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-10T15:20:39.661Z] === RUN TestPingGet [2021-03-10T15:20:39.661Z] --- PASS: TestPingGet (0.01s) [2021-03-10T15:20:39.661Z] === RUN TestPingHead [2021-03-10T15:20:39.661Z] --- PASS: TestPingHead (0.02s) [2021-03-10T15:20:39.661Z] === RUN TestVersion [2021-03-10T15:20:39.661Z] --- PASS: TestVersion (0.03s) [2021-03-10T15:20:39.661Z] PASS [2021-03-10T15:20:39.661Z] [2021-03-10T15:20:39.661Z] === Skipped [2021-03-10T15:20:39.661Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:20:39.661Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:20:39.661Z] [2021-03-10T15:20:39.661Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-03-10T15:20:39.661Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-10T15:20:39.661Z] [2021-03-10T15:20:39.661Z] [2021-03-10T15:20:39.661Z] DONE 18 tests, 2 skipped in 28.273s [2021-03-10T15:20:39.661Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-10T15:20:39.920Z] INFO: Testing against a local daemon [2021-03-10T15:20:39.920Z] === RUN TestVolumesCreateAndList [2021-03-10T15:20:39.920Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-10T15:20:39.920Z] === RUN TestVolumesRemove [2021-03-10T15:20:39.920Z] --- PASS: TestVolumesRemove (0.05s) [2021-03-10T15:20:39.920Z] === RUN TestVolumesInspect [2021-03-10T15:20:39.920Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-10T15:20:39.920Z] === RUN TestVolumesInvalidJSON [2021-03-10T15:20:39.920Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-10T15:20:39.920Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-10T15:20:39.920Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-10T15:20:39.920Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-10T15:20:39.920Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-10T15:20:39.920Z] PASS [2021-03-10T15:20:39.920Z] [2021-03-10T15:20:39.920Z] DONE 5 tests in 0.220s [2021-03-10T15:20:39.920Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-10T15:20:39.920Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12188 is not a child of this shell [2021-03-10T15:20:39.920Z] warning: PID 12188 from bundles/test-integration/docker.pid had a nonzero exit code [2021-03-10T15:20:39.920Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-10T15:20:39.920Z] [2021-03-10T15:20:39.920Z] Unloading profiles will leave already running processes permanently [2021-03-10T15:20:39.920Z] unconfined, which can lead to unexpected situations. [2021-03-10T15:20:39.920Z] [2021-03-10T15:20:39.920Z] To set a process to complain mode, use the command line tool [2021-03-10T15:20:39.920Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-10T15:20:39.920Z] Removing test suite binaries [2021-03-10T15:20:40.179Z] exiting test-integration [2021-03-10T15:20:40.179Z] ++ exit 0 [2021-03-10T15:20:40.419Z] === RUN TestDockerSuite/TestExec [2021-03-10T15:20:40.423Z] --- PASS: TestAuthZPluginV2Disable (3.47s) [2021-03-10T15:20:40.423Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-10T15:20:40.517Z] --- PASS: TestAuthZPluginAllowEventStream (1.96s) [2021-03-10T15:20:40.517Z] === RUN TestAuthZPluginErrorResponse [2021-03-10T15:20:40.810Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2021-03-10T15:20:40.810Z] === RUN TestAuthZPluginErrorRequest [2021-03-10T15:20:41.112Z] [2021-03-10T15:20:41.447Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-03-10T15:20:41.447Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-10T15:20:41.449Z] . [2021-03-10T15:20:41.450Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-10T15:20:41.450Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-10T15:20:41.450Z] Error: No such image: emptyfs [2021-03-10T15:20:41.450Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-10T15:20:41.450Z] ++++ docker load [2021-03-10T15:20:41.450Z] Running integration-test (iteration 1) [2021-03-10T15:20:41.450Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-03-10T15:20:41.450Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:41.450Z] ++ set -e [2021-03-10T15:20:41.450Z] ++ '[' -n 0 ']' [2021-03-10T15:20:41.450Z] ++ set -x [2021-03-10T15:20:41.450Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:20:41.794Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-03-10T15:20:42.088Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-03-10T15:20:42.088Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-10T15:20:42.360Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd Post stage [Pipeline] junit [2021-03-10T15:20:42.501Z] Recording test results [2021-03-10T15:20:42.958Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.75s) [2021-03-10T15:20:42.958Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-10T15:20:43.295Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-03-10T15:20:43.861Z] === RUN TestDockerSuite/TestExecAPIStart [2021-03-10T15:20:44.013Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-10T15:20:44.370Z] + echo Ensuring container killed. [2021-03-10T15:20:44.370Z] Ensuring container killed. [2021-03-10T15:20:44.370Z] + docker rm -vf docker-pr6 [2021-03-10T15:20:44.370Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-10T15:20:44.446Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-03-10T15:20:44.663Z] + echo Chowning /workspace to jenkins user [2021-03-10T15:20:44.663Z] Chowning /workspace to jenkins user [2021-03-10T15:20:44.663Z] + id -u [2021-03-10T15:20:44.663Z] + id -g [2021-03-10T15:20:44.663Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42054:/workspace busybox chown -R 1000:1000 /workspace [2021-03-10T15:20:44.663Z] Unable to find image 'busybox:latest' locally [2021-03-10T15:20:44.851Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.43s) [2021-03-10T15:20:44.851Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-10T15:20:44.922Z] latest: Pulling from library/busybox [2021-03-10T15:20:44.922Z] 8b3d7e226fab: Pulling fs layer [2021-03-10T15:20:46.348Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-03-10T15:20:46.937Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.55s) [2021-03-10T15:20:46.938Z] === RUN TestAuthZPluginHeader [2021-03-10T15:20:47.282Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-03-10T15:20:47.980Z] --- PASS: TestAuthZPluginHeader (0.94s) [2021-03-10T15:20:47.980Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-10T15:20:47.980Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-10T15:20:47.980Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:20:47.980Z] === RUN TestAuthZPluginV2Disable [2021-03-10T15:20:47.980Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-10T15:20:47.980Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:20:47.980Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-10T15:20:47.980Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-10T15:20:47.980Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:20:47.980Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-10T15:20:47.980Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-10T15:20:47.980Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:20:47.980Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-10T15:20:48.659Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-03-10T15:20:50.033Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-03-10T15:20:50.187Z] 8b3d7e226fab: Verifying Checksum [2021-03-10T15:20:50.187Z] 8b3d7e226fab: Download complete [2021-03-10T15:20:50.187Z] 8b3d7e226fab: Pull complete [2021-03-10T15:20:50.187Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-10T15:20:50.187Z] Status: Downloaded newer image for busybox:latest [2021-03-10T15:20:51.265Z] --- PASS: TestUpdateRestartPolicy (13.57s) [2021-03-10T15:20:51.265Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-10T15:20:51.265Z] --- PASS: TestUpdateRestartWithAutoRemove (1.04s) [2021-03-10T15:20:51.265Z] === RUN TestWaitNonBlocked [2021-03-10T15:20:51.265Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:20:51.265Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:20:51.265Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:20:51.265Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:20:51.265Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:20:51.265Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:20:51.408Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-10T15:20:51.860Z] + bundleName=amd64-rootless [2021-03-10T15:20:51.860Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-03-10T15:20:51.860Z] Creating amd64-rootless-bundles.tar.gz [2021-03-10T15:20:51.860Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-10T15:20:51.860Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-10T15:20:51.872Z] Archiving artifacts [2021-03-10T15:20:52.207Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-10T15:20:52.207Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.19s) [2021-03-10T15:20:52.207Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.25s) [2021-03-10T15:20:52.207Z] === RUN TestWaitBlocked [2021-03-10T15:20:52.207Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:20:52.207Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:20:52.207Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:20:52.207Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:20:52.207Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:20:52.207Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:20:52.344Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-03-10T15:20:52.946Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.19s) [2021-03-10T15:20:52.946Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-10T15:20:53.155Z] --- PASS: TestWaitBlocked (0.02s) [2021-03-10T15:20:53.155Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.07s) [2021-03-10T15:20:53.155Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s) [2021-03-10T15:20:53.155Z] === CONT TestContainerStartOnDaemonRestart [2021-03-10T15:20:53.155Z] === CONT TestIpcModeOlderClient [2021-03-10T15:20:53.155Z] === CONT TestDaemonHostGatewayIP [2021-03-10T15:20:53.155Z] === CONT TestContainerKillOnDaemonStart [2021-03-10T15:20:53.279Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-03-10T15:20:53.418Z] --- PASS: TestIpcModeOlderClient (0.21s) [2021-03-10T15:20:53.418Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-10T15:20:53.540Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-10T15:20:53.856Z] + make clean [2021-03-10T15:20:54.114Z] docker volume rm -f docker-dev-cache [2021-03-10T15:20:54.114Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:20:55.181Z] === RUN TestDockerSuite/TestExecCgroup [2021-03-10T15:20:56.853Z] Loaded image: buildpack-deps:buster [2021-03-10T15:20:56.853Z] Loaded image: busybox:latest [2021-03-10T15:20:56.853Z] Loaded image: busybox:glibc [2021-03-10T15:20:57.148Z] Loaded image: debian:bullseye [2021-03-10T15:20:57.148Z] Loaded image: hello-world:latest [2021-03-10T15:20:57.148Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:20:57.443Z] INFO: Testing against a local daemon [2021-03-10T15:20:57.443Z] === RUN TestCgroupNamespacesBuild [2021-03-10T15:20:57.634Z] --- PASS: TestContainerStartOnDaemonRestart (4.19s) [2021-03-10T15:20:57.634Z] === CONT TestDaemonRestartIpcMode [2021-03-10T15:20:57.712Z] === RUN TestDockerSuite/TestExecEnv [2021-03-10T15:20:57.896Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.50s) [2021-03-10T15:20:58.965Z] --- PASS: TestCgroupNamespacesBuild (1.39s) [2021-03-10T15:20:58.965Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-10T15:20:59.087Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-03-10T15:20:59.282Z] --- PASS: TestDaemonHostGatewayIP (5.93s) [2021-03-10T15:21:00.009Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.38s) [2021-03-10T15:21:00.009Z] === RUN TestBuildWithSession [2021-03-10T15:21:00.009Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-10T15:21:00.009Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:21:00.009Z] === RUN TestBuildSquashParent [2021-03-10T15:21:00.463Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-03-10T15:21:00.721Z] === RUN TestDockerSuite/TestExecExitStatus [2021-03-10T15:21:01.827Z] --- PASS: TestDaemonRestartIpcMode (4.11s) [2021-03-10T15:21:02.096Z] === RUN TestDockerSuite/TestExecInspectID [2021-03-10T15:21:04.491Z] --- PASS: TestBuildSquashParent (4.24s) [2021-03-10T15:21:04.491Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-10T15:21:04.491Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:21:04.491Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:21:04.491Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:21:04.491Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:21:04.492Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:21:04.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:21:04.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:21:04.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:21:04.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:21:04.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:21:04.492Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:21:04.492Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:21:04.492Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:21:04.492Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:21:04.492Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:21:04.492Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:21:05.381Z] === RUN TestDockerSuite/TestExecInteractive [2021-03-10T15:21:06.598Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.29s) [2021-03-10T15:21:06.598Z] PASS [2021-03-10T15:21:06.598Z] [2021-03-10T15:21:06.598Z] === Skipped [2021-03-10T15:21:06.598Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-10T15:21:06.598Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:21:06.598Z] [2021-03-10T15:21:06.598Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-10T15:21:06.598Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:21:06.598Z] [2021-03-10T15:21:06.598Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-10T15:21:06.598Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:21:06.598Z] [2021-03-10T15:21:06.598Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-10T15:21:06.598Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:21:06.598Z] [2021-03-10T15:21:06.598Z] [2021-03-10T15:21:06.598Z] DONE 17 tests, 4 skipped in 30.912s [2021-03-10T15:21:06.598Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-10T15:21:06.598Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:06.598Z] ++ set -e [2021-03-10T15:21:06.598Z] ++ '[' -n 0 ']' [2021-03-10T15:21:06.598Z] ++ set -x [2021-03-10T15:21:06.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-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:06.598Z] INFO: Testing against a local daemon [2021-03-10T15:21:06.598Z] === RUN TestPluginInvalidJSON [2021-03-10T15:21:06.598Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:21:06.598Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:21:06.598Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:21:06.598Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-10T15:21:06.598Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-10T15:21:06.598Z] === RUN TestPluginInstall [2021-03-10T15:21:06.598Z] === RUN TestPluginInstall/no_auth [2021-03-10T15:21:06.756Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-03-10T15:21:06.756Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-03-10T15:21:07.114Z] --- PASS: TestContainerKillOnDaemonStart (13.33s) [2021-03-10T15:21:07.114Z] PASS [2021-03-10T15:21:07.114Z] [2021-03-10T15:21:07.114Z] === Skipped [2021-03-10T15:21:07.114Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-03-10T15:21:07.114Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:21:07.114Z] [2021-03-10T15:21:07.114Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-10T15:21:07.114Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:21:07.114Z] [2021-03-10T15:21:07.114Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-10T15:21:07.114Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:21:07.114Z] [2021-03-10T15:21:07.114Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:21:07.114Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:21:07.114Z] [2021-03-10T15:21:07.114Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-10T15:21:07.114Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:21:07.114Z] [2021-03-10T15:21:07.114Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-03-10T15:21:07.114Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:21:07.114Z] [2021-03-10T15:21:07.114Z] [2021-03-10T15:21:07.114Z] DONE 196 tests, 6 skipped in 172.544s [2021-03-10T15:21:07.114Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-03-10T15:21:07.114Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:07.114Z] ++ set -e [2021-03-10T15:21:07.114Z] ++ '[' -n 0 ']' [2021-03-10T15:21:07.114Z] ++ set -x [2021-03-10T15:21:07.114Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:07.114Z] INFO: Testing against a local daemon [2021-03-10T15:21:07.114Z] === RUN TestCommitInheritsEnv [2021-03-10T15:21:07.236Z] time="2021-03-10T15:21:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:07.237Z] time="2021-03-10T15:21:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:de283fda4b0ef93027d38b040d3603ef4240e1a5ae9cf081f7dd5ed60b5ae6b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:07.237Z] time="2021-03-10T15:21:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:07.237Z] time="2021-03-10T15:21:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:de283fda4b0ef93027d38b040d3603ef4240e1a5ae9cf081f7dd5ed60b5ae6b2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:07.504Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:21:07.505Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:21:07.530Z] === RUN TestPluginInstall/with_htpasswd [2021-03-10T15:21:07.686Z] --- PASS: TestCommitInheritsEnv (0.65s) [2021-03-10T15:21:07.686Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-10T15:21:07.686Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s) [2021-03-10T15:21:07.686Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-03-10T15:21:07.686Z] === RUN TestImagesFilterMultiReference [2021-03-10T15:21:07.686Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-03-10T15:21:07.686Z] === RUN TestImagePullPlatformInvalid [2021-03-10T15:21:07.686Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-03-10T15:21:07.686Z] === RUN TestRemoveImageOrphaning [2021-03-10T15:21:08.131Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-03-10T15:21:08.168Z] time="2021-03-10T15:21:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:08.168Z] time="2021-03-10T15:21:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f65c70f94968a780c9fce4ac1b3e00510f1995849f7603a35e781151949f41f3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:08.168Z] time="2021-03-10T15:21:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:08.168Z] time="2021-03-10T15:21:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f65c70f94968a780c9fce4ac1b3e00510f1995849f7603a35e781151949f41f3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:08.258Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2021-03-10T15:21:08.258Z] === RUN TestRemoveImageGarbageCollector [2021-03-10T15:21:08.258Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-10T15:21:08.258Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:21:08.258Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-10T15:21:08.462Z] === RUN TestPluginInstall/with_insecure [2021-03-10T15:21:08.518Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-03-10T15:21:08.518Z] === RUN TestTagInvalidReference [2021-03-10T15:21:08.518Z] --- PASS: TestTagInvalidReference (0.03s) [2021-03-10T15:21:08.518Z] === RUN TestTagValidPrefixedRepo [2021-03-10T15:21:08.518Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-03-10T15:21:08.518Z] === RUN TestTagExistedNameWithoutForce [2021-03-10T15:21:08.518Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-03-10T15:21:08.518Z] === RUN TestTagOfficialNames [2021-03-10T15:21:08.518Z] --- PASS: TestTagOfficialNames (0.08s) [2021-03-10T15:21:08.519Z] === RUN TestTagMatchesDigest [2021-03-10T15:21:08.780Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-03-10T15:21:08.780Z] PASS [2021-03-10T15:21:08.780Z] [2021-03-10T15:21:08.780Z] === Skipped [2021-03-10T15:21:08.780Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s) [2021-03-10T15:21:08.780Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-03-10T15:21:08.780Z] [2021-03-10T15:21:08.780Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-10T15:21:08.780Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:21:08.780Z] [2021-03-10T15:21:08.780Z] [2021-03-10T15:21:08.780Z] DONE 12 tests, 2 skipped in 2.036s [2021-03-10T15:21:08.780Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-03-10T15:21:08.780Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:08.780Z] ++ set -e [2021-03-10T15:21:08.780Z] ++ '[' -n 0 ']' [2021-03-10T15:21:08.780Z] ++ set -x [2021-03-10T15:21:08.780Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:08.780Z] INFO: Testing against a local daemon [2021-03-10T15:21:08.780Z] === RUN TestNetworkCreateDelete [2021-03-10T15:21:09.027Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-03-10T15:21:09.027Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.41s) [2021-03-10T15:21:09.027Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.54s) [2021-03-10T15:21:09.027Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.64s) [2021-03-10T15:21:09.027Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.69s) [2021-03-10T15:21:09.027Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.18s) [2021-03-10T15:21:09.027Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.09s) [2021-03-10T15:21:09.027Z] === RUN TestBuildMultiStageCopy [2021-03-10T15:21:09.027Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-10T15:21:09.066Z] === RUN TestDockerSuite/TestExecParseError [2021-03-10T15:21:09.352Z] --- PASS: TestNetworkCreateDelete (0.43s) [2021-03-10T15:21:09.352Z] === RUN TestDockerNetworkDeletePreferID [2021-03-10T15:21:09.503Z] time="2021-03-10T15:21:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:09.503Z] time="2021-03-10T15:21:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb565aaa6207d417f99922bc469d73bef4399dcaf78847d9bfe9fa03fdf48aa1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:09.503Z] time="2021-03-10T15:21:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:09.503Z] time="2021-03-10T15:21:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb565aaa6207d417f99922bc469d73bef4399dcaf78847d9bfe9fa03fdf48aa1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:09.799Z] --- PASS: TestPluginInstall (4.33s) [2021-03-10T15:21:09.799Z] --- PASS: TestPluginInstall/no_auth (2.14s) [2021-03-10T15:21:09.799Z] --- PASS: TestPluginInstall/with_htpasswd (0.89s) [2021-03-10T15:21:09.799Z] --- PASS: TestPluginInstall/with_insecure (1.29s) [2021-03-10T15:21:09.799Z] plugin_test.go:160: [d01610d25201a] daemon is not started [2021-03-10T15:21:09.799Z] === RUN TestPluginsWithRuntimes [2021-03-10T15:21:10.001Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-03-10T15:21:10.547Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-10T15:21:10.739Z] --- PASS: TestDockerNetworkDeletePreferID (1.24s) [2021-03-10T15:21:10.739Z] === RUN TestDaemonDNSFallback [2021-03-10T15:21:10.843Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-10T15:21:10.938Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-03-10T15:21:11.040Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-03-10T15:21:11.040Z] PASS [2021-03-10T15:21:11.040Z] [2021-03-10T15:21:11.040Z] DONE 17 tests in 46.934s [2021-03-10T15:21:11.040Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-10T15:21:11.040Z] INFO: Testing against a local daemon [2021-03-10T15:21:11.040Z] === RUN TestPluginInvalidJSON [2021-03-10T15:21:11.040Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:21:11.040Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:21:11.040Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:21:11.040Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-10T15:21:11.040Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-10T15:21:11.040Z] === RUN TestPluginInstall [2021-03-10T15:21:11.040Z] === RUN TestPluginInstall/no_auth [2021-03-10T15:21:11.040Z] time="2021-03-10T15:21:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:11.040Z] time="2021-03-10T15:21:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:42bbfd847a3c253f8758b00192fb74dab42caa5b4260a6688fbfba51a52a1d58" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:11.040Z] time="2021-03-10T15:21:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:11.040Z] time="2021-03-10T15:21:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:42bbfd847a3c253f8758b00192fb74dab42caa5b4260a6688fbfba51a52a1d58" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:11.040Z] === RUN TestPluginInstall/with_htpasswd [2021-03-10T15:21:11.138Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-10T15:21:11.300Z] time="2021-03-10T15:21:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:11.300Z] time="2021-03-10T15:21:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e2665a5d7e8616e8cf17d4e15864393ebff2dc904753029c2bec6fa51b826fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:11.300Z] time="2021-03-10T15:21:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:11.300Z] time="2021-03-10T15:21:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e2665a5d7e8616e8cf17d4e15864393ebff2dc904753029c2bec6fa51b826fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:11.560Z] === RUN TestPluginInstall/with_insecure [2021-03-10T15:21:11.779Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-10T15:21:11.872Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-03-10T15:21:11.879Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-10T15:21:12.078Z] --- PASS: TestBuildMultiStageCopy (2.98s) [2021-03-10T15:21:12.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.64s) [2021-03-10T15:21:12.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.32s) [2021-03-10T15:21:12.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.34s) [2021-03-10T15:21:12.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s) [2021-03-10T15:21:12.078Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.35s) [2021-03-10T15:21:12.078Z] === RUN TestBuildMultiStageParentConfig [2021-03-10T15:21:12.150Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-10T15:21:12.613Z] === RUN TestBoolValue [2021-03-10T15:21:12.613Z] --- PASS: TestBoolValue (0.00s) [2021-03-10T15:21:12.613Z] === RUN TestBoolValueOrDefault [2021-03-10T15:21:12.613Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-03-10T15:21:12.613Z] === RUN TestInt64ValueOrZero [2021-03-10T15:21:12.613Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-03-10T15:21:12.613Z] === RUN TestInt64ValueOrDefault [2021-03-10T15:21:12.613Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-03-10T15:21:12.613Z] === RUN TestInt64ValueOrDefaultWithError [2021-03-10T15:21:12.613Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-03-10T15:21:12.613Z] === RUN TestJsonContentType [2021-03-10T15:21:12.613Z] --- PASS: TestJsonContentType (0.00s) [2021-03-10T15:21:12.613Z] PASS [2021-03-10T15:21:12.613Z] coverage: 14.7% of statements [2021-03-10T15:21:12.613Z] ok github.com/docker/docker/api/server/httputils 0.062s coverage: 14.7% of statements [2021-03-10T15:21:12.717Z] --- PASS: TestBuildMultiStageParentConfig (0.84s) [2021-03-10T15:21:12.717Z] === RUN TestBuildLabelWithTargets [2021-03-10T15:21:12.923Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-10T15:21:12.945Z] time="2021-03-10T15:21:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:12.945Z] time="2021-03-10T15:21:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:49b8339d937be53632902d295c89bec6e783cde0163fbb7af7f49b56779ae3d5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:12.945Z] time="2021-03-10T15:21:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:21:12.945Z] time="2021-03-10T15:21:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:49b8339d937be53632902d295c89bec6e783cde0163fbb7af7f49b56779ae3d5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:21:12.945Z] --- PASS: TestPluginInstall (4.13s) [2021-03-10T15:21:12.945Z] --- PASS: TestPluginInstall/no_auth (2.08s) [2021-03-10T15:21:12.945Z] --- PASS: TestPluginInstall/with_htpasswd (0.80s) [2021-03-10T15:21:12.945Z] --- PASS: TestPluginInstall/with_insecure (1.24s) [2021-03-10T15:21:12.945Z] plugin_test.go:160: [d2955dc163895] daemon is not started [2021-03-10T15:21:12.945Z] === RUN TestPluginsWithRuntimes [2021-03-10T15:21:14.239Z] --- PASS: TestBuildLabelWithTargets (1.26s) [2021-03-10T15:21:14.239Z] === RUN TestBuildWithEmptyLayers [2021-03-10T15:21:14.446Z] --- PASS: TestPluginsWithRuntimes (4.78s) [2021-03-10T15:21:14.446Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.43s) [2021-03-10T15:21:14.446Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.38s) [2021-03-10T15:21:14.446Z] PASS [2021-03-10T15:21:14.446Z] [2021-03-10T15:21:14.446Z] DONE 9 tests in 9.240s [2021-03-10T15:21:14.446Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-10T15:21:14.446Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:14.446Z] ++ set -e [2021-03-10T15:21:14.446Z] ++ '[' -n 0 ']' [2021-03-10T15:21:14.446Z] ++ set -x [2021-03-10T15:21:14.446Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:14.446Z] INFO: Testing against a local daemon [2021-03-10T15:21:14.446Z] === RUN TestExternalGraphDriver [2021-03-10T15:21:14.537Z] --- PASS: TestBuildWithEmptyLayers (0.61s) [2021-03-10T15:21:14.537Z] === RUN TestBuildMultiStageOnBuild [2021-03-10T15:21:14.740Z] === RUN TestExternalGraphDriver/json [2021-03-10T15:21:14.788Z] === RUN TestMaskSecretKeys [2021-03-10T15:21:14.788Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-03-10T15:21:14.788Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-03-10T15:21:14.788Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-03-10T15:21:14.788Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-03-10T15:21:14.788Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-03-10T15:21:14.788Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-03-10T15:21:14.788Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-03-10T15:21:14.788Z] === RUN TestVersionMiddlewareVersion [2021-03-10T15:21:14.788Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-03-10T15:21:14.788Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-03-10T15:21:14.788Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-03-10T15:21:14.788Z] PASS [2021-03-10T15:21:14.788Z] coverage: 37.7% of statements [2021-03-10T15:21:14.788Z] ok github.com/docker/docker/api/server/middleware 0.060s coverage: 37.7% of statements [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-10T15:21:14.788Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-10T15:21:14.853Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-10T15:21:15.421Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-10T15:21:15.754Z] === RUN TestStrSliceMarshalJSON [2021-03-10T15:21:15.754Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestStrSliceUnmarshalJSON [2021-03-10T15:21:15.754Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestStrSliceUnmarshalString [2021-03-10T15:21:15.754Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestStrSliceUnmarshalSlice [2021-03-10T15:21:15.754Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-03-10T15:21:15.754Z] PASS [2021-03-10T15:21:15.754Z] coverage: 90.0% of statements [2021-03-10T15:21:15.754Z] ok github.com/docker/docker/api/types/strslice 0.052s coverage: 90.0% of statements [2021-03-10T15:21:15.754Z] === RUN TestToJSON [2021-03-10T15:21:15.754Z] --- PASS: TestToJSON (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestToParamWithVersion [2021-03-10T15:21:15.754Z] --- PASS: TestToParamWithVersion (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestFromJSON [2021-03-10T15:21:15.754Z] --- PASS: TestFromJSON (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestEmpty [2021-03-10T15:21:15.754Z] --- PASS: TestEmpty (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestArgsMatchKVListEmptySources [2021-03-10T15:21:15.754Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestArgsMatchKVList [2021-03-10T15:21:15.754Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestArgsMatch [2021-03-10T15:21:15.754Z] --- PASS: TestArgsMatch (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestAdd [2021-03-10T15:21:15.754Z] --- PASS: TestAdd (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestDel [2021-03-10T15:21:15.754Z] --- PASS: TestDel (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestLen [2021-03-10T15:21:15.754Z] --- PASS: TestLen (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestExactMatch [2021-03-10T15:21:15.754Z] --- PASS: TestExactMatch (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestOnlyOneExactMatch [2021-03-10T15:21:15.754Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestContains [2021-03-10T15:21:15.754Z] --- PASS: TestContains (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestValidate [2021-03-10T15:21:15.754Z] --- PASS: TestValidate (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestWalkValues [2021-03-10T15:21:15.754Z] --- PASS: TestWalkValues (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestFuzzyMatch [2021-03-10T15:21:15.754Z] --- PASS: TestFuzzyMatch (0.00s) [2021-03-10T15:21:15.754Z] === RUN TestClone [2021-03-10T15:21:15.754Z] --- PASS: TestClone (0.00s) [2021-03-10T15:21:15.754Z] PASS [2021-03-10T15:21:15.754Z] coverage: 92.2% of statements [2021-03-10T15:21:15.754Z] ok github.com/docker/docker/api/types/filters 0.061s coverage: 92.2% of statements [2021-03-10T15:21:16.087Z] === RUN TestDockerSuite/TestExecSetEnv [2021-03-10T15:21:16.213Z] === RUN TestAdjustForAPIVersion [2021-03-10T15:21:16.213Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-03-10T15:21:16.213Z] PASS [2021-03-10T15:21:16.213Z] coverage: 5.7% of statements [2021-03-10T15:21:16.213Z] ok github.com/docker/docker/api/server/router/swarm 0.065s coverage: 5.7% of statements [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-10T15:21:16.213Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-10T15:21:16.359Z] --- PASS: TestPluginsWithRuntimes (3.57s) [2021-03-10T15:21:16.618Z] --- PASS: TestBuildMultiStageOnBuild (1.77s) [2021-03-10T15:21:16.618Z] === RUN TestBuildUncleanTarFilenames [2021-03-10T15:21:16.619Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.92s) [2021-03-10T15:21:16.619Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2021-03-10T15:21:16.619Z] PASS [2021-03-10T15:21:16.619Z] [2021-03-10T15:21:16.619Z] DONE 9 tests in 7.775s [2021-03-10T15:21:16.619Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-10T15:21:16.619Z] INFO: Testing against a local daemon [2021-03-10T15:21:16.619Z] === RUN TestExternalGraphDriver [2021-03-10T15:21:16.619Z] === RUN TestExternalGraphDriver/json [2021-03-10T15:21:16.672Z] === RUN TestDurationToSecondsString [2021-03-10T15:21:16.672Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-03-10T15:21:16.672Z] === RUN TestGetTimestamp [2021-03-10T15:21:16.672Z] --- PASS: TestGetTimestamp (0.12s) [2021-03-10T15:21:16.672Z] === RUN TestParseTimestamps [2021-03-10T15:21:16.672Z] --- PASS: TestParseTimestamps (0.00s) [2021-03-10T15:21:16.672Z] PASS [2021-03-10T15:21:16.672Z] coverage: 100.0% of statements [2021-03-10T15:21:16.672Z] ok github.com/docker/docker/api/types/time 0.202s coverage: 100.0% of statements [2021-03-10T15:21:16.672Z] === RUN TestCompareVersion [2021-03-10T15:21:16.672Z] --- PASS: TestCompareVersion (0.00s) [2021-03-10T15:21:16.672Z] PASS [2021-03-10T15:21:16.672Z] coverage: 75.0% of statements [2021-03-10T15:21:16.672Z] ok github.com/docker/docker/api/types/versions 0.038s coverage: 75.0% of statements [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/builder [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-10T15:21:16.672Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-10T15:21:16.826Z] === RUN TestExternalGraphDriver/spec [2021-03-10T15:21:17.055Z] === RUN TestDockerSuite/TestExecStartFails [2021-03-10T15:21:17.256Z] --- PASS: TestBuildUncleanTarFilenames (0.88s) [2021-03-10T15:21:17.256Z] === RUN TestBuildMultiStageLayerLeak [2021-03-10T15:21:17.991Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-03-10T15:21:18.527Z] === RUN TestExternalGraphDriver/spec [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-03-10T15:21:18.847Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-03-10T15:21:18.847Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-03-10T15:21:18.847Z] === RUN TestCloneArgsSmartHttp [2021-03-10T15:21:18.847Z] --- PASS: TestCloneArgsSmartHttp (0.14s) [2021-03-10T15:21:18.847Z] === RUN TestCloneArgsDumbHttp [2021-03-10T15:21:18.847Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-03-10T15:21:18.847Z] === RUN TestCloneArgsGit [2021-03-10T15:21:18.847Z] --- PASS: TestCloneArgsGit (0.00s) [2021-03-10T15:21:18.847Z] === RUN TestCheckoutGit [2021-03-10T15:21:18.887Z] --- PASS: TestDaemonDNSFallback (7.72s) [2021-03-10T15:21:18.888Z] === RUN TestInspectNetwork [2021-03-10T15:21:19.398Z] --- PASS: TestBuildMultiStageLayerLeak (1.97s) [2021-03-10T15:21:19.398Z] === RUN TestBuildWithHugeFile [2021-03-10T15:21:19.723Z] === RUN TestExternalGraphDriver/pull [2021-03-10T15:21:20.382Z] === RUN TestEnable [2021-03-10T15:21:20.383Z] --- PASS: TestEnable (0.00s) [2021-03-10T15:21:20.383Z] === RUN TestDisable [2021-03-10T15:21:20.383Z] --- PASS: TestDisable (0.00s) [2021-03-10T15:21:20.383Z] === RUN TestEnabled [2021-03-10T15:21:20.383Z] --- PASS: TestEnabled (0.00s) [2021-03-10T15:21:20.383Z] PASS [2021-03-10T15:21:20.383Z] coverage: 100.0% of statements [2021-03-10T15:21:20.383Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2021-03-10T15:21:20.434Z] === RUN TestExternalGraphDriver/pull [2021-03-10T15:21:21.354Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-03-10T15:21:21.354Z] === RUN TestGetAllAllowed [2021-03-10T15:21:21.354Z] --- PASS: TestGetAllAllowed (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestGetAllMeta [2021-03-10T15:21:21.354Z] --- PASS: TestGetAllMeta (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestWarnOnUnusedBuildArgs [2021-03-10T15:21:21.354Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestProcessNoDockerignore [2021-03-10T15:21:21.354Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestIsUnreferencedBuiltin [2021-03-10T15:21:21.354Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestIsExistingDirectory [2021-03-10T15:21:21.354Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestProcessShouldLeaveAllFiles [2021-03-10T15:21:21.354Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestGetFilenameForDownload [2021-03-10T15:21:21.354Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestEnv2Variables [2021-03-10T15:21:21.354Z] --- PASS: TestEnv2Variables (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-03-10T15:21:21.354Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestMaintainer [2021-03-10T15:21:21.354Z] --- PASS: TestMaintainer (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestLabel [2021-03-10T15:21:21.354Z] --- PASS: TestLabel (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestFromScratch [2021-03-10T15:21:21.354Z] --- PASS: TestFromScratch (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestFromWithArg [2021-03-10T15:21:21.354Z] --- PASS: TestFromWithArg (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-03-10T15:21:21.354Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestFromWithUndefinedArg [2021-03-10T15:21:21.354Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestFromMultiStageWithNamedStage [2021-03-10T15:21:21.354Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestOnbuild [2021-03-10T15:21:21.354Z] --- PASS: TestOnbuild (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestWorkdir [2021-03-10T15:21:21.354Z] --- PASS: TestWorkdir (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestCmd [2021-03-10T15:21:21.354Z] --- PASS: TestCmd (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestHealthcheckNone [2021-03-10T15:21:21.354Z] --- PASS: TestHealthcheckNone (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestHealthcheckCmd [2021-03-10T15:21:21.354Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestEntrypoint [2021-03-10T15:21:21.354Z] --- PASS: TestEntrypoint (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestExpose [2021-03-10T15:21:21.354Z] --- PASS: TestExpose (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestUser [2021-03-10T15:21:21.354Z] --- PASS: TestUser (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestVolume [2021-03-10T15:21:21.354Z] --- PASS: TestVolume (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestStopSignal [2021-03-10T15:21:21.354Z] --- SKIP: TestStopSignal (0.00s) [2021-03-10T15:21:21.354Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-03-10T15:21:21.354Z] === RUN TestArg [2021-03-10T15:21:21.354Z] --- PASS: TestArg (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestShell [2021-03-10T15:21:21.354Z] --- PASS: TestShell (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestPrependEnvOnCmd [2021-03-10T15:21:21.354Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestRunWithBuildArgs [2021-03-10T15:21:21.354Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestRunIgnoresHealthcheck [2021-03-10T15:21:21.354Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestNormalizeWorkdir [2021-03-10T15:21:21.354Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestDispatch [2021-03-10T15:21:21.354Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-03-10T15:21:21.354Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2021-03-10T15:21:21.354Z] === RUN TestDetectContentType [2021-03-10T15:21:21.354Z] --- PASS: TestDetectContentType (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestSelectAcceptableMIME [2021-03-10T15:21:21.354Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestInspectEmptyResponse [2021-03-10T15:21:21.354Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestInspectResponseBinary [2021-03-10T15:21:21.354Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestResponseUnsupportedContentType [2021-03-10T15:21:21.354Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestInspectResponseTextSimple [2021-03-10T15:21:21.354Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestInspectResponseEmptyContentType [2021-03-10T15:21:21.354Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestUnknownContentLength [2021-03-10T15:21:21.354Z] --- PASS: TestUnknownContentLength (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestDownloadRemote [2021-03-10T15:21:21.354Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-03-10T15:21:21.354Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-03-10T15:21:21.354Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-03-10T15:21:21.354Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-03-10T15:21:21.354Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-03-10T15:21:21.354Z] === RUN TestDispatch/COPY_url [2021-03-10T15:21:21.354Z] --- PASS: TestDispatch (0.06s) [2021-03-10T15:21:21.354Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-03-10T15:21:21.354Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-03-10T15:21:21.354Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-03-10T15:21:21.354Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-03-10T15:21:21.354Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-03-10T15:21:21.354Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-03-10T15:21:21.354Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestAddScratchImageAddsToMounts [2021-03-10T15:21:21.354Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestAddFromScratchPopulatesPlatform [2021-03-10T15:21:21.354Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-03-10T15:21:21.354Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-03-10T15:21:21.354Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestImageSourceGetAddsToMounts [2021-03-10T15:21:21.354Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestEmptyDockerfile [2021-03-10T15:21:21.354Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-03-10T15:21:21.354Z] === RUN TestSymlinkDockerfile [2021-03-10T15:21:21.354Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-03-10T15:21:21.354Z] === RUN TestDockerfileOutsideTheBuildContext [2021-03-10T15:21:21.355Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-03-10T15:21:21.355Z] === RUN TestNonExistingDockerfile [2021-03-10T15:21:21.355Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-03-10T15:21:21.355Z] === RUN TestCopyRunConfig [2021-03-10T15:21:21.355Z] --- PASS: TestCopyRunConfig (0.00s) [2021-03-10T15:21:21.355Z] === RUN TestDeepCopyRunConfig [2021-03-10T15:21:21.355Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-03-10T15:21:21.355Z] === RUN TestExportImage [2021-03-10T15:21:21.355Z] --- PASS: TestExportImage (0.00s) [2021-03-10T15:21:21.355Z] === RUN TestNormalizeDest [2021-03-10T15:21:21.355Z] --- PASS: TestNormalizeDest (0.00s) [2021-03-10T15:21:21.355Z] PASS [2021-03-10T15:21:21.355Z] coverage: 46.6% of statements [2021-03-10T15:21:21.355Z] --- PASS: TestDownloadRemote (0.08s) [2021-03-10T15:21:21.355Z] === RUN TestGetWithStatusError [2021-03-10T15:21:21.355Z] --- PASS: TestGetWithStatusError (0.01s) [2021-03-10T15:21:21.355Z] === RUN TestCloseRootDirectory [2021-03-10T15:21:21.355Z] ok github.com/docker/docker/builder/dockerfile 0.213s coverage: 46.6% of statements [2021-03-10T15:21:21.355Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-03-10T15:21:21.355Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:21:21.355Z] === RUN TestHashFile [2021-03-10T15:21:21.355Z] --- SKIP: TestHashFile (0.00s) [2021-03-10T15:21:21.355Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:21:21.355Z] === RUN TestHashSubdir [2021-03-10T15:21:21.355Z] --- SKIP: TestHashSubdir (0.01s) [2021-03-10T15:21:21.355Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:21:21.355Z] === RUN TestRemoveDirectory [2021-03-10T15:21:21.355Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-03-10T15:21:21.355Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:21:21.355Z] PASS [2021-03-10T15:21:21.355Z] coverage: 9.3% of statements [2021-03-10T15:21:21.355Z] ok github.com/docker/docker/builder/remotecontext 0.456s coverage: 9.3% of statements [2021-03-10T15:21:21.355Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-10T15:21:21.805Z] --- PASS: TestExternalGraphDriver (7.02s) [2021-03-10T15:21:21.805Z] --- PASS: TestExternalGraphDriver/json (2.27s) [2021-03-10T15:21:21.805Z] --- PASS: TestExternalGraphDriver/spec (2.32s) [2021-03-10T15:21:21.805Z] --- PASS: TestExternalGraphDriver/pull (2.32s) [2021-03-10T15:21:21.805Z] === RUN TestGraphdriverPluginV2 [2021-03-10T15:21:21.805Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-03-10T15:21:21.805Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:21:21.805Z] PASS [2021-03-10T15:21:21.805Z] [2021-03-10T15:21:21.805Z] === Skipped [2021-03-10T15:21:21.805Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-03-10T15:21:21.805Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:21:21.805Z] [2021-03-10T15:21:21.805Z] [2021-03-10T15:21:21.805Z] DONE 5 tests, 1 skipped in 7.169s [2021-03-10T15:21:21.805Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-10T15:21:21.805Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:21.805Z] ++ set -e [2021-03-10T15:21:21.805Z] ++ '[' -n 0 ']' [2021-03-10T15:21:21.805Z] ++ set -x [2021-03-10T15:21:21.805Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:21.805Z] INFO: Testing against a local daemon [2021-03-10T15:21:21.805Z] === RUN TestContinueAfterPluginCrash [2021-03-10T15:21:21.805Z] === PAUSE TestContinueAfterPluginCrash [2021-03-10T15:21:21.805Z] === RUN TestReadPluginNoRead [2021-03-10T15:21:21.805Z] === PAUSE TestReadPluginNoRead [2021-03-10T15:21:21.805Z] === RUN TestDaemonStartWithLogOpt [2021-03-10T15:21:21.805Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-10T15:21:21.805Z] === CONT TestContinueAfterPluginCrash [2021-03-10T15:21:21.805Z] === CONT TestDaemonStartWithLogOpt [2021-03-10T15:21:22.342Z] --- PASS: TestExternalGraphDriver (5.60s) [2021-03-10T15:21:22.342Z] --- PASS: TestExternalGraphDriver/json (1.93s) [2021-03-10T15:21:22.342Z] --- PASS: TestExternalGraphDriver/spec (1.91s) [2021-03-10T15:21:22.342Z] --- PASS: TestExternalGraphDriver/pull (1.69s) [2021-03-10T15:21:22.342Z] === RUN TestGraphdriverPluginV2 [2021-03-10T15:21:24.177Z] === RUN TestInspectNetwork/full_network_id [2021-03-10T15:21:24.177Z] === RUN TestInspectNetwork/partial_network_id [2021-03-10T15:21:24.177Z] === RUN TestInspectNetwork/network_name [2021-03-10T15:21:24.177Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-10T15:21:26.278Z] --- PASS: TestDaemonStartWithLogOpt (3.86s) [2021-03-10T15:21:26.278Z] === CONT TestReadPluginNoRead [2021-03-10T15:21:26.539Z] --- PASS: TestGraphdriverPluginV2 (3.76s) [2021-03-10T15:21:26.539Z] PASS [2021-03-10T15:21:26.539Z] [2021-03-10T15:21:26.539Z] DONE 5 tests in 9.396s [2021-03-10T15:21:26.539Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-10T15:21:26.539Z] INFO: Testing against a local daemon [2021-03-10T15:21:26.539Z] === RUN TestContinueAfterPluginCrash [2021-03-10T15:21:26.539Z] === PAUSE TestContinueAfterPluginCrash [2021-03-10T15:21:26.539Z] === RUN TestReadPluginNoRead [2021-03-10T15:21:26.539Z] === PAUSE TestReadPluginNoRead [2021-03-10T15:21:26.539Z] === RUN TestDaemonStartWithLogOpt [2021-03-10T15:21:26.539Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-10T15:21:26.539Z] === CONT TestContinueAfterPluginCrash [2021-03-10T15:21:26.539Z] === CONT TestDaemonStartWithLogOpt [2021-03-10T15:21:28.360Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-10T15:21:28.382Z] --- PASS: TestInspectNetwork (9.96s) [2021-03-10T15:21:28.382Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-10T15:21:28.382Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-10T15:21:28.382Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-10T15:21:28.382Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-10T15:21:28.382Z] === RUN TestRunContainerWithBridgeNone [2021-03-10T15:21:30.188Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-03-10T15:21:30.189Z] === RUN TestDockerSuite/TestExecTTY [2021-03-10T15:21:30.442Z] === RUN TestReadPluginNoRead/default [2021-03-10T15:21:30.742Z] --- PASS: TestDaemonStartWithLogOpt (4.17s) [2021-03-10T15:21:30.742Z] === CONT TestReadPluginNoRead [2021-03-10T15:21:31.082Z] --- PASS: TestContinueAfterPluginCrash (9.48s) [2021-03-10T15:21:31.565Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-03-10T15:21:31.671Z] === RUN TestCheckpointCreateError [2021-03-10T15:21:31.671Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestCheckpointCreate [2021-03-10T15:21:31.671Z] --- PASS: TestCheckpointCreate (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestCheckpointDeleteError [2021-03-10T15:21:31.671Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestCheckpointDelete [2021-03-10T15:21:31.671Z] --- PASS: TestCheckpointDelete (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestCheckpointListError [2021-03-10T15:21:31.671Z] --- PASS: TestCheckpointListError (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestCheckpointList [2021-03-10T15:21:31.671Z] --- PASS: TestCheckpointList (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestCheckpointListContainerNotFound [2021-03-10T15:21:31.671Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestNewClientWithOpsFromEnv [2021-03-10T15:21:31.671Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-03-10T15:21:31.671Z] client_test.go:23: runtime.GOOS == "windows" [2021-03-10T15:21:31.671Z] === RUN TestGetAPIPath [2021-03-10T15:21:31.671Z] --- PASS: TestGetAPIPath (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestParseHostURL [2021-03-10T15:21:31.671Z] --- PASS: TestParseHostURL (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-03-10T15:21:31.671Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-03-10T15:21:31.671Z] === RUN TestNegotiateAPIVersionEmpty [2021-03-10T15:21:32.130Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestNegotiateAPIVersion [2021-03-10T15:21:32.130Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestNegotiateAPVersionOverride [2021-03-10T15:21:32.130Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestNegotiateAPIVersionAutomatic [2021-03-10T15:21:32.130Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-03-10T15:21:32.130Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-03-10T15:21:32.130Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestClientRedirect [2021-03-10T15:21:32.130Z] --- PASS: TestClientRedirect (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigCreateUnsupported [2021-03-10T15:21:32.130Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigCreateError [2021-03-10T15:21:32.130Z] --- PASS: TestConfigCreateError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigCreate [2021-03-10T15:21:32.130Z] --- PASS: TestConfigCreate (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigInspectNotFound [2021-03-10T15:21:32.130Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigInspectWithEmptyID [2021-03-10T15:21:32.130Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigInspectUnsupported [2021-03-10T15:21:32.130Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigInspectError [2021-03-10T15:21:32.130Z] --- PASS: TestConfigInspectError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigInspectConfigNotFound [2021-03-10T15:21:32.130Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigInspect [2021-03-10T15:21:32.130Z] --- PASS: TestConfigInspect (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigListUnsupported [2021-03-10T15:21:32.130Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigListError [2021-03-10T15:21:32.130Z] --- PASS: TestConfigListError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigList [2021-03-10T15:21:32.130Z] --- PASS: TestConfigList (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigRemoveUnsupported [2021-03-10T15:21:32.130Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigRemoveError [2021-03-10T15:21:32.130Z] --- PASS: TestConfigRemoveError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigRemove [2021-03-10T15:21:32.130Z] --- PASS: TestConfigRemove (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigUpdateUnsupported [2021-03-10T15:21:32.130Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigUpdateError [2021-03-10T15:21:32.130Z] --- PASS: TestConfigUpdateError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestConfigUpdate [2021-03-10T15:21:32.130Z] --- PASS: TestConfigUpdate (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerCommitError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerCommitError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerCommit [2021-03-10T15:21:32.130Z] --- PASS: TestContainerCommit (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStatPathError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerStatPathError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStatPathNotFoundError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStatPathNoHeaderError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStatPath [2021-03-10T15:21:32.130Z] --- PASS: TestContainerStatPath (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyToContainerError [2021-03-10T15:21:32.130Z] --- PASS: TestCopyToContainerError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyToContainerNotFoundError [2021-03-10T15:21:32.130Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyToContainerNotStatusOKError [2021-03-10T15:21:32.130Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyToContainer [2021-03-10T15:21:32.130Z] --- PASS: TestCopyToContainer (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyFromContainerError [2021-03-10T15:21:32.130Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyFromContainerNotFoundError [2021-03-10T15:21:32.130Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyFromContainerNotStatusOKError [2021-03-10T15:21:32.130Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyFromContainerNoHeaderError [2021-03-10T15:21:32.130Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestCopyFromContainer [2021-03-10T15:21:32.130Z] --- PASS: TestCopyFromContainer (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerCreateError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerCreateError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerCreateImageNotFound [2021-03-10T15:21:32.130Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerCreateWithName [2021-03-10T15:21:32.130Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerCreateAutoRemove [2021-03-10T15:21:32.130Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerDiffError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerDiffError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerDiff [2021-03-10T15:21:32.130Z] --- PASS: TestContainerDiff (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExecCreateError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExecCreate [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExecCreate (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExecStartError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExecStartError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExecStart [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExecStart (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExecInspectError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExecInspect [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExecInspect (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExportError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExportError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExport [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExport (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerInspectError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerInspectError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerInspectContainerNotFound [2021-03-10T15:21:32.130Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerInspectWithEmptyID [2021-03-10T15:21:32.130Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerInspect [2021-03-10T15:21:32.130Z] --- PASS: TestContainerInspect (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerInspectNode [2021-03-10T15:21:32.130Z] --- PASS: TestContainerInspectNode (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerKillError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerKillError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerKill [2021-03-10T15:21:32.130Z] --- PASS: TestContainerKill (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerListError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerListError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerList [2021-03-10T15:21:32.130Z] --- PASS: TestContainerList (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerLogsNotFoundError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerLogsError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerLogsError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerLogs [2021-03-10T15:21:32.130Z] --- PASS: TestContainerLogs (0.25s) [2021-03-10T15:21:32.130Z] === RUN TestContainerPauseError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerPauseError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerPause [2021-03-10T15:21:32.130Z] --- PASS: TestContainerPause (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainersPruneError [2021-03-10T15:21:32.130Z] --- PASS: TestContainersPruneError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainersPrune [2021-03-10T15:21:32.130Z] --- PASS: TestContainersPrune (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerRemoveError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerRemoveError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerRemoveNotFoundError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerRemove [2021-03-10T15:21:32.130Z] --- PASS: TestContainerRemove (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerRenameError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerRenameError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerRename [2021-03-10T15:21:32.130Z] --- PASS: TestContainerRename (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerResizeError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerResizeError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExecResizeError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerResize [2021-03-10T15:21:32.130Z] --- PASS: TestContainerResize (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerExecResize [2021-03-10T15:21:32.130Z] --- PASS: TestContainerExecResize (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerRestartError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerRestartError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerRestart [2021-03-10T15:21:32.130Z] --- PASS: TestContainerRestart (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStartError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerStartError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStart [2021-03-10T15:21:32.130Z] --- PASS: TestContainerStart (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStatsError [2021-03-10T15:21:32.130Z] --- PASS: TestContainerStatsError (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStats [2021-03-10T15:21:32.130Z] --- PASS: TestContainerStats (0.00s) [2021-03-10T15:21:32.130Z] === RUN TestContainerStopError [2021-03-10T15:21:32.500Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-03-10T15:21:32.589Z] --- PASS: TestRunContainerWithBridgeNone (3.72s) [2021-03-10T15:21:32.590Z] === RUN TestNetworkInvalidJSON [2021-03-10T15:21:32.590Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-10T15:21:32.590Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-10T15:21:32.590Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:21:32.590Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:21:32.590Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:21:32.590Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:21:32.590Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-10T15:21:32.590Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:21:32.590Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:21:32.590Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-10T15:21:32.590Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-10T15:21:32.590Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-10T15:21:32.590Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-10T15:21:32.590Z] === RUN TestNetworkList [2021-03-10T15:21:32.590Z] === RUN TestNetworkList//networks [2021-03-10T15:21:32.590Z] === PAUSE TestNetworkList//networks [2021-03-10T15:21:32.590Z] === RUN TestNetworkList//networks/ [2021-03-10T15:21:32.590Z] === PAUSE TestNetworkList//networks/ [2021-03-10T15:21:32.590Z] === CONT TestNetworkList//networks [2021-03-10T15:21:32.590Z] === CONT TestNetworkList//networks/ [2021-03-10T15:21:32.590Z] --- PASS: TestNetworkList (0.03s) [2021-03-10T15:21:32.590Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-10T15:21:32.590Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-10T15:21:32.590Z] === RUN TestHostIPv4BridgeLabel [2021-03-10T15:21:32.592Z] --- PASS: TestContainerStopError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestContainerStop [2021-03-10T15:21:32.592Z] --- PASS: TestContainerStop (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestContainerTopError [2021-03-10T15:21:32.592Z] --- PASS: TestContainerTopError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestContainerTop [2021-03-10T15:21:32.592Z] --- PASS: TestContainerTop (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestContainerUnpauseError [2021-03-10T15:21:32.592Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestContainerUnpause [2021-03-10T15:21:32.592Z] --- PASS: TestContainerUnpause (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestContainerUpdateError [2021-03-10T15:21:32.592Z] --- PASS: TestContainerUpdateError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestContainerUpdate [2021-03-10T15:21:32.592Z] --- PASS: TestContainerUpdate (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestContainerWaitError [2021-03-10T15:21:32.592Z] --- PASS: TestContainerWaitError (0.01s) [2021-03-10T15:21:32.592Z] === RUN TestContainerWait [2021-03-10T15:21:32.592Z] --- PASS: TestContainerWait (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestDiskUsageError [2021-03-10T15:21:32.592Z] --- PASS: TestDiskUsageError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestDiskUsage [2021-03-10T15:21:32.592Z] --- PASS: TestDiskUsage (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestDistributionInspectUnsupported [2021-03-10T15:21:32.592Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestDistributionInspectWithEmptyID [2021-03-10T15:21:32.592Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestEventsErrorInOptions [2021-03-10T15:21:32.592Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestEventsErrorFromServer [2021-03-10T15:21:32.592Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestEvents [2021-03-10T15:21:32.592Z] --- PASS: TestEvents (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestTLSCloseWriter [2021-03-10T15:21:32.592Z] === PAUSE TestTLSCloseWriter [2021-03-10T15:21:32.592Z] === RUN TestImageBuildError [2021-03-10T15:21:32.592Z] --- PASS: TestImageBuildError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageBuild [2021-03-10T15:21:32.592Z] --- PASS: TestImageBuild (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestGetDockerOS [2021-03-10T15:21:32.592Z] --- PASS: TestGetDockerOS (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageCreateError [2021-03-10T15:21:32.592Z] --- PASS: TestImageCreateError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageCreate [2021-03-10T15:21:32.592Z] --- PASS: TestImageCreate (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageHistoryError [2021-03-10T15:21:32.592Z] --- PASS: TestImageHistoryError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageHistory [2021-03-10T15:21:32.592Z] --- PASS: TestImageHistory (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageImportError [2021-03-10T15:21:32.592Z] --- PASS: TestImageImportError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageImport [2021-03-10T15:21:32.592Z] --- PASS: TestImageImport (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageInspectError [2021-03-10T15:21:32.592Z] --- PASS: TestImageInspectError (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageInspectImageNotFound [2021-03-10T15:21:32.592Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-03-10T15:21:32.592Z] === RUN TestImageInspectWithEmptyID [2021-03-10T15:21:32.593Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageInspect [2021-03-10T15:21:32.593Z] --- PASS: TestImageInspect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageListError [2021-03-10T15:21:32.593Z] --- PASS: TestImageListError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageList [2021-03-10T15:21:32.593Z] --- PASS: TestImageList (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageListApiBefore125 [2021-03-10T15:21:32.593Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageLoadError [2021-03-10T15:21:32.593Z] --- PASS: TestImageLoadError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageLoad [2021-03-10T15:21:32.593Z] --- PASS: TestImageLoad (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagesPruneError [2021-03-10T15:21:32.593Z] --- PASS: TestImagesPruneError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagesPrune [2021-03-10T15:21:32.593Z] --- PASS: TestImagesPrune (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePullReferenceParseError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePullAnyError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePullAnyError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePullStatusUnauthorizedError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePullWithoutErrors [2021-03-10T15:21:32.593Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePushReferenceError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePushAnyError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushAnyError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePushStatusUnauthorizedError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImagePushWithoutErrors [2021-03-10T15:21:32.593Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-03-10T15:21:32.593Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-03-10T15:21:32.593Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-03-10T15:21:32.593Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-03-10T15:21:32.593Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageRemoveError [2021-03-10T15:21:32.593Z] --- PASS: TestImageRemoveError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageRemoveImageNotFound [2021-03-10T15:21:32.593Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageRemove [2021-03-10T15:21:32.593Z] --- PASS: TestImageRemove (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageSaveError [2021-03-10T15:21:32.593Z] --- PASS: TestImageSaveError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageSave [2021-03-10T15:21:32.593Z] --- PASS: TestImageSave (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageSearchAnyError [2021-03-10T15:21:32.593Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageSearchStatusUnauthorizedError [2021-03-10T15:21:32.593Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-10T15:21:32.593Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-10T15:21:32.593Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-03-10T15:21:32.593Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageSearchWithoutErrors [2021-03-10T15:21:32.593Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageTagError [2021-03-10T15:21:32.593Z] --- PASS: TestImageTagError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageTagInvalidReference [2021-03-10T15:21:32.593Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageTagInvalidSourceImageName [2021-03-10T15:21:32.593Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageTagHexSource [2021-03-10T15:21:32.593Z] --- PASS: TestImageTagHexSource (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestImageTag [2021-03-10T15:21:32.593Z] --- PASS: TestImageTag (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestInfoServerError [2021-03-10T15:21:32.593Z] --- PASS: TestInfoServerError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestInfoInvalidResponseJSONError [2021-03-10T15:21:32.593Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestInfo [2021-03-10T15:21:32.593Z] --- PASS: TestInfo (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkConnectError [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkConnectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkConnect [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkConnect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkCreateError [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkCreateError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkCreate [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkCreate (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkDisconnectError [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkDisconnect [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkInspectError [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkInspectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkInspectNotFoundError [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkInspectWithEmptyID [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkInspect [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkInspect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkListError [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkListError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkList [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkList (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworksPruneError [2021-03-10T15:21:32.593Z] --- PASS: TestNetworksPruneError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworksPrune [2021-03-10T15:21:32.593Z] --- PASS: TestNetworksPrune (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkRemoveError [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNetworkRemove [2021-03-10T15:21:32.593Z] --- PASS: TestNetworkRemove (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeInspectError [2021-03-10T15:21:32.593Z] --- PASS: TestNodeInspectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeInspectNodeNotFound [2021-03-10T15:21:32.593Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeInspectWithEmptyID [2021-03-10T15:21:32.593Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeInspect [2021-03-10T15:21:32.593Z] --- PASS: TestNodeInspect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeListError [2021-03-10T15:21:32.593Z] --- PASS: TestNodeListError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeList [2021-03-10T15:21:32.593Z] --- PASS: TestNodeList (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeRemoveError [2021-03-10T15:21:32.593Z] --- PASS: TestNodeRemoveError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeRemove [2021-03-10T15:21:32.593Z] --- PASS: TestNodeRemove (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeUpdateError [2021-03-10T15:21:32.593Z] --- PASS: TestNodeUpdateError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestNodeUpdate [2021-03-10T15:21:32.593Z] --- PASS: TestNodeUpdate (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestOptionWithTimeout [2021-03-10T15:21:32.593Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPingFail [2021-03-10T15:21:32.593Z] --- PASS: TestPingFail (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPingWithError [2021-03-10T15:21:32.593Z] 2021/03/10 15:21:31 RoundTripper returned a response & error; ignoring response [2021-03-10T15:21:32.593Z] 2021/03/10 15:21:31 RoundTripper returned a response & error; ignoring response [2021-03-10T15:21:32.593Z] --- PASS: TestPingWithError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPingSuccess [2021-03-10T15:21:32.593Z] --- PASS: TestPingSuccess (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPingHeadFallback [2021-03-10T15:21:32.593Z] === RUN TestPingHeadFallback/OK [2021-03-10T15:21:32.593Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-03-10T15:21:32.593Z] === RUN TestPingHeadFallback/Not_Found [2021-03-10T15:21:32.593Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-03-10T15:21:32.593Z] --- PASS: TestPingHeadFallback (0.00s) [2021-03-10T15:21:32.593Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-03-10T15:21:32.593Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-03-10T15:21:32.593Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-03-10T15:21:32.593Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginDisableError [2021-03-10T15:21:32.593Z] --- PASS: TestPluginDisableError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginDisable [2021-03-10T15:21:32.593Z] --- PASS: TestPluginDisable (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginEnableError [2021-03-10T15:21:32.593Z] --- PASS: TestPluginEnableError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginEnable [2021-03-10T15:21:32.593Z] --- PASS: TestPluginEnable (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginInspectError [2021-03-10T15:21:32.593Z] --- PASS: TestPluginInspectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginInspectWithEmptyID [2021-03-10T15:21:32.593Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginInspect [2021-03-10T15:21:32.593Z] --- PASS: TestPluginInspect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginListError [2021-03-10T15:21:32.593Z] --- PASS: TestPluginListError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginList [2021-03-10T15:21:32.593Z] --- PASS: TestPluginList (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginPushError [2021-03-10T15:21:32.593Z] --- PASS: TestPluginPushError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginPush [2021-03-10T15:21:32.593Z] --- PASS: TestPluginPush (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginRemoveError [2021-03-10T15:21:32.593Z] --- PASS: TestPluginRemoveError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginRemove [2021-03-10T15:21:32.593Z] --- PASS: TestPluginRemove (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginSetError [2021-03-10T15:21:32.593Z] --- PASS: TestPluginSetError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPluginSet [2021-03-10T15:21:32.593Z] --- PASS: TestPluginSet (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSetHostHeader [2021-03-10T15:21:32.593Z] --- PASS: TestSetHostHeader (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestPlainTextError [2021-03-10T15:21:32.593Z] --- PASS: TestPlainTextError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestInfiniteError [2021-03-10T15:21:32.593Z] --- PASS: TestInfiniteError (0.02s) [2021-03-10T15:21:32.593Z] === RUN TestSecretCreateUnsupported [2021-03-10T15:21:32.593Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretCreateError [2021-03-10T15:21:32.593Z] --- PASS: TestSecretCreateError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretCreate [2021-03-10T15:21:32.593Z] --- PASS: TestSecretCreate (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretInspectUnsupported [2021-03-10T15:21:32.593Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretInspectError [2021-03-10T15:21:32.593Z] --- PASS: TestSecretInspectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretInspectSecretNotFound [2021-03-10T15:21:32.593Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretInspectWithEmptyID [2021-03-10T15:21:32.593Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretInspect [2021-03-10T15:21:32.593Z] --- PASS: TestSecretInspect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretListUnsupported [2021-03-10T15:21:32.593Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretListError [2021-03-10T15:21:32.593Z] --- PASS: TestSecretListError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretList [2021-03-10T15:21:32.593Z] --- PASS: TestSecretList (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretRemoveUnsupported [2021-03-10T15:21:32.593Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretRemoveError [2021-03-10T15:21:32.593Z] --- PASS: TestSecretRemoveError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretRemove [2021-03-10T15:21:32.593Z] --- PASS: TestSecretRemove (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretUpdateUnsupported [2021-03-10T15:21:32.593Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretUpdateError [2021-03-10T15:21:32.593Z] --- PASS: TestSecretUpdateError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSecretUpdate [2021-03-10T15:21:32.593Z] --- PASS: TestSecretUpdate (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceCreateError [2021-03-10T15:21:32.593Z] --- PASS: TestServiceCreateError (0.01s) [2021-03-10T15:21:32.593Z] === RUN TestServiceCreate [2021-03-10T15:21:32.593Z] --- PASS: TestServiceCreate (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceCreateCompatiblePlatforms [2021-03-10T15:21:32.593Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceCreateDigestPinning [2021-03-10T15:21:32.593Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceInspectError [2021-03-10T15:21:32.593Z] --- PASS: TestServiceInspectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceInspectServiceNotFound [2021-03-10T15:21:32.593Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceInspectWithEmptyID [2021-03-10T15:21:32.593Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceInspect [2021-03-10T15:21:32.593Z] --- PASS: TestServiceInspect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceListError [2021-03-10T15:21:32.593Z] --- PASS: TestServiceListError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceList [2021-03-10T15:21:32.593Z] --- PASS: TestServiceList (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceLogsError [2021-03-10T15:21:32.593Z] --- PASS: TestServiceLogsError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceLogs [2021-03-10T15:21:32.593Z] --- PASS: TestServiceLogs (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceRemoveError [2021-03-10T15:21:32.593Z] --- PASS: TestServiceRemoveError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceRemoveNotFoundError [2021-03-10T15:21:32.593Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceRemove [2021-03-10T15:21:32.593Z] --- PASS: TestServiceRemove (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceUpdateError [2021-03-10T15:21:32.593Z] --- PASS: TestServiceUpdateError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestServiceUpdate [2021-03-10T15:21:32.593Z] --- PASS: TestServiceUpdate (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmGetUnlockKeyError [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmGetUnlockKey [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmInitError [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmInitError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmInit [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmInit (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmInspectError [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmInspectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmInspect [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmInspect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmJoinError [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmJoinError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmJoin [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmJoin (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmLeaveError [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmLeave [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmLeave (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmUnlockError [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmUnlock [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmUnlock (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmUpdateError [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestSwarmUpdate [2021-03-10T15:21:32.593Z] --- PASS: TestSwarmUpdate (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestTaskInspectError [2021-03-10T15:21:32.593Z] --- PASS: TestTaskInspectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestTaskInspectWithEmptyID [2021-03-10T15:21:32.593Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestTaskInspect [2021-03-10T15:21:32.593Z] --- PASS: TestTaskInspect (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestTaskListError [2021-03-10T15:21:32.593Z] --- PASS: TestTaskListError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestTaskList [2021-03-10T15:21:32.593Z] --- PASS: TestTaskList (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestVolumeCreateError [2021-03-10T15:21:32.593Z] --- PASS: TestVolumeCreateError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestVolumeCreate [2021-03-10T15:21:32.593Z] --- PASS: TestVolumeCreate (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestVolumeInspectError [2021-03-10T15:21:32.593Z] --- PASS: TestVolumeInspectError (0.00s) [2021-03-10T15:21:32.593Z] === RUN TestVolumeInspectNotFound [2021-03-10T15:21:32.593Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-03-10T15:21:32.594Z] === RUN TestVolumeInspectWithEmptyID [2021-03-10T15:21:32.594Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-03-10T15:21:32.594Z] === RUN TestVolumeInspect [2021-03-10T15:21:32.594Z] --- PASS: TestVolumeInspect (0.00s) [2021-03-10T15:21:32.594Z] === RUN TestVolumeListError [2021-03-10T15:21:32.594Z] --- PASS: TestVolumeListError (0.00s) [2021-03-10T15:21:32.594Z] === RUN TestVolumeList [2021-03-10T15:21:32.594Z] --- PASS: TestVolumeList (0.00s) [2021-03-10T15:21:32.594Z] === RUN TestVolumeRemoveError [2021-03-10T15:21:32.594Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-03-10T15:21:32.594Z] === RUN TestVolumeRemove [2021-03-10T15:21:32.594Z] --- PASS: TestVolumeRemove (0.00s) [2021-03-10T15:21:32.594Z] === CONT TestTLSCloseWriter [2021-03-10T15:21:32.594Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-03-10T15:21:32.594Z] PASS [2021-03-10T15:21:32.594Z] coverage: 74.9% of statements [2021-03-10T15:21:32.594Z] ok github.com/docker/docker/client 0.717s coverage: 74.9% of statements [2021-03-10T15:21:32.603Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-10T15:21:32.851Z] --- PASS: TestHostIPv4BridgeLabel (0.87s) [2021-03-10T15:21:32.851Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-10T15:21:33.068Z] === RUN TestDockerSuite/TestExecUlimits [2021-03-10T15:21:33.285Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-10T15:21:34.225Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-10T15:21:34.238Z] --- PASS: TestDaemonRestartWithLiveRestore (1.46s) [2021-03-10T15:21:34.238Z] === RUN TestDaemonDefaultNetworkPools [2021-03-10T15:21:34.444Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-03-10T15:21:34.444Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-03-10T15:21:35.012Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-03-10T15:21:35.408Z] --- PASS: TestReadPluginNoRead (9.28s) [2021-03-10T15:21:35.408Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.09s) [2021-03-10T15:21:35.408Z] --- PASS: TestReadPluginNoRead/default (2.16s) [2021-03-10T15:21:35.408Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.15s) [2021-03-10T15:21:35.408Z] read_test.go:92: [d219b7fc69e84] daemon is not started [2021-03-10T15:21:35.408Z] PASS [2021-03-10T15:21:35.408Z] [2021-03-10T15:21:35.408Z] DONE 6 tests in 13.229s [2021-03-10T15:21:35.408Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-10T15:21:35.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:35.408Z] ++ set -e [2021-03-10T15:21:35.408Z] ++ '[' -n 0 ']' [2021-03-10T15:21:35.408Z] ++ set -x [2021-03-10T15:21:35.408Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:35.408Z] testing: warning: no tests to run [2021-03-10T15:21:35.408Z] PASS [2021-03-10T15:21:35.408Z] [2021-03-10T15:21:35.408Z] DONE 0 tests in 0.032s [2021-03-10T15:21:35.408Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-10T15:21:35.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:35.408Z] ++ set -e [2021-03-10T15:21:35.408Z] ++ '[' -n 0 ']' [2021-03-10T15:21:35.408Z] ++ set -x [2021-03-10T15:21:35.408Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:35.408Z] INFO: Testing against a local daemon [2021-03-10T15:21:35.408Z] === RUN TestPluginWithDevMounts [2021-03-10T15:21:35.408Z] === PAUSE TestPluginWithDevMounts [2021-03-10T15:21:35.408Z] === CONT TestPluginWithDevMounts [2021-03-10T15:21:35.608Z] --- PASS: TestContinueAfterPluginCrash (9.42s) [2021-03-10T15:21:35.626Z] --- PASS: TestDaemonDefaultNetworkPools (1.36s) [2021-03-10T15:21:35.626Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-10T15:21:35.869Z] === RUN TestReadPluginNoRead/default [2021-03-10T15:21:36.389Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-03-10T15:21:36.930Z] --- PASS: TestPluginWithDevMounts (1.96s) [2021-03-10T15:21:36.930Z] PASS [2021-03-10T15:21:36.930Z] [2021-03-10T15:21:36.930Z] DONE 1 tests in 2.061s [2021-03-10T15:21:36.930Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-03-10T15:21:36.930Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:36.930Z] ++ set -e [2021-03-10T15:21:36.930Z] ++ '[' -n 0 ']' [2021-03-10T15:21:36.930Z] ++ set -x [2021-03-10T15:21:36.930Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:21:37.224Z] INFO: Testing against a local daemon [2021-03-10T15:21:37.224Z] === RUN TestSecretInspect [2021-03-10T15:21:37.767Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-03-10T15:21:37.767Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-03-10T15:21:37.780Z] --- PASS: TestReadPluginNoRead (7.35s) [2021-03-10T15:21:37.780Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2021-03-10T15:21:37.780Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.66s) [2021-03-10T15:21:37.780Z] --- PASS: TestReadPluginNoRead/default (1.51s) [2021-03-10T15:21:37.780Z] read_test.go:92: [d9b8f5b700100] daemon is not started [2021-03-10T15:21:37.780Z] PASS [2021-03-10T15:21:37.780Z] [2021-03-10T15:21:37.780Z] DONE 6 tests in 11.560s [2021-03-10T15:21:37.780Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-10T15:21:37.780Z] testing: warning: no tests to run [2021-03-10T15:21:37.780Z] PASS [2021-03-10T15:21:37.780Z] [2021-03-10T15:21:37.780Z] DONE 0 tests in 0.007s [2021-03-10T15:21:37.780Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-10T15:21:37.780Z] INFO: Testing against a local daemon [2021-03-10T15:21:37.780Z] === RUN TestPluginWithDevMounts [2021-03-10T15:21:37.780Z] === PAUSE TestPluginWithDevMounts [2021-03-10T15:21:37.780Z] === CONT TestPluginWithDevMounts [2021-03-10T15:21:38.176Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.02s) [2021-03-10T15:21:38.176Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-10T15:21:39.166Z] --- PASS: TestPluginWithDevMounts (1.72s) [2021-03-10T15:21:39.166Z] PASS [2021-03-10T15:21:39.166Z] [2021-03-10T15:21:39.166Z] DONE 1 tests in 1.757s [2021-03-10T15:21:39.425Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-10T15:21:39.425Z] INFO: Testing against a local daemon [2021-03-10T15:21:39.425Z] === RUN TestSecretInspect [2021-03-10T15:21:39.671Z] === RUN TestDockerSuite/TestExecWithTERM [2021-03-10T15:21:40.093Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.42s) [2021-03-10T15:21:40.093Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-10T15:21:41.035Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.86s) [2021-03-10T15:21:41.035Z] === RUN TestServiceWithPredefinedNetwork [2021-03-10T15:21:41.046Z] === RUN TestDockerSuite/TestExecWithUser [2021-03-10T15:21:41.699Z] --- PASS: TestSecretInspect (4.07s) [2021-03-10T15:21:41.699Z] === RUN TestSecretList [2021-03-10T15:21:41.962Z] --- PASS: TestSecretInspect (2.39s) [2021-03-10T15:21:41.962Z] === RUN TestSecretList [2021-03-10T15:21:42.420Z] === RUN TestDockerSuite/TestGetContainerStats [2021-03-10T15:21:44.340Z] --- PASS: TestServiceWithPredefinedNetwork (3.44s) [2021-03-10T15:21:44.340Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-10T15:21:44.340Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:21:44.340Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:21:44.340Z] === RUN TestServiceWithDataPathPortInit [2021-03-10T15:21:44.501Z] --- PASS: TestSecretList (2.47s) [2021-03-10T15:21:44.501Z] === RUN TestSecretsCreateAndDelete [2021-03-10T15:21:45.239Z] --- PASS: TestSecretList (4.00s) [2021-03-10T15:21:45.239Z] === RUN TestSecretsCreateAndDelete [2021-03-10T15:21:46.411Z] --- PASS: TestSecretsCreateAndDelete (1.93s) [2021-03-10T15:21:46.411Z] === RUN TestSecretsUpdate [2021-03-10T15:21:47.686Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-03-10T15:21:48.318Z] --- PASS: TestSecretsUpdate (2.28s) [2021-03-10T15:21:48.318Z] === RUN TestTemplatedSecret [2021-03-10T15:21:49.714Z] --- PASS: TestSecretsCreateAndDelete (3.84s) [2021-03-10T15:21:49.714Z] === RUN TestSecretsUpdate [2021-03-10T15:21:50.282Z] --- PASS: TestCheckoutGit (31.02s) [2021-03-10T15:21:50.282Z] === RUN TestValidGitTransport [2021-03-10T15:21:50.282Z] --- PASS: TestValidGitTransport (0.00s) [2021-03-10T15:21:50.282Z] === RUN TestGitInvalidRef [2021-03-10T15:21:50.282Z] --- PASS: TestGitInvalidRef (0.19s) [2021-03-10T15:21:50.282Z] PASS [2021-03-10T15:21:50.282Z] coverage: 86.3% of statements [2021-03-10T15:21:50.282Z] ok github.com/docker/docker/builder/remotecontext/git 31.427s coverage: 86.3% of statements [2021-03-10T15:21:50.282Z] ? github.com/docker/docker/cli [no test files] [2021-03-10T15:21:50.282Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-10T15:21:51.874Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-03-10T15:21:52.462Z] --- PASS: TestSecretsUpdate (3.48s) [2021-03-10T15:21:52.462Z] === RUN TestTemplatedSecret [2021-03-10T15:21:52.528Z] --- PASS: TestTemplatedSecret (3.50s) [2021-03-10T15:21:52.528Z] === RUN TestSecretCreateResolve [2021-03-10T15:21:53.774Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-03-10T15:21:54.464Z] --- PASS: TestSecretCreateResolve (2.30s) [2021-03-10T15:21:54.464Z] PASS [2021-03-10T15:21:54.464Z] [2021-03-10T15:21:54.464Z] DONE 6 tests in 14.899s [2021-03-10T15:21:54.464Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-10T15:21:54.464Z] INFO: Testing against a local daemon [2021-03-10T15:21:54.464Z] === RUN TestServiceCreateInit [2021-03-10T15:21:54.464Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-10T15:21:56.936Z] --- PASS: TestTemplatedSecret (4.22s) [2021-03-10T15:21:56.936Z] === RUN TestSecretCreateResolve [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-03-10T15:21:57.367Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestConfigureDaemonLogs [2021-03-10T15:21:57.367Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestCommonOptionsInstallFlags [2021-03-10T15:21:57.367Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-03-10T15:21:57.367Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-03-10T15:21:57.367Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-03-10T15:21:57.367Z] PASS [2021-03-10T15:21:57.367Z] coverage: 18.4% of statements [2021-03-10T15:21:57.367Z] ok github.com/docker/docker/cmd/dockerd 0.374s coverage: 18.4% of statements [2021-03-10T15:21:58.906Z] === RUN TestContainerStopSignal [2021-03-10T15:21:58.906Z] --- PASS: TestContainerStopSignal (0.00s) [2021-03-10T15:21:58.906Z] === RUN TestContainerStopTimeout [2021-03-10T15:21:58.906Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-03-10T15:21:58.906Z] === RUN TestContainerSecretReferenceDestTarget [2021-03-10T15:21:58.906Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-03-10T15:21:58.906Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-03-10T15:21:58.906Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-03-10T15:21:58.906Z] === RUN TestContainerLogPathSetForRingLogger [2021-03-10T15:21:58.906Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-03-10T15:21:58.906Z] === RUN TestReplaceAndAppendEnvVars [2021-03-10T15:21:58.906Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-03-10T15:21:58.907Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-03-10T15:21:58.907Z] === RUN TestNewMemoryStore [2021-03-10T15:21:58.907Z] --- PASS: TestNewMemoryStore (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestAddContainers [2021-03-10T15:21:58.907Z] --- PASS: TestAddContainers (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestGetContainer [2021-03-10T15:21:58.907Z] --- PASS: TestGetContainer (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestDeleteContainer [2021-03-10T15:21:58.907Z] --- PASS: TestDeleteContainer (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestListContainers [2021-03-10T15:21:58.907Z] --- PASS: TestListContainers (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestFirstContainer [2021-03-10T15:21:58.907Z] --- PASS: TestFirstContainer (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestApplyAllContainer [2021-03-10T15:21:58.907Z] --- PASS: TestApplyAllContainer (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestIsValidHealthString [2021-03-10T15:21:58.907Z] --- PASS: TestIsValidHealthString (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestStateRunStop [2021-03-10T15:21:58.907Z] --- PASS: TestStateRunStop (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestStateTimeoutWait [2021-03-10T15:21:58.907Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-03-10T15:21:58.907Z] state_test.go:141: Stop callback fired [2021-03-10T15:21:58.907Z] state_test.go:165: Stop callback fired [2021-03-10T15:21:58.907Z] === RUN TestIsValidStateString [2021-03-10T15:21:58.907Z] --- PASS: TestIsValidStateString (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestViewSaveDelete [2021-03-10T15:21:58.907Z] --- PASS: TestViewSaveDelete (0.03s) [2021-03-10T15:21:58.907Z] === RUN TestViewAll [2021-03-10T15:21:58.907Z] --- PASS: TestViewAll (0.01s) [2021-03-10T15:21:58.907Z] === RUN TestViewGet [2021-03-10T15:21:58.907Z] --- PASS: TestViewGet (0.01s) [2021-03-10T15:21:58.907Z] === RUN TestNames [2021-03-10T15:21:58.907Z] --- PASS: TestNames (0.00s) [2021-03-10T15:21:58.907Z] === RUN TestViewWithHealthCheck [2021-03-10T15:21:58.907Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-03-10T15:21:58.907Z] PASS [2021-03-10T15:21:58.907Z] coverage: 41.6% of statements [2021-03-10T15:21:58.907Z] ok github.com/docker/docker/container 0.385s coverage: 41.6% of statements [2021-03-10T15:21:58.907Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-10T15:21:58.907Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-10T15:21:58.907Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-10T15:21:58.907Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-10T15:21:59.053Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-03-10T15:21:59.311Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-03-10T15:21:59.311Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-03-10T15:21:59.311Z] === RUN TestDockerSuite/TestHealth [2021-03-10T15:21:59.742Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-10T15:22:00.246Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-03-10T15:22:00.447Z] === RUN TestPrepare [2021-03-10T15:22:00.448Z] --- PASS: TestPrepare (0.00s) [2021-03-10T15:22:00.448Z] === RUN TestStart [2021-03-10T15:22:00.448Z] --- PASS: TestStart (0.00s) [2021-03-10T15:22:00.448Z] === RUN TestWaitCancel [2021-03-10T15:22:00.448Z] --- PASS: TestWaitCancel (0.00s) [2021-03-10T15:22:00.448Z] === RUN TestWaitDisabled [2021-03-10T15:22:00.448Z] --- PASS: TestWaitDisabled (0.01s) [2021-03-10T15:22:00.448Z] === RUN TestWaitEnabled [2021-03-10T15:22:00.907Z] --- PASS: TestWaitEnabled (0.00s) [2021-03-10T15:22:00.907Z] === RUN TestRemove [2021-03-10T15:22:00.907Z] --- PASS: TestRemove (0.00s) [2021-03-10T15:22:00.907Z] PASS [2021-03-10T15:22:00.907Z] coverage: 65.3% of statements [2021-03-10T15:22:00.907Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.242s coverage: 65.3% of statements [2021-03-10T15:22:01.411Z] --- PASS: TestSecretCreateResolve (4.05s) [2021-03-10T15:22:01.411Z] PASS [2021-03-10T15:22:01.411Z] [2021-03-10T15:22:01.411Z] DONE 6 tests in 23.761s [2021-03-10T15:22:01.411Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-03-10T15:22:01.411Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:01.411Z] ++ set -e [2021-03-10T15:22:01.411Z] ++ '[' -n 0 ']' [2021-03-10T15:22:01.411Z] ++ set -x [2021-03-10T15:22:01.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-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:01.411Z] INFO: Testing against a local daemon [2021-03-10T15:22:01.411Z] === RUN TestServiceCreateInit [2021-03-10T15:22:01.411Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-10T15:22:03.087Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-03-10T15:22:03.087Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCIsolation [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCIsolation [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-03-10T15:22:03.087Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCConfigs [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCConfigs [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-03-10T15:22:03.087Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-03-10T15:22:03.087Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-03-10T15:22:03.087Z] PASS [2021-03-10T15:22:03.087Z] coverage: 35.9% of statements [2021-03-10T15:22:03.087Z] ok github.com/docker/docker/daemon/cluster/convert 0.232s coverage: 35.9% of statements [2021-03-10T15:22:03.546Z] === RUN TestNewListSecretsFilters [2021-03-10T15:22:03.546Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-03-10T15:22:03.546Z] === RUN TestNewListConfigsFilters [2021-03-10T15:22:03.546Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-03-10T15:22:03.546Z] PASS [2021-03-10T15:22:03.546Z] coverage: 0.5% of statements [2021-03-10T15:22:03.546Z] ok github.com/docker/docker/daemon/cluster 0.371s coverage: 0.5% of statements [2021-03-10T15:22:03.940Z] --- PASS: TestServiceCreateInit (9.01s) [2021-03-10T15:22:03.940Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.66s) [2021-03-10T15:22:03.940Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.32s) [2021-03-10T15:22:03.940Z] === RUN TestCreateServiceMultipleTimes [2021-03-10T15:22:06.310Z] --- PASS: TestServiceWithDataPathPortInit (19.06s) [2021-03-10T15:22:06.310Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-10T15:22:07.002Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-10T15:22:09.341Z] === RUN TestDiscoveryOptsErrors [2021-03-10T15:22:09.341Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDiscoveryOpts [2021-03-10T15:22:09.341Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-03-10T15:22:09.341Z] PASS [2021-03-10T15:22:09.341Z] coverage: 30.0% of statements [2021-03-10T15:22:09.341Z] ok github.com/docker/docker/daemon/discovery 0.398s coverage: 30.0% of statements [2021-03-10T15:22:09.341Z] === RUN TestBuilderGC [2021-03-10T15:22:09.341Z] --- PASS: TestBuilderGC (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationNotFound [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDaemonBrokenConfiguration [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestParseClusterAdvertiseSettings [2021-03-10T15:22:09.341Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestFindConfigurationConflicts [2021-03-10T15:22:09.341Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-03-10T15:22:09.341Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMergeConflicts [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-03-10T15:22:09.341Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-03-10T15:22:09.341Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-03-10T15:22:09.341Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration/with_label [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration/with_dns [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration/with_dns-search [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-03-10T15:22:09.341Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-03-10T15:22:09.341Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestModifiedDiscoverySettings [2021-03-10T15:22:09.341Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestReloadSetConfigFileNotExist [2021-03-10T15:22:09.341Z] time="2021-03-10T15:22:08Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-03-10T15:22:09.341Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-03-10T15:22:09.341Z] === RUN TestReloadDefaultConfigNotExist [2021-03-10T15:22:09.341Z] --- SKIP: TestReloadDefaultConfigNotExist (0.06s) [2021-03-10T15:22:09.341Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:09.341Z] === RUN TestReloadBadDefaultConfig [2021-03-10T15:22:09.341Z] time="2021-03-10T15:22:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-469097103" [2021-03-10T15:22:09.341Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestReloadWithConflictingLabels [2021-03-10T15:22:09.341Z] time="2021-03-10T15:22:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-649363106" [2021-03-10T15:22:09.341Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestReloadWithDuplicateLabels [2021-03-10T15:22:09.341Z] time="2021-03-10T15:22:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-912773529" [2021-03-10T15:22:09.341Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-03-10T15:22:09.341Z] === RUN TestDaemonConfigurationMerge [2021-03-10T15:22:09.341Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-03-10T15:22:09.341Z] PASS [2021-03-10T15:22:09.341Z] coverage: 79.7% of statements [2021-03-10T15:22:09.341Z] ok github.com/docker/docker/daemon/config 0.359s coverage: 79.7% of statements [2021-03-10T15:22:10.880Z] === RUN TestEventsLog [2021-03-10T15:22:10.880Z] --- PASS: TestEventsLog (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestEventsLogTimeout [2021-03-10T15:22:10.880Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestLogEvents [2021-03-10T15:22:10.880Z] === RUN TestVerifyNetworkingConfig [2021-03-10T15:22:10.880Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestGetContainer [2021-03-10T15:22:10.880Z] --- PASS: TestGetContainer (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestValidContainerNames [2021-03-10T15:22:10.880Z] --- PASS: TestValidContainerNames (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestContainerInitDNS [2021-03-10T15:22:10.880Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-03-10T15:22:10.880Z] daemon_test.go:147: root required [2021-03-10T15:22:10.880Z] === RUN TestMerge [2021-03-10T15:22:10.880Z] --- PASS: TestMerge (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestValidateContainerIsolation [2021-03-10T15:22:10.880Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestFindNetworkErrorType [2021-03-10T15:22:10.880Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestEnsureServicesExist [2021-03-10T15:22:10.880Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestEnsureServicesExistErrors [2021-03-10T15:22:10.880Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-03-10T15:22:10.880Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-03-10T15:22:10.880Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-03-10T15:22:10.880Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestContainerDelete [2021-03-10T15:22:10.880Z] --- PASS: TestContainerDelete (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestContainerDoubleDelete [2021-03-10T15:22:10.880Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestLogContainerEventCopyLabels [2021-03-10T15:22:10.880Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestLogContainerEventWithAttributes [2021-03-10T15:22:10.880Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestNoneHealthcheck [2021-03-10T15:22:10.880Z] --- PASS: TestLogEvents (0.05s) [2021-03-10T15:22:10.880Z] === RUN TestLoadBufferedEvents [2021-03-10T15:22:10.880Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestHealthStates [2021-03-10T15:22:10.880Z] --- PASS: TestLoadBufferedEvents (0.14s) [2021-03-10T15:22:10.880Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-03-10T15:22:10.880Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-03-10T15:22:10.880Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-03-10T15:22:10.880Z] PASS [2021-03-10T15:22:10.880Z] coverage: 50.0% of statements [2021-03-10T15:22:10.880Z] ok github.com/docker/docker/daemon/events 0.264s coverage: 50.0% of statements [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] time="2021-03-10T15:22:10Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-10T15:22:10.880Z] --- PASS: TestHealthStates (0.14s) [2021-03-10T15:22:10.880Z] === RUN TestMaskURLCredentials [2021-03-10T15:22:10.880Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestGetInspectData [2021-03-10T15:22:10.880Z] --- PASS: TestGetInspectData (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestFillLicense [2021-03-10T15:22:10.880Z] --- PASS: TestFillLicense (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestListInvalidFilter [2021-03-10T15:22:10.880Z] --- PASS: TestListInvalidFilter (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestNameFilter [2021-03-10T15:22:10.880Z] --- PASS: TestNameFilter (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-03-10T15:22:10.880Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-03-10T15:22:10.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-03-10T15:22:10.880Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-03-10T15:22:10.881Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-03-10T15:22:10.881Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-03-10T15:22:10.881Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-03-10T15:22:10.881Z] === RUN TestDaemonReloadLabels [2021-03-10T15:22:10.881Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-03-10T15:22:10.881Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-03-10T15:22:10.881Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-03-10T15:22:10.881Z] === RUN TestDaemonReloadMirrors [2021-03-10T15:22:10.881Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-03-10T15:22:10.881Z] === RUN TestDaemonReloadInsecureRegistries [2021-03-10T15:22:10.881Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-03-10T15:22:10.881Z] === RUN TestDaemonReloadNotAffectOthers [2021-03-10T15:22:10.881Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-03-10T15:22:10.881Z] === RUN TestDaemonDiscoveryReload [2021-03-10T15:22:11.340Z] === RUN TestWaitNodeAttachment [2021-03-10T15:22:11.800Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-03-10T15:22:11.800Z] === RUN TestIsolationConversion [2021-03-10T15:22:11.800Z] === RUN TestIsolationConversion/default [2021-03-10T15:22:11.800Z] === RUN TestIsolationConversion/process [2021-03-10T15:22:11.800Z] === RUN TestIsolationConversion/hyperv [2021-03-10T15:22:11.800Z] --- PASS: TestIsolationConversion (0.00s) [2021-03-10T15:22:11.800Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-03-10T15:22:11.800Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-03-10T15:22:11.800Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-03-10T15:22:11.800Z] === RUN TestContainerLabels [2021-03-10T15:22:11.800Z] --- PASS: TestContainerLabels (0.00s) [2021-03-10T15:22:11.800Z] === RUN TestCredentialSpecConversion [2021-03-10T15:22:11.800Z] === RUN TestCredentialSpecConversion/none [2021-03-10T15:22:11.800Z] === RUN TestCredentialSpecConversion/config [2021-03-10T15:22:11.800Z] === RUN TestCredentialSpecConversion/file [2021-03-10T15:22:11.800Z] === RUN TestCredentialSpecConversion/registry [2021-03-10T15:22:11.800Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-03-10T15:22:11.800Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-03-10T15:22:11.800Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-03-10T15:22:11.800Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-03-10T15:22:11.800Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-03-10T15:22:11.800Z] === RUN TestControllerValidateMountBind [2021-03-10T15:22:11.800Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-03-10T15:22:11.800Z] === RUN TestControllerValidateMountVolume [2021-03-10T15:22:11.800Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-03-10T15:22:11.800Z] === RUN TestControllerValidateMountTarget [2021-03-10T15:22:11.800Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-03-10T15:22:11.800Z] === RUN TestControllerValidateMountTmpfs [2021-03-10T15:22:11.800Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-03-10T15:22:11.800Z] === RUN TestControllerValidateMountInvalidType [2021-03-10T15:22:11.800Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-03-10T15:22:11.800Z] === RUN TestControllerValidateMountNamedPipe [2021-03-10T15:22:11.800Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-03-10T15:22:11.800Z] PASS [2021-03-10T15:22:11.800Z] coverage: 11.3% of statements [2021-03-10T15:22:11.800Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.770s coverage: 11.3% of statements [2021-03-10T15:22:12.260Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-03-10T15:22:12.260Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-03-10T15:22:12.260Z] === RUN TestIsEmptyDir [2021-03-10T15:22:12.260Z] --- PASS: TestIsEmptyDir (0.00s) [2021-03-10T15:22:12.260Z] PASS [2021-03-10T15:22:12.260Z] coverage: 2.3% of statements [2021-03-10T15:22:12.260Z] ok github.com/docker/docker/daemon/graphdriver 0.073s coverage: 2.3% of statements [2021-03-10T15:22:12.719Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-03-10T15:22:12.719Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-03-10T15:22:12.719Z] === RUN TestLinkNaming [2021-03-10T15:22:12.719Z] --- PASS: TestLinkNaming (0.00s) [2021-03-10T15:22:12.719Z] === RUN TestLinkNew [2021-03-10T15:22:12.719Z] --- PASS: TestLinkNew (0.00s) [2021-03-10T15:22:12.719Z] === RUN TestLinkEnv [2021-03-10T15:22:12.719Z] --- PASS: TestLinkEnv (0.00s) [2021-03-10T15:22:12.719Z] === RUN TestLinkMultipleEnv [2021-03-10T15:22:12.719Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-03-10T15:22:12.719Z] === RUN TestLinkPortRangeEnv [2021-03-10T15:22:12.719Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-03-10T15:22:12.719Z] PASS [2021-03-10T15:22:12.719Z] coverage: 93.0% of statements [2021-03-10T15:22:12.719Z] ok github.com/docker/docker/daemon/links 0.046s coverage: 93.0% of statements [2021-03-10T15:22:12.894Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.67s) [2021-03-10T15:22:12.894Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:it7vkki7elykcuswgtdbx957j Created:2021-03-10 15:22:04.640447245 +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[19f7b6a89b33623f98d8a9b64fa647185268b2208226c898deb567a943c4e56c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rc3kolsbvd39hqlad80z09tth EndpointID:c9c48262237f58eea0b2989d9b52c1cccdb87f37dd599c85717556ca85202c22 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a1240b0a6fdf3a8b8e67c1b6e5edd5be9b8cb05be5c3410046fda3b5ad87aca4 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:2a971a92a163 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rc3kolsbvd39hqlad80z09tth EndpointID:c9c48262237f58eea0b2989d9b52c1cccdb87f37dd599c85717556ca85202c22 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-10T15:22:12.894Z] PASS [2021-03-10T15:22:12.894Z] [2021-03-10T15:22:12.894Z] === Skipped [2021-03-10T15:22:12.894Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:22:12.894Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:22:12.894Z] [2021-03-10T15:22:12.894Z] [2021-03-10T15:22:12.894Z] DONE 26 tests, 1 skipped in 63.492s [2021-03-10T15:22:12.894Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:22:12.894Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:12.894Z] ++ set -e [2021-03-10T15:22:12.894Z] ++ '[' -n 0 ']' [2021-03-10T15:22:12.894Z] ++ set -x [2021-03-10T15:22:12.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:12.894Z] INFO: Testing against a local daemon [2021-03-10T15:22:12.894Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-10T15:22:12.894Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-10T15:22:12.894Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:22:12.894Z] === RUN TestDockerNetworkIpvlan [2021-03-10T15:22:12.894Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:22:12.894Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:22:12.894Z] PASS [2021-03-10T15:22:12.894Z] [2021-03-10T15:22:12.894Z] === Skipped [2021-03-10T15:22:12.894Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-10T15:22:12.894Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:22:12.894Z] [2021-03-10T15:22:12.894Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:22:12.894Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:22:12.894Z] [2021-03-10T15:22:12.894Z] [2021-03-10T15:22:12.894Z] DONE 2 tests, 2 skipped in 0.211s [2021-03-10T15:22:12.894Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:22:12.894Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:12.894Z] ++ set -e [2021-03-10T15:22:12.894Z] ++ '[' -n 0 ']' [2021-03-10T15:22:12.894Z] ++ set -x [2021-03-10T15:22:12.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:12.894Z] INFO: Testing against a local daemon [2021-03-10T15:22:12.894Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-10T15:22:13.179Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.54s) [2021-03-10T15:22:13.179Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-03-10T15:22:13.179Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-03-10T15:22:13.179Z] reload_test.go:520: root required [2021-03-10T15:22:13.179Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-03-10T15:22:13.179Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.02s) [2021-03-10T15:22:13.179Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-03-10T15:22:13.179Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.14s) [2021-03-10T15:22:13.179Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-03-10T15:22:13.179Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2021-03-10T15:22:13.179Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-03-10T15:22:13.179Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2021-03-10T15:22:13.179Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-03-10T15:22:13.179Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2021-03-10T15:22:13.179Z] === RUN TestParseVolumesFrom [2021-03-10T15:22:13.179Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-03-10T15:22:13.179Z] PASS [2021-03-10T15:22:13.179Z] coverage: 9.1% of statements [2021-03-10T15:22:13.179Z] ok github.com/docker/docker/daemon 2.953s coverage: 9.1% of statements [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-03-10T15:22:13.179Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-03-10T15:22:13.924Z] --- PASS: TestServiceCreateInit (12.08s) [2021-03-10T15:22:13.924Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.02s) [2021-03-10T15:22:13.924Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (6.05s) [2021-03-10T15:22:13.924Z] === RUN TestCreateServiceMultipleTimes [2021-03-10T15:22:14.809Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.25s) [2021-03-10T15:22:14.809Z] === RUN TestDockerNetworkMacvlan [2021-03-10T15:22:15.359Z] === RUN TestAdapterReadLogs [2021-03-10T15:22:15.359Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-03-10T15:22:15.359Z] === RUN TestCopier [2021-03-10T15:22:15.359Z] --- PASS: TestCopier (0.00s) [2021-03-10T15:22:15.359Z] === RUN TestCopierLongLines [2021-03-10T15:22:15.359Z] --- PASS: TestCopierLongLines (0.00s) [2021-03-10T15:22:15.359Z] === RUN TestCopierSlow [2021-03-10T15:22:15.413Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-03-10T15:22:15.413Z] Copying nested executables into bundles/binary-daemon [2021-03-10T15:22:15.413Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-03-10T15:22:15.750Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/make.sh cross [2021-03-10T15:22:15.818Z] --- PASS: TestCopierSlow (0.39s) [2021-03-10T15:22:15.818Z] === RUN TestCopierWithSized [2021-03-10T15:22:15.818Z] === RUN TestCopierWithSized/as_is [2021-03-10T15:22:15.818Z] === RUN TestCopierWithSized/With_RingLogger [2021-03-10T15:22:15.818Z] --- PASS: TestCopierWithSized (0.02s) [2021-03-10T15:22:15.818Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2021-03-10T15:22:15.818Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-03-10T15:22:15.818Z] === RUN TestCopierWithPartial [2021-03-10T15:22:15.818Z] --- PASS: TestCopierWithPartial (0.00s) [2021-03-10T15:22:15.818Z] === RUN TestRingLogger [2021-03-10T15:22:15.818Z] --- PASS: TestRingLogger (0.00s) [2021-03-10T15:22:15.818Z] === RUN TestRingCap [2021-03-10T15:22:15.818Z] --- PASS: TestRingCap (0.00s) [2021-03-10T15:22:15.818Z] === RUN TestRingClose [2021-03-10T15:22:15.818Z] --- PASS: TestRingClose (0.00s) [2021-03-10T15:22:15.818Z] === RUN TestRingDrain [2021-03-10T15:22:15.818Z] --- PASS: TestRingDrain (0.00s) [2021-03-10T15:22:15.818Z] PASS [2021-03-10T15:22:15.818Z] coverage: 43.5% of statements [2021-03-10T15:22:15.818Z] ok github.com/docker/docker/daemon/logger 0.487s coverage: 43.5% of statements [2021-03-10T15:22:16.005Z] [2021-03-10T15:22:16.194Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-10T15:22:16.261Z] Removing bundles/ [2021-03-10T15:22:16.261Z] [2021-03-10T15:22:16.261Z] ---> Making bundle: cross (in bundles/cross) [2021-03-10T15:22:16.261Z] Cross building: bundles/cross/linux/amd64 [2021-03-10T15:22:16.261Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-03-10T15:22:16.261Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-03-10T15:22:16.280Z] === RUN TestNewStreamConfig [2021-03-10T15:22:16.280Z] === RUN TestNewStreamConfig/defaults [2021-03-10T15:22:16.280Z] === RUN TestNewStreamConfig/invalid_create_group [2021-03-10T15:22:16.280Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-03-10T15:22:16.280Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-03-10T15:22:16.280Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-03-10T15:22:16.280Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-03-10T15:22:16.280Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-03-10T15:22:16.280Z] --- PASS: TestNewStreamConfig (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-03-10T15:22:16.280Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-03-10T15:22:16.280Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestNewAWSLogsClientRegionDetect [2021-03-10T15:22:16.280Z] time="2021-03-10T15:22:15Z" level=info msg="Trying to get region from EC2 Metadata" [2021-03-10T15:22:16.280Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2021-03-10T15:22:16.280Z] === RUN TestCreateSuccess [2021-03-10T15:22:16.280Z] --- PASS: TestCreateSuccess (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCreateLogGroupSuccess [2021-03-10T15:22:16.280Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCreateError [2021-03-10T15:22:16.280Z] --- PASS: TestCreateError (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCreateAlreadyExists [2021-03-10T15:22:16.280Z] time="2021-03-10T15:22:15Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-03-10T15:22:16.280Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestLogClosed [2021-03-10T15:22:16.280Z] --- PASS: TestLogClosed (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestLogBlocking [2021-03-10T15:22:16.280Z] --- PASS: TestLogBlocking (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestLogNonBlockingBufferEmpty [2021-03-10T15:22:16.280Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestLogNonBlockingBufferFull [2021-03-10T15:22:16.280Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestPublishBatchSuccess [2021-03-10T15:22:16.280Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestPublishBatchError [2021-03-10T15:22:16.280Z] time="2021-03-10T15:22:15Z" level=error msg=Error [2021-03-10T15:22:16.280Z] --- PASS: TestPublishBatchError (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-03-10T15:22:16.280Z] time="2021-03-10T15:22:15Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-03-10T15:22:16.280Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestPublishBatchAlreadyAccepted [2021-03-10T15:22:16.280Z] time="2021-03-10T15:22:15Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-03-10T15:22:16.280Z] time="2021-03-10T15:22:15Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-03-10T15:22:16.280Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchSimple [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchTicker [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchMultilinePattern [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.06s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchClose [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchClose (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestEffectiveLen [2021-03-10T15:22:16.280Z] === RUN TestEffectiveLen/0/Hello [2021-03-10T15:22:16.280Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-03-10T15:22:16.280Z] === RUN TestEffectiveLen/2/🙃 [2021-03-10T15:22:16.280Z] === RUN TestEffectiveLen/3/���� [2021-03-10T15:22:16.280Z] === RUN TestEffectiveLen/4/He��o [2021-03-10T15:22:16.280Z] === RUN TestEffectiveLen/5/ [2021-03-10T15:22:16.280Z] --- PASS: TestEffectiveLen (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit/0/ [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit/1/Hello [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit/2/Hello [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit/3/Hello [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit/4/🙃 [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit/5/🙃 [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit/6/a� [2021-03-10T15:22:16.280Z] === RUN TestFindValidSplit/7/a� [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1044: [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1045: [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1044: Hello [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1045: [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1044: He [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1045: llo [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1044: [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1045: Hello [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1044: [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1045: 🙃 [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1044: 🙃 [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1045: [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1044: a [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1045: � [2021-03-10T15:22:16.280Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1044: a� [2021-03-10T15:22:16.280Z] cloudwatchlogs_test.go:1045: [2021-03-10T15:22:16.280Z] === RUN TestProcessEventEmoji [2021-03-10T15:22:16.280Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchLineSplit [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchLineSplitWithBinary [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchMaxEvents [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchMaxTotalBytes [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.04s) [2021-03-10T15:22:16.280Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-03-10T15:22:16.280Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsMultilinePattern [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsDatetimeFormat [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-03-10T15:22:16.280Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-03-10T15:22:16.280Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-03-10T15:22:16.280Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestCreateTagSuccess [2021-03-10T15:22:16.280Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-03-10T15:22:16.280Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-03-10T15:22:16.280Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-03-10T15:22:16.280Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-03-10T15:22:16.280Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-03-10T15:22:16.280Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-03-10T15:22:16.280Z] PASS [2021-03-10T15:22:16.280Z] coverage: 77.8% of statements [2021-03-10T15:22:16.280Z] ok github.com/docker/docker/daemon/logger/awslogs 0.462s coverage: 77.8% of statements [2021-03-10T15:22:16.400Z] --- PASS: TestBuildWithHugeFile (57.17s) [2021-03-10T15:22:16.400Z] === RUN TestBuildWCOWSandboxSize [2021-03-10T15:22:16.400Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-10T15:22:16.400Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:22:16.400Z] === RUN TestBuildWithEmptyDockerfile [2021-03-10T15:22:16.400Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:22:16.400Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:22:16.400Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:22:16.400Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:22:16.400Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:22:16.400Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:22:16.400Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:22:16.400Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:22:16.400Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:22:16.698Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-03-10T15:22:16.698Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) [2021-03-10T15:22:16.698Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2021-03-10T15:22:16.698Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.33s) [2021-03-10T15:22:16.698Z] === RUN TestBuildPreserveOwnership [2021-03-10T15:22:16.698Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-10T15:22:16.740Z] === RUN TestSearchRegistryForImagesErrors [2021-03-10T15:22:16.740Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-03-10T15:22:16.740Z] === RUN TestSearchRegistryForImages [2021-03-10T15:22:16.740Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-03-10T15:22:16.740Z] === RUN TestOnlyPlatformWithFallback [2021-03-10T15:22:16.740Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-03-10T15:22:16.740Z] === RUN TestImageDelete [2021-03-10T15:22:16.740Z] === RUN TestImageDelete/no_lease [2021-03-10T15:22:16.740Z] === RUN TestImageDelete/lease_exists [2021-03-10T15:22:16.740Z] --- PASS: TestImageDelete (0.04s) [2021-03-10T15:22:16.740Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-03-10T15:22:16.740Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-03-10T15:22:16.740Z] === RUN TestContentStoreForPull [2021-03-10T15:22:16.740Z] --- PASS: TestContentStoreForPull (0.14s) [2021-03-10T15:22:16.740Z] PASS [2021-03-10T15:22:16.740Z] coverage: 6.7% of statements [2021-03-10T15:22:16.740Z] ok github.com/docker/docker/daemon/images 0.394s coverage: 6.7% of statements [2021-03-10T15:22:16.740Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-10T15:22:16.740Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-10T15:22:16.740Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-03-10T15:22:16.740Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-10T15:22:16.740Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-10T15:22:16.740Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-03-10T15:22:16.740Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-03-10T15:22:17.137Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-10T15:22:17.199Z] === RUN TestJSONFileLogger [2021-03-10T15:22:17.200Z] --- PASS: TestJSONFileLogger (0.00s) [2021-03-10T15:22:17.200Z] === RUN TestJSONFileLoggerWithTags [2021-03-10T15:22:17.200Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-03-10T15:22:17.200Z] === RUN TestJSONFileLoggerWithOpts [2021-03-10T15:22:17.200Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-03-10T15:22:17.200Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-03-10T15:22:17.200Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-03-10T15:22:17.200Z] === RUN TestEncodeDecode [2021-03-10T15:22:17.200Z] === PAUSE TestEncodeDecode [2021-03-10T15:22:17.200Z] === CONT TestEncodeDecode [2021-03-10T15:22:17.200Z] --- PASS: TestEncodeDecode (0.12s) [2021-03-10T15:22:17.200Z] PASS [2021-03-10T15:22:17.200Z] coverage: 61.6% of statements [2021-03-10T15:22:17.200Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.265s coverage: 61.6% of statements [2021-03-10T15:22:17.200Z] === RUN TestJSONLogsMarshalJSONBuf [2021-03-10T15:22:17.200Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-03-10T15:22:17.200Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-03-10T15:22:17.200Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-03-10T15:22:17.200Z] === RUN TestFastTimeMarshalJSON [2021-03-10T15:22:17.200Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-03-10T15:22:17.200Z] PASS [2021-03-10T15:22:17.200Z] coverage: 87.2% of statements [2021-03-10T15:22:17.659Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.171s coverage: 87.2% of statements [2021-03-10T15:22:18.547Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-10T15:22:19.244Z] === RUN TestWriteLog [2021-03-10T15:22:19.244Z] === PAUSE TestWriteLog [2021-03-10T15:22:19.244Z] === RUN TestReadLog [2021-03-10T15:22:19.244Z] === PAUSE TestReadLog [2021-03-10T15:22:19.244Z] === CONT TestWriteLog [2021-03-10T15:22:19.244Z] --- PASS: TestWriteLog (0.00s) [2021-03-10T15:22:19.244Z] === CONT TestReadLog [2021-03-10T15:22:19.244Z] === RUN TestReadLog/tail_exact [2021-03-10T15:22:19.244Z] === RUN TestReadLog/tail_less_than_available [2021-03-10T15:22:19.244Z] === RUN TestReadLog/tail_more_than_available [2021-03-10T15:22:19.244Z] --- PASS: TestReadLog (0.17s) [2021-03-10T15:22:19.244Z] --- PASS: TestReadLog/tail_exact (0.16s) [2021-03-10T15:22:19.244Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-03-10T15:22:19.244Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-03-10T15:22:19.244Z] PASS [2021-03-10T15:22:19.244Z] coverage: 75.2% of statements [2021-03-10T15:22:19.244Z] ok github.com/docker/docker/daemon/logger/local 0.324s coverage: 75.2% of statements [2021-03-10T15:22:19.244Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-10T15:22:19.448Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-10T15:22:19.703Z] === RUN TestOpenFileDelete [2021-03-10T15:22:19.703Z] --- PASS: TestOpenFileDelete (0.00s) [2021-03-10T15:22:19.703Z] === RUN TestOpenFileRename [2021-03-10T15:22:19.703Z] --- PASS: TestOpenFileRename (0.00s) [2021-03-10T15:22:19.703Z] === RUN TestParseLogTagDefaultTag [2021-03-10T15:22:19.703Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-03-10T15:22:19.703Z] === RUN TestParseLogTag [2021-03-10T15:22:19.703Z] --- PASS: TestParseLogTag (0.00s) [2021-03-10T15:22:19.703Z] === RUN TestParseLogTagEmptyTag [2021-03-10T15:22:19.703Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-03-10T15:22:19.703Z] === RUN TestTailFiles [2021-03-10T15:22:19.704Z] --- PASS: TestTailFiles (0.00s) [2021-03-10T15:22:19.704Z] === RUN TestFollowLogsConsumerGone [2021-03-10T15:22:19.704Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-03-10T15:22:19.704Z] === RUN TestFollowLogsProducerGone [2021-03-10T15:22:19.704Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-03-10T15:22:19.704Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-03-10T15:22:19.704Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-03-10T15:22:19.704Z] === RUN TestCheckCapacityAndRotate [2021-03-10T15:22:19.704Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-03-10T15:22:19.704Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-03-10T15:22:19.704Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2021-03-10T15:22:19.704Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-03-10T15:22:19.704Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2021-03-10T15:22:19.704Z] PASS [2021-03-10T15:22:19.704Z] coverage: 55.3% of statements [2021-03-10T15:22:19.704Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.337s coverage: 55.3% of statements [2021-03-10T15:22:20.163Z] === RUN TestLog [2021-03-10T15:22:20.163Z] --- PASS: TestLog (0.01s) [2021-03-10T15:22:20.163Z] PASS [2021-03-10T15:22:20.163Z] coverage: 31.5% of statements [2021-03-10T15:22:20.163Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.092s coverage: 31.5% of statements [2021-03-10T15:22:20.622Z] === RUN TestValidateLogOpt [2021-03-10T15:22:20.622Z] --- PASS: TestValidateLogOpt (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestNewMissedConfig [2021-03-10T15:22:20.622Z] --- PASS: TestNewMissedConfig (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestNewMissedUrl [2021-03-10T15:22:20.622Z] --- PASS: TestNewMissedUrl (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestNewMissedToken [2021-03-10T15:22:20.622Z] --- PASS: TestNewMissedToken (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestNewWithProxy [2021-03-10T15:22:20.622Z] --- PASS: TestNewWithProxy (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestDefault [2021-03-10T15:22:20.622Z] --- PASS: TestDefault (0.01s) [2021-03-10T15:22:20.622Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-03-10T15:22:20.622Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestJsonFormat [2021-03-10T15:22:20.622Z] --- PASS: TestJsonFormat (0.01s) [2021-03-10T15:22:20.622Z] === RUN TestRawFormat [2021-03-10T15:22:20.622Z] --- PASS: TestRawFormat (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestRawFormatWithLabels [2021-03-10T15:22:20.622Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestRawFormatWithoutTag [2021-03-10T15:22:20.622Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-03-10T15:22:20.622Z] === RUN TestBatching [2021-03-10T15:22:20.978Z] --- PASS: TestBuildPreserveOwnership (3.98s) [2021-03-10T15:22:20.978Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.58s) [2021-03-10T15:22:20.978Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.39s) [2021-03-10T15:22:20.978Z] === RUN TestBuildPlatformInvalid [2021-03-10T15:22:20.978Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-03-10T15:22:20.978Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-10T15:22:21.082Z] --- PASS: TestBatching (0.29s) [2021-03-10T15:22:21.082Z] === RUN TestFrequency [2021-03-10T15:22:21.082Z] --- PASS: TestFrequency (0.27s) [2021-03-10T15:22:21.082Z] === RUN TestOneMessagePerRequest [2021-03-10T15:22:21.082Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-03-10T15:22:21.082Z] === RUN TestVerify [2021-03-10T15:22:21.082Z] --- PASS: TestVerify (0.00s) [2021-03-10T15:22:21.082Z] === RUN TestSkipVerify [2021-03-10T15:22:21.082Z] === RUN TestNewParse [2021-03-10T15:22:21.082Z] --- PASS: TestNewParse (0.00s) [2021-03-10T15:22:21.082Z] PASS [2021-03-10T15:22:21.082Z] coverage: 8.3% of statements [2021-03-10T15:22:21.082Z] ok github.com/docker/docker/daemon/logger/templates 0.079s coverage: 8.3% of statements [2021-03-10T15:22:21.082Z] time="2021-03-10T15:22:20Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] === RUN TestParseLogFormat [2021-03-10T15:22:21.542Z] --- PASS: TestParseLogFormat (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestValidateLogOptEmpty [2021-03-10T15:22:21.542Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestValidateSyslogAddress [2021-03-10T15:22:21.542Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestParseAddressDefaultPort [2021-03-10T15:22:21.542Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestValidateSyslogFacility [2021-03-10T15:22:21.542Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestValidateLogOptSyslogFormat [2021-03-10T15:22:21.542Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestValidateLogOpt [2021-03-10T15:22:21.542Z] --- PASS: TestValidateLogOpt (0.00s) [2021-03-10T15:22:21.542Z] PASS [2021-03-10T15:22:21.542Z] coverage: 46.8% of statements [2021-03-10T15:22:21.542Z] ok github.com/docker/docker/daemon/logger/syslog 0.136s coverage: 46.8% of statements [2021-03-10T15:22:21.542Z] --- PASS: TestSkipVerify (0.53s) [2021-03-10T15:22:21.542Z] === RUN TestBufferMaximum [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615389741.411755\",\"host\":\"cd1d9019181b\"}'" [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615389741.411755\",\"host\":\"cd1d9019181b\"}'" [2021-03-10T15:22:21.542Z] --- PASS: TestBufferMaximum (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestServerAlwaysDown [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615389741.414748\",\"host\":\"cd1d9019181b\"}'" [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615389741.414748\",\"host\":\"cd1d9019181b\"}'" [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615389741.414748\",\"host\":\"cd1d9019181b\"}'" [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615389741.414748\",\"host\":\"cd1d9019181b\"}'" [2021-03-10T15:22:21.542Z] time="2021-03-10T15:22:21Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1615389741.414748\",\"host\":\"cd1d9019181b\"}'" [2021-03-10T15:22:21.542Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestCannotSendAfterClose [2021-03-10T15:22:21.542Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-03-10T15:22:21.542Z] === RUN TestDeadlockOnBlockedEndpoint [2021-03-10T15:22:22.039Z] --- PASS: TestCreateServiceMultipleTimes (17.61s) [2021-03-10T15:22:22.039Z] === RUN TestCreateServiceConflict [2021-03-10T15:22:22.172Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-03-10T15:22:22.172Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-03-10T15:22:22.172Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-03-10T15:22:22.172Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-03-10T15:22:22.511Z] time="2021-03-10T15:22:22Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49205/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-03-10T15:22:22.511Z] time="2021-03-10T15:22:22Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"cd1d9019181b\"}'" [2021-03-10T15:22:22.511Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2021-03-10T15:22:22.511Z] PASS [2021-03-10T15:22:22.511Z] coverage: 82.5% of statements [2021-03-10T15:22:22.511Z] ok github.com/docker/docker/daemon/logger/splunk 2.248s coverage: 82.5% of statements [2021-03-10T15:22:22.511Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-10T15:22:22.511Z] ? github.com/docker/docker/daemon/network [no test files] [2021-03-10T15:22:22.511Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-10T15:22:22.739Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-03-10T15:22:22.739Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-03-10T15:22:22.753Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-10T15:22:23.418Z] --- PASS: TestCreateServiceConflict (2.29s) [2021-03-10T15:22:23.418Z] === RUN TestCreateServiceMaxReplicas [2021-03-10T15:22:23.674Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-03-10T15:22:23.674Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-03-10T15:22:23.674Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-03-10T15:22:23.674Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-03-10T15:22:23.933Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-03-10T15:22:23.933Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-03-10T15:22:24.049Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-03-10T15:22:24.049Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestContinueOnError_MirrorEndpoint [2021-03-10T15:22:24.049Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestContinueOnError_NeverContinue [2021-03-10T15:22:24.049Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestContinueOnError_UnnestsErrors [2021-03-10T15:22:24.049Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestManifestStore [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/no_remote_or_local [2021-03-10T15:22:24.049Z] === RUN TestV1IDService [2021-03-10T15:22:24.049Z] --- PASS: TestV1IDService (0.02s) [2021-03-10T15:22:24.049Z] === RUN TestV2MetadataService [2021-03-10T15:22:24.049Z] time="2021-03-10T15:22:23Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local168403679\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/no_local_cache [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/with_local_cache [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/unknown_media_type [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-03-10T15:22:24.049Z] time="2021-03-10T15:22:23Z" level=warning msg="reference for unknown type: " [2021-03-10T15:22:24.049Z] time="2021-03-10T15:22:23Z" level=warning msg="reference for unknown type: " [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-03-10T15:22:24.049Z] time="2021-03-10T15:22:23Z" level=warning msg="reference for unknown type: " [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-03-10T15:22:24.049Z] time="2021-03-10T15:22:23Z" level=warning msg="reference for unknown type: " [2021-03-10T15:22:24.049Z] === RUN TestSuccessfulDownload [2021-03-10T15:22:24.049Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-03-10T15:22:24.049Z] download_test.go:268: Needs fixing on Windows [2021-03-10T15:22:24.049Z] === RUN TestCancelledDownload [2021-03-10T15:22:24.049Z] --- PASS: TestCancelledDownload (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestMaxDownloadAttempts [2021-03-10T15:22:24.049Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-10T15:22:24.049Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-10T15:22:24.049Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-10T15:22:24.049Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-10T15:22:24.049Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-10T15:22:24.049Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-10T15:22:24.049Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-10T15:22:24.049Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-10T15:22:24.049Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-10T15:22:24.049Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-10T15:22:24.049Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-10T15:22:24.049Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-10T15:22:24.049Z] time="2021-03-10T15:22:23Z" level=warning msg="reference for unknown type: " [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/error_persisting_manifest [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-03-10T15:22:24.049Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-03-10T15:22:24.049Z] time="2021-03-10T15:22:23Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore (0.23s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-03-10T15:22:24.049Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-03-10T15:22:24.049Z] === RUN TestDetectManifestBlobMediaType [2021-03-10T15:22:24.049Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-03-10T15:22:24.049Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-03-10T15:22:24.049Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-03-10T15:22:24.049Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-03-10T15:22:24.049Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-03-10T15:22:24.049Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-03-10T15:22:24.049Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-03-10T15:22:24.049Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-03-10T15:22:24.049Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-03-10T15:22:24.049Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-03-10T15:22:24.049Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-03-10T15:22:24.049Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-03-10T15:22:24.049Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestFixManifestLayers [2021-03-10T15:22:24.049Z] --- PASS: TestFixManifestLayers (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestFixManifestLayersBaseLayerParent [2021-03-10T15:22:24.049Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-03-10T15:22:24.049Z] pull_v2_test.go:73: Needs fixing on Windows [2021-03-10T15:22:24.049Z] === RUN TestFixManifestLayersBadParent [2021-03-10T15:22:24.049Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestValidateManifest [2021-03-10T15:22:24.049Z] --- SKIP: TestValidateManifest (0.00s) [2021-03-10T15:22:24.049Z] pull_v2_test.go:118: Needs fixing on Windows [2021-03-10T15:22:24.049Z] === RUN TestFormatPlatform [2021-03-10T15:22:24.049Z] --- PASS: TestFormatPlatform (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestGetRepositoryMountCandidates [2021-03-10T15:22:24.049Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-03-10T15:22:24.049Z] === RUN TestLayerAlreadyExists [2021-03-10T15:22:24.049Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-03-10T15:22:24.049Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-10T15:22:24.049Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-10T15:22:24.049Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-10T15:22:24.049Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-10T15:22:24.049Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-10T15:22:24.049Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-10T15:22:24.049Z] === RUN TestWhenEmptyAuthConfig [2021-03-10T15:22:24.499Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-03-10T15:22:24.499Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-03-10T15:22:24.508Z] time="2021-03-10T15:22:24Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-10T15:22:24.509Z] time="2021-03-10T15:22:24Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-10T15:22:24.509Z] time="2021-03-10T15:22:24Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-10T15:22:24.509Z] time="2021-03-10T15:22:24Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-10T15:22:24.509Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-03-10T15:22:24.509Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s) [2021-03-10T15:22:24.509Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s) [2021-03-10T15:22:24.509Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s) [2021-03-10T15:22:24.509Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s) [2021-03-10T15:22:24.509Z] === RUN TestTransfer [2021-03-10T15:22:24.509Z] --- PASS: TestTransfer (0.12s) [2021-03-10T15:22:24.509Z] === RUN TestConcurrencyLimit [2021-03-10T15:22:24.968Z] --- PASS: TestV2MetadataService (0.77s) [2021-03-10T15:22:24.968Z] PASS [2021-03-10T15:22:24.968Z] coverage: 48.2% of statements [2021-03-10T15:22:24.968Z] ok github.com/docker/docker/distribution/metadata 0.944s coverage: 48.2% of statements [2021-03-10T15:22:24.968Z] --- PASS: TestConcurrencyLimit (0.43s) [2021-03-10T15:22:24.968Z] === RUN TestInactiveJobs [2021-03-10T15:22:24.968Z] === RUN TestNotFound [2021-03-10T15:22:24.968Z] --- PASS: TestNotFound (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestConflict [2021-03-10T15:22:24.968Z] --- PASS: TestConflict (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestForbidden [2021-03-10T15:22:24.968Z] --- PASS: TestForbidden (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestInvalidParameter [2021-03-10T15:22:24.968Z] --- PASS: TestInvalidParameter (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestNotImplemented [2021-03-10T15:22:24.968Z] --- PASS: TestNotImplemented (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestNotModified [2021-03-10T15:22:24.968Z] --- PASS: TestNotModified (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestUnauthorized [2021-03-10T15:22:24.968Z] --- PASS: TestUnauthorized (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestUnknown [2021-03-10T15:22:24.968Z] --- PASS: TestUnknown (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestCancelled [2021-03-10T15:22:24.968Z] --- PASS: TestCancelled (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestDeadline [2021-03-10T15:22:24.968Z] --- PASS: TestDeadline (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestDataLoss [2021-03-10T15:22:24.968Z] --- PASS: TestDataLoss (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestUnavailable [2021-03-10T15:22:24.968Z] --- PASS: TestUnavailable (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestSystem [2021-03-10T15:22:24.968Z] --- PASS: TestSystem (0.00s) [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Not_Found [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Bad_Request [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Conflict [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Unauthorized [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Service_Unavailable [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Forbidden [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Not_Modified [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Not_Implemented [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-03-10T15:22:24.968Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-03-10T15:22:24.968Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-03-10T15:22:24.968Z] PASS [2021-03-10T15:22:24.968Z] coverage: 53.1% of statements [2021-03-10T15:22:24.968Z] ok github.com/docker/docker/errdefs 0.039s coverage: 53.1% of statements [2021-03-10T15:22:25.066Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-03-10T15:22:25.066Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-03-10T15:22:25.427Z] --- PASS: TestWhenEmptyAuthConfig (1.10s) [2021-03-10T15:22:25.427Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-03-10T15:22:25.427Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-03-10T15:22:25.427Z] === RUN TestTokenPassThru [2021-03-10T15:22:25.427Z] --- PASS: TestTokenPassThru (0.01s) [2021-03-10T15:22:25.427Z] === RUN TestTokenPassThruDifferentHost [2021-03-10T15:22:25.427Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-03-10T15:22:25.427Z] PASS [2021-03-10T15:22:25.427Z] coverage: 23.4% of statements [2021-03-10T15:22:25.427Z] ok github.com/docker/docker/distribution 1.472s coverage: 23.4% of statements [2021-03-10T15:22:25.427Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-10T15:22:25.427Z] --- PASS: TestInactiveJobs (0.40s) [2021-03-10T15:22:25.427Z] === RUN TestWatchRelease [2021-03-10T15:22:25.427Z] --- PASS: TestWatchRelease (0.05s) [2021-03-10T15:22:25.427Z] === RUN TestWatchFinishedTransfer [2021-03-10T15:22:25.427Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-03-10T15:22:25.427Z] === RUN TestDuplicateTransfer [2021-03-10T15:22:25.427Z] --- PASS: TestDuplicateTransfer (0.08s) [2021-03-10T15:22:25.427Z] === RUN TestSuccessfulUpload [2021-03-10T15:22:25.633Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-03-10T15:22:25.887Z] time="2021-03-10T15:22:25Z" level=error msg="Upload failed, retrying: simulating retry" [2021-03-10T15:22:26.199Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-03-10T15:22:26.347Z] --- PASS: TestSuccessfulUpload (0.61s) [2021-03-10T15:22:26.347Z] === RUN TestCancelledUpload [2021-03-10T15:22:26.347Z] --- PASS: TestCancelledUpload (0.00s) [2021-03-10T15:22:26.347Z] PASS [2021-03-10T15:22:26.347Z] coverage: 77.3% of statements [2021-03-10T15:22:26.347Z] ok github.com/docker/docker/distribution/xfer 2.155s coverage: 77.3% of statements [2021-03-10T15:22:26.347Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-10T15:22:26.459Z] === RUN TestDockerSuite/TestImagesFormat [2021-03-10T15:22:26.459Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-03-10T15:22:26.714Z] --- PASS: TestCreateServiceMaxReplicas (2.96s) [2021-03-10T15:22:26.714Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-10T15:22:26.807Z] === RUN TestCompare [2021-03-10T15:22:26.807Z] --- PASS: TestCompare (0.00s) [2021-03-10T15:22:26.807Z] PASS [2021-03-10T15:22:26.807Z] coverage: 19.2% of statements [2021-03-10T15:22:26.807Z] ok github.com/docker/docker/image/cache 0.126s coverage: 19.2% of statements [2021-03-10T15:22:26.973Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-10T15:22:27.267Z] === RUN TestFSGetInvalidData [2021-03-10T15:22:27.267Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-03-10T15:22:27.267Z] === RUN TestFSInvalidSet [2021-03-10T15:22:27.267Z] --- PASS: TestFSInvalidSet (0.01s) [2021-03-10T15:22:27.267Z] === RUN TestFSInvalidRoot [2021-03-10T15:22:27.267Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestFSMetadataGetSet [2021-03-10T15:22:27.267Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-03-10T15:22:27.267Z] === RUN TestFSInvalidWalker [2021-03-10T15:22:27.267Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-03-10T15:22:27.267Z] === RUN TestFSGetSet [2021-03-10T15:22:27.267Z] --- PASS: TestFSGetSet (0.02s) [2021-03-10T15:22:27.267Z] === RUN TestFSGetUnsetKey [2021-03-10T15:22:27.267Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestFSGetEmptyData [2021-03-10T15:22:27.267Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestFSDelete [2021-03-10T15:22:27.267Z] --- PASS: TestFSDelete (0.01s) [2021-03-10T15:22:27.267Z] === RUN TestFSWalker [2021-03-10T15:22:27.267Z] --- PASS: TestFSWalker (0.04s) [2021-03-10T15:22:27.267Z] === RUN TestFSWalkerStopOnError [2021-03-10T15:22:27.267Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-03-10T15:22:27.267Z] === RUN TestNewFromJSON [2021-03-10T15:22:27.267Z] --- PASS: TestNewFromJSON (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestNewFromJSONWithInvalidJSON [2021-03-10T15:22:27.267Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestMarshalKeyOrder [2021-03-10T15:22:27.267Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestHistoryEqual [2021-03-10T15:22:27.267Z] --- PASS: TestHistoryEqual (0.11s) [2021-03-10T15:22:27.267Z] === RUN TestImage [2021-03-10T15:22:27.267Z] --- PASS: TestImage (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestImageOSNotEmpty [2021-03-10T15:22:27.267Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestNewChildImageFromImageWithRootFS [2021-03-10T15:22:27.267Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-03-10T15:22:27.267Z] === RUN TestCreate [2021-03-10T15:22:27.267Z] --- PASS: TestCreate (0.04s) [2021-03-10T15:22:27.267Z] === RUN TestRestore [2021-03-10T15:22:27.267Z] time="2021-03-10T15:22:27Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-03-10T15:22:27.267Z] --- PASS: TestRestore (0.09s) [2021-03-10T15:22:27.267Z] === RUN TestAddDelete [2021-03-10T15:22:27.267Z] --- PASS: TestAddDelete (0.02s) [2021-03-10T15:22:27.267Z] === RUN TestSearchAfterDelete [2021-03-10T15:22:27.393Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-03-10T15:22:27.728Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-03-10T15:22:27.728Z] === RUN TestParentReset [2021-03-10T15:22:27.728Z] --- PASS: TestParentReset (0.02s) [2021-03-10T15:22:27.728Z] === RUN TestGetAndSetLastUpdated [2021-03-10T15:22:27.728Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-03-10T15:22:27.728Z] === RUN TestStoreLen [2021-03-10T15:22:27.728Z] --- PASS: TestStoreLen (0.05s) [2021-03-10T15:22:27.728Z] PASS [2021-03-10T15:22:27.728Z] coverage: 86.6% of statements [2021-03-10T15:22:27.728Z] ok github.com/docker/docker/image 0.618s coverage: 86.6% of statements [2021-03-10T15:22:27.728Z] === RUN TestValidateManifest [2021-03-10T15:22:27.728Z] === RUN TestValidateManifest/nil [2021-03-10T15:22:27.728Z] === RUN TestValidateManifest/non-nil [2021-03-10T15:22:27.728Z] --- PASS: TestValidateManifest (0.00s) [2021-03-10T15:22:27.728Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-03-10T15:22:27.728Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-03-10T15:22:27.728Z] PASS [2021-03-10T15:22:27.728Z] coverage: 0.6% of statements [2021-03-10T15:22:27.728Z] ok github.com/docker/docker/image/tarexport 0.088s coverage: 0.6% of statements [2021-03-10T15:22:28.697Z] === RUN TestMakeV1ConfigFromConfig [2021-03-10T15:22:28.697Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-03-10T15:22:28.697Z] PASS [2021-03-10T15:22:28.697Z] coverage: 25.0% of statements [2021-03-10T15:22:28.697Z] ok github.com/docker/docker/image/v1 0.137s coverage: 25.0% of statements [2021-03-10T15:22:28.697Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-10T15:22:29.666Z] === RUN TestSerialization [2021-03-10T15:22:29.666Z] --- PASS: TestSerialization (0.12s) [2021-03-10T15:22:29.666Z] PASS [2021-03-10T15:22:29.666Z] coverage: 100.0% of statements [2021-03-10T15:22:29.666Z] ok github.com/docker/docker/libcontainerd/queue 0.168s coverage: 100.0% of statements [2021-03-10T15:22:29.924Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-03-10T15:22:29.924Z] === RUN TestDockerSuite/TestImportBadURL [2021-03-10T15:22:29.924Z] === RUN TestDockerSuite/TestImportDisplay [2021-03-10T15:22:30.126Z] === RUN TestEmptyLayer [2021-03-10T15:22:30.126Z] --- PASS: TestEmptyLayer (0.00s) [2021-03-10T15:22:30.126Z] === RUN TestCommitFailure [2021-03-10T15:22:30.126Z] --- PASS: TestCommitFailure (0.01s) [2021-03-10T15:22:30.126Z] === RUN TestStartTransactionFailure [2021-03-10T15:22:30.126Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-03-10T15:22:30.126Z] === RUN TestGetOrphan [2021-03-10T15:22:30.126Z] --- PASS: TestGetOrphan (0.01s) [2021-03-10T15:22:30.126Z] === RUN TestMountAndRegister [2021-03-10T15:22:30.126Z] --- PASS: TestMountAndRegister (0.05s) [2021-03-10T15:22:30.126Z] layer_test.go:271: Layer size: 14 [2021-03-10T15:22:30.126Z] === RUN TestLayerRelease [2021-03-10T15:22:30.126Z] --- SKIP: TestLayerRelease (0.00s) [2021-03-10T15:22:30.126Z] layer_test.go:304: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestStoreRestore [2021-03-10T15:22:30.126Z] --- SKIP: TestStoreRestore (0.00s) [2021-03-10T15:22:30.126Z] layer_test.go:353: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestTarStreamStability [2021-03-10T15:22:30.126Z] --- SKIP: TestTarStreamStability (0.00s) [2021-03-10T15:22:30.126Z] layer_test.go:468: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestRegisterExistingLayer [2021-03-10T15:22:30.126Z] --- PASS: TestRegisterExistingLayer (0.10s) [2021-03-10T15:22:30.126Z] === RUN TestTarStreamVerification [2021-03-10T15:22:30.126Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-03-10T15:22:30.126Z] layer_test.go:697: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestLayerMigration [2021-03-10T15:22:30.126Z] --- SKIP: TestLayerMigration (0.00s) [2021-03-10T15:22:30.126Z] migration_test.go:46: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestLayerMigrationNoTarsplit [2021-03-10T15:22:30.126Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-03-10T15:22:30.126Z] migration_test.go:182: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestMountInit [2021-03-10T15:22:30.126Z] --- SKIP: TestMountInit (0.00s) [2021-03-10T15:22:30.126Z] mount_test.go:17: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestMountSize [2021-03-10T15:22:30.126Z] --- SKIP: TestMountSize (0.00s) [2021-03-10T15:22:30.126Z] mount_test.go:76: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestMountChanges [2021-03-10T15:22:30.126Z] --- SKIP: TestMountChanges (0.00s) [2021-03-10T15:22:30.126Z] mount_test.go:125: Failing on Windows [2021-03-10T15:22:30.126Z] === RUN TestMountApply [2021-03-10T15:22:30.126Z] --- SKIP: TestMountApply (0.00s) [2021-03-10T15:22:30.126Z] mount_test.go:212: Failing on Windows [2021-03-10T15:22:30.126Z] PASS [2021-03-10T15:22:30.126Z] coverage: 30.1% of statements [2021-03-10T15:22:30.585Z] ok github.com/docker/docker/layer 0.265s coverage: 30.1% of statements [2021-03-10T15:22:30.585Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-10T15:22:31.045Z] === RUN TestEnvironmentParsing [2021-03-10T15:22:31.045Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-03-10T15:22:31.045Z] PASS [2021-03-10T15:22:31.045Z] coverage: 1.0% of statements [2021-03-10T15:22:31.045Z] ok github.com/docker/docker/libcontainerd/local 0.092s coverage: 1.0% of statements [2021-03-10T15:22:31.045Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-10T15:22:31.045Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-10T15:22:31.045Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-03-10T15:22:31.045Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-03-10T15:22:31.045Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-03-10T15:22:31.045Z] PASS [2021-03-10T15:22:31.045Z] coverage: 42.3% of statements [2021-03-10T15:22:31.045Z] ok github.com/docker/docker/oci 0.086s coverage: 42.3% of statements [2021-03-10T15:22:31.045Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-10T15:22:31.505Z] === RUN TestParseVersion [2021-03-10T15:22:31.505Z] --- PASS: TestParseVersion (0.00s) [2021-03-10T15:22:31.505Z] PASS [2021-03-10T15:22:31.505Z] coverage: 52.9% of statements [2021-03-10T15:22:31.505Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2021-03-10T15:22:31.964Z] === RUN TestAddressPoolOpt [2021-03-10T15:22:31.964Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/a [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/something [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/_=a [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/env1=value1 [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/_env1=value1 [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/env2=value2=value3 [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/env3=abc!qwe [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/env_4=value_4 [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/PATH [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/=a [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/PATH= [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/PATH=something [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/asd!qwe [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/1asd [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/123 [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/some_space [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/__some_space_before [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/some_space_after__ [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/= [2021-03-10T15:22:31.964Z] === RUN TestValidateEnv/PaTh [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/a (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/something (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/= (0.00s) [2021-03-10T15:22:31.964Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestParseHost [2021-03-10T15:22:31.964Z] --- PASS: TestParseHost (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestParseDockerDaemonHost [2021-03-10T15:22:31.964Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestParseTCP [2021-03-10T15:22:31.964Z] --- PASS: TestParseTCP (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestParseInvalidUnixAddrInvalid [2021-03-10T15:22:31.964Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestValidateExtraHosts [2021-03-10T15:22:31.964Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestIpOptString [2021-03-10T15:22:31.964Z] --- PASS: TestIpOptString (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestNewIpOptInvalidDefaultVal [2021-03-10T15:22:31.964Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestNewIpOptValidDefaultVal [2021-03-10T15:22:31.964Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestIpOptSetInvalidVal [2021-03-10T15:22:31.964Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestValidateIPAddress [2021-03-10T15:22:31.964Z] --- PASS: TestValidateIPAddress (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestMapOpts [2021-03-10T15:22:31.964Z] --- PASS: TestMapOpts (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestListOptsWithoutValidator [2021-03-10T15:22:31.964Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestListOptsWithValidator [2021-03-10T15:22:31.964Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestValidateDNSSearch [2021-03-10T15:22:31.964Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-03-10T15:22:31.964Z] === RUN TestValidateLabel [2021-03-10T15:22:31.964Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-03-10T15:22:31.964Z] === RUN TestValidateLabel/label_with_general_format [2021-03-10T15:22:31.964Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-03-10T15:22:31.964Z] === RUN TestValidateLabel/label_with_one_more [2021-03-10T15:22:31.964Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-03-10T15:22:31.964Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-03-10T15:22:32.424Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-03-10T15:22:32.424Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-03-10T15:22:32.424Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-03-10T15:22:32.424Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-03-10T15:22:32.424Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-03-10T15:22:32.424Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-03-10T15:22:32.424Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-03-10T15:22:32.424Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-03-10T15:22:32.424Z] === RUN TestNamedListOpts [2021-03-10T15:22:32.424Z] --- PASS: TestNamedListOpts (0.01s) [2021-03-10T15:22:32.424Z] === RUN TestNamedMapOpts [2021-03-10T15:22:32.424Z] --- PASS: TestNamedMapOpts (0.00s) [2021-03-10T15:22:32.424Z] === RUN TestParseLink [2021-03-10T15:22:32.424Z] --- PASS: TestParseLink (0.00s) [2021-03-10T15:22:32.424Z] === RUN TestQuotedStringSetWithQuotes [2021-03-10T15:22:32.424Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-03-10T15:22:32.424Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-03-10T15:22:32.424Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-03-10T15:22:32.424Z] === RUN TestQuotedStringSetWithNoQuotes [2021-03-10T15:22:32.424Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-03-10T15:22:32.424Z] === RUN TestUlimitOpt [2021-03-10T15:22:32.424Z] --- PASS: TestUlimitOpt (0.00s) [2021-03-10T15:22:32.424Z] PASS [2021-03-10T15:22:32.424Z] coverage: 67.1% of statements [2021-03-10T15:22:32.424Z] ok github.com/docker/docker/opts 0.154s coverage: 67.1% of statements [2021-03-10T15:22:32.457Z] === RUN TestDockerSuite/TestImportFile [2021-03-10T15:22:32.884Z] === RUN TestPeerCertificateMarshalJSON [2021-03-10T15:22:33.343Z] === RUN TestUnbuffered [2021-03-10T15:22:33.343Z] --- PASS: TestUnbuffered (0.00s) [2021-03-10T15:22:33.343Z] === RUN TestRaceUnbuffered [2021-03-10T15:22:33.343Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-03-10T15:22:33.343Z] PASS [2021-03-10T15:22:33.343Z] coverage: 100.0% of statements [2021-03-10T15:22:33.343Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2021-03-10T15:22:33.343Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-03-10T15:22:33.343Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-03-10T15:22:33.343Z] --- PASS: TestPeerCertificateMarshalJSON (0.42s) [2021-03-10T15:22:33.343Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-03-10T15:22:33.343Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-03-10T15:22:33.343Z] === RUN TestMiddleware [2021-03-10T15:22:33.343Z] --- PASS: TestMiddleware (0.00s) [2021-03-10T15:22:33.343Z] === RUN TestNewResponseModifier [2021-03-10T15:22:33.343Z] --- PASS: TestNewResponseModifier (0.00s) [2021-03-10T15:22:33.343Z] PASS [2021-03-10T15:22:33.343Z] coverage: 26.8% of statements [2021-03-10T15:22:33.343Z] ok github.com/docker/docker/pkg/authorization 0.499s coverage: 26.8% of statements [2021-03-10T15:22:33.803Z] === RUN TestMatch [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[foo]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[bar]_[foo]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[foo_bar]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[qux]_[foo]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[]#01 [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[qux]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[foo_bar_qux]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[qux]_[baz]] [2021-03-10T15:22:33.803Z] === RUN TestMatch/[[foo_baz]] [2021-03-10T15:22:33.803Z] --- PASS: TestMatch (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-03-10T15:22:33.803Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-03-10T15:22:33.803Z] PASS [2021-03-10T15:22:33.803Z] coverage: 87.5% of statements [2021-03-10T15:22:33.803Z] ok github.com/docker/docker/pkg/capabilities 0.044s coverage: 87.5% of statements [2021-03-10T15:22:34.263Z] === RUN TestIsArchivePathDir [2021-03-10T15:22:34.263Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-03-10T15:22:34.263Z] === RUN TestIsArchivePathInvalidFile [2021-03-10T15:22:34.263Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-03-10T15:22:34.263Z] === RUN TestIsArchivePathTar [2021-03-10T15:22:34.359Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-03-10T15:22:34.359Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-03-10T15:22:34.725Z] === RUN TestSizeEmpty [2021-03-10T15:22:34.725Z] --- PASS: TestSizeEmpty (0.00s) [2021-03-10T15:22:34.725Z] === RUN TestSizeEmptyFile [2021-03-10T15:22:34.725Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-03-10T15:22:34.725Z] === RUN TestSizeNonemptyFile [2021-03-10T15:22:34.725Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-03-10T15:22:34.725Z] === RUN TestSizeNestedDirectoryEmpty [2021-03-10T15:22:34.725Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-03-10T15:22:34.725Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-03-10T15:22:34.725Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-03-10T15:22:34.725Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-03-10T15:22:34.725Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-03-10T15:22:34.725Z] === RUN TestMoveToSubdir [2021-03-10T15:22:34.725Z] --- PASS: TestMoveToSubdir (0.01s) [2021-03-10T15:22:34.725Z] === RUN TestSizeNonExistingDirectory [2021-03-10T15:22:34.725Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-03-10T15:22:34.725Z] PASS [2021-03-10T15:22:34.725Z] coverage: 80.0% of statements [2021-03-10T15:22:34.725Z] ok github.com/docker/docker/pkg/directory 0.063s coverage: 80.0% of statements [2021-03-10T15:22:34.725Z] --- PASS: TestIsArchivePathTar (0.24s) [2021-03-10T15:22:34.725Z] === RUN TestDecompressStreamGzip [2021-03-10T15:22:34.725Z] --- PASS: TestDecompressStreamGzip (0.10s) [2021-03-10T15:22:34.725Z] === RUN TestDecompressStreamBzip2 [2021-03-10T15:22:34.726Z] === RUN TestChrootTarUntar [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:34.726Z] === RUN TestChrootUntarWithHugeExcludesList [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:34.726Z] === RUN TestChrootUntarEmptyArchive [2021-03-10T15:22:34.726Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestChrootTarUntarWithSymlink [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-10T15:22:34.726Z] === RUN TestChrootCopyWithTar [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-10T15:22:34.726Z] === RUN TestChrootCopyFileWithTar [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:34.726Z] === RUN TestChrootUntarPath [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-10T15:22:34.726Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:34.726Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:34.726Z] === RUN TestChrootApplyDotDotFile [2021-03-10T15:22:34.726Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:34.726Z] PASS [2021-03-10T15:22:34.726Z] coverage: 15.4% of statements [2021-03-10T15:22:34.726Z] ok github.com/docker/docker/pkg/chrootarchive 0.099s coverage: 15.4% of statements [2021-03-10T15:22:34.726Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2021-03-10T15:22:34.726Z] === RUN TestDecompressStreamXz [2021-03-10T15:22:34.726Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:134: Xz not present in msys2 [2021-03-10T15:22:34.726Z] === RUN TestCompressStreamXzUnsupported [2021-03-10T15:22:34.726Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestCompressStreamBzip2Unsupported [2021-03-10T15:22:34.726Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestCompressStreamInvalid [2021-03-10T15:22:34.726Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestExtensionInvalid [2021-03-10T15:22:34.726Z] --- PASS: TestExtensionInvalid (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestExtensionUncompressed [2021-03-10T15:22:34.726Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestExtensionBzip2 [2021-03-10T15:22:34.726Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestExtensionGzip [2021-03-10T15:22:34.726Z] --- PASS: TestExtensionGzip (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestExtensionXz [2021-03-10T15:22:34.726Z] --- PASS: TestExtensionXz (0.00s) [2021-03-10T15:22:34.726Z] === RUN TestCmdStreamLargeStderr [2021-03-10T15:22:34.726Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2021-03-10T15:22:34.726Z] === RUN TestCmdStreamBad [2021-03-10T15:22:34.726Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-03-10T15:22:34.726Z] archive_test.go:239: Failing on Windows CI machines [2021-03-10T15:22:34.726Z] === RUN TestCmdStreamGood [2021-03-10T15:22:34.726Z] --- PASS: TestCmdStreamGood (0.04s) [2021-03-10T15:22:34.726Z] === RUN TestUntarPathWithInvalidDest [2021-03-10T15:22:35.116Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-10T15:22:35.185Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2021-03-10T15:22:35.185Z] === RUN TestUntarPathWithInvalidSrc [2021-03-10T15:22:35.185Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestUntarPath [2021-03-10T15:22:35.185Z] --- PASS: TestUntarPath (0.06s) [2021-03-10T15:22:35.185Z] === RUN TestUntarPathWithDestinationFile [2021-03-10T15:22:35.185Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-03-10T15:22:35.185Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-03-10T15:22:35.185Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.10s) [2021-03-10T15:22:35.185Z] === RUN TestCopyWithTarInvalidSrc [2021-03-10T15:22:35.185Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-03-10T15:22:35.185Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestCopyWithTarSrcFile [2021-03-10T15:22:35.185Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestCopyWithTarSrcFolder [2021-03-10T15:22:35.185Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestCopyFileWithTarInvalidSrc [2021-03-10T15:22:35.185Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-03-10T15:22:35.185Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestCopyFileWithTarSrcFolder [2021-03-10T15:22:35.185Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestCopyFileWithTarSrcFile [2021-03-10T15:22:35.185Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-03-10T15:22:35.185Z] === RUN TestTarFiles [2021-03-10T15:22:35.185Z] === RUN Test [2021-03-10T15:22:35.185Z] === RUN Test/TestContainsEntry [2021-03-10T15:22:35.185Z] === RUN Test/TestCreateEntries [2021-03-10T15:22:35.185Z] === RUN Test/TestEntriesDiff [2021-03-10T15:22:35.185Z] === RUN Test/TestEntriesEquality [2021-03-10T15:22:35.185Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-03-10T15:22:35.185Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-03-10T15:22:35.185Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-03-10T15:22:35.185Z] === RUN Test/TestGeneratorNotGenerate [2021-03-10T15:22:35.185Z] === RUN Test/TestGeneratorWithPort [2021-03-10T15:22:35.185Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-03-10T15:22:35.185Z] === RUN Test/TestNewEntry [2021-03-10T15:22:35.185Z] === RUN Test/TestParse [2021-03-10T15:22:35.185Z] --- PASS: Test (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestNewEntry (0.00s) [2021-03-10T15:22:35.185Z] --- PASS: Test/TestParse (0.00s) [2021-03-10T15:22:35.185Z] PASS [2021-03-10T15:22:35.185Z] coverage: 58.3% of statements [2021-03-10T15:22:35.185Z] ok github.com/docker/docker/pkg/discovery 0.064s coverage: 58.3% of statements [2021-03-10T15:22:35.648Z] === RUN Test [2021-03-10T15:22:35.648Z] === RUN Test/TestContent [2021-03-10T15:22:35.648Z] === RUN Test/TestInitialize [2021-03-10T15:22:35.648Z] === RUN Test/TestNew [2021-03-10T15:22:35.648Z] === RUN Test/TestParsingContentsWithComments [2021-03-10T15:22:35.648Z] === RUN Test/TestRegister [2021-03-10T15:22:35.649Z] === RUN Test/TestWatch [2021-03-10T15:22:35.649Z] --- PASS: Test (0.01s) [2021-03-10T15:22:35.649Z] --- PASS: Test/TestContent (0.00s) [2021-03-10T15:22:35.649Z] --- PASS: Test/TestInitialize (0.00s) [2021-03-10T15:22:35.649Z] --- PASS: Test/TestNew (0.00s) [2021-03-10T15:22:35.649Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-03-10T15:22:35.649Z] --- PASS: Test/TestRegister (0.00s) [2021-03-10T15:22:35.649Z] --- PASS: Test/TestWatch (0.01s) [2021-03-10T15:22:35.649Z] PASS [2021-03-10T15:22:35.649Z] coverage: 92.9% of statements [2021-03-10T15:22:35.649Z] ok github.com/docker/docker/pkg/discovery/file 0.071s coverage: 92.9% of statements [2021-03-10T15:22:36.259Z] === RUN TestDockerSuite/TestImportGzipped [2021-03-10T15:22:36.384Z] Loaded image: buildpack-deps:buster [2021-03-10T15:22:36.384Z] Loaded image: busybox:latest [2021-03-10T15:22:36.384Z] Loaded image: busybox:glibc [2021-03-10T15:22:37.026Z] Loaded image: debian:bullseye [2021-03-10T15:22:37.026Z] Loaded image: hello-world:latest [2021-03-10T15:22:37.026Z] Loaded image: arm32v7/hello-world:latest [2021-03-10T15:22:37.027Z] --- PASS: TestDockerNetworkMacvlan (22.08s) [2021-03-10T15:22:37.027Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-03-10T15:22:37.028Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2021-03-10T15:22:37.028Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.60s) [2021-03-10T15:22:37.028Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.80s) [2021-03-10T15:22:37.028Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.41s) [2021-03-10T15:22:37.028Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.87s) [2021-03-10T15:22:37.028Z] PASS [2021-03-10T15:22:37.028Z] [2021-03-10T15:22:37.028Z] DONE 8 tests in 24.557s [2021-03-10T15:22:37.028Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-10T15:22:37.028Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:37.028Z] ++ set -e [2021-03-10T15:22:37.028Z] ++ '[' -n 0 ']' [2021-03-10T15:22:37.028Z] ++ set -x [2021-03-10T15:22:37.028Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:37.028Z] testing: warning: no tests to run [2021-03-10T15:22:37.028Z] PASS [2021-03-10T15:22:37.028Z] [2021-03-10T15:22:37.028Z] DONE 0 tests in 0.054s [2021-03-10T15:22:37.028Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-10T15:22:37.028Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:37.028Z] ++ set -e [2021-03-10T15:22:37.028Z] ++ '[' -n 0 ']' [2021-03-10T15:22:37.028Z] ++ set -x [2021-03-10T15:22:37.028Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:37.188Z] === RUN Test [2021-03-10T15:22:37.188Z] === RUN Test/TestWatch [2021-03-10T15:22:37.188Z] --- PASS: Test (0.00s) [2021-03-10T15:22:37.188Z] --- PASS: Test/TestWatch (0.00s) [2021-03-10T15:22:37.188Z] PASS [2021-03-10T15:22:37.188Z] coverage: 92.3% of statements [2021-03-10T15:22:37.188Z] ok github.com/docker/docker/pkg/discovery/memory 0.077s coverage: 92.3% of statements [2021-03-10T15:22:37.188Z] === RUN Test [2021-03-10T15:22:37.188Z] === RUN Test/TestInitialize [2021-03-10T15:22:37.188Z] time="2021-03-10T15:22:36Z" level=info msg="Initializing discovery without TLS" [2021-03-10T15:22:37.188Z] time="2021-03-10T15:22:36Z" level=info msg="Initializing discovery without TLS" [2021-03-10T15:22:37.188Z] time="2021-03-10T15:22:36Z" level=info msg="Initializing discovery without TLS" [2021-03-10T15:22:37.188Z] === RUN Test/TestInitializeWithCerts [2021-03-10T15:22:37.188Z] time="2021-03-10T15:22:36Z" level=info msg="Initializing discovery with TLS" [2021-03-10T15:22:37.188Z] === RUN Test/TestWatch [2021-03-10T15:22:37.188Z] time="2021-03-10T15:22:36Z" level=info msg="Initializing discovery without TLS" [2021-03-10T15:22:37.188Z] === RUN Test [2021-03-10T15:22:37.188Z] === RUN Test/TestInitialize [2021-03-10T15:22:37.188Z] === RUN Test/TestInitializeWithPattern [2021-03-10T15:22:37.188Z] === RUN Test/TestRegister [2021-03-10T15:22:37.188Z] === RUN Test/TestWatch [2021-03-10T15:22:37.188Z] --- PASS: Test (0.00s) [2021-03-10T15:22:37.188Z] --- PASS: Test/TestInitialize (0.00s) [2021-03-10T15:22:37.188Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-03-10T15:22:37.188Z] --- PASS: Test/TestRegister (0.00s) [2021-03-10T15:22:37.188Z] --- PASS: Test/TestWatch (0.00s) [2021-03-10T15:22:37.188Z] PASS [2021-03-10T15:22:37.188Z] coverage: 93.8% of statements [2021-03-10T15:22:37.188Z] ok github.com/docker/docker/pkg/discovery/nodes 0.073s coverage: 93.8% of statements [2021-03-10T15:22:37.288Z] INFO: Testing against a local daemon [2021-03-10T15:22:37.288Z] === RUN TestAuthZPluginAllowRequest [2021-03-10T15:22:38.156Z] === RUN TestPollerAddRemove [2021-03-10T15:22:38.156Z] --- PASS: TestPollerAddRemove (0.00s) [2021-03-10T15:22:38.156Z] === RUN TestPollerEvent [2021-03-10T15:22:38.156Z] --- SKIP: TestPollerEvent (0.00s) [2021-03-10T15:22:38.156Z] poller_test.go:41: No chmod on Windows [2021-03-10T15:22:38.156Z] === RUN TestPollerClose [2021-03-10T15:22:38.156Z] --- PASS: TestPollerClose (0.00s) [2021-03-10T15:22:38.156Z] PASS [2021-03-10T15:22:38.156Z] coverage: 39.4% of statements [2021-03-10T15:22:38.156Z] ok github.com/docker/docker/pkg/filenotify 0.042s coverage: 39.4% of statements [2021-03-10T15:22:38.159Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-03-10T15:22:38.616Z] === RUN TestCopyFileWithInvalidSrc [2021-03-10T15:22:38.616Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCopyFileWithInvalidDest [2021-03-10T15:22:38.616Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCopyFileWithSameSrcAndDest [2021-03-10T15:22:38.616Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-03-10T15:22:38.616Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCopyFile [2021-03-10T15:22:38.616Z] --- PASS: TestCopyFile (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-03-10T15:22:38.616Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-03-10T15:22:38.616Z] fileutils_test.go:134: Needs porting to Windows [2021-03-10T15:22:38.616Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-03-10T15:22:38.616Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestReadSymlinkedDirectoryToFile [2021-03-10T15:22:38.616Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-03-10T15:22:38.616Z] fileutils_test.go:180: Needs porting to Windows [2021-03-10T15:22:38.616Z] === RUN TestWildcardMatches [2021-03-10T15:22:38.616Z] --- PASS: TestWildcardMatches (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestPatternMatches [2021-03-10T15:22:38.616Z] --- PASS: TestPatternMatches (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-03-10T15:22:38.616Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestPatternMatchesFolderExclusions [2021-03-10T15:22:38.616Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-03-10T15:22:38.616Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-03-10T15:22:38.616Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-03-10T15:22:38.616Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-03-10T15:22:38.616Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestSingleExclamationError [2021-03-10T15:22:38.616Z] --- PASS: TestSingleExclamationError (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestMatchesWithNoPatterns [2021-03-10T15:22:38.616Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestMatchesWithMalformedPatterns [2021-03-10T15:22:38.616Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestMatches [2021-03-10T15:22:38.616Z] --- PASS: TestMatches (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCleanPatterns [2021-03-10T15:22:38.616Z] --- PASS: TestCleanPatterns (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-03-10T15:22:38.616Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCleanPatternsExceptionFlag [2021-03-10T15:22:38.616Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-03-10T15:22:38.616Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-03-10T15:22:38.616Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCleanPatternsErrorSingleException [2021-03-10T15:22:38.616Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-03-10T15:22:38.616Z] === RUN TestCreateIfNotExistsDir [2021-03-10T15:22:38.616Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-03-10T15:22:39.076Z] === RUN TestCreateIfNotExistsFile [2021-03-10T15:22:39.076Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-03-10T15:22:39.076Z] === RUN TestMatch [2021-03-10T15:22:39.076Z] --- PASS: TestMatch (0.00s) [2021-03-10T15:22:39.076Z] PASS [2021-03-10T15:22:39.076Z] coverage: 87.7% of statements [2021-03-10T15:22:39.076Z] ok github.com/docker/docker/pkg/fileutils 0.102s coverage: 87.7% of statements [2021-03-10T15:22:39.076Z] === RUN TestGet [2021-03-10T15:22:39.076Z] --- PASS: TestGet (0.00s) [2021-03-10T15:22:39.076Z] === RUN TestGetShortcutString [2021-03-10T15:22:39.076Z] --- PASS: TestGetShortcutString (0.00s) [2021-03-10T15:22:39.076Z] PASS [2021-03-10T15:22:39.076Z] coverage: 42.9% of statements [2021-03-10T15:22:39.076Z] ok github.com/docker/docker/pkg/homedir 0.057s coverage: 42.9% of statements [2021-03-10T15:22:39.535Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-03-10T15:22:39.835Z] --- PASS: TestAuthZPluginAllowRequest (2.09s) [2021-03-10T15:22:39.835Z] === RUN TestAuthZPluginTLS [2021-03-10T15:22:40.045Z] --- PASS: TestTarFiles (4.90s) [2021-03-10T15:22:40.045Z] === RUN TestTarUntar [2021-03-10T15:22:40.045Z] --- PASS: TestTarUntar (0.02s) [2021-03-10T15:22:40.045Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-03-10T15:22:40.045Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-03-10T15:22:40.045Z] === RUN TestTarWithOptions [2021-03-10T15:22:40.045Z] --- PASS: TestTarWithOptions (0.02s) [2021-03-10T15:22:40.045Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-03-10T15:22:40.045Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-03-10T15:22:40.045Z] === RUN TestUntarUstarGnuConflict [2021-03-10T15:22:40.045Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-03-10T15:22:40.045Z] === RUN TestUntarInvalidFilenames [2021-03-10T15:22:40.045Z] === RUN TestCreateIDMapOrder [2021-03-10T15:22:40.045Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-03-10T15:22:40.045Z] PASS [2021-03-10T15:22:40.045Z] coverage: 7.2% of statements [2021-03-10T15:22:40.045Z] ok github.com/docker/docker/pkg/idtools 0.067s coverage: 7.2% of statements [2021-03-10T15:22:40.045Z] --- PASS: Test (3.13s) [2021-03-10T15:22:40.045Z] --- PASS: Test/TestInitialize (0.12s) [2021-03-10T15:22:40.045Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-03-10T15:22:40.046Z] --- PASS: Test/TestWatch (3.01s) [2021-03-10T15:22:40.046Z] PASS [2021-03-10T15:22:40.046Z] coverage: 84.1% of statements [2021-03-10T15:22:40.046Z] ok github.com/docker/docker/pkg/discovery/kv 3.266s coverage: 84.1% of statements [2021-03-10T15:22:40.095Z] --- PASS: TestAuthZPluginTLS (0.72s) [2021-03-10T15:22:40.095Z] === RUN TestAuthZPluginDenyRequest [2021-03-10T15:22:40.470Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-03-10T15:22:40.505Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames928902622\\dest" [2021-03-10T15:22:40.505Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-03-10T15:22:40.505Z] === RUN TestUntarHardlinkToSymlink [2021-03-10T15:22:40.505Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-03-10T15:22:40.505Z] === RUN TestUntarInvalidHardlink [2021-03-10T15:22:40.505Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink292965151\\victim\\hello" -> "../victim/hello" [2021-03-10T15:22:40.505Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink079585266\\victim\\hello" -> "/../victim/hello" [2021-03-10T15:22:40.505Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink002482345\\victim" -> "../victim" [2021-03-10T15:22:40.505Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink389211124\\victim" -> "../victim" [2021-03-10T15:22:40.505Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink462152899\\victim" -> "../victim" [2021-03-10T15:22:40.505Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink274194758\\victim" -> "../victim" [2021-03-10T15:22:40.505Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-03-10T15:22:40.505Z] === RUN TestUntarInvalidSymlink [2021-03-10T15:22:40.505Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink386789869\\dest\\dotdot" -> "../victim/hello" [2021-03-10T15:22:40.505Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink736498280\\dest\\slash-dotdot" -> "/../victim/hello" [2021-03-10T15:22:40.505Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink916723879\\dest\\loophole-victim" -> "../victim" [2021-03-10T15:22:40.505Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink437608410\\dest\\loophole-victim" -> "../victim" [2021-03-10T15:22:40.505Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink087561585\\dest\\loophole-victim" -> "../victim" [2021-03-10T15:22:40.505Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink954521116\\dest\\loophole-victim" -> "../victim" [2021-03-10T15:22:40.505Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink907606731\\dest\\dir\\loophole" -> "../../victim" [2021-03-10T15:22:40.505Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-03-10T15:22:40.505Z] === RUN TestTempArchiveCloseMultipleTimes [2021-03-10T15:22:40.505Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-03-10T15:22:40.505Z] === RUN TestXGlobalNoParent [2021-03-10T15:22:40.505Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-03-10T15:22:40.505Z] === RUN TestReplaceFileTarWrapper [2021-03-10T15:22:40.505Z] --- PASS: TestReplaceFileTarWrapper (0.21s) [2021-03-10T15:22:40.505Z] === RUN TestPrefixHeaderReadable [2021-03-10T15:22:40.505Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2021-03-10T15:22:40.505Z] === RUN TestDisablePigz [2021-03-10T15:22:40.505Z] --- PASS: TestDisablePigz (0.12s) [2021-03-10T15:22:40.668Z] --- PASS: TestAuthZPluginDenyRequest (0.70s) [2021-03-10T15:22:40.668Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-10T15:22:40.965Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-03-10T15:22:40.965Z] === RUN TestPigz [2021-03-10T15:22:40.965Z] --- PASS: TestPigz (0.15s) [2021-03-10T15:22:40.965Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-03-10T15:22:40.965Z] === RUN TestCopyFileWithInvalidDest [2021-03-10T15:22:40.965Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-03-10T15:22:40.965Z] archive_windows_test.go:16: Currently fails [2021-03-10T15:22:40.965Z] === RUN TestCanonicalTarNameForPath [2021-03-10T15:22:40.965Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestCanonicalTarName [2021-03-10T15:22:40.965Z] --- PASS: TestCanonicalTarName (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestChmodTarEntry [2021-03-10T15:22:40.965Z] --- PASS: TestChmodTarEntry (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestHardLinkOrder [2021-03-10T15:22:40.965Z] === RUN TestFixedBufferCap [2021-03-10T15:22:40.965Z] --- PASS: TestFixedBufferCap (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestFixedBufferLen [2021-03-10T15:22:40.965Z] --- PASS: TestFixedBufferLen (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestFixedBufferString [2021-03-10T15:22:40.965Z] --- PASS: TestFixedBufferString (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestFixedBufferWrite [2021-03-10T15:22:40.965Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestFixedBufferRead [2021-03-10T15:22:40.965Z] --- PASS: TestFixedBufferRead (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestBytesPipeRead [2021-03-10T15:22:40.965Z] --- PASS: TestBytesPipeRead (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestBytesPipeWrite [2021-03-10T15:22:40.965Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestBytesPipeWriteRandomChunks [2021-03-10T15:22:40.965Z] --- PASS: TestHardLinkOrder (0.07s) [2021-03-10T15:22:40.965Z] === RUN TestChangeString [2021-03-10T15:22:40.965Z] --- PASS: TestChangeString (0.00s) [2021-03-10T15:22:40.965Z] === RUN TestChangesWithNoChanges [2021-03-10T15:22:40.965Z] --- PASS: TestChangesWithNoChanges (0.07s) [2021-03-10T15:22:40.965Z] === RUN TestChangesWithChanges [2021-03-10T15:22:40.965Z] --- PASS: TestChangesWithChanges (0.03s) [2021-03-10T15:22:40.965Z] === RUN TestChangesWithChangesGH13590 [2021-03-10T15:22:40.965Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-03-10T15:22:40.965Z] changes_test.go:192: needs more investigation [2021-03-10T15:22:40.965Z] === RUN TestChangesDirsEmpty [2021-03-10T15:22:40.965Z] --- PASS: TestChangesDirsEmpty (0.12s) [2021-03-10T15:22:40.965Z] === RUN TestChangesDirsMutated [2021-03-10T15:22:41.036Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-03-10T15:22:41.255Z] --- PASS: TestCreateServiceMultipleTimes (23.89s) [2021-03-10T15:22:41.255Z] === RUN TestCreateServiceConflict [2021-03-10T15:22:41.255Z] --- PASS: TestCreateServiceConflict (3.89s) [2021-03-10T15:22:41.255Z] === RUN TestCreateServiceMaxReplicas [2021-03-10T15:22:41.424Z] --- PASS: TestChangesDirsMutated (0.14s) [2021-03-10T15:22:41.424Z] === RUN TestApplyLayer [2021-03-10T15:22:41.424Z] --- SKIP: TestApplyLayer (0.00s) [2021-03-10T15:22:41.424Z] changes_test.go:405: needs further investigation [2021-03-10T15:22:41.424Z] === RUN TestChangesSizeWithHardlinks [2021-03-10T15:22:41.424Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-03-10T15:22:41.424Z] changes_test.go:441: needs further investigation [2021-03-10T15:22:41.424Z] === RUN TestChangesSizeWithNoChanges [2021-03-10T15:22:41.424Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-03-10T15:22:41.424Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-03-10T15:22:41.424Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-03-10T15:22:41.424Z] === RUN TestChangesSize [2021-03-10T15:22:41.424Z] --- PASS: TestChangesSize (0.00s) [2021-03-10T15:22:41.424Z] === RUN TestApplyLayerInvalidFilenames [2021-03-10T15:22:41.424Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames453639058\\dest" [2021-03-10T15:22:41.424Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-03-10T15:22:41.424Z] === RUN TestApplyLayerInvalidHardlink [2021-03-10T15:22:41.425Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink117902996\\victim\\hello" -> "../victim/hello" [2021-03-10T15:22:41.425Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink557664995\\victim\\hello" -> "/../victim/hello" [2021-03-10T15:22:41.425Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink036360422\\victim" -> "../victim" [2021-03-10T15:22:41.425Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink209233677\\victim" -> "../victim" [2021-03-10T15:22:41.425Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink471081224\\victim" -> "../victim" [2021-03-10T15:22:41.425Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink898986695\\victim" -> "../victim" [2021-03-10T15:22:41.425Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-03-10T15:22:41.425Z] === RUN TestApplyLayerInvalidSymlink [2021-03-10T15:22:41.425Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink265138042\\dest\\dotdot" -> "../victim/hello" [2021-03-10T15:22:41.425Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink591798929\\dest\\slash-dotdot" -> "/../victim/hello" [2021-03-10T15:22:41.425Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink700492988\\dest\\loophole-victim" -> "../victim" [2021-03-10T15:22:41.425Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink642172651\\dest\\loophole-victim" -> "../victim" [2021-03-10T15:22:41.425Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink373585230\\dest\\loophole-victim" -> "../victim" [2021-03-10T15:22:41.425Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink423885909\\dest\\loophole-victim" -> "../victim" [2021-03-10T15:22:41.425Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-03-10T15:22:41.425Z] === RUN TestApplyLayerWhiteouts [2021-03-10T15:22:41.425Z] --- PASS: TestBytesPipeWriteRandomChunks (0.48s) [2021-03-10T15:22:41.425Z] === RUN TestAtomicWriteToFile [2021-03-10T15:22:41.425Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-03-10T15:22:41.425Z] === RUN TestAtomicWriteSetCommit [2021-03-10T15:22:41.425Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-03-10T15:22:41.425Z] === RUN TestAtomicWriteSetCancel [2021-03-10T15:22:41.425Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-03-10T15:22:41.425Z] === RUN TestReadCloserWrapperClose [2021-03-10T15:22:41.425Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestReaderErrWrapperReadOnError [2021-03-10T15:22:41.425Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestReaderErrWrapperRead [2021-03-10T15:22:41.425Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestHashData [2021-03-10T15:22:41.425Z] --- PASS: TestHashData (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestCancelReadCloser [2021-03-10T15:22:41.425Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2021-03-10T15:22:41.425Z] === RUN TestGenerateEmptyFile [2021-03-10T15:22:41.425Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestGenerateWithContent [2021-03-10T15:22:41.425Z] --- PASS: TestGenerateWithContent (0.00s) [2021-03-10T15:22:41.425Z] PASS [2021-03-10T15:22:41.425Z] coverage: 62.6% of statements [2021-03-10T15:22:41.425Z] ok github.com/docker/docker/pkg/archive 7.388s coverage: 62.6% of statements [2021-03-10T15:22:41.425Z] === RUN TestError [2021-03-10T15:22:41.425Z] --- PASS: TestError (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestProgressString [2021-03-10T15:22:41.425Z] === RUN TestProgressString/no_progress [2021-03-10T15:22:41.425Z] === RUN TestProgressString/progress_1 [2021-03-10T15:22:41.425Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-03-10T15:22:41.425Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-03-10T15:22:41.425Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-03-10T15:22:41.425Z] === RUN TestProgressString/with_units [2021-03-10T15:22:41.425Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-03-10T15:22:41.425Z] === RUN TestProgressString/hide_counts [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString (0.00s) [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString/with_units (0.00s) [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-03-10T15:22:41.425Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestJSONMessageDisplay [2021-03-10T15:22:41.425Z] === RUN TestStandardLongPath [2021-03-10T15:22:41.425Z] --- PASS: TestStandardLongPath (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestUNCLongPath [2021-03-10T15:22:41.425Z] --- PASS: TestUNCLongPath (0.00s) [2021-03-10T15:22:41.425Z] PASS [2021-03-10T15:22:41.425Z] coverage: 100.0% of statements [2021-03-10T15:22:41.425Z] ok github.com/docker/docker/pkg/longpath 0.044s coverage: 100.0% of statements [2021-03-10T15:22:41.425Z] --- PASS: TestCancelReadCloser (0.10s) [2021-03-10T15:22:41.425Z] === RUN TestWriteCloserWrapperClose [2021-03-10T15:22:41.425Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestNopWriteCloser [2021-03-10T15:22:41.425Z] --- PASS: TestNopWriteCloser (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestNopWriter [2021-03-10T15:22:41.425Z] --- PASS: TestNopWriter (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestWriteCounter [2021-03-10T15:22:41.425Z] --- PASS: TestWriteCounter (0.00s) [2021-03-10T15:22:41.425Z] PASS [2021-03-10T15:22:41.425Z] coverage: 69.2% of statements [2021-03-10T15:22:41.425Z] ok github.com/docker/docker/pkg/ioutils 0.651s coverage: 69.2% of statements [2021-03-10T15:22:41.425Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-03-10T15:22:41.425Z] === RUN TestJSONMessageDisplayWithJSONError [2021-03-10T15:22:41.425Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-03-10T15:22:41.425Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-03-10T15:22:41.425Z] === RUN TestDisplayJSONMessagesStream [2021-03-10T15:22:41.425Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-03-10T15:22:41.425Z] PASS [2021-03-10T15:22:41.425Z] coverage: 91.7% of statements [2021-03-10T15:22:41.425Z] ok github.com/docker/docker/pkg/jsonmessage 0.163s coverage: 91.7% of statements [2021-03-10T15:22:41.604Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.73s) [2021-03-10T15:22:41.604Z] === RUN TestCreateServiceSecretFileMode [2021-03-10T15:22:41.610Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.68s) [2021-03-10T15:22:41.610Z] === RUN TestAuthZPluginDenyResponse [2021-03-10T15:22:42.182Z] --- PASS: TestAuthZPluginDenyResponse (0.71s) [2021-03-10T15:22:42.182Z] === RUN TestAuthZPluginAllowEventStream [2021-03-10T15:22:42.395Z] === RUN TestNameFormat [2021-03-10T15:22:42.395Z] --- PASS: TestNameFormat (0.00s) [2021-03-10T15:22:42.395Z] === RUN TestNameRetries [2021-03-10T15:22:42.395Z] --- PASS: TestNameRetries (0.00s) [2021-03-10T15:22:42.395Z] PASS [2021-03-10T15:22:42.395Z] coverage: 85.7% of statements [2021-03-10T15:22:42.395Z] ok github.com/docker/docker/pkg/namesgenerator 0.147s coverage: 85.7% of statements [2021-03-10T15:22:42.410Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-03-10T15:22:42.410Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-03-10T15:22:42.410Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-03-10T15:22:42.544Z] --- PASS: TestCreateServiceSecretFileMode (2.76s) [2021-03-10T15:22:42.544Z] === RUN TestCreateServiceConfigFileMode [2021-03-10T15:22:42.854Z] === RUN TestParseKeyValueOpt [2021-03-10T15:22:42.855Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-03-10T15:22:42.855Z] === RUN TestParseUintList [2021-03-10T15:22:42.855Z] --- PASS: TestParseUintList (0.00s) [2021-03-10T15:22:42.855Z] === RUN TestParseUintListMaximumLimits [2021-03-10T15:22:42.855Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-03-10T15:22:42.855Z] PASS [2021-03-10T15:22:42.855Z] coverage: 97.0% of statements [2021-03-10T15:22:42.855Z] ok github.com/docker/docker/pkg/parsers 0.036s coverage: 97.0% of statements [2021-03-10T15:22:42.976Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-03-10T15:22:43.314Z] === RUN TestNewAndRemove [2021-03-10T15:22:43.314Z] --- PASS: TestNewAndRemove (0.00s) [2021-03-10T15:22:43.314Z] === RUN TestRemoveInvalidPath [2021-03-10T15:22:43.314Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-03-10T15:22:43.314Z] PASS [2021-03-10T15:22:43.314Z] coverage: 82.6% of statements [2021-03-10T15:22:43.314Z] ok github.com/docker/docker/pkg/pidfile 0.206s coverage: 82.6% of statements [2021-03-10T15:22:43.773Z] === RUN TestParseEmptyInterface [2021-03-10T15:22:43.773Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-03-10T15:22:43.773Z] === RUN TestParseNonInterfaceType [2021-03-10T15:22:43.773Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-03-10T15:22:43.773Z] === RUN TestParseWithOneFunction [2021-03-10T15:22:43.773Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-03-10T15:22:43.773Z] === RUN TestParseWithMultipleFuncs [2021-03-10T15:22:43.773Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-03-10T15:22:43.773Z] === RUN TestParseWithUnnamedReturn [2021-03-10T15:22:43.773Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-03-10T15:22:43.773Z] === RUN TestEmbeddedInterface [2021-03-10T15:22:43.773Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-03-10T15:22:43.773Z] === RUN TestParsedImports [2021-03-10T15:22:43.773Z] --- PASS: TestParsedImports (0.00s) [2021-03-10T15:22:43.773Z] === RUN TestAliasedImports [2021-03-10T15:22:43.773Z] --- PASS: TestAliasedImports (0.00s) [2021-03-10T15:22:43.934Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-03-10T15:22:43.964Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.43s) [2021-03-10T15:22:43.964Z] PASS [2021-03-10T15:22:43.964Z] [2021-03-10T15:22:43.964Z] === Skipped [2021-03-10T15:22:43.964Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-03-10T15:22:43.964Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:22:43.964Z] [2021-03-10T15:22:43.964Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-10T15:22:43.964Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-10T15:22:43.964Z] [2021-03-10T15:22:43.964Z] [2021-03-10T15:22:43.964Z] DONE 34 tests, 2 skipped in 121.847s [2021-03-10T15:22:43.964Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-03-10T15:22:43.964Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:43.964Z] ++ set -e [2021-03-10T15:22:43.964Z] ++ '[' -n 0 ']' [2021-03-10T15:22:43.964Z] ++ set -x [2021-03-10T15:22:43.964Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:43.964Z] INFO: Testing against a local daemon [2021-03-10T15:22:43.964Z] === RUN TestConfigInspect [2021-03-10T15:22:44.232Z] PASS [2021-03-10T15:22:44.232Z] coverage: 56.8% of statements [2021-03-10T15:22:44.232Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.051s coverage: 56.8% of statements [2021-03-10T15:22:44.517Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-03-10T15:22:44.692Z] === RUN TestFailedConnection [2021-03-10T15:22:44.727Z] --- PASS: TestAuthZPluginAllowEventStream (2.09s) [2021-03-10T15:22:44.727Z] === RUN TestAuthZPluginErrorResponse [2021-03-10T15:22:44.988Z] --- PASS: TestAuthZPluginErrorResponse (0.73s) [2021-03-10T15:22:44.988Z] === RUN TestAuthZPluginErrorRequest [2021-03-10T15:22:45.083Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-03-10T15:22:45.480Z] --- PASS: TestConfigInspect (1.91s) [2021-03-10T15:22:45.480Z] === RUN TestConfigList [2021-03-10T15:22:45.661Z] === RUN TestHTTPTransport [2021-03-10T15:22:45.662Z] --- PASS: TestHTTPTransport (0.00s) [2021-03-10T15:22:45.662Z] PASS [2021-03-10T15:22:45.662Z] coverage: 85.7% of statements [2021-03-10T15:22:45.662Z] ok github.com/docker/docker/pkg/plugins/transport 0.052s coverage: 85.7% of statements [2021-03-10T15:22:45.662Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-03-10T15:22:45.662Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-03-10T15:22:45.662Z] === RUN TestBufioReaderPoolPutAndGet [2021-03-10T15:22:45.662Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-03-10T15:22:45.662Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-03-10T15:22:45.662Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-03-10T15:22:45.662Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-03-10T15:22:45.662Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-03-10T15:22:45.662Z] === RUN TestBufioWriterPoolPutAndGet [2021-03-10T15:22:45.662Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-03-10T15:22:45.662Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-03-10T15:22:45.662Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-03-10T15:22:45.662Z] === RUN TestBufferPoolPutAndGet [2021-03-10T15:22:45.662Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-03-10T15:22:45.662Z] PASS [2021-03-10T15:22:45.662Z] coverage: 88.2% of statements [2021-03-10T15:22:45.662Z] ok github.com/docker/docker/pkg/pools 0.050s coverage: 88.2% of statements [2021-03-10T15:22:45.727Z] --- PASS: TestCreateServiceMaxReplicas (4.25s) [2021-03-10T15:22:45.727Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-10T15:22:45.841Z] --- PASS: TestCreateServiceConfigFileMode (2.74s) [2021-03-10T15:22:45.841Z] === RUN TestCreateServiceSysctls [2021-03-10T15:22:45.931Z] --- PASS: TestAuthZPluginErrorRequest (0.70s) [2021-03-10T15:22:45.931Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-10T15:22:46.019Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-03-10T15:22:46.121Z] --- PASS: TestFailedConnection (1.06s) [2021-03-10T15:22:46.121Z] === RUN TestFailOnce [2021-03-10T15:22:46.121Z] 2021/03/10 15:22:45 http: panic serving 127.0.0.1:49225: Plugin not ready [2021-03-10T15:22:46.121Z] goroutine 10 [running]: [2021-03-10T15:22:46.121Z] net/http.(*conn).serve.func1(0xc000058b40) [2021-03-10T15:22:46.121Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-03-10T15:22:46.121Z] panic(0x849b40, 0x986ad0) [2021-03-10T15:22:46.121Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-03-10T15:22:46.121Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-10T15:22:46.121Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-03-10T15:22:46.121Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-10T15:22:46.121Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-03-10T15:22:46.121Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-10T15:22:46.121Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-03-10T15:22:46.121Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-10T15:22:46.121Z] c:/go/src/net/http/server.go:2831 +0xab [2021-03-10T15:22:46.121Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980) [2021-03-10T15:22:46.121Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-03-10T15:22:46.121Z] created by net/http.(*Server).Serve [2021-03-10T15:22:46.121Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-03-10T15:22:46.121Z] time="2021-03-10T15:22:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.FailOnce: Post http://127.0.0.1:49224/Test.FailOnce: EOF, retrying in 1s" [2021-03-10T15:22:46.121Z] === RUN TestOutputOnPrematureClose [2021-03-10T15:22:46.121Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-03-10T15:22:46.121Z] === RUN TestCompleteSilently [2021-03-10T15:22:46.121Z] --- PASS: TestCompleteSilently (0.00s) [2021-03-10T15:22:46.121Z] PASS [2021-03-10T15:22:46.121Z] coverage: 75.9% of statements [2021-03-10T15:22:46.121Z] ok github.com/docker/docker/pkg/progress 0.039s coverage: 75.9% of statements [2021-03-10T15:22:46.121Z] === RUN TestSendToOneSub [2021-03-10T15:22:46.121Z] --- PASS: TestSendToOneSub (0.00s) [2021-03-10T15:22:46.121Z] === RUN TestSendToMultipleSubs [2021-03-10T15:22:46.121Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-03-10T15:22:46.121Z] === RUN TestEvictOneSub [2021-03-10T15:22:46.121Z] --- PASS: TestEvictOneSub (0.00s) [2021-03-10T15:22:46.121Z] === RUN TestClosePublisher [2021-03-10T15:22:46.121Z] --- PASS: TestClosePublisher (0.00s) [2021-03-10T15:22:46.121Z] === RUN TestPubSubRace [2021-03-10T15:22:46.502Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.70s) [2021-03-10T15:22:46.502Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-10T15:22:46.952Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-03-10T15:22:46.952Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-03-10T15:22:47.090Z] === RUN TestRegister [2021-03-10T15:22:47.090Z] --- PASS: TestRegister (0.00s) [2021-03-10T15:22:47.090Z] === RUN TestCommand [2021-03-10T15:22:47.090Z] --- PASS: TestCommand (0.02s) [2021-03-10T15:22:47.090Z] === RUN TestNaiveSelf [2021-03-10T15:22:47.090Z] --- PASS: TestFailOnce (1.17s) [2021-03-10T15:22:47.090Z] === RUN TestEchoInputOutput [2021-03-10T15:22:47.090Z] --- PASS: TestNaiveSelf (0.02s) [2021-03-10T15:22:47.090Z] PASS [2021-03-10T15:22:47.090Z] coverage: 82.4% of statements [2021-03-10T15:22:47.090Z] --- PASS: TestEchoInputOutput (0.00s) [2021-03-10T15:22:47.090Z] === RUN TestBackoff [2021-03-10T15:22:47.090Z] --- PASS: TestBackoff (0.00s) [2021-03-10T15:22:47.090Z] === RUN TestAbortRetry [2021-03-10T15:22:47.090Z] --- PASS: TestAbortRetry (0.00s) [2021-03-10T15:22:47.090Z] === RUN TestClientScheme [2021-03-10T15:22:47.090Z] --- PASS: TestClientScheme (0.00s) [2021-03-10T15:22:47.090Z] === RUN TestNewClientWithTimeout [2021-03-10T15:22:47.090Z] ok github.com/docker/docker/pkg/reexec 0.080s coverage: 82.4% of statements [2021-03-10T15:22:47.550Z] --- PASS: TestPubSubRace (1.04s) [2021-03-10T15:22:47.550Z] PASS [2021-03-10T15:22:47.550Z] coverage: 75.0% of statements [2021-03-10T15:22:47.550Z] ok github.com/docker/docker/pkg/pubsub 1.075s coverage: 75.0% of statements [2021-03-10T15:22:47.550Z] time="2021-03-10T15:22:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-03-10T15:22:47.577Z] --- PASS: TestConfigList (1.89s) [2021-03-10T15:22:47.577Z] === RUN TestConfigsCreateAndDelete [2021-03-10T15:22:48.010Z] === RUN TestParseSignal [2021-03-10T15:22:48.010Z] --- PASS: TestParseSignal (0.00s) [2021-03-10T15:22:48.010Z] === RUN TestValidSignalForPlatform [2021-03-10T15:22:48.010Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-03-10T15:22:48.010Z] PASS [2021-03-10T15:22:48.010Z] coverage: 20.3% of statements [2021-03-10T15:22:48.010Z] ok github.com/docker/docker/pkg/signal 0.045s coverage: 20.3% of statements [2021-03-10T15:22:48.469Z] === RUN TestNewStdWriter [2021-03-10T15:22:48.469Z] --- PASS: TestNewStdWriter (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestWriteWithUninitializedStdWriter [2021-03-10T15:22:48.469Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestWriteWithNilBytes [2021-03-10T15:22:48.469Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestWrite [2021-03-10T15:22:48.469Z] --- PASS: TestWrite (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestWriteWithWriterError [2021-03-10T15:22:48.469Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-03-10T15:22:48.469Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyWriteAndRead [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyWithInvalidInputHeader [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyWithCorruptedPrefix [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyReturnsWriteErrors [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-03-10T15:22:48.469Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-03-10T15:22:48.469Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-03-10T15:22:48.469Z] PASS [2021-03-10T15:22:48.469Z] coverage: 100.0% of statements [2021-03-10T15:22:48.469Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2021-03-10T15:22:48.852Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-03-10T15:22:48.931Z] time="2021-03-10T15:22:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-03-10T15:22:48.931Z] === RUN TestRawProgressFormatterFormatStatus [2021-03-10T15:22:48.931Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestRawProgressFormatterFormatProgress [2021-03-10T15:22:48.931Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestFormatStatus [2021-03-10T15:22:48.931Z] --- PASS: TestFormatStatus (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestFormatError [2021-03-10T15:22:48.931Z] --- PASS: TestFormatError (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestFormatJSONError [2021-03-10T15:22:48.931Z] --- PASS: TestFormatJSONError (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestJsonProgressFormatterFormatProgress [2021-03-10T15:22:48.931Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestJsonProgressFormatterFormatStatus [2021-03-10T15:22:48.931Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestNewJSONProgressOutput [2021-03-10T15:22:48.931Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestAuxFormatterEmit [2021-03-10T15:22:48.931Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestStreamWriterStdout [2021-03-10T15:22:48.931Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-03-10T15:22:48.931Z] === RUN TestStreamWriterStderr [2021-03-10T15:22:48.931Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-03-10T15:22:48.931Z] PASS [2021-03-10T15:22:48.931Z] coverage: 66.2% of statements [2021-03-10T15:22:48.931Z] ok github.com/docker/docker/pkg/streamformatter 0.053s coverage: 66.2% of statements [2021-03-10T15:22:49.047Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.50s) [2021-03-10T15:22:49.047Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-10T15:22:49.098Z] --- PASS: TestConfigsCreateAndDelete (1.89s) [2021-03-10T15:22:49.098Z] === RUN TestConfigsUpdate [2021-03-10T15:22:49.139Z] --- PASS: TestCreateServiceSysctls (3.76s) [2021-03-10T15:22:49.139Z] === RUN TestCreateServiceCapabilities [2021-03-10T15:22:49.390Z] === RUN TestGenerateRandomID [2021-03-10T15:22:49.390Z] --- PASS: TestGenerateRandomID (0.00s) [2021-03-10T15:22:49.390Z] === RUN TestShortenId [2021-03-10T15:22:49.391Z] --- PASS: TestShortenId (0.00s) [2021-03-10T15:22:49.391Z] === RUN TestShortenSha256Id [2021-03-10T15:22:49.391Z] --- PASS: TestShortenSha256Id (0.00s) [2021-03-10T15:22:49.391Z] === RUN TestShortenIdEmpty [2021-03-10T15:22:49.391Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-03-10T15:22:49.391Z] === RUN TestShortenIdInvalid [2021-03-10T15:22:49.391Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-03-10T15:22:49.391Z] === RUN TestIsShortIDNonHex [2021-03-10T15:22:49.391Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-03-10T15:22:49.391Z] === RUN TestIsShortIDNotCorrectSize [2021-03-10T15:22:49.391Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-03-10T15:22:49.391Z] PASS [2021-03-10T15:22:49.391Z] coverage: 70.6% of statements [2021-03-10T15:22:49.391Z] ok github.com/docker/docker/pkg/stringid 0.043s coverage: 70.6% of statements [2021-03-10T15:22:49.787Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-03-10T15:22:50.354Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-03-10T15:22:50.354Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-03-10T15:22:50.359Z] === RUN TestIsCpusetListAvailable [2021-03-10T15:22:50.359Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-03-10T15:22:50.359Z] PASS [2021-03-10T15:22:50.359Z] coverage: 38.2% of statements [2021-03-10T15:22:50.359Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 38.2% of statements [2021-03-10T15:22:50.819Z] === RUN TestChtimes [2021-03-10T15:22:50.819Z] --- PASS: TestChtimes (0.00s) [2021-03-10T15:22:50.819Z] === RUN TestChtimesWindows [2021-03-10T15:22:50.819Z] --- PASS: TestChtimesWindows (0.00s) [2021-03-10T15:22:50.819Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-03-10T15:22:50.819Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-03-10T15:22:50.819Z] === RUN TestEnsureRemoveAllNotExist [2021-03-10T15:22:50.819Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-03-10T15:22:50.819Z] === RUN TestEnsureRemoveAllWithDir [2021-03-10T15:22:50.819Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-03-10T15:22:50.819Z] === RUN TestEnsureRemoveAllWithFile [2021-03-10T15:22:50.819Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-03-10T15:22:50.819Z] === RUN TestHasWin32KSupport [2021-03-10T15:22:50.819Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-03-10T15:22:50.819Z] syscall_windows_test.go:8: win32k: true [2021-03-10T15:22:50.819Z] PASS [2021-03-10T15:22:50.819Z] coverage: 12.0% of statements [2021-03-10T15:22:50.819Z] ok github.com/docker/docker/pkg/system 0.049s coverage: 12.0% of statements [2021-03-10T15:22:51.180Z] --- PASS: TestConfigsUpdate (1.89s) [2021-03-10T15:22:51.180Z] === RUN TestTemplatedConfig [2021-03-10T15:22:51.278Z] === RUN TestTailFile [2021-03-10T15:22:51.278Z] --- PASS: TestTailFile (0.00s) [2021-03-10T15:22:51.278Z] === RUN TestTailFileManyLines [2021-03-10T15:22:51.278Z] --- PASS: TestTailFileManyLines (0.00s) [2021-03-10T15:22:51.278Z] === RUN TestTailEmptyFile [2021-03-10T15:22:51.278Z] --- PASS: TestTailEmptyFile (0.00s) [2021-03-10T15:22:51.278Z] === RUN TestTailNegativeN [2021-03-10T15:22:51.278Z] --- PASS: TestTailNegativeN (0.00s) [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader [2021-03-10T15:22:51.278Z] === PAUSE TestNewTailReader [2021-03-10T15:22:51.278Z] === CONT TestNewTailReader [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/no_delimiter [2021-03-10T15:22:51.278Z] === PAUSE TestNewTailReader/no_delimiter [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/single_byte_delimiter [2021-03-10T15:22:51.278Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/2_byte_delimiter [2021-03-10T15:22:51.278Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/4_byte_delimiter [2021-03-10T15:22:51.278Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/8_byte_delimiter [2021-03-10T15:22:51.278Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/12_byte_delimiter [2021-03-10T15:22:51.278Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/truncated_last_line [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-03-10T15:22:51.278Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/no_delimiter [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/8_byte_delimiter [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.279Z] === CONT TestNewTailReader/4_byte_delimiter [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.279Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.279Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/2_byte_delimiter [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/single_byte_delimiter [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.280Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.280Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.288Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-03-10T15:22:51.288Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-03-10T15:22:51.595Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.58s) [2021-03-10T15:22:51.595Z] === RUN TestAuthZPluginHeader [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.740Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.740Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.740Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.740Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.741Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.741Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.741Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-10T15:22:51.742Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.742Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.742Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.743Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.743Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.744Z] time="2021-03-10T15:22:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-10T15:22:51.744Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.744Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.02s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-03-10T15:22:51.745Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.01s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.01s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.205Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.03s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.206Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.02s) [2021-03-10T15:22:52.207Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-10T15:22:52.207Z] PASS [2021-03-10T15:22:52.207Z] coverage: 88.6% of statements [2021-03-10T15:22:52.207Z] ok github.com/docker/docker/pkg/tailfile 0.427s coverage: 88.6% of statements [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-10T15:22:52.207Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-10T15:22:52.207Z] === RUN TestTarSumRemoveNonExistent [2021-03-10T15:22:52.207Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestTarSumRemove [2021-03-10T15:22:52.207Z] --- PASS: TestTarSumRemove (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestSortFileInfoSums [2021-03-10T15:22:52.207Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestNewTarSumForLabelInvalid [2021-03-10T15:22:52.207Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestNewTarSumForLabel [2021-03-10T15:22:52.207Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestEmptyTar [2021-03-10T15:22:52.207Z] --- PASS: TestEmptyTar (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestTarSumsReadSize [2021-03-10T15:22:52.207Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestTarSums [2021-03-10T15:22:52.207Z] --- PASS: TestTarSums (0.09s) [2021-03-10T15:22:52.207Z] === RUN TestIteration [2021-03-10T15:22:52.207Z] --- PASS: TestIteration (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestVersionLabelForChecksum [2021-03-10T15:22:52.207Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestVersion [2021-03-10T15:22:52.207Z] --- PASS: TestVersion (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestGetVersion [2021-03-10T15:22:52.207Z] --- PASS: TestGetVersion (0.00s) [2021-03-10T15:22:52.207Z] === RUN TestGetVersions [2021-03-10T15:22:52.207Z] --- PASS: TestGetVersions (0.00s) [2021-03-10T15:22:52.207Z] PASS [2021-03-10T15:22:52.207Z] coverage: 89.3% of statements [2021-03-10T15:22:52.207Z] ok github.com/docker/docker/pkg/tarsum 0.150s coverage: 89.3% of statements [2021-03-10T15:22:52.223Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-03-10T15:22:52.433Z] --- PASS: TestCreateServiceCapabilities (2.84s) [2021-03-10T15:22:52.433Z] === RUN TestInspect [2021-03-10T15:22:52.538Z] --- PASS: TestAuthZPluginHeader (1.03s) [2021-03-10T15:22:52.538Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-10T15:22:52.538Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-03-10T15:22:52.538Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:22:52.538Z] === RUN TestAuthZPluginV2Disable [2021-03-10T15:22:52.538Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-10T15:22:52.538Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:22:52.538Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-10T15:22:52.538Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-10T15:22:52.538Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:22:52.538Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-10T15:22:52.538Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-10T15:22:52.538Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:22:52.538Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-10T15:22:52.666Z] testing: warning: no tests to run [2021-03-10T15:22:52.666Z] PASS [2021-03-10T15:22:52.666Z] coverage: [no statements] [2021-03-10T15:22:52.666Z] ok github.com/docker/docker/pkg/term/windows 0.050s coverage: [no statements] [no tests to run] [2021-03-10T15:22:52.788Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-03-10T15:22:53.046Z] === RUN TestDockerSuite/TestInspectDefault [2021-03-10T15:22:53.125Z] === RUN TestTruncIndex [2021-03-10T15:22:53.125Z] --- PASS: TestTruncIndex (0.10s) [2021-03-10T15:22:53.125Z] PASS [2021-03-10T15:22:53.125Z] coverage: 91.5% of statements [2021-03-10T15:22:53.125Z] ok github.com/docker/docker/pkg/truncindex 0.136s coverage: 91.5% of statements [2021-03-10T15:22:53.125Z] === RUN TestIsGIT [2021-03-10T15:22:53.125Z] --- PASS: TestIsGIT (0.00s) [2021-03-10T15:22:53.125Z] === RUN TestIsTransport [2021-03-10T15:22:53.125Z] --- PASS: TestIsTransport (0.00s) [2021-03-10T15:22:53.125Z] PASS [2021-03-10T15:22:53.125Z] coverage: 100.0% of statements [2021-03-10T15:22:53.125Z] ok github.com/docker/docker/pkg/urlutil 0.038s coverage: 100.0% of statements [2021-03-10T15:22:53.585Z] === RUN TestVersionInfo [2021-03-10T15:22:53.585Z] --- PASS: TestVersionInfo (0.00s) [2021-03-10T15:22:53.585Z] === RUN TestAppendVersions [2021-03-10T15:22:53.585Z] --- PASS: TestAppendVersions (0.00s) [2021-03-10T15:22:53.585Z] PASS [2021-03-10T15:22:53.585Z] coverage: 88.9% of statements [2021-03-10T15:22:53.585Z] ok github.com/docker/docker/pkg/useragent 0.109s coverage: 88.9% of statements [2021-03-10T15:22:53.613Z] === RUN TestDockerSuite/TestInspectHistory [2021-03-10T15:22:53.958Z] --- PASS: TestTemplatedConfig (2.47s) [2021-03-10T15:22:53.958Z] === RUN TestConfigCreateResolve [2021-03-10T15:22:54.556Z] === RUN TestNewSettable [2021-03-10T15:22:54.556Z] --- PASS: TestNewSettable (0.00s) [2021-03-10T15:22:54.556Z] === RUN TestIsSettable [2021-03-10T15:22:54.556Z] --- PASS: TestIsSettable (0.00s) [2021-03-10T15:22:54.556Z] === RUN TestUpdateSettingsEnv [2021-03-10T15:22:54.556Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-03-10T15:22:54.556Z] PASS [2021-03-10T15:22:54.556Z] coverage: 20.1% of statements [2021-03-10T15:22:54.556Z] ok github.com/docker/docker/plugin/v2 0.043s coverage: 20.1% of statements [2021-03-10T15:22:54.987Z] === RUN TestDockerSuite/TestInspectImage [2021-03-10T15:22:54.987Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-03-10T15:22:54.987Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-03-10T15:22:54.987Z] === RUN TestDockerSuite/TestInspectInt64 [2021-03-10T15:22:55.019Z] === RUN TestLoad [2021-03-10T15:22:55.019Z] --- PASS: TestLoad (0.00s) [2021-03-10T15:22:55.019Z] === RUN TestSave [2021-03-10T15:22:55.019Z] --- PASS: TestSave (0.02s) [2021-03-10T15:22:55.019Z] === RUN TestAddDeleteGet [2021-03-10T15:22:55.019Z] --- PASS: TestAddDeleteGet (0.03s) [2021-03-10T15:22:55.019Z] === RUN TestInvalidTags [2021-03-10T15:22:55.019Z] --- PASS: TestInvalidTags (0.01s) [2021-03-10T15:22:55.019Z] PASS [2021-03-10T15:22:55.019Z] coverage: 84.4% of statements [2021-03-10T15:22:55.019Z] ok github.com/docker/docker/reference 0.113s coverage: 84.4% of statements [2021-03-10T15:22:55.478Z] === RUN TestValidatePrivileges [2021-03-10T15:22:55.478Z] --- PASS: TestValidatePrivileges (0.00s) [2021-03-10T15:22:55.478Z] === RUN TestFilterByCapNeg [2021-03-10T15:22:55.478Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-03-10T15:22:55.478Z] === RUN TestFilterByCapPos [2021-03-10T15:22:55.478Z] --- PASS: TestFilterByCapPos (0.00s) [2021-03-10T15:22:55.478Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-03-10T15:22:55.478Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-03-10T15:22:55.478Z] PASS [2021-03-10T15:22:55.478Z] coverage: 12.0% of statements [2021-03-10T15:22:55.478Z] ok github.com/docker/docker/plugin 0.059s coverage: 12.0% of statements [2021-03-10T15:22:55.486Z] --- PASS: TestConfigCreateResolve (1.96s) [2021-03-10T15:22:55.486Z] === RUN TestConfigDaemonLibtrustID [2021-03-10T15:22:55.554Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-03-10T15:22:56.123Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-03-10T15:22:56.123Z] PASS [2021-03-10T15:22:56.123Z] [2021-03-10T15:22:56.123Z] DONE 7 tests in 12.625s [2021-03-10T15:22:56.123Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-03-10T15:22:56.123Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:56.123Z] ++ set -e [2021-03-10T15:22:56.123Z] ++ '[' -n 0 ']' [2021-03-10T15:22:56.123Z] ++ set -x [2021-03-10T15:22:56.123Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:22:56.123Z] INFO: Testing against a local daemon [2021-03-10T15:22:56.123Z] === RUN TestCheckpoint [2021-03-10T15:22:56.123Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-10T15:22:56.123Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:22:56.123Z] === RUN TestContainerInvalidJSON [2021-03-10T15:22:56.123Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:22:56.123Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:22:56.123Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:22:56.123Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:22:56.123Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:22:56.123Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:22:56.123Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:22:56.123Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:22:56.123Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:22:56.123Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-03-10T15:22:56.123Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-10T15:22:56.123Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-10T15:22:56.123Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-10T15:22:56.123Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-10T15:22:56.123Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-03-10T15:22:56.123Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-10T15:22:56.419Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-03-10T15:22:56.419Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-10T15:22:56.419Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-03-10T15:22:56.419Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-10T15:22:56.419Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-03-10T15:22:56.419Z] === RUN TestCopyFromContainer [2021-03-10T15:22:56.447Z] time="2021-03-10T15:22:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-03-10T15:22:56.447Z] === RUN TestRestartManagerTimeout [2021-03-10T15:22:56.447Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-03-10T15:22:56.447Z] === RUN TestRestartManagerTimeoutReset [2021-03-10T15:22:56.447Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-03-10T15:22:56.447Z] PASS [2021-03-10T15:22:56.447Z] coverage: 50.9% of statements [2021-03-10T15:22:56.447Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestReaderWithReadError [2021-03-10T15:22:56.909Z] time="2021-03-10T15:22:56Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestReader [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestReader (0.00s) [2021-03-10T15:22:56.909Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-03-10T15:22:56.909Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-03-10T15:22:56.909Z] PASS [2021-03-10T15:22:56.909Z] coverage: 100.0% of statements [2021-03-10T15:22:56.909Z] ok github.com/docker/docker/registry/resumable 0.227s coverage: 100.0% of statements [2021-03-10T15:22:56.929Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-03-10T15:22:56.929Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-03-10T15:22:57.369Z] === RUN TestResolveAuthConfigIndexServer [2021-03-10T15:22:57.369Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestResolveAuthConfigFullURL [2021-03-10T15:22:57.369Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestLoadAllowNondistributableArtifacts [2021-03-10T15:22:57.369Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestValidateMirror [2021-03-10T15:22:57.369Z] --- PASS: TestValidateMirror (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestLoadInsecureRegistries [2021-03-10T15:22:57.369Z] time="2021-03-10T15:22:56Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-03-10T15:22:57.369Z] time="2021-03-10T15:22:57Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-03-10T15:22:57.369Z] time="2021-03-10T15:22:57Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-03-10T15:22:57.369Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-03-10T15:22:57.369Z] === RUN TestNewServiceConfig [2021-03-10T15:22:57.369Z] --- PASS: TestNewServiceConfig (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestValidateIndexName [2021-03-10T15:22:57.369Z] --- PASS: TestValidateIndexName (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestValidateIndexNameWithError [2021-03-10T15:22:57.369Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestEndpointParse [2021-03-10T15:22:57.369Z] --- PASS: TestEndpointParse (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestEndpointParseInvalid [2021-03-10T15:22:57.369Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestValidateEndpoint [2021-03-10T15:22:57.369Z] --- PASS: TestValidateEndpoint (0.01s) [2021-03-10T15:22:57.369Z] === RUN TestPing [2021-03-10T15:22:57.369Z] --- PASS: TestPing (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestPingRegistryEndpoint [2021-03-10T15:22:57.369Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-03-10T15:22:57.369Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:57.369Z] === RUN TestEndpoint [2021-03-10T15:22:57.369Z] --- SKIP: TestEndpoint (0.00s) [2021-03-10T15:22:57.369Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:57.369Z] === RUN TestParseRepositoryInfo [2021-03-10T15:22:57.369Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestNewIndexInfo [2021-03-10T15:22:57.369Z] --- PASS: TestNewIndexInfo (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestMirrorEndpointLookup [2021-03-10T15:22:57.369Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-03-10T15:22:57.369Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:22:57.369Z] === RUN TestSearchRepositories [2021-03-10T15:22:57.369Z] --- PASS: TestSearchRepositories (0.00s) [2021-03-10T15:22:57.369Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-03-10T15:22:57.369Z] Host: 127.0.0.1:49244 [2021-03-10T15:22:57.369Z] User-Agent: docker test client [2021-03-10T15:22:57.369Z] Authorization: Token fake-token [2021-03-10T15:22:57.369Z] X-Docker-Token: true [2021-03-10T15:22:57.369Z] Accept-Encoding: gzip [2021-03-10T15:22:57.369Z] [2021-03-10T15:22:57.369Z] [2021-03-10T15:22:57.369Z] registry_test.go:730: HTTP/1.1 200 OK [2021-03-10T15:22:57.369Z] Connection: close [2021-03-10T15:22:57.369Z] Content-Length: 144 [2021-03-10T15:22:57.369Z] Cache-Control: no-cache [2021-03-10T15:22:57.369Z] Content-Type: application/json [2021-03-10T15:22:57.369Z] Date: Wed, 10 Mar 2021 15:22:57 GMT [2021-03-10T15:22:57.369Z] Expires: -1 [2021-03-10T15:22:57.369Z] Pragma: no-cache [2021-03-10T15:22:57.369Z] Server: docker-tests/mock [2021-03-10T15:22:57.369Z] X-Docker-Registry-Config: mock [2021-03-10T15:22:57.369Z] X-Docker-Registry-Version: 0.0.0 [2021-03-10T15:22:57.369Z] [2021-03-10T15:22:57.369Z] [2021-03-10T15:22:57.369Z] === RUN TestTrustedLocation [2021-03-10T15:22:57.369Z] --- PASS: TestTrustedLocation (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-03-10T15:22:57.369Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestAllowNondistributableArtifacts [2021-03-10T15:22:57.369Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-03-10T15:22:57.369Z] === RUN TestIsSecureIndex [2021-03-10T15:22:57.369Z] --- PASS: TestIsSecureIndex (0.00s) [2021-03-10T15:22:57.369Z] PASS [2021-03-10T15:22:57.369Z] coverage: 50.3% of statements [2021-03-10T15:22:57.369Z] ok github.com/docker/docker/registry 0.184s coverage: 50.3% of statements [2021-03-10T15:22:57.828Z] === RUN TestDecodeContainerConfig [2021-03-10T15:22:57.828Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-03-10T15:22:57.828Z] === RUN TestDecodeContainerConfigIsolation [2021-03-10T15:22:57.828Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-03-10T15:22:57.828Z] === RUN TestValidatePrivileged [2021-03-10T15:22:57.828Z] --- PASS: TestValidatePrivileged (0.00s) [2021-03-10T15:22:57.828Z] PASS [2021-03-10T15:22:57.828Z] coverage: 52.2% of statements [2021-03-10T15:22:57.828Z] ok github.com/docker/docker/runconfig 0.050s coverage: 52.2% of statements [2021-03-10T15:22:57.864Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-03-10T15:22:57.957Z] === RUN TestCopyFromContainer// [2021-03-10T15:22:57.957Z] === RUN TestCopyFromContainer//bar/root [2021-03-10T15:22:57.957Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-10T15:22:57.957Z] === RUN TestCopyFromContainer/bar/quux [2021-03-10T15:22:57.957Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-10T15:22:57.957Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-10T15:22:58.252Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-10T15:22:58.252Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-10T15:22:58.252Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-10T15:22:58.252Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-10T15:22:58.287Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-03-10T15:22:58.287Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-03-10T15:22:58.287Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-03-10T15:22:58.287Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-03-10T15:22:58.287Z] PASS [2021-03-10T15:22:58.287Z] coverage: 62.5% of statements [2021-03-10T15:22:58.287Z] ok github.com/docker/docker/testutil 0.060s coverage: 62.5% of statements [2021-03-10T15:22:58.431Z] === RUN TestDockerSuite/TestInspectPlugin [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer (1.99s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-03-10T15:22:58.547Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-03-10T15:22:58.547Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-10T15:22:58.547Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:22:58.547Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:22:58.547Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:22:58.547Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:22:58.547Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:22:58.547Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:22:58.547Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:22:58.547Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:22:58.547Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:22:58.547Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-10T15:22:58.547Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-10T15:22:58.547Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-10T15:22:58.547Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-10T15:22:58.547Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-10T15:22:58.547Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-10T15:22:58.547Z] === RUN TestCreateWithInvalidEnv [2021-03-10T15:22:58.547Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-10T15:22:58.547Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-10T15:22:58.547Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-10T15:22:58.547Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-10T15:22:58.547Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-10T15:22:58.547Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-10T15:22:58.547Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-10T15:22:58.547Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-10T15:22:58.547Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-10T15:22:58.547Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-10T15:22:58.547Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-10T15:22:58.547Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-10T15:22:58.547Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-10T15:22:58.547Z] === RUN TestCreateTmpfsMountsTarget [2021-03-10T15:22:58.547Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-10T15:22:58.547Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-10T15:22:59.805Z] === RUN TestDockerSuite/TestInspectRootFS [2021-03-10T15:22:59.806Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-03-10T15:23:00.100Z] --- PASS: TestCreateWithCustomMaskedPaths (1.52s) [2021-03-10T15:23:00.100Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-10T15:23:00.466Z] === RUN TestGetDriver [2021-03-10T15:23:00.466Z] --- PASS: TestGetDriver (0.00s) [2021-03-10T15:23:00.466Z] === RUN TestVolumeRequestError [2021-03-10T15:23:00.466Z] --- PASS: TestVolumeRequestError (0.01s) [2021-03-10T15:23:00.466Z] PASS [2021-03-10T15:23:00.466Z] coverage: 36.1% of statements [2021-03-10T15:23:00.466Z] ok github.com/docker/docker/volume/drivers 0.085s coverage: 36.1% of statements [2021-03-10T15:23:00.560Z] --- PASS: TestInspect (8.32s) [2021-03-10T15:23:00.560Z] === RUN TestCreateJob [2021-03-10T15:23:00.740Z] === RUN TestDockerSuite/TestInspectStatus [2021-03-10T15:23:00.926Z] === RUN TestGetAddress [2021-03-10T15:23:00.926Z] --- PASS: TestGetAddress (0.00s) [2021-03-10T15:23:00.926Z] === RUN TestRemove [2021-03-10T15:23:00.926Z] --- SKIP: TestRemove (0.00s) [2021-03-10T15:23:00.926Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-03-10T15:23:00.926Z] === RUN TestInitializeWithVolumes [2021-03-10T15:23:00.926Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-03-10T15:23:00.926Z] === RUN TestCreate [2021-03-10T15:23:00.926Z] --- PASS: TestCreate (0.01s) [2021-03-10T15:23:00.926Z] === RUN TestValidateName [2021-03-10T15:23:00.926Z] --- PASS: TestValidateName (0.00s) [2021-03-10T15:23:00.926Z] === RUN TestCreateWithOpts [2021-03-10T15:23:00.926Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-03-10T15:23:00.926Z] local_test.go:181: runtime.GOOS == "windows" [2021-03-10T15:23:00.926Z] === RUN TestRelaodNoOpts [2021-03-10T15:23:00.926Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-03-10T15:23:00.926Z] PASS [2021-03-10T15:23:00.926Z] coverage: 41.5% of statements [2021-03-10T15:23:00.926Z] ok github.com/docker/docker/volume/local 0.135s coverage: 41.5% of statements [2021-03-10T15:23:00.926Z] === RUN TestConvertTmpfsOptions [2021-03-10T15:23:00.926Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-03-10T15:23:00.926Z] parser_test.go:49: data="mode=700,size=1m" [2021-03-10T15:23:00.926Z] parser_test.go:49: data="ro" [2021-03-10T15:23:00.926Z] === RUN TestParseMountRaw [2021-03-10T15:23:00.926Z] --- PASS: TestParseMountRaw (0.02s) [2021-03-10T15:23:00.926Z] === RUN TestParseMountRawSplit [2021-03-10T15:23:00.926Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-03-10T15:23:00.926Z] parser_test.go:390: case 0 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 1 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 2 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 3 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 4 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 5 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 6 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 7 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 8 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 0 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 1 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 2 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 3 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 4 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 5 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 6 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 7 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 8 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 9 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 10 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 11 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 12 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 0 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 1 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 2 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 3 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 4 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 5 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 6 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 7 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 8 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 9 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 10 [2021-03-10T15:23:00.926Z] parser_test.go:390: case 11 [2021-03-10T15:23:00.926Z] === RUN TestParseMountSpec [2021-03-10T15:23:00.926Z] --- PASS: TestParseMountSpec (0.00s) [2021-03-10T15:23:00.926Z] parser_test.go:455: case 0 [2021-03-10T15:23:00.926Z] parser_test.go:455: case 1 [2021-03-10T15:23:00.926Z] parser_test.go:455: case 2 [2021-03-10T15:23:00.926Z] parser_test.go:455: case 3 [2021-03-10T15:23:00.926Z] parser_test.go:455: case 4 [2021-03-10T15:23:00.926Z] parser_test.go:455: case 5 [2021-03-10T15:23:00.926Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-03-10T15:23:00.926Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-03-10T15:23:00.926Z] === RUN TestValidateMount [2021-03-10T15:23:00.926Z] --- PASS: TestValidateMount (0.00s) [2021-03-10T15:23:00.926Z] PASS [2021-03-10T15:23:00.926Z] coverage: 66.2% of statements [2021-03-10T15:23:00.926Z] ok github.com/docker/docker/volume/mounts 0.064s coverage: 66.2% of statements [2021-03-10T15:23:01.107Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.15s) [2021-03-10T15:23:01.107Z] === RUN TestCreateServiceSecretFileMode [2021-03-10T15:23:01.619Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.68s) [2021-03-10T15:23:01.619Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-10T15:23:01.675Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-03-10T15:23:01.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:23:01.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:23:01.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:23:01.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:23:01.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:23:01.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:23:01.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:23:01.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:23:01.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:23:01.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:23:01.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:23:01.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:23:01.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:23:01.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:23:01.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:23:01.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-10T15:23:01.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-03-10T15:23:01.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-03-10T15:23:01.915Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-03-10T15:23:01.915Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-03-10T15:23:01.915Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-10T15:23:01.915Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-10T15:23:02.210Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s) [2021-03-10T15:23:02.210Z] === RUN TestCreateDifferentPlatform [2021-03-10T15:23:02.464Z] === RUN TestSetGetMeta [2021-03-10T15:23:02.464Z] === PAUSE TestSetGetMeta [2021-03-10T15:23:02.464Z] === RUN TestRestore [2021-03-10T15:23:02.464Z] === PAUSE TestRestore [2021-03-10T15:23:02.464Z] === RUN TestServiceCreate [2021-03-10T15:23:02.464Z] === PAUSE TestServiceCreate [2021-03-10T15:23:02.464Z] === RUN TestServiceList [2021-03-10T15:23:02.464Z] === PAUSE TestServiceList [2021-03-10T15:23:02.464Z] === RUN TestServiceRemove [2021-03-10T15:23:02.464Z] === PAUSE TestServiceRemove [2021-03-10T15:23:02.464Z] === RUN TestServiceGet [2021-03-10T15:23:02.464Z] === PAUSE TestServiceGet [2021-03-10T15:23:02.464Z] === RUN TestServicePrune [2021-03-10T15:23:02.464Z] === PAUSE TestServicePrune [2021-03-10T15:23:02.464Z] === RUN TestCreate [2021-03-10T15:23:02.464Z] === PAUSE TestCreate [2021-03-10T15:23:02.464Z] === RUN TestRemove [2021-03-10T15:23:02.464Z] === PAUSE TestRemove [2021-03-10T15:23:02.464Z] === RUN TestList [2021-03-10T15:23:02.464Z] === PAUSE TestList [2021-03-10T15:23:02.464Z] === RUN TestFindByDriver [2021-03-10T15:23:02.464Z] === PAUSE TestFindByDriver [2021-03-10T15:23:02.464Z] === RUN TestFindByReferenced [2021-03-10T15:23:02.464Z] === PAUSE TestFindByReferenced [2021-03-10T15:23:02.464Z] === RUN TestDerefMultipleOfSameRef [2021-03-10T15:23:02.464Z] === PAUSE TestDerefMultipleOfSameRef [2021-03-10T15:23:02.464Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-10T15:23:02.464Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-10T15:23:02.464Z] === RUN TestDefererencePluginOnCreateError [2021-03-10T15:23:02.464Z] === PAUSE TestDefererencePluginOnCreateError [2021-03-10T15:23:02.464Z] === RUN TestRefDerefRemove [2021-03-10T15:23:02.464Z] === PAUSE TestRefDerefRemove [2021-03-10T15:23:02.464Z] === RUN TestGet [2021-03-10T15:23:02.464Z] === PAUSE TestGet [2021-03-10T15:23:02.464Z] === RUN TestGetWithReference [2021-03-10T15:23:02.464Z] === PAUSE TestGetWithReference [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc/test_nil_list [2021-03-10T15:23:02.464Z] === PAUSE TestFilterFunc/test_nil_list [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc/test_empty_list [2021-03-10T15:23:02.464Z] === PAUSE TestFilterFunc/test_empty_list [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-03-10T15:23:02.464Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-10T15:23:02.464Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc/test_filter_some [2021-03-10T15:23:02.464Z] === PAUSE TestFilterFunc/test_filter_some [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc/test_filter_middle [2021-03-10T15:23:02.464Z] === PAUSE TestFilterFunc/test_filter_middle [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-03-10T15:23:02.464Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-03-10T15:23:02.464Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-03-10T15:23:02.464Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-03-10T15:23:02.464Z] === CONT TestFilterFunc/test_nil_list [2021-03-10T15:23:02.464Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-03-10T15:23:02.464Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-03-10T15:23:02.464Z] === CONT TestFilterFunc/test_filter_middle [2021-03-10T15:23:02.464Z] === CONT TestFilterFunc/test_filter_some [2021-03-10T15:23:02.464Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-10T15:23:02.464Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-03-10T15:23:02.464Z] === CONT TestFilterFunc/test_empty_list [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc (0.00s) [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-03-10T15:23:02.464Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-03-10T15:23:02.464Z] === CONT TestSetGetMeta [2021-03-10T15:23:02.464Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-10T15:23:02.464Z] === CONT TestCreate [2021-03-10T15:23:02.464Z] === CONT TestFindByDriver [2021-03-10T15:23:02.464Z] --- PASS: TestSetGetMeta (0.02s) [2021-03-10T15:23:02.464Z] === CONT TestGetWithReference [2021-03-10T15:23:02.464Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-03-10T15:23:02.464Z] === CONT TestGet [2021-03-10T15:23:02.464Z] --- PASS: TestCreate (0.02s) [2021-03-10T15:23:02.464Z] === CONT TestRefDerefRemove [2021-03-10T15:23:02.464Z] --- PASS: TestFindByDriver (0.03s) [2021-03-10T15:23:02.464Z] === CONT TestDefererencePluginOnCreateError [2021-03-10T15:23:02.464Z] --- PASS: TestGetWithReference (0.03s) [2021-03-10T15:23:02.464Z] === CONT TestServiceRemove [2021-03-10T15:23:02.464Z] --- PASS: TestGet (0.03s) [2021-03-10T15:23:02.464Z] === CONT TestServicePrune [2021-03-10T15:23:02.464Z] --- PASS: TestRefDerefRemove (0.03s) [2021-03-10T15:23:02.464Z] === CONT TestServiceGet [2021-03-10T15:23:02.464Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-03-10T15:23:02.464Z] === CONT TestDerefMultipleOfSameRef [2021-03-10T15:23:02.464Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-03-10T15:23:02.464Z] === CONT TestFindByReferenced [2021-03-10T15:23:02.464Z] --- PASS: TestFindByReferenced (0.02s) [2021-03-10T15:23:02.464Z] === CONT TestList [2021-03-10T15:23:02.464Z] --- PASS: TestList (0.02s) [2021-03-10T15:23:02.464Z] === CONT TestRemove [2021-03-10T15:23:02.464Z] --- PASS: TestRemove (0.02s) [2021-03-10T15:23:02.464Z] === CONT TestServiceCreate [2021-03-10T15:23:02.464Z] --- PASS: TestServiceGet (0.11s) [2021-03-10T15:23:02.464Z] === CONT TestServiceList [2021-03-10T15:23:02.464Z] time="2021-03-10T15:23:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-10T15:23:02.464Z] --- PASS: TestServiceRemove (0.12s) [2021-03-10T15:23:02.464Z] === CONT TestRestore [2021-03-10T15:23:02.464Z] --- PASS: TestServiceCreate (0.04s) [2021-03-10T15:23:02.464Z] time="2021-03-10T15:23:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-10T15:23:02.464Z] time="2021-03-10T15:23:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-10T15:23:02.464Z] --- PASS: TestServiceList (0.03s) [2021-03-10T15:23:02.464Z] time="2021-03-10T15:23:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-03-10T15:23:02.464Z] --- PASS: TestRestore (0.02s) [2021-03-10T15:23:02.464Z] time="2021-03-10T15:23:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-10T15:23:02.464Z] --- PASS: TestServicePrune (0.15s) [2021-03-10T15:23:02.464Z] PASS [2021-03-10T15:23:02.464Z] coverage: 70.3% of statements [2021-03-10T15:23:02.464Z] ok github.com/docker/docker/volume/service 0.275s coverage: 70.3% of statements [2021-03-10T15:23:02.507Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-10T15:23:02.507Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-10T15:23:02.507Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-03-10T15:23:02.507Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-10T15:23:02.507Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-10T15:23:02.507Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-10T15:23:02.507Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-10T15:23:02.507Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-10T15:23:02.507Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-03-10T15:23:02.507Z] === RUN TestContainerStartOnDaemonRestart [2021-03-10T15:23:02.507Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-10T15:23:02.507Z] === RUN TestDaemonRestartIpcMode [2021-03-10T15:23:02.507Z] === PAUSE TestDaemonRestartIpcMode [2021-03-10T15:23:02.507Z] === RUN TestDaemonHostGatewayIP [2021-03-10T15:23:02.507Z] === PAUSE TestDaemonHostGatewayIP [2021-03-10T15:23:02.507Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-10T15:23:02.507Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-10T15:23:02.507Z] === RUN TestContainerKillOnDaemonStart [2021-03-10T15:23:02.507Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-10T15:23:02.507Z] === RUN TestDiff [2021-03-10T15:23:03.151Z] --- PASS: TestDiff (0.55s) [2021-03-10T15:23:03.151Z] === RUN TestExecWithCloseStdin [2021-03-10T15:23:03.575Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-03-10T15:23:03.794Z] --- PASS: TestExecWithCloseStdin (0.68s) [2021-03-10T15:23:03.794Z] === RUN TestExec [2021-03-10T15:23:03.855Z] --- PASS: TestCreateJob (3.65s) [2021-03-10T15:23:03.856Z] === RUN TestReplicatedJob [2021-03-10T15:23:04.142Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-03-10T15:23:04.436Z] --- PASS: TestExec (0.65s) [2021-03-10T15:23:04.436Z] === RUN TestExecUser [2021-03-10T15:23:04.652Z] --- PASS: TestNewClientWithTimeout (17.70s) [2021-03-10T15:23:04.652Z] === RUN TestClientStream [2021-03-10T15:23:04.652Z] --- PASS: TestClientStream (0.00s) [2021-03-10T15:23:04.652Z] === RUN TestClientSendFile [2021-03-10T15:23:04.652Z] --- PASS: TestClientSendFile (0.00s) [2021-03-10T15:23:04.652Z] === RUN TestClientWithRequestTimeout [2021-03-10T15:23:04.652Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-03-10T15:23:04.652Z] === RUN TestFileSpecPlugin [2021-03-10T15:23:04.652Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-03-10T15:23:04.652Z] === RUN TestFileJSONSpecPlugin [2021-03-10T15:23:04.652Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-03-10T15:23:04.652Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-03-10T15:23:04.652Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-03-10T15:23:04.652Z] === RUN TestPluginAddHandler [2021-03-10T15:23:04.652Z] --- PASS: TestPluginAddHandler (0.00s) [2021-03-10T15:23:04.652Z] === RUN TestPluginWaitBadPlugin [2021-03-10T15:23:04.652Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-03-10T15:23:04.652Z] === RUN TestGet [2021-03-10T15:23:04.652Z] time="2021-03-10T15:23:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-03-10T15:23:05.075Z] --- PASS: TestExecUser (0.66s) [2021-03-10T15:23:05.075Z] === RUN TestExportContainerAndImportImage [2021-03-10T15:23:05.075Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-03-10T15:23:05.586Z] --- PASS: TestCreateServiceSecretFileMode (3.83s) [2021-03-10T15:23:05.586Z] === RUN TestCreateServiceConfigFileMode [2021-03-10T15:23:05.623Z] time="2021-03-10T15:23:05Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-03-10T15:23:05.717Z] --- PASS: TestExportContainerAndImportImage (0.83s) [2021-03-10T15:23:05.717Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-10T15:23:06.010Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-03-10T15:23:06.577Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-03-10T15:23:07.243Z] --- PASS: TestExportContainerAfterDaemonRestart (1.46s) [2021-03-10T15:23:07.243Z] === RUN TestHealthCheckWorkdir [2021-03-10T15:23:07.512Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-03-10T15:23:07.804Z] time="2021-03-10T15:23:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-03-10T15:23:08.078Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-03-10T15:23:08.078Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-03-10T15:23:08.296Z] --- PASS: TestHealthCheckWorkdir (0.79s) [2021-03-10T15:23:08.296Z] === RUN TestHealthKillContainer [2021-03-10T15:23:09.121Z] --- PASS: TestCreateServiceConfigFileMode (3.93s) [2021-03-10T15:23:09.121Z] === RUN TestCreateServiceSysctls [2021-03-10T15:23:09.977Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-03-10T15:23:10.433Z] --- PASS: TestReplicatedJob (6.61s) [2021-03-10T15:23:10.433Z] === RUN TestUpdateReplicatedJob [2021-03-10T15:23:10.650Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.22s) [2021-03-10T15:23:10.650Z] PASS [2021-03-10T15:23:10.650Z] [2021-03-10T15:23:10.650Z] === Skipped [2021-03-10T15:23:10.650Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-03-10T15:23:10.650Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:23:10.650Z] [2021-03-10T15:23:10.650Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-10T15:23:10.650Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:23:10.650Z] [2021-03-10T15:23:10.650Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-10T15:23:10.650Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:23:10.650Z] [2021-03-10T15:23:10.650Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-10T15:23:10.650Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:23:10.650Z] [2021-03-10T15:23:10.650Z] [2021-03-10T15:23:10.650Z] DONE 17 tests, 4 skipped in 33.665s [2021-03-10T15:23:10.650Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-10T15:23:10.650Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:10.650Z] ++ set -e [2021-03-10T15:23:10.650Z] ++ '[' -n 0 ']' [2021-03-10T15:23:10.650Z] ++ set -x [2021-03-10T15:23:10.651Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:10.912Z] INFO: Testing against a local daemon [2021-03-10T15:23:10.912Z] === RUN TestPluginInvalidJSON [2021-03-10T15:23:11.052Z] --- PASS: TestHealthKillContainer (2.69s) [2021-03-10T15:23:11.052Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-10T15:23:11.173Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:23:11.173Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:23:11.173Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:23:11.173Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-10T15:23:11.173Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-10T15:23:11.173Z] === RUN TestPluginInstall [2021-03-10T15:23:11.173Z] === RUN TestPluginInstall/no_auth [2021-03-10T15:23:11.346Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s) [2021-03-10T15:23:11.346Z] === RUN TestIpcModeNone [2021-03-10T15:23:11.903Z] === RUN TestDockerSuite/TestLinksEnvs [2021-03-10T15:23:11.984Z] --- PASS: TestIpcModeNone (0.63s) [2021-03-10T15:23:11.984Z] === RUN TestIpcModePrivate [2021-03-10T15:23:12.504Z] time="2021-03-10T15:23:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-03-10T15:23:12.622Z] --- PASS: TestIpcModePrivate (0.70s) [2021-03-10T15:23:12.622Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2021-03-10T15:23:12.622Z] === RUN TestIpcModeShareable [2021-03-10T15:23:13.283Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-03-10T15:23:13.542Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-03-10T15:23:13.663Z] --- PASS: TestIpcModeShareable (0.76s) [2021-03-10T15:23:13.663Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2021-03-10T15:23:13.663Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-10T15:23:13.719Z] time="2021-03-10T15:23:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:23:13.719Z] time="2021-03-10T15:23:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1f5dd35ac1847d2cd672065a8c785107549cbc3685084587f13c5961329aff2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:23:13.719Z] time="2021-03-10T15:23:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:23:13.719Z] time="2021-03-10T15:23:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1f5dd35ac1847d2cd672065a8c785107549cbc3685084587f13c5961329aff2b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:23:14.290Z] === RUN TestPluginInstall/with_htpasswd [2021-03-10T15:23:14.630Z] --- PASS: TestUpdateReplicatedJob (3.72s) [2021-03-10T15:23:14.631Z] === RUN TestServiceListWithStatuses [2021-03-10T15:23:14.631Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2021-03-10T15:23:14.631Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:23:14.631Z] === RUN TestDockerNetworkConnectAlias [2021-03-10T15:23:14.708Z] --- PASS: TestCreateServiceSysctls (4.93s) [2021-03-10T15:23:14.708Z] === RUN TestCreateServiceCapabilities [2021-03-10T15:23:14.862Z] time="2021-03-10T15:23:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:23:14.862Z] time="2021-03-10T15:23:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:593be120215f901b9036430f5b5d27bc010ec0472615c8fd96b9b1a28e3bcba8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:23:14.862Z] time="2021-03-10T15:23:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:23:14.862Z] time="2021-03-10T15:23:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:593be120215f901b9036430f5b5d27bc010ec0472615c8fd96b9b1a28e3bcba8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:23:15.434Z] === RUN TestPluginInstall/with_insecure [2021-03-10T15:23:15.763Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.97s) [2021-03-10T15:23:15.763Z] === RUN TestAPIIpcModeHost [2021-03-10T15:23:16.059Z] --- PASS: TestAPIIpcModeHost (0.55s) [2021-03-10T15:23:16.059Z] === RUN TestDaemonIpcModeShareable [2021-03-10T15:23:16.071Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-03-10T15:23:16.820Z] time="2021-03-10T15:23:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:23:16.820Z] time="2021-03-10T15:23:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3085acc995b04f2520013d1e9f4f508f14fa153f09ba7441f33dac67b5e503e8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:23:16.820Z] time="2021-03-10T15:23:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:23:16.820Z] time="2021-03-10T15:23:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3085acc995b04f2520013d1e9f4f508f14fa153f09ba7441f33dac67b5e503e8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:23:17.081Z] --- PASS: TestPluginInstall (6.03s) [2021-03-10T15:23:17.081Z] --- PASS: TestPluginInstall/no_auth (3.06s) [2021-03-10T15:23:17.081Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2021-03-10T15:23:17.081Z] --- PASS: TestPluginInstall/with_insecure (1.75s) [2021-03-10T15:23:17.081Z] plugin_test.go:160: [d5cc272a889ce] daemon is not started [2021-03-10T15:23:17.081Z] === RUN TestPluginsWithRuntimes [2021-03-10T15:23:17.578Z] --- PASS: TestDaemonIpcModeShareable (1.45s) [2021-03-10T15:23:17.578Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-03-10T15:23:17.578Z] === RUN TestDaemonIpcModePrivate [2021-03-10T15:23:18.251Z] --- PASS: TestCreateServiceCapabilities (3.87s) [2021-03-10T15:23:18.251Z] === RUN TestInspect [2021-03-10T15:23:18.599Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-03-10T15:23:19.098Z] --- PASS: TestDaemonIpcModePrivate (1.44s) [2021-03-10T15:23:19.098Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-03-10T15:23:19.098Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-10T15:23:19.626Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-10T15:23:19.910Z] --- PASS: TestDockerNetworkConnectAlias (5.13s) [2021-03-10T15:23:19.910Z] === RUN TestDockerNetworkReConnect [2021-03-10T15:23:20.626Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.62s) [2021-03-10T15:23:20.626Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-03-10T15:23:20.626Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-10T15:23:21.010Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-10T15:23:21.090Z] --- PASS: TestGet (15.04s) [2021-03-10T15:23:21.090Z] === RUN TestPluginWithNoManifest [2021-03-10T15:23:21.090Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-03-10T15:23:21.090Z] === RUN TestGetAll [2021-03-10T15:23:21.090Z] --- PASS: TestGetAll (0.00s) [2021-03-10T15:23:21.090Z] PASS [2021-03-10T15:23:21.090Z] coverage: 73.4% of statements [2021-03-10T15:23:21.090Z] ok github.com/docker/docker/pkg/plugins 35.185s coverage: 73.4% of statements [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/quota [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/rootless [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/volume [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-10T15:23:21.090Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === Skipped [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-03-10T15:23:21.090Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-03-10T15:23:21.090Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-03-10T15:23:21.090Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-03-10T15:23:21.090Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-03-10T15:23:21.090Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-03-10T15:23:21.090Z] client_test.go:23: runtime.GOOS == "windows" [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-03-10T15:23:21.090Z] daemon_test.go:147: root required [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-03-10T15:23:21.090Z] reload_test.go:520: root required [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.06s) [2021-03-10T15:23:21.090Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-03-10T15:23:21.090Z] pull_v2_test.go:73: Needs fixing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-03-10T15:23:21.090Z] pull_v2_test.go:118: Needs fixing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-03-10T15:23:21.090Z] download_test.go:268: Needs fixing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-03-10T15:23:21.090Z] layer_test.go:304: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-03-10T15:23:21.090Z] layer_test.go:353: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-03-10T15:23:21.090Z] layer_test.go:468: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-03-10T15:23:21.090Z] layer_test.go:697: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-03-10T15:23:21.090Z] migration_test.go:46: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-03-10T15:23:21.090Z] migration_test.go:182: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-03-10T15:23:21.090Z] mount_test.go:17: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-03-10T15:23:21.090Z] mount_test.go:76: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-03-10T15:23:21.090Z] mount_test.go:125: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-03-10T15:23:21.090Z] mount_test.go:212: Failing on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:134: Xz not present in msys2 [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:239: Failing on Windows CI machines [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-03-10T15:23:21.090Z] archive_windows_test.go:16: Currently fails [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-03-10T15:23:21.090Z] changes_test.go:192: needs more investigation [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-03-10T15:23:21.090Z] changes_test.go:405: needs further investigation [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-03-10T15:23:21.090Z] changes_test.go:441: needs further investigation [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-03-10T15:23:21.090Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-03-10T15:23:21.090Z] poller_test.go:41: No chmod on Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-03-10T15:23:21.090Z] fileutils_test.go:134: Needs porting to Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-03-10T15:23:21.090Z] fileutils_test.go:180: Needs porting to Windows [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-03-10T15:23:21.090Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-03-10T15:23:21.090Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-03-10T15:23:21.090Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-03-10T15:23:21.090Z] [2021-03-10T15:23:21.090Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-03-10T15:23:21.091Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-03-10T15:23:21.091Z] [2021-03-10T15:23:21.091Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-03-10T15:23:21.091Z] local_test.go:181: runtime.GOOS == "windows" [2021-03-10T15:23:21.091Z] [2021-03-10T15:23:21.091Z] [2021-03-10T15:23:21.091Z] DONE 1829 tests, 45 skipped in 203.297s [2021-03-10T15:23:21.091Z] INFO: make.ps1 ended at 03/10/2021 15:23:21 [2021-03-10T15:23:21.129Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-03-10T15:23:21.129Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-03-10T15:23:21.785Z] --- PASS: TestInspect (4.04s) [2021-03-10T15:23:21.785Z] === RUN TestCreateJob [2021-03-10T15:23:22.155Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.45s) [2021-03-10T15:23:22.155Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-03-10T15:23:22.155Z] === RUN TestIpcModeOlderClient [2021-03-10T15:23:22.155Z] === PAUSE TestIpcModeOlderClient [2021-03-10T15:23:22.155Z] === RUN TestKillContainerInvalidSignal [2021-03-10T15:23:22.455Z] --- PASS: TestKillContainerInvalidSignal (0.56s) [2021-03-10T15:23:22.455Z] === RUN TestKillContainer [2021-03-10T15:23:22.455Z] === RUN TestKillContainer/no_signal [2021-03-10T15:23:22.924Z] --- PASS: TestPluginsWithRuntimes (5.79s) [2021-03-10T15:23:22.924Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.65s) [2021-03-10T15:23:22.924Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.68s) [2021-03-10T15:23:22.924Z] PASS [2021-03-10T15:23:22.924Z] [2021-03-10T15:23:22.924Z] DONE 9 tests in 12.122s [2021-03-10T15:23:22.924Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-10T15:23:22.924Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:22.924Z] ++ set -e [2021-03-10T15:23:22.924Z] ++ '[' -n 0 ']' [2021-03-10T15:23:22.924Z] ++ set -x [2021-03-10T15:23:22.924Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:23.096Z] === RUN TestKillContainer/non_killing_signal [2021-03-10T15:23:23.184Z] INFO: Testing against a local daemon [2021-03-10T15:23:23.185Z] === RUN TestExternalGraphDriver [2021-03-10T15:23:23.185Z] === RUN TestExternalGraphDriver/json [2021-03-10T15:23:23.237Z] --- PASS: TestDockerNetworkReConnect (3.83s) [2021-03-10T15:23:23.237Z] === RUN TestServicePlugin [2021-03-10T15:23:23.269Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-03-10T15:23:23.269Z] INFO: Unit tests ended at 03/10/2021 15:23:22. Duration:00:03:38.5124084 [2021-03-10T15:23:23.269Z] INFO: Building busybox [2021-03-10T15:23:23.269Z] Sending build context to Docker daemon 5.12kB [2021-03-10T15:23:23.269Z] [2021-03-10T15:23:23.269Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-03-10T15:23:23.269Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-03-10T15:23:23.269Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-03-10T15:23:23.269Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-03-10T15:23:23.269Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-03-10T15:23:23.269Z] ---> 3eaa9ebbf51f [2021-03-10T15:23:23.269Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-03-10T15:23:23.269Z] ---> Running in b196dfecdbb0 [2021-03-10T15:23:23.391Z] === RUN TestKillContainer/killing_signal [2021-03-10T15:23:23.659Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-03-10T15:23:23.917Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-03-10T15:23:24.434Z] --- PASS: TestKillContainer (1.68s) [2021-03-10T15:23:24.434Z] --- PASS: TestKillContainer/no_signal (0.55s) [2021-03-10T15:23:24.434Z] --- PASS: TestKillContainer/non_killing_signal (0.39s) [2021-03-10T15:23:24.434Z] --- PASS: TestKillContainer/killing_signal (0.50s) [2021-03-10T15:23:24.434Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-10T15:23:24.434Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-10T15:23:24.728Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-10T15:23:24.851Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-03-10T15:23:25.370Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.18s) [2021-03-10T15:23:25.370Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.56s) [2021-03-10T15:23:25.370Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.41s) [2021-03-10T15:23:25.370Z] === RUN TestKillStoppedContainer [2021-03-10T15:23:25.370Z] --- PASS: TestKillStoppedContainer (0.08s) [2021-03-10T15:23:25.370Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-10T15:23:25.664Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-03-10T15:23:25.664Z] === RUN TestKillDifferentUserContainer [2021-03-10T15:23:25.958Z] --- PASS: TestKillDifferentUserContainer (0.54s) [2021-03-10T15:23:25.958Z] === RUN TestInspectOomKilledTrue [2021-03-10T15:23:26.516Z] === RUN TestExternalGraphDriver/spec [2021-03-10T15:23:27.005Z] --- PASS: TestInspectOomKilledTrue (0.91s) [2021-03-10T15:23:27.005Z] === RUN TestInspectOomKilledFalse [2021-03-10T15:23:27.372Z] --- PASS: TestCreateJob (5.02s) [2021-03-10T15:23:27.372Z] === RUN TestReplicatedJob [2021-03-10T15:23:27.643Z] --- PASS: TestInspectOomKilledFalse (0.56s) [2021-03-10T15:23:27.643Z] === RUN TestLinksEtcHostsContentMatch [2021-03-10T15:23:27.938Z] --- PASS: TestLinksEtcHostsContentMatch (0.45s) [2021-03-10T15:23:27.938Z] === RUN TestLinksContainerNames [2021-03-10T15:23:27.960Z] Removing intermediate container b196dfecdbb0 [2021-03-10T15:23:27.960Z] ---> 5b31a7f8a823 [2021-03-10T15:23:27.960Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-03-10T15:23:27.960Z] ---> Running in 33132ed2a70f [2021-03-10T15:23:27.960Z] Removing intermediate container 33132ed2a70f [2021-03-10T15:23:27.960Z] ---> 898e28d1ccf8 [2021-03-10T15:23:27.961Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-03-10T15:23:27.961Z] ---> Running in afb76317fce2 [2021-03-10T15:23:28.419Z] Removing intermediate container afb76317fce2 [2021-03-10T15:23:28.419Z] ---> 7207c64955e5 [2021-03-10T15:23:28.419Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-03-10T15:23:28.983Z] --- PASS: TestLinksContainerNames (1.06s) [2021-03-10T15:23:28.983Z] === RUN TestLogsFollowTailEmpty [2021-03-10T15:23:29.062Z] === RUN TestExternalGraphDriver/pull [2021-03-10T15:23:29.387Z] [2021-03-10T15:23:29.628Z] --- PASS: TestLogsFollowTailEmpty (0.56s) [2021-03-10T15:23:29.628Z] === RUN TestContainerNetworkMountsNoChown [2021-03-10T15:23:29.846Z] ---> 38ad4b5d1ce7 [2021-03-10T15:23:29.846Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-03-10T15:23:29.846Z] ---> Running in 35d435aada1b [2021-03-10T15:23:30.270Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s) [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/default [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/default [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/private [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/private [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rprivate [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/slave [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/slave [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rslave [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/shared [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/shared [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rshared [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/default [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rshared [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rprivate [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rslave [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/slave [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/shared [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/private [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:23:30.270Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-10T15:23:30.270Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-10T15:23:30.270Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-10T15:23:30.568Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-10T15:23:30.568Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-10T15:23:30.568Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-10T15:23:30.568Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-10T15:23:30.568Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-10T15:23:30.568Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-10T15:23:30.568Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-03-10T15:23:30.568Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-03-10T15:23:30.568Z] === RUN TestContainerBindMountNonRecursive [2021-03-10T15:23:31.606Z] --- PASS: TestExternalGraphDriver (8.26s) [2021-03-10T15:23:31.606Z] --- PASS: TestExternalGraphDriver/json (2.69s) [2021-03-10T15:23:31.606Z] --- PASS: TestExternalGraphDriver/spec (2.91s) [2021-03-10T15:23:31.606Z] --- PASS: TestExternalGraphDriver/pull (2.50s) [2021-03-10T15:23:31.606Z] === RUN TestGraphdriverPluginV2 [2021-03-10T15:23:31.606Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-03-10T15:23:31.606Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:23:31.606Z] PASS [2021-03-10T15:23:31.606Z] [2021-03-10T15:23:31.606Z] === Skipped [2021-03-10T15:23:31.606Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-03-10T15:23:31.606Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:23:31.606Z] [2021-03-10T15:23:31.606Z] [2021-03-10T15:23:31.606Z] DONE 5 tests, 1 skipped in 8.496s [2021-03-10T15:23:31.606Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-10T15:23:31.606Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:31.606Z] ++ set -e [2021-03-10T15:23:31.606Z] ++ '[' -n 0 ']' [2021-03-10T15:23:31.606Z] ++ set -x [2021-03-10T15:23:31.606Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:31.606Z] INFO: Testing against a local daemon [2021-03-10T15:23:31.606Z] === RUN TestContinueAfterPluginCrash [2021-03-10T15:23:31.606Z] === PAUSE TestContinueAfterPluginCrash [2021-03-10T15:23:31.606Z] === RUN TestReadPluginNoRead [2021-03-10T15:23:31.606Z] === PAUSE TestReadPluginNoRead [2021-03-10T15:23:31.606Z] === RUN TestDaemonStartWithLogOpt [2021-03-10T15:23:31.606Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-10T15:23:31.606Z] === CONT TestContinueAfterPluginCrash [2021-03-10T15:23:31.606Z] === CONT TestDaemonStartWithLogOpt [2021-03-10T15:23:31.606Z] === CONT TestReadPluginNoRead [2021-03-10T15:23:32.087Z] --- PASS: TestContainerBindMountNonRecursive (1.44s) [2021-03-10T15:23:32.087Z] === RUN TestContainerVolumesMountedAsShared [2021-03-10T15:23:32.381Z] --- PASS: TestContainerVolumesMountedAsShared (0.53s) [2021-03-10T15:23:32.381Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-10T15:23:32.961Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-03-10T15:23:33.028Z] --- PASS: TestContainerVolumesMountedAsSlave (0.48s) [2021-03-10T15:23:33.028Z] === RUN TestNetworkNat [2021-03-10T15:23:33.664Z] --- PASS: TestNetworkNat (0.57s) [2021-03-10T15:23:33.664Z] === RUN TestNetworkLocalhostTCPNat [2021-03-10T15:23:33.960Z] --- PASS: TestNetworkLocalhostTCPNat (0.58s) [2021-03-10T15:23:33.960Z] === RUN TestNetworkLoopbackNat [2021-03-10T15:23:35.830Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-10T15:23:35.879Z] --- PASS: TestReplicatedJob (8.08s) [2021-03-10T15:23:35.880Z] === RUN TestUpdateReplicatedJob [2021-03-10T15:23:36.402Z] --- PASS: TestDaemonStartWithLogOpt (4.82s) [2021-03-10T15:23:37.487Z] --- PASS: TestNetworkLoopbackNat (2.82s) [2021-03-10T15:23:37.487Z] === RUN TestPause [2021-03-10T15:23:37.487Z] --- PASS: TestPause (0.60s) [2021-03-10T15:23:37.487Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-10T15:23:37.487Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:23:37.487Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:23:37.487Z] === RUN TestPauseStopPausedContainer [2021-03-10T15:23:37.797Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-10T15:23:38.130Z] --- PASS: TestPauseStopPausedContainer (0.62s) [2021-03-10T15:23:38.130Z] === RUN TestPsFilter [2021-03-10T15:23:38.228Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-03-10T15:23:38.424Z] --- PASS: TestPsFilter (0.17s) [2021-03-10T15:23:38.424Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-10T15:23:38.718Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.53s) [2021-03-10T15:23:38.718Z] === RUN TestRemoveContainerWithVolume [2021-03-10T15:23:39.357Z] --- PASS: TestRemoveContainerWithVolume (0.58s) [2021-03-10T15:23:39.357Z] === RUN TestRemoveContainerRunning [2021-03-10T15:23:39.604Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-03-10T15:23:39.995Z] --- PASS: TestRemoveContainerRunning (0.55s) [2021-03-10T15:23:39.995Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-10T15:23:40.184Z] Removing intermediate container 35d435aada1b [2021-03-10T15:23:40.184Z] ---> 73fa60edeec4 [2021-03-10T15:23:40.184Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-03-10T15:23:40.184Z] ---> Running in a34e3d8c2700 [2021-03-10T15:23:40.345Z] === RUN TestReadPluginNoRead/default [2021-03-10T15:23:40.426Z] --- PASS: TestUpdateReplicatedJob (4.99s) [2021-03-10T15:23:40.426Z] === RUN TestServiceListWithStatuses [2021-03-10T15:23:40.426Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-10T15:23:40.426Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:23:40.426Z] === RUN TestDockerNetworkConnectAlias [2021-03-10T15:23:40.636Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.59s) [2021-03-10T15:23:40.636Z] === RUN TestRemoveInvalidContainer [2021-03-10T15:23:40.636Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-10T15:23:40.636Z] === RUN TestRenameLinkedContainer [2021-03-10T15:23:41.154Z] [2021-03-10T15:23:41.154Z] SUCCESS: Specified value was saved. [2021-03-10T15:23:42.134Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-03-10T15:23:42.259Z] --- PASS: TestReadPluginNoRead (10.21s) [2021-03-10T15:23:42.259Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.03s) [2021-03-10T15:23:42.259Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.02s) [2021-03-10T15:23:42.259Z] --- PASS: TestReadPluginNoRead/default (1.99s) [2021-03-10T15:23:42.259Z] read_test.go:92: [d83974ba23e27] daemon is not started [2021-03-10T15:23:42.259Z] --- PASS: TestContinueAfterPluginCrash (10.42s) [2021-03-10T15:23:42.259Z] PASS [2021-03-10T15:23:42.259Z] [2021-03-10T15:23:42.259Z] DONE 6 tests in 10.672s [2021-03-10T15:23:42.259Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-10T15:23:42.259Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:42.259Z] ++ set -e [2021-03-10T15:23:42.259Z] ++ '[' -n 0 ']' [2021-03-10T15:23:42.259Z] ++ set -x [2021-03-10T15:23:42.259Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:42.259Z] testing: warning: no tests to run [2021-03-10T15:23:42.259Z] PASS [2021-03-10T15:23:42.259Z] [2021-03-10T15:23:42.259Z] DONE 0 tests in 0.072s [2021-03-10T15:23:42.259Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-10T15:23:42.259Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:42.259Z] ++ set -e [2021-03-10T15:23:42.259Z] ++ '[' -n 0 ']' [2021-03-10T15:23:42.259Z] ++ set -x [2021-03-10T15:23:42.259Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:42.519Z] INFO: Testing against a local daemon [2021-03-10T15:23:42.519Z] === RUN TestPluginWithDevMounts [2021-03-10T15:23:42.519Z] === PAUSE TestPluginWithDevMounts [2021-03-10T15:23:42.519Z] === CONT TestPluginWithDevMounts [2021-03-10T15:23:42.718Z] --- PASS: TestRenameLinkedContainer (2.21s) [2021-03-10T15:23:42.718Z] === RUN TestRenameStoppedContainer [2021-03-10T15:23:43.068Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-03-10T15:23:43.333Z] Removing intermediate container a34e3d8c2700 [2021-03-10T15:23:43.333Z] ---> 99190155ba12 [2021-03-10T15:23:43.333Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-03-10T15:23:43.333Z] ---> Running in 050b4fcb8d14 [2021-03-10T15:23:43.359Z] --- PASS: TestRenameStoppedContainer (0.55s) [2021-03-10T15:23:43.359Z] === RUN TestRenameRunningContainerAndReuse [2021-03-10T15:23:44.405Z] --- PASS: TestRenameRunningContainerAndReuse (1.07s) [2021-03-10T15:23:44.405Z] === RUN TestRenameInvalidName [2021-03-10T15:23:45.051Z] --- PASS: TestRenameInvalidName (0.59s) [2021-03-10T15:23:45.051Z] === RUN TestRenameAnonymousContainer [2021-03-10T15:23:45.064Z] --- PASS: TestPluginWithDevMounts (2.18s) [2021-03-10T15:23:45.064Z] PASS [2021-03-10T15:23:45.064Z] [2021-03-10T15:23:45.064Z] DONE 1 tests in 2.394s [2021-03-10T15:23:45.064Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-10T15:23:45.064Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:45.064Z] ++ set -e [2021-03-10T15:23:45.064Z] ++ '[' -n 0 ']' [2021-03-10T15:23:45.064Z] ++ set -x [2021-03-10T15:23:45.064Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:23:45.064Z] INFO: Testing against a local daemon [2021-03-10T15:23:45.064Z] === RUN TestSecretInspect [2021-03-10T15:23:46.353Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-03-10T15:23:46.353Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-03-10T15:23:46.353Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-03-10T15:23:46.611Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-03-10T15:23:46.611Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-03-10T15:23:47.072Z] Cannot create a file when that file already exists. [2021-03-10T15:23:47.134Z] --- PASS: TestRenameAnonymousContainer (1.98s) [2021-03-10T15:23:47.134Z] === RUN TestRenameContainerWithSameName [2021-03-10T15:23:47.429Z] --- PASS: TestRenameContainerWithSameName (0.53s) [2021-03-10T15:23:47.429Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-10T15:23:47.545Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-03-10T15:23:48.111Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-03-10T15:23:48.364Z] --- PASS: TestSecretInspect (3.31s) [2021-03-10T15:23:48.364Z] === RUN TestSecretList [2021-03-10T15:23:48.493Z] --- PASS: TestRenameContainerWithLinkedContainer (1.11s) [2021-03-10T15:23:48.493Z] === RUN TestResize [2021-03-10T15:23:49.076Z] --- PASS: TestDockerNetworkConnectAlias (8.48s) [2021-03-10T15:23:49.076Z] === RUN TestDockerNetworkReConnect [2021-03-10T15:23:49.129Z] --- PASS: TestResize (0.54s) [2021-03-10T15:23:49.129Z] === RUN TestResizeWithInvalidSize [2021-03-10T15:23:49.771Z] --- PASS: TestResizeWithInvalidSize (0.59s) [2021-03-10T15:23:49.772Z] === RUN TestResizeWhenContainerNotStarted [2021-03-10T15:23:50.413Z] --- PASS: TestResizeWhenContainerNotStarted (0.57s) [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:23:50.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:23:50.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:23:50.414Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-10T15:23:50.414Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-10T15:23:50.414Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-10T15:23:50.414Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-10T15:23:51.664Z] --- PASS: TestSecretList (3.18s) [2021-03-10T15:23:51.664Z] === RUN TestSecretsCreateAndDelete [2021-03-10T15:23:52.316Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-03-10T15:23:52.643Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-03-10T15:23:52.643Z] Copying nested executables into bundles/cross/linux/amd64 [2021-03-10T15:23:52.643Z] Cross building: bundles/cross/windows/amd64 [2021-03-10T15:23:52.643Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-03-10T15:23:52.643Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-03-10T15:23:52.867Z] Removing intermediate container 050b4fcb8d14 [2021-03-10T15:23:52.867Z] ---> 0448eee05df0 [2021-03-10T15:23:52.867Z] Step 13/13 : CMD ["sh"] [2021-03-10T15:23:52.867Z] ---> Running in fd46503d1b10 [2021-03-10T15:23:52.867Z] Removing intermediate container fd46503d1b10 [2021-03-10T15:23:52.867Z] ---> 08539fed73ad [2021-03-10T15:23:52.867Z] Successfully built 08539fed73ad [2021-03-10T15:23:52.867Z] Successfully tagged busybox:latest [2021-03-10T15:23:52.867Z] INFO: Docker images of the daemon under test [2021-03-10T15:23:52.867Z] [2021-03-10T15:23:52.867Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-03-10T15:23:52.867Z] busybox latest 08539fed73ad Less than a second ago 5.32GB [2021-03-10T15:23:52.867Z] mcr.microsoft.com/windows/servercore ltsc2019 3eaa9ebbf51f 11 days ago 5.25GB [2021-03-10T15:23:52.867Z] microsoft/windowsservercore latest 3eaa9ebbf51f 11 days ago 5.25GB [2021-03-10T15:23:52.867Z] [2021-03-10T15:23:52.867Z] INFO: Running integration tests at 03/10/2021 15:23:52... [2021-03-10T15:23:52.867Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-03-10T15:23:52.867Z] INFO: Integration API tests being run from the host: [2021-03-10T15:23:52.867Z] INFO: make.ps1 starting at 03/10/2021 15:23:52 [2021-03-10T15:23:52.883Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-03-10T15:23:53.193Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-10T15:23:53.193Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-10T15:23:53.491Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-10T15:23:53.787Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:23:53.834Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-03-10T15:23:54.662Z] --- PASS: TestDockerNetworkReConnect (5.89s) [2021-03-10T15:23:54.663Z] === RUN TestServicePlugin [2021-03-10T15:23:54.663Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-10T15:23:54.663Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:23:54.663Z] === RUN TestServiceUpdateLabel [2021-03-10T15:23:54.965Z] --- PASS: TestSecretsCreateAndDelete (3.26s) [2021-03-10T15:23:54.965Z] === RUN TestSecretsUpdate [2021-03-10T15:23:55.335Z] --- PASS: TestServicePlugin (31.01s) [2021-03-10T15:23:55.335Z] plugin_test.go:62: [d0a0dc31ca327] joining swarm manager [d8e4397402f6a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:23:55.335Z] plugin_test.go:65: [d2ed5f4e385fa] joining swarm manager [d8e4397402f6a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:23:55.335Z] === RUN TestServiceUpdateLabel [2021-03-10T15:23:55.879Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-10T15:23:55.879Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:23:56.178Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-10T15:23:56.487Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-10T15:23:56.716Z] --- PASS: TestServiceUpdateLabel (2.34s) [2021-03-10T15:23:56.716Z] === RUN TestServiceUpdateSecrets [2021-03-10T15:23:58.148Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-03-10T15:23:58.198Z] --- PASS: TestServiceUpdateLabel (3.89s) [2021-03-10T15:23:58.198Z] === RUN TestServiceUpdateSecrets [2021-03-10T15:23:58.264Z] --- PASS: TestSecretsUpdate (3.24s) [2021-03-10T15:23:58.264Z] === RUN TestTemplatedSecret [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.77s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.95s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.16s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.49s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.77s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.68s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.78s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.40s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.75s) [2021-03-10T15:23:58.574Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.13s) [2021-03-10T15:23:58.574Z] === RUN TestCgroupNamespacesRun [2021-03-10T15:23:59.083Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-03-10T15:23:59.083Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-03-10T15:23:59.343Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-03-10T15:24:00.097Z] --- PASS: TestCgroupNamespacesRun (1.39s) [2021-03-10T15:24:00.097Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-10T15:24:00.279Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-03-10T15:24:01.615Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.35s) [2021-03-10T15:24:01.615Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-10T15:24:01.654Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-03-10T15:24:02.470Z] --- PASS: TestTemplatedSecret (4.01s) [2021-03-10T15:24:02.470Z] === RUN TestSecretCreateResolve [2021-03-10T15:24:03.030Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-03-10T15:24:03.134Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.45s) [2021-03-10T15:24:03.134Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-10T15:24:04.187Z] --- PASS: TestCgroupNamespacesRunHostMode (1.40s) [2021-03-10T15:24:04.187Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-10T15:24:04.408Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-03-10T15:24:04.408Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-03-10T15:24:05.344Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-03-10T15:24:05.708Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.42s) [2021-03-10T15:24:05.708Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-10T15:24:05.775Z] --- PASS: TestSecretCreateResolve (3.24s) [2021-03-10T15:24:05.775Z] PASS [2021-03-10T15:24:05.775Z] [2021-03-10T15:24:05.775Z] DONE 6 tests in 20.502s [2021-03-10T15:24:05.775Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-03-10T15:24:05.775Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:24:05.775Z] ++ set -e [2021-03-10T15:24:05.775Z] ++ '[' -n 0 ']' [2021-03-10T15:24:05.775Z] ++ set -x [2021-03-10T15:24:05.775Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:24:05.775Z] INFO: Testing against a local daemon [2021-03-10T15:24:05.775Z] === RUN TestServiceCreateInit [2021-03-10T15:24:05.775Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-10T15:24:07.231Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s) [2021-03-10T15:24:07.231Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-10T15:24:07.247Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-03-10T15:24:07.247Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-03-10T15:24:07.873Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2021-03-10T15:24:07.873Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-10T15:24:08.183Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-03-10T15:24:08.751Z] === RUN TestDockerSuite/TestLogsSince [2021-03-10T15:24:09.399Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.44s) [2021-03-10T15:24:09.399Z] === RUN TestKernelTCPMemory [2021-03-10T15:24:10.039Z] --- PASS: TestKernelTCPMemory (0.64s) [2021-03-10T15:24:10.039Z] === RUN TestNISDomainname [2021-03-10T15:24:10.655Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-03-10T15:24:10.678Z] --- PASS: TestNISDomainname (0.74s) [2021-03-10T15:24:10.678Z] === RUN TestHostnameDnsResolution [2021-03-10T15:24:11.068Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-10T15:24:11.603Z] --- PASS: TestServiceUpdateSecrets (14.79s) [2021-03-10T15:24:11.603Z] === RUN TestServiceUpdateConfigs [2021-03-10T15:24:11.733Z] --- PASS: TestHostnameDnsResolution (0.89s) [2021-03-10T15:24:11.733Z] === RUN TestStats [2021-03-10T15:24:13.941Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-03-10T15:24:14.480Z] --- PASS: TestStats (2.57s) [2021-03-10T15:24:14.480Z] === RUN TestStopContainerWithTimeout [2021-03-10T15:24:14.480Z] === RUN TestStopContainerWithTimeout/0 [2021-03-10T15:24:14.480Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-10T15:24:14.480Z] === RUN TestStopContainerWithTimeout/1 [2021-03-10T15:24:14.480Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-10T15:24:14.480Z] === RUN TestStopContainerWithTimeout/3 [2021-03-10T15:24:14.480Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-10T15:24:14.480Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-10T15:24:14.480Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-10T15:24:14.480Z] === CONT TestStopContainerWithTimeout/0 [2021-03-10T15:24:14.480Z] === CONT TestStopContainerWithTimeout/1 [2021-03-10T15:24:14.480Z] === CONT TestStopContainerWithTimeout/3 [2021-03-10T15:24:14.480Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-10T15:24:15.844Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-03-10T15:24:16.779Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-03-10T15:24:16.818Z] --- PASS: TestServiceUpdateSecrets (16.26s) [2021-03-10T15:24:16.818Z] === RUN TestServiceUpdateConfigs [2021-03-10T15:24:17.229Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-10T15:24:17.229Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2021-03-10T15:24:17.229Z] --- PASS: TestStopContainerWithTimeout/1 (1.78s) [2021-03-10T15:24:17.229Z] --- PASS: TestStopContainerWithTimeout/-1 (2.91s) [2021-03-10T15:24:17.229Z] --- PASS: TestStopContainerWithTimeout/3 (3.03s) [2021-03-10T15:24:17.229Z] === RUN TestDeleteDevicemapper [2021-03-10T15:24:17.229Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-10T15:24:17.229Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:24:17.229Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-10T15:24:17.658Z] --- PASS: TestServiceCreateInit (11.19s) [2021-03-10T15:24:17.658Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.50s) [2021-03-10T15:24:17.658Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.66s) [2021-03-10T15:24:17.658Z] === RUN TestCreateServiceMultipleTimes [2021-03-10T15:24:18.819Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.60s) [2021-03-10T15:24:18.819Z] === RUN TestUpdateMemory [2021-03-10T15:24:19.063Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:24:19.063Z] INFO: Testing against a local daemon [2021-03-10T15:24:19.063Z] === RUN TestBuildWithSession [2021-03-10T15:24:19.063Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-10T15:24:19.063Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:24:19.063Z] === RUN TestBuildSquashParent [2021-03-10T15:24:19.063Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-03-10T15:24:19.063Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:24:19.063Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-10T15:24:19.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:24:19.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:24:19.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:24:19.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:24:19.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:24:19.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:24:19.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:24:19.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:24:19.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:24:19.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:24:19.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:24:19.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:24:19.063Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-10T15:24:19.063Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-10T15:24:19.063Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-10T15:24:19.063Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-10T15:24:19.313Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-03-10T15:24:19.459Z] --- PASS: TestUpdateMemory (0.77s) [2021-03-10T15:24:19.459Z] === RUN TestUpdateCPUQuota [2021-03-10T15:24:20.983Z] --- PASS: TestUpdateCPUQuota (1.29s) [2021-03-10T15:24:20.983Z] === RUN TestUpdatePidsLimit [2021-03-10T15:24:20.983Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-10T15:24:20.983Z] === RUN TestUpdatePidsLimit/no_change [2021-03-10T15:24:21.277Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-10T15:24:21.571Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-10T15:24:21.845Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-03-10T15:24:21.865Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-10T15:24:22.159Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-10T15:24:22.452Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-10T15:24:22.779Z] === RUN TestDockerSuite/TestLogsTail [2021-03-10T15:24:23.493Z] --- PASS: TestUpdatePidsLimit (2.67s) [2021-03-10T15:24:23.493Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.31s) [2021-03-10T15:24:23.493Z] --- PASS: TestUpdatePidsLimit/no_change (0.31s) [2021-03-10T15:24:23.493Z] --- PASS: TestUpdatePidsLimit/update_lower (0.30s) [2021-03-10T15:24:23.493Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.29s) [2021-03-10T15:24:23.493Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.28s) [2021-03-10T15:24:23.493Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.29s) [2021-03-10T15:24:23.493Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.28s) [2021-03-10T15:24:23.493Z] === RUN TestUpdateRestartPolicy [2021-03-10T15:24:23.715Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-03-10T15:24:23.978Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-03-10T15:24:24.913Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-03-10T15:24:25.481Z] === RUN TestDockerSuite/TestMountIntoProc [2021-03-10T15:24:26.047Z] === RUN TestDockerSuite/TestMountIntoSys [2021-03-10T15:24:26.495Z] --- PASS: TestServiceUpdateConfigs (15.17s) [2021-03-10T15:24:26.495Z] === RUN TestServiceUpdateNetwork [2021-03-10T15:24:26.982Z] === RUN TestDockerSuite/TestNetHostname [2021-03-10T15:24:27.688Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-10T15:24:27.688Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-10T15:24:28.883Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-03-10T15:24:29.450Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-03-10T15:24:30.017Z] === RUN TestDockerSuite/TestNetworkEvents [2021-03-10T15:24:31.394Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-03-10T15:24:32.277Z] --- PASS: TestServiceUpdateConfigs (16.29s) [2021-03-10T15:24:32.277Z] === RUN TestServiceUpdateNetwork [2021-03-10T15:24:33.299Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-03-10T15:24:34.235Z] === RUN TestDockerSuite/TestPluginActive [2021-03-10T15:24:35.611Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-03-10T15:24:36.155Z] --- PASS: TestUpdateRestartPolicy (11.40s) [2021-03-10T15:24:36.155Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-10T15:24:36.155Z] --- PASS: TestUpdateRestartWithAutoRemove (0.56s) [2021-03-10T15:24:36.155Z] === RUN TestWaitNonBlocked [2021-03-10T15:24:36.155Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:24:36.155Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:24:36.155Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:24:36.155Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:24:36.155Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:24:36.155Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:24:36.155Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-10T15:24:36.155Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2021-03-10T15:24:36.155Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2021-03-10T15:24:36.155Z] === RUN TestWaitBlocked [2021-03-10T15:24:36.155Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:24:36.155Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:24:36.155Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:24:36.155Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:24:36.155Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-10T15:24:36.155Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-10T15:24:36.270Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-10T15:24:36.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.60s) [2021-03-10T15:24:36.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.77s) [2021-03-10T15:24:36.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.29s) [2021-03-10T15:24:36.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.63s) [2021-03-10T15:24:36.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.72s) [2021-03-10T15:24:36.270Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.87s) [2021-03-10T15:24:36.270Z] === RUN TestBuildMultiStageCopy [2021-03-10T15:24:36.270Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-10T15:24:37.209Z] --- PASS: TestWaitBlocked (0.03s) [2021-03-10T15:24:37.209Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.83s) [2021-03-10T15:24:37.209Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.88s) [2021-03-10T15:24:37.209Z] === CONT TestContainerStartOnDaemonRestart [2021-03-10T15:24:37.209Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-10T15:24:37.209Z] === CONT TestIpcModeOlderClient [2021-03-10T15:24:37.209Z] === CONT TestDaemonRestartIpcMode [2021-03-10T15:24:37.209Z] --- PASS: TestIpcModeOlderClient (0.18s) [2021-03-10T15:24:37.209Z] === CONT TestDaemonHostGatewayIP [2021-03-10T15:24:39.665Z] --- PASS: TestCreateServiceMultipleTimes (20.16s) [2021-03-10T15:24:39.665Z] === RUN TestCreateServiceConflict [2021-03-10T15:24:39.799Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-03-10T15:24:39.799Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-03-10T15:24:39.926Z] --- PASS: TestCreateServiceConflict (3.23s) [2021-03-10T15:24:39.926Z] === RUN TestCreateServiceMaxReplicas [2021-03-10T15:24:41.384Z] --- PASS: TestServiceUpdateNetwork (12.90s) [2021-03-10T15:24:41.384Z] === RUN TestServiceUpdatePidsLimit [2021-03-10T15:24:41.384Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-10T15:24:41.644Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-10T15:24:41.717Z] --- PASS: TestContainerStartOnDaemonRestart (3.88s) [2021-03-10T15:24:41.717Z] === CONT TestContainerKillOnDaemonStart [2021-03-10T15:24:41.717Z] --- PASS: TestDaemonHostGatewayIP (4.44s) [2021-03-10T15:24:41.717Z] --- PASS: TestDaemonRestartIpcMode (4.71s) [2021-03-10T15:24:42.357Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.06s) [2021-03-10T15:24:43.348Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-10T15:24:43.985Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-03-10T15:24:44.132Z] --- PASS: TestCreateServiceMaxReplicas (3.78s) [2021-03-10T15:24:44.132Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-10T15:24:44.317Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-10T15:24:44.776Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-10T15:24:46.316Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-10T15:24:47.270Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-03-10T15:24:47.286Z] --- PASS: TestBuildMultiStageCopy (11.83s) [2021-03-10T15:24:47.286Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.81s) [2021-03-10T15:24:47.286Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.74s) [2021-03-10T15:24:47.286Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.90s) [2021-03-10T15:24:47.286Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.11s) [2021-03-10T15:24:47.286Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.26s) [2021-03-10T15:24:47.286Z] === RUN TestBuildMultiStageParentConfig [2021-03-10T15:24:48.205Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-03-10T15:24:49.765Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-10T15:24:50.191Z] --- PASS: TestBuildMultiStageParentConfig (2.54s) [2021-03-10T15:24:50.191Z] === RUN TestBuildLabelWithTargets [2021-03-10T15:24:50.191Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-03-10T15:24:50.191Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:24:50.191Z] === RUN TestBuildWithEmptyLayers [2021-03-10T15:24:50.736Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-03-10T15:24:50.897Z] --- PASS: TestServiceUpdateNetwork (17.25s) [2021-03-10T15:24:50.897Z] === RUN TestServiceUpdatePidsLimit [2021-03-10T15:24:50.897Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-10T15:24:50.897Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-10T15:24:51.159Z] --- PASS: TestBuildWithEmptyLayers (1.29s) [2021-03-10T15:24:51.159Z] === RUN TestBuildMultiStageOnBuild [2021-03-10T15:24:54.020Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-03-10T15:24:55.136Z] --- PASS: TestContainerKillOnDaemonStart (12.25s) [2021-03-10T15:24:55.136Z] PASS [2021-03-10T15:24:55.136Z] [2021-03-10T15:24:55.136Z] === Skipped [2021-03-10T15:24:55.136Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-03-10T15:24:55.136Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:24:55.136Z] [2021-03-10T15:24:55.136Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-10T15:24:55.136Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-10T15:24:55.136Z] [2021-03-10T15:24:55.136Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-03-10T15:24:55.136Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-10T15:24:55.136Z] [2021-03-10T15:24:55.136Z] [2021-03-10T15:24:55.136Z] DONE 196 tests, 3 skipped in 117.185s [2021-03-10T15:24:55.136Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-03-10T15:24:55.136Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:24:55.136Z] ++ set -e [2021-03-10T15:24:55.136Z] ++ '[' -n 0 ']' [2021-03-10T15:24:55.136Z] ++ set -x [2021-03-10T15:24:55.137Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:24:55.137Z] INFO: Testing against a local daemon [2021-03-10T15:24:55.137Z] === RUN TestCommitInheritsEnv [2021-03-10T15:24:55.137Z] --- PASS: TestCommitInheritsEnv (0.33s) [2021-03-10T15:24:55.137Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-10T15:24:55.137Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-10T15:24:55.137Z] === RUN TestImagesFilterMultiReference [2021-03-10T15:24:55.137Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-03-10T15:24:55.137Z] === RUN TestImagePullPlatformInvalid [2021-03-10T15:24:55.137Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-10T15:24:55.137Z] === RUN TestRemoveImageOrphaning [2021-03-10T15:24:55.137Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2021-03-10T15:24:55.137Z] === RUN TestRemoveImageGarbageCollector [2021-03-10T15:24:55.137Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-10T15:24:55.137Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:24:55.137Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-10T15:24:55.137Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-10T15:24:55.137Z] === RUN TestTagInvalidReference [2021-03-10T15:24:55.137Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-10T15:24:55.137Z] === RUN TestTagValidPrefixedRepo [2021-03-10T15:24:55.137Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-10T15:24:55.137Z] === RUN TestTagExistedNameWithoutForce [2021-03-10T15:24:55.137Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-10T15:24:55.137Z] === RUN TestTagOfficialNames [2021-03-10T15:24:55.137Z] --- PASS: TestTagOfficialNames (0.05s) [2021-03-10T15:24:55.137Z] === RUN TestTagMatchesDigest [2021-03-10T15:24:55.137Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-10T15:24:55.137Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-10T15:24:55.396Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-03-10T15:24:57.844Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-10T15:24:57.887Z] --- PASS: TestServiceUpdatePidsLimit (17.10s) [2021-03-10T15:24:57.887Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.02s) [2021-03-10T15:24:57.887Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s) [2021-03-10T15:24:57.887Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.09s) [2021-03-10T15:24:57.887Z] PASS [2021-03-10T15:24:57.887Z] [2021-03-10T15:24:57.887Z] === Skipped [2021-03-10T15:24:57.887Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s) [2021-03-10T15:24:57.887Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:24:57.887Z] [2021-03-10T15:24:57.887Z] [2021-03-10T15:24:57.887Z] DONE 27 tests, 1 skipped in 182.316s [2021-03-10T15:24:57.887Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-10T15:24:57.887Z] INFO: Testing against a local daemon [2021-03-10T15:24:57.887Z] === RUN TestSessionCreate [2021-03-10T15:24:57.887Z] --- PASS: TestSessionCreate (0.02s) [2021-03-10T15:24:57.887Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-10T15:24:57.887Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-10T15:24:57.887Z] PASS [2021-03-10T15:24:57.887Z] [2021-03-10T15:24:57.887Z] DONE 2 tests in 0.074s [2021-03-10T15:24:57.887Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-10T15:24:57.887Z] INFO: Testing against a local daemon [2021-03-10T15:24:57.887Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:24:57.887Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:24:57.887Z] === RUN TestEventsExecDie [2021-03-10T15:24:57.887Z] --- PASS: TestEventsExecDie (1.07s) [2021-03-10T15:24:57.887Z] === RUN TestEventsBackwardsCompatible [2021-03-10T15:24:57.887Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-03-10T15:24:57.887Z] === RUN TestInfoBinaryCommits [2021-03-10T15:24:57.887Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-10T15:24:57.887Z] === RUN TestInfoAPIVersioned [2021-03-10T15:24:57.887Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-10T15:24:57.887Z] === RUN TestInfoDiscoveryBackend [2021-03-10T15:24:57.932Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-03-10T15:24:58.455Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-03-10T15:24:58.456Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-10T15:24:59.039Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.95s) [2021-03-10T15:24:59.039Z] === RUN TestCreateServiceSecretFileMode [2021-03-10T15:24:59.393Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-10T15:24:59.393Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-10T15:24:59.846Z] === RUN TestDockerSuite/TestPortHostBinding [2021-03-10T15:24:59.961Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-03-10T15:24:59.961Z] === RUN TestInfoAPI [2021-03-10T15:24:59.961Z] --- PASS: TestInfoAPI (0.02s) [2021-03-10T15:24:59.961Z] === RUN TestInfoAPIWarnings [2021-03-10T15:25:00.280Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-03-10T15:25:00.280Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-03-10T15:25:00.280Z] remote: Enumerating objects: 2, done. [2021-03-10T15:25:00.280Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-03-10T15:25:00.280Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-03-10T15:25:00.280Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-03-10T15:25:00.280Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-03-10T15:25:00.280Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-03-10T15:25:00.280Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-10T15:25:01.175Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/test/unit [2021-03-10T15:25:01.746Z] === RUN TestDockerSuite/TestPortList [2021-03-10T15:25:02.338Z] --- PASS: TestCreateServiceSecretFileMode (3.35s) [2021-03-10T15:25:02.338Z] === RUN TestCreateServiceConfigFileMode [2021-03-10T15:25:03.122Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-03-10T15:25:03.541Z] --- PASS: TestBuildMultiStageOnBuild (10.74s) [2021-03-10T15:25:03.541Z] === RUN TestBuildUncleanTarFilenames [2021-03-10T15:25:03.541Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2021-03-10T15:25:03.541Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:25:03.541Z] === RUN TestBuildMultiStageLayerLeak [2021-03-10T15:25:04.491Z] ? github.com/docker/docker/api [no test files] [2021-03-10T15:25:05.640Z] --- PASS: TestCreateServiceConfigFileMode (3.54s) [2021-03-10T15:25:05.640Z] === RUN TestCreateServiceSysctls [2021-03-10T15:25:07.310Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-03-10T15:25:08.251Z] --- PASS: TestServiceUpdatePidsLimit (18.63s) [2021-03-10T15:25:08.251Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.12s) [2021-03-10T15:25:08.251Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.38s) [2021-03-10T15:25:08.251Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.38s) [2021-03-10T15:25:08.251Z] PASS [2021-03-10T15:25:08.251Z] [2021-03-10T15:25:08.251Z] === Skipped [2021-03-10T15:25:08.251Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2021-03-10T15:25:08.251Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:25:08.251Z] [2021-03-10T15:25:08.251Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-03-10T15:25:08.251Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:25:08.251Z] [2021-03-10T15:25:08.251Z] [2021-03-10T15:25:08.251Z] DONE 27 tests, 2 skipped in 185.747s [2021-03-10T15:25:08.251Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-03-10T15:25:08.251Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:25:08.251Z] ++ set -e [2021-03-10T15:25:08.251Z] ++ '[' -n 0 ']' [2021-03-10T15:25:08.251Z] ++ set -x [2021-03-10T15:25:08.251Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:25:08.251Z] INFO: Testing against a local daemon [2021-03-10T15:25:08.251Z] === RUN TestSessionCreate [2021-03-10T15:25:08.251Z] --- PASS: TestSessionCreate (0.02s) [2021-03-10T15:25:08.251Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-10T15:25:08.251Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2021-03-10T15:25:08.251Z] PASS [2021-03-10T15:25:08.251Z] [2021-03-10T15:25:08.251Z] DONE 2 tests in 0.114s [2021-03-10T15:25:08.251Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-03-10T15:25:08.251Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:25:08.251Z] ++ set -e [2021-03-10T15:25:08.251Z] ++ '[' -n 0 ']' [2021-03-10T15:25:08.251Z] ++ set -x [2021-03-10T15:25:08.251Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:25:08.251Z] INFO: Testing against a local daemon [2021-03-10T15:25:08.251Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:25:08.251Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:25:08.251Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:25:08.251Z] === RUN TestEventsExecDie [2021-03-10T15:25:08.251Z] --- PASS: TestEventsExecDie (1.27s) [2021-03-10T15:25:08.251Z] === RUN TestEventsBackwardsCompatible [2021-03-10T15:25:08.251Z] --- PASS: TestEventsBackwardsCompatible (0.15s) [2021-03-10T15:25:08.251Z] === RUN TestInfoBinaryCommits [2021-03-10T15:25:08.251Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-10T15:25:08.251Z] === RUN TestInfoAPIVersioned [2021-03-10T15:25:08.251Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-10T15:25:08.251Z] === RUN TestInfoDiscoveryBackend [2021-03-10T15:25:08.952Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-03-10T15:25:08.952Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-10T15:25:09.590Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-10T15:25:09.590Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-10T15:25:10.228Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-03-10T15:25:10.228Z] === RUN TestInfoAPI [2021-03-10T15:25:10.228Z] --- PASS: TestInfoAPI (0.02s) [2021-03-10T15:25:10.228Z] === RUN TestInfoAPIWarnings [2021-03-10T15:25:11.011Z] --- PASS: TestCreateServiceSysctls (4.56s) [2021-03-10T15:25:11.012Z] === RUN TestCreateServiceCapabilities [2021-03-10T15:25:12.578Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-03-10T15:25:13.953Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-03-10T15:25:14.314Z] --- PASS: TestCreateServiceCapabilities (3.58s) [2021-03-10T15:25:14.314Z] === RUN TestInspect [2021-03-10T15:25:15.934Z] --- PASS: TestBuildMultiStageLayerLeak (14.17s) [2021-03-10T15:25:15.934Z] === RUN TestBuildWithHugeFile [2021-03-10T15:25:17.617Z] --- PASS: TestInspect (3.73s) [2021-03-10T15:25:17.617Z] === RUN TestCreateJob [2021-03-10T15:25:18.054Z] --- PASS: TestInfoAPIWarnings (16.25s) [2021-03-10T15:25:18.054Z] === RUN TestInfoDebug [2021-03-10T15:25:18.054Z] --- PASS: TestInfoDebug (0.52s) [2021-03-10T15:25:18.054Z] === RUN TestInfoInsecureRegistries [2021-03-10T15:25:18.054Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-03-10T15:25:18.054Z] === RUN TestInfoRegistryMirrors [2021-03-10T15:25:18.054Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-03-10T15:25:18.054Z] === RUN TestLoginFailsWithBadCredentials [2021-03-10T15:25:18.054Z] --- PASS: TestLoginFailsWithBadCredentials (0.24s) [2021-03-10T15:25:18.054Z] === RUN TestPingCacheHeaders [2021-03-10T15:25:18.054Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-10T15:25:18.054Z] === RUN TestPingGet [2021-03-10T15:25:18.054Z] --- PASS: TestPingGet (0.01s) [2021-03-10T15:25:18.054Z] === RUN TestPingHead [2021-03-10T15:25:18.054Z] --- PASS: TestPingHead (0.02s) [2021-03-10T15:25:18.054Z] === RUN TestVersion [2021-03-10T15:25:18.054Z] --- PASS: TestVersion (0.03s) [2021-03-10T15:25:18.054Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:25:19.330Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2021-03-10T15:25:19.434Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.48s) [2021-03-10T15:25:19.434Z] PASS [2021-03-10T15:25:19.434Z] [2021-03-10T15:25:19.434Z] DONE 18 tests in 22.870s [2021-03-10T15:25:19.434Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-10T15:25:19.434Z] INFO: Testing against a local daemon [2021-03-10T15:25:19.434Z] === RUN TestVolumesCreateAndList [2021-03-10T15:25:19.694Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-03-10T15:25:19.694Z] === RUN TestVolumesRemove [2021-03-10T15:25:19.694Z] --- PASS: TestVolumesRemove (0.07s) [2021-03-10T15:25:19.694Z] === RUN TestVolumesInspect [2021-03-10T15:25:19.694Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-10T15:25:19.695Z] === RUN TestVolumesInvalidJSON [2021-03-10T15:25:19.695Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-10T15:25:19.695Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-10T15:25:19.695Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-10T15:25:19.695Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-10T15:25:19.695Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-10T15:25:19.695Z] PASS [2021-03-10T15:25:19.695Z] [2021-03-10T15:25:19.695Z] DONE 5 tests in 0.165s [2021-03-10T15:25:19.695Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-10T15:25:20.515Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-03-10T15:25:20.773Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-03-10T15:25:20.773Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-03-10T15:25:21.032Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-03-10T15:25:21.603Z] Stopping apparmor (via systemctl): apparmor.service. [2021-03-10T15:25:21.603Z] Removing test suite binaries [2021-03-10T15:25:21.603Z] exiting test-integration [2021-03-10T15:25:21.603Z] ++ exit 0 [2021-03-10T15:25:21.603Z] [2021-03-10T15:25:21.967Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-03-10T15:25:21.967Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-03-10T15:25:22.903Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-03-10T15:25:22.903Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-03-10T15:25:22.907Z] --- PASS: TestCreateJob (4.48s) [2021-03-10T15:25:22.907Z] === RUN TestReplicatedJob [2021-03-10T15:25:23.161Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-03-10T15:25:23.728Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-03-10T15:25:23.728Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd Post stage [Pipeline] junit [2021-03-10T15:25:24.913Z] Recording test results [2021-03-10T15:25:25.629Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-03-10T15:25:25.630Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-03-10T15:25:26.642Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-10T15:25:27.005Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-03-10T15:25:27.011Z] + echo Ensuring container killed. [2021-03-10T15:25:27.011Z] Ensuring container killed. [2021-03-10T15:25:27.011Z] + docker rm -vf docker-pr6 [2021-03-10T15:25:27.011Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-10T15:25:27.296Z] + echo Chowning /workspace to jenkins user [2021-03-10T15:25:27.296Z] Chowning /workspace to jenkins user [2021-03-10T15:25:27.296Z] + id -u [2021-03-10T15:25:27.296Z] + id -g [2021-03-10T15:25:27.296Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42054:/workspace busybox chown -R 1000:1000 /workspace [2021-03-10T15:25:27.296Z] Unable to find image 'busybox:latest' locally [2021-03-10T15:25:28.923Z] --- PASS: TestInfoAPIWarnings (16.29s) [2021-03-10T15:25:28.923Z] === RUN TestInfoDebug [2021-03-10T15:25:28.923Z] --- PASS: TestInfoDebug (0.53s) [2021-03-10T15:25:28.923Z] === RUN TestInfoInsecureRegistries [2021-03-10T15:25:28.923Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-03-10T15:25:28.923Z] === RUN TestInfoRegistryMirrors [2021-03-10T15:25:28.923Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-03-10T15:25:28.923Z] === RUN TestLoginFailsWithBadCredentials [2021-03-10T15:25:28.923Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-03-10T15:25:28.923Z] === RUN TestPingCacheHeaders [2021-03-10T15:25:28.923Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-10T15:25:28.923Z] === RUN TestPingGet [2021-03-10T15:25:28.923Z] --- PASS: TestPingGet (0.01s) [2021-03-10T15:25:28.923Z] === RUN TestPingHead [2021-03-10T15:25:28.923Z] --- PASS: TestPingHead (0.01s) [2021-03-10T15:25:28.923Z] === RUN TestVersion [2021-03-10T15:25:28.923Z] --- PASS: TestVersion (0.02s) [2021-03-10T15:25:28.923Z] PASS [2021-03-10T15:25:28.923Z] [2021-03-10T15:25:28.923Z] === Skipped [2021-03-10T15:25:28.923Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:25:28.923Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:25:28.923Z] [2021-03-10T15:25:28.923Z] [2021-03-10T15:25:28.923Z] DONE 18 tests, 1 skipped in 21.828s [2021-03-10T15:25:28.923Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-03-10T15:25:28.923Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:25:28.923Z] ++ set -e [2021-03-10T15:25:28.923Z] ++ '[' -n 0 ']' [2021-03-10T15:25:28.923Z] ++ set -x [2021-03-10T15:25:28.923Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:25:28.923Z] INFO: Testing against a local daemon [2021-03-10T15:25:28.923Z] === RUN TestVolumesCreateAndList [2021-03-10T15:25:28.923Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-10T15:25:28.923Z] === RUN TestVolumesRemove [2021-03-10T15:25:28.923Z] --- PASS: TestVolumesRemove (0.11s) [2021-03-10T15:25:28.923Z] === RUN TestVolumesInspect [2021-03-10T15:25:28.923Z] --- PASS: TestVolumesInspect (0.01s) [2021-03-10T15:25:28.923Z] === RUN TestVolumesInvalidJSON [2021-03-10T15:25:28.923Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-10T15:25:28.923Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-10T15:25:28.923Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-10T15:25:28.923Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-10T15:25:28.923Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-10T15:25:28.923Z] PASS [2021-03-10T15:25:28.923Z] [2021-03-10T15:25:28.923Z] DONE 5 tests in 0.220s [2021-03-10T15:25:28.923Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-10T15:25:28.923Z] ++++ cat bundles/test-integration/docker.pid [2021-03-10T15:25:28.923Z] +++ kill 12201 [2021-03-10T15:25:29.537Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-03-10T15:25:29.795Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-03-10T15:25:30.446Z] +++ /etc/init.d/apparmor stop [2021-03-10T15:25:30.446Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-10T15:25:30.446Z] [2021-03-10T15:25:30.446Z] Unloading profiles will leave already running processes permanently [2021-03-10T15:25:30.446Z] unconfined, which can lead to unexpected situations. [2021-03-10T15:25:30.446Z] [2021-03-10T15:25:30.446Z] To set a process to complain mode, use the command line tool [2021-03-10T15:25:30.446Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-10T15:25:30.446Z] +++ true [2021-03-10T15:25:30.446Z] exiting test-integration [2021-03-10T15:25:30.446Z] ++ exit 0 [2021-03-10T15:25:30.446Z] [2021-03-10T15:25:31.045Z] --- PASS: TestReplicatedJob (7.73s) [2021-03-10T15:25:31.045Z] === RUN TestUpdateReplicatedJob [2021-03-10T15:25:31.170Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-03-10T15:25:31.430Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-03-10T15:25:31.688Z] === RUN TestDockerSuite/TestPsByOrder Post stage [Pipeline] junit [2021-03-10T15:25:32.570Z] latest: Pulling from library/busybox [2021-03-10T15:25:32.570Z] 8b3d7e226fab: Pulling fs layer [2021-03-10T15:25:32.570Z] 8b3d7e226fab: Download complete [2021-03-10T15:25:32.580Z] Recording test results [2021-03-10T15:25:32.776Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-03-10T15:25:32.829Z] 8b3d7e226fab: Pull complete [2021-03-10T15:25:32.829Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-10T15:25:32.829Z] Status: Downloaded newer image for busybox:latest Post stage [Pipeline] sh [2021-03-10T15:25:33.223Z] + echo Ensuring container killed. [2021-03-10T15:25:33.223Z] Ensuring container killed. [2021-03-10T15:25:33.223Z] + docker rm -vf docker-pr6 [2021-03-10T15:25:33.223Z] Error: No such container: docker-pr6 [2021-03-10T15:25:33.223Z] + true [Pipeline] sh [2021-03-10T15:25:33.590Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-03-10T15:25:33.617Z] + echo Chowning /workspace to jenkins user [2021-03-10T15:25:33.617Z] Chowning /workspace to jenkins user [2021-03-10T15:25:33.617Z] + id -u [2021-03-10T15:25:33.617Z] + id -g [2021-03-10T15:25:33.617Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-42054:/workspace busybox chown -R 1001:1001 /workspace [2021-03-10T15:25:33.617Z] Unable to find image 'busybox:latest' locally [2021-03-10T15:25:33.910Z] latest: Pulling from library/busybox [2021-03-10T15:25:33.910Z] 7d95fb1c8be1: Pulling fs layer [2021-03-10T15:25:34.204Z] 7d95fb1c8be1: Download complete [2021-03-10T15:25:34.349Z] --- PASS: TestUpdateReplicatedJob (4.70s) [2021-03-10T15:25:34.349Z] === RUN TestServiceListWithStatuses [2021-03-10T15:25:34.349Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-10T15:25:34.349Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:25:34.349Z] === RUN TestDockerNetworkConnectAlias [2021-03-10T15:25:34.842Z] 7d95fb1c8be1: Pull complete [2021-03-10T15:25:34.842Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-10T15:25:34.842Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-10T15:25:35.522Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-03-10T15:25:35.672Z] + bundleName=amd64-cgroup2 [2021-03-10T15:25:35.672Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-03-10T15:25:35.672Z] Creating amd64-cgroup2-bundles.tar.gz [2021-03-10T15:25:35.672Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-03-10T15:25:35.672Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-03-10T15:25:35.948Z] Archiving artifacts [2021-03-10T15:25:36.898Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-03-10T15:25:37.156Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-10T15:25:37.945Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-10T15:25:37.993Z] + bundleName=s390x-integration [2021-03-10T15:25:37.993Z] + echo Creating s390x-integration-bundles.tar.gz [2021-03-10T15:25:37.993Z] Creating s390x-integration-bundles.tar.gz [2021-03-10T15:25:37.993Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-10T15:25:37.993Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-10T15:25:38.040Z] Archiving artifacts [2021-03-10T15:25:38.264Z] + make clean [2021-03-10T15:25:38.410Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-10T15:25:38.525Z] docker volume rm -f docker-dev-cache [2021-03-10T15:25:38.525Z] docker-dev-cache [Pipeline] deleteDir [2021-03-10T15:25:38.822Z] + make clean [2021-03-10T15:25:39.460Z] docker volume rm -f docker-dev-cache [2021-03-10T15:25:39.460Z] docker-dev-cache [Pipeline] deleteDir [2021-03-10T15:25:41.345Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-03-10T15:25:41.345Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:25:42.490Z] --- PASS: TestDockerNetworkConnectAlias (6.80s) [2021-03-10T15:25:42.490Z] === RUN TestDockerNetworkReConnect [2021-03-10T15:25:43.879Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-03-10T15:25:45.782Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-03-10T15:25:45.782Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-03-10T15:25:46.700Z] --- PASS: TestDockerNetworkReConnect (5.36s) [2021-03-10T15:25:46.700Z] === RUN TestServicePlugin [2021-03-10T15:25:46.700Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-10T15:25:46.700Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:25:46.700Z] === RUN TestServiceUpdateLabel [2021-03-10T15:25:48.315Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-03-10T15:25:49.693Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-03-10T15:25:50.004Z] --- PASS: TestServiceUpdateLabel (3.25s) [2021-03-10T15:25:50.004Z] === RUN TestServiceUpdateSecrets [2021-03-10T15:25:54.963Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-03-10T15:25:59.150Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-03-10T15:26:00.525Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-03-10T15:26:00.784Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-03-10T15:26:03.315Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-03-10T15:26:04.690Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-03-10T15:26:06.065Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-03-10T15:26:08.120Z] --- PASS: TestServiceUpdateSecrets (15.75s) [2021-03-10T15:26:08.120Z] === RUN TestServiceUpdateConfigs [2021-03-10T15:26:08.596Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-03-10T15:26:11.144Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-03-10T15:26:12.552Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-03-10T15:26:12.552Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-03-10T15:26:13.119Z] === RUN TestDockerSuite/TestPsRightTagName [2021-03-10T15:26:14.495Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-03-10T15:26:15.873Z] === RUN TestDockerSuite/TestPsShowMounts [2021-03-10T15:26:17.776Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-03-10T15:26:18.712Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-03-10T15:26:19.647Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-03-10T15:26:19.647Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-03-10T15:26:19.647Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-03-10T15:26:19.905Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-03-10T15:26:19.905Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-03-10T15:26:20.840Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-03-10T15:26:22.216Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-03-10T15:26:22.474Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-03-10T15:26:23.027Z] --- PASS: TestServiceUpdateConfigs (15.80s) [2021-03-10T15:26:23.027Z] === RUN TestServiceUpdateNetwork [2021-03-10T15:26:24.377Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-03-10T15:26:25.313Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-03-10T15:26:25.571Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-03-10T15:26:32.135Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-03-10T15:26:35.420Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-03-10T15:26:35.679Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-03-10T15:26:37.054Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-03-10T15:26:37.936Z] --- PASS: TestServiceUpdateNetwork (15.20s) [2021-03-10T15:26:37.936Z] === RUN TestServiceUpdatePidsLimit [2021-03-10T15:26:38.198Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-10T15:26:39.585Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-10T15:26:39.586Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-03-10T15:26:39.586Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-03-10T15:26:39.586Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-03-10T15:26:39.586Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-10T15:26:40.705Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2021-03-10T15:26:40.705Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-10T15:26:40.705Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-10T15:26:40.705Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2021-03-10T15:26:40.705Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-10T15:26:40.705Z] ok github.com/docker/docker/api/types/time 0.012s coverage: 100.0% of statements [2021-03-10T15:26:40.705Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/builder [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-10T15:26:40.705Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-10T15:26:42.117Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-03-10T15:26:43.222Z] ok github.com/docker/docker/builder/remotecontext 0.085s coverage: 13.7% of statements [2021-03-10T15:26:43.222Z] ok github.com/docker/docker/builder/dockerfile 0.216s coverage: 48.3% of statements [2021-03-10T15:26:43.222Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-10T15:26:44.018Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-03-10T15:26:44.150Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-03-10T15:26:46.041Z] ok github.com/docker/docker/builder/remotecontext/git 1.567s coverage: 86.3% of statements [2021-03-10T15:26:46.041Z] ? github.com/docker/docker/cli [no test files] [2021-03-10T15:26:46.041Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-10T15:26:47.721Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-10T15:26:48.228Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-03-10T15:26:48.228Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-03-10T15:26:48.557Z] ok github.com/docker/docker/client 0.172s coverage: 75.4% of statements [2021-03-10T15:26:49.607Z] === RUN TestDockerSuite/TestRmiBlank [2021-03-10T15:26:49.607Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-03-10T15:26:49.607Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-03-10T15:26:53.795Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-03-10T15:26:54.362Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-03-10T15:26:54.621Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-03-10T15:26:55.864Z] --- PASS: TestServiceUpdatePidsLimit (18.06s) [2021-03-10T15:26:55.864Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.14s) [2021-03-10T15:26:55.864Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.32s) [2021-03-10T15:26:55.864Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.33s) [2021-03-10T15:26:55.864Z] PASS [2021-03-10T15:26:55.864Z] [2021-03-10T15:26:55.864Z] === Skipped [2021-03-10T15:26:55.864Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-10T15:26:55.864Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:26:55.864Z] [2021-03-10T15:26:55.864Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-03-10T15:26:55.864Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:26:55.864Z] [2021-03-10T15:26:55.864Z] [2021-03-10T15:26:55.864Z] DONE 27 tests, 2 skipped in 169.447s [2021-03-10T15:26:55.864Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-03-10T15:26:55.864Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:26:55.864Z] ++ set -e [2021-03-10T15:26:55.864Z] ++ '[' -n 0 ']' [2021-03-10T15:26:55.864Z] ++ set -x [2021-03-10T15:26:55.864Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:26:55.864Z] INFO: Testing against a local daemon [2021-03-10T15:26:55.864Z] === RUN TestSessionCreate [2021-03-10T15:26:55.864Z] --- PASS: TestSessionCreate (0.05s) [2021-03-10T15:26:55.864Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-10T15:26:55.864Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-03-10T15:26:55.864Z] PASS [2021-03-10T15:26:55.864Z] [2021-03-10T15:26:55.864Z] DONE 2 tests in 0.262s [2021-03-10T15:26:55.864Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-03-10T15:26:55.864Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:26:55.864Z] ++ set -e [2021-03-10T15:26:55.864Z] ++ '[' -n 0 ']' [2021-03-10T15:26:55.864Z] ++ set -x [2021-03-10T15:26:55.864Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:26:55.864Z] INFO: Testing against a local daemon [2021-03-10T15:26:55.864Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:26:55.864Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-03-10T15:26:55.864Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:26:55.864Z] === RUN TestEventsExecDie [2021-03-10T15:26:56.436Z] --- PASS: TestEventsExecDie (1.26s) [2021-03-10T15:26:56.436Z] === RUN TestEventsBackwardsCompatible [2021-03-10T15:26:56.436Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2021-03-10T15:26:56.436Z] === RUN TestInfoBinaryCommits [2021-03-10T15:26:56.436Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-03-10T15:26:56.436Z] === RUN TestInfoAPIVersioned [2021-03-10T15:26:56.525Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-03-10T15:26:56.697Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-03-10T15:26:56.697Z] === RUN TestInfoDiscoveryBackend [2021-03-10T15:26:57.092Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-03-10T15:26:57.267Z] --- PASS: TestInfoDiscoveryBackend (0.61s) [2021-03-10T15:26:57.268Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-10T15:26:58.209Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-10T15:26:58.209Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-10T15:26:58.781Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2021-03-10T15:26:58.781Z] === RUN TestInfoAPI [2021-03-10T15:26:58.781Z] --- PASS: TestInfoAPI (0.05s) [2021-03-10T15:26:58.781Z] === RUN TestInfoAPIWarnings [2021-03-10T15:26:58.993Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-03-10T15:26:59.559Z] === RUN TestDockerSuite/TestRmiTag [2021-03-10T15:26:59.817Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-03-10T15:27:00.752Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-03-10T15:27:01.319Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-03-10T15:27:05.505Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-03-10T15:27:06.072Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-03-10T15:27:07.007Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-03-10T15:27:07.266Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-03-10T15:27:08.642Z] === RUN TestDockerSuite/TestRunAddHost [2021-03-10T15:27:09.577Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-03-10T15:27:09.837Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-03-10T15:27:10.773Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-03-10T15:27:10.773Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-03-10T15:27:11.477Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-03-10T15:27:12.853Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-03-10T15:27:13.788Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-03-10T15:27:15.164Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-03-10T15:27:15.164Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-03-10T15:27:15.734Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-03-10T15:27:16.891Z] --- PASS: TestInfoAPIWarnings (16.63s) [2021-03-10T15:27:16.891Z] === RUN TestInfoDebug [2021-03-10T15:27:16.891Z] --- PASS: TestInfoDebug (0.65s) [2021-03-10T15:27:16.891Z] === RUN TestInfoInsecureRegistries [2021-03-10T15:27:16.891Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2021-03-10T15:27:16.891Z] === RUN TestInfoRegistryMirrors [2021-03-10T15:27:17.111Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-03-10T15:27:17.463Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2021-03-10T15:27:17.463Z] === RUN TestLoginFailsWithBadCredentials [2021-03-10T15:27:17.724Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2021-03-10T15:27:17.724Z] === RUN TestPingCacheHeaders [2021-03-10T15:27:17.724Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-03-10T15:27:17.724Z] === RUN TestPingGet [2021-03-10T15:27:17.724Z] --- PASS: TestPingGet (0.03s) [2021-03-10T15:27:17.724Z] === RUN TestPingHead [2021-03-10T15:27:17.724Z] --- PASS: TestPingHead (0.05s) [2021-03-10T15:27:17.724Z] === RUN TestVersion [2021-03-10T15:27:17.985Z] --- PASS: TestVersion (0.05s) [2021-03-10T15:27:17.985Z] PASS [2021-03-10T15:27:17.985Z] [2021-03-10T15:27:17.985Z] === Skipped [2021-03-10T15:27:17.985Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-03-10T15:27:17.985Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:27:17.985Z] [2021-03-10T15:27:17.985Z] [2021-03-10T15:27:17.985Z] DONE 18 tests, 1 skipped in 22.957s [2021-03-10T15:27:17.985Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-10T15:27:17.985Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:27:17.985Z] ++ set -e [2021-03-10T15:27:17.985Z] ++ '[' -n 0 ']' [2021-03-10T15:27:17.985Z] ++ set -x [2021-03-10T15:27:17.985Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:27:18.047Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-03-10T15:27:18.246Z] INFO: Testing against a local daemon [2021-03-10T15:27:18.246Z] === RUN TestVolumesCreateAndList [2021-03-10T15:27:18.246Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-03-10T15:27:18.246Z] === RUN TestVolumesRemove [2021-03-10T15:27:18.246Z] --- PASS: TestVolumesRemove (0.15s) [2021-03-10T15:27:18.246Z] === RUN TestVolumesInspect [2021-03-10T15:27:18.246Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-10T15:27:18.246Z] === RUN TestVolumesInvalidJSON [2021-03-10T15:27:18.246Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-10T15:27:18.246Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-10T15:27:18.507Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-10T15:27:18.507Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-10T15:27:18.507Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2021-03-10T15:27:18.507Z] PASS [2021-03-10T15:27:18.507Z] [2021-03-10T15:27:18.507Z] DONE 5 tests in 0.470s [2021-03-10T15:27:18.507Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-10T15:27:18.982Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-03-10T15:27:19.079Z] ++++ cat bundles/test-integration/docker.pid [2021-03-10T15:27:19.079Z] +++ kill 13968 [2021-03-10T15:27:19.919Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-03-10T15:27:20.463Z] +++ /etc/init.d/apparmor stop [2021-03-10T15:27:20.463Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-10T15:27:20.463Z] [2021-03-10T15:27:20.463Z] Unloading profiles will leave already running processes permanently [2021-03-10T15:27:20.463Z] unconfined, which can lead to unexpected situations. [2021-03-10T15:27:20.463Z] [2021-03-10T15:27:20.463Z] To set a process to complain mode, use the command line tool [2021-03-10T15:27:20.463Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-10T15:27:20.463Z] +++ true [2021-03-10T15:27:20.463Z] exiting test-integration [2021-03-10T15:27:20.463Z] ++ exit 0 [2021-03-10T15:27:20.463Z] [2021-03-10T15:27:20.854Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-03-10T15:27:21.789Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-03-10T15:27:22.724Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-03-10T15:27:23.291Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak Post stage [Pipeline] junit [2021-03-10T15:27:23.780Z] Recording test results [2021-03-10T15:27:24.302Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-10T15:27:24.652Z] + echo Ensuring container killed. [2021-03-10T15:27:24.652Z] Ensuring container killed. [2021-03-10T15:27:24.652Z] + docker rm -vf docker-pr6 [2021-03-10T15:27:24.666Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-03-10T15:27:24.913Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-10T15:27:25.203Z] + echo Chowning /workspace to jenkins user [2021-03-10T15:27:25.203Z] Chowning /workspace to jenkins user [2021-03-10T15:27:25.203Z] + id -u [2021-03-10T15:27:25.203Z] + id -g [2021-03-10T15:27:25.203Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42054:/workspace busybox chown -R 1000:1000 /workspace [2021-03-10T15:27:25.203Z] Unable to find image 'busybox:latest' locally [2021-03-10T15:27:25.463Z] latest: Pulling from library/busybox [2021-03-10T15:27:25.463Z] 8c3eadb8221d: Pulling fs layer [2021-03-10T15:27:25.600Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-03-10T15:27:25.724Z] 8c3eadb8221d: Verifying Checksum [2021-03-10T15:27:25.724Z] 8c3eadb8221d: Download complete [2021-03-10T15:27:25.985Z] 8c3eadb8221d: Pull complete [2021-03-10T15:27:25.985Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-10T15:27:25.985Z] Status: Downloaded newer image for busybox:latest [2021-03-10T15:27:26.535Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-03-10T15:27:27.469Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-03-10T15:27:27.622Z] --- PASS: TestBuildWithHugeFile (126.67s) [2021-03-10T15:27:27.622Z] === RUN TestBuildWCOWSandboxSize [2021-03-10T15:27:28.405Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-03-10T15:27:28.405Z] === RUN TestDockerSuite/TestRunBindMounts [2021-03-10T15:27:30.935Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-03-10T15:27:31.869Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-03-10T15:27:32.435Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-10T15:27:32.882Z] + bundleName=arm64-integration [2021-03-10T15:27:32.882Z] + echo Creating arm64-integration-bundles.tar.gz [2021-03-10T15:27:32.882Z] Creating arm64-integration-bundles.tar.gz [2021-03-10T15:27:32.882Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof+ -o -namexargs *-report.xml ) -print [2021-03-10T15:27:32.882Z] tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-10T15:27:33.161Z] Archiving artifacts [2021-03-10T15:27:33.370Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-03-10T15:27:34.305Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-03-10T15:27:34.305Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-03-10T15:27:34.872Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-03-10T15:27:35.183Z] ok github.com/docker/docker/cmd/dockerd 0.116s coverage: 29.1% of statements [2021-03-10T15:27:35.183Z] ok github.com/docker/docker/container 0.118s coverage: 34.7% of statements [2021-03-10T15:27:35.183Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-10T15:27:35.183Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-10T15:27:35.183Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-10T15:27:35.183Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-10T15:27:35.540Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-10T15:27:35.893Z] + make clean [2021-03-10T15:27:36.247Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-03-10T15:27:36.814Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-03-10T15:27:36.835Z] docker volume rm -f docker-dev-cache [2021-03-10T15:27:36.835Z] docker-dev-cache [Pipeline] deleteDir [2021-03-10T15:27:37.749Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-03-10T15:27:38.685Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-03-10T15:27:38.685Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-03-10T15:27:39.252Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-03-10T15:27:39.355Z] ok github.com/docker/docker/daemon/cluster 0.080s coverage: 0.5% of statements [2021-03-10T15:27:39.512Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-03-10T15:27:39.512Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-03-10T15:27:40.888Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-03-10T15:27:41.831Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-03-10T15:27:41.831Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-03-10T15:27:41.872Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-03-10T15:27:42.421Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-03-10T15:27:43.239Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2021-03-10T15:27:43.358Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-03-10T15:27:43.358Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-03-10T15:27:44.294Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-03-10T15:27:44.294Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:27:46.199Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-03-10T15:27:47.575Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-03-10T15:27:49.481Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-03-10T15:27:50.047Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-03-10T15:27:50.614Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-03-10T15:27:51.550Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-03-10T15:27:52.117Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-03-10T15:27:53.052Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-03-10T15:27:53.183Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 14.1% of statements [2021-03-10T15:27:53.439Z] ok github.com/docker/docker/daemon 12.158s coverage: 17.2% of statements [2021-03-10T15:27:53.440Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-10T15:27:53.440Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-10T15:27:53.696Z] ok github.com/docker/docker/daemon/config 0.072s coverage: 81.8% of statements [2021-03-10T15:27:54.954Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-03-10T15:27:55.065Z] ok github.com/docker/docker/daemon/discovery 0.010s coverage: 30.0% of statements [2021-03-10T15:27:55.065Z] ok github.com/docker/docker/daemon/events 0.060s coverage: 50.0% of statements [2021-03-10T15:27:55.065Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-10T15:27:55.065Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-10T15:27:56.430Z] ok github.com/docker/docker/daemon/graphdriver 0.028s coverage: 2.2% of statements [2021-03-10T15:27:58.239Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-03-10T15:27:58.239Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-03-10T15:27:58.321Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.473s coverage: 73.3% of statements [2021-03-10T15:27:58.497Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-03-10T15:27:59.250Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 2.9% of statements [2021-03-10T15:27:59.813Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.394s coverage: 56.2% of statements [2021-03-10T15:28:01.028Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-03-10T15:28:02.357Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2021-03-10T15:28:02.928Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-03-10T15:28:04.271Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.295s coverage: 49.4% of statements [2021-03-10T15:28:05.198Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.985s coverage: 46.2% of statements [2021-03-10T15:28:05.198Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-10T15:28:05.459Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-03-10T15:28:06.567Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.529s coverage: 57.7% of statements [2021-03-10T15:28:06.567Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-10T15:28:06.567Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-10T15:28:06.823Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 57.5% of statements [2021-03-10T15:28:07.991Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-03-10T15:28:07.991Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-03-10T15:28:07.991Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-03-10T15:28:08.249Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-03-10T15:28:08.712Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.032s coverage: 3.0% of statements [2021-03-10T15:28:08.816Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-03-10T15:28:09.641Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-03-10T15:28:10.203Z] ok github.com/docker/docker/daemon/images 0.034s coverage: 6.7% of statements [2021-03-10T15:28:10.203Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-10T15:28:10.203Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-10T15:28:10.718Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-03-10T15:28:11.569Z] ok github.com/docker/docker/daemon/logger 0.227s coverage: 43.2% of statements [2021-03-10T15:28:12.497Z] ok github.com/docker/docker/daemon/logger/awslogs 0.188s coverage: 77.4% of statements [2021-03-10T15:28:12.497Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-10T15:28:12.497Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-10T15:28:12.639Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-03-10T15:28:13.061Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2021-03-10T15:28:13.994Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2021-03-10T15:28:14.543Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-03-10T15:28:14.557Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2021-03-10T15:28:14.557Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2021-03-10T15:28:15.480Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-03-10T15:28:15.924Z] ok github.com/docker/docker/daemon/logger/local 0.023s coverage: 75.2% of statements [2021-03-10T15:28:15.924Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-10T15:28:16.181Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.058s coverage: 55.1% of statements [2021-03-10T15:28:17.381Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-03-10T15:28:17.382Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-03-10T15:28:17.547Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.010s coverage: 31.5% of statements [2021-03-10T15:28:17.755Z] --- PASS: TestImportExtremelyLargeImageWorks (192.98s) [2021-03-10T15:28:17.755Z] PASS [2021-03-10T15:28:17.755Z] [2021-03-10T15:28:17.755Z] === Skipped [2021-03-10T15:28:17.755Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-10T15:28:17.755Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:28:17.755Z] [2021-03-10T15:28:17.755Z] [2021-03-10T15:28:17.755Z] DONE 12 tests, 1 skipped in 193.999s [2021-03-10T15:28:17.755Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-03-10T15:28:17.755Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:17.755Z] ++ set -e [2021-03-10T15:28:17.755Z] ++ '[' -n 0 ']' [2021-03-10T15:28:17.755Z] ++ set -x [2021-03-10T15:28:17.755Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:17.755Z] INFO: Testing against a local daemon [2021-03-10T15:28:17.755Z] === RUN TestNetworkCreateDelete [2021-03-10T15:28:17.755Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-03-10T15:28:17.755Z] === RUN TestDockerNetworkDeletePreferID [2021-03-10T15:28:17.755Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2021-03-10T15:28:17.755Z] === RUN TestDaemonDNSFallback [2021-03-10T15:28:17.755Z] --- PASS: TestDaemonDNSFallback (1.56s) [2021-03-10T15:28:17.755Z] === RUN TestInspectNetwork [2021-03-10T15:28:17.755Z] === RUN TestInspectNetwork/full_network_id [2021-03-10T15:28:17.755Z] === RUN TestInspectNetwork/partial_network_id [2021-03-10T15:28:17.755Z] === RUN TestInspectNetwork/network_name [2021-03-10T15:28:17.755Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-10T15:28:17.755Z] --- PASS: TestInspectNetwork (7.03s) [2021-03-10T15:28:17.755Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-10T15:28:17.755Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-10T15:28:17.755Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-10T15:28:17.755Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-10T15:28:17.755Z] === RUN TestRunContainerWithBridgeNone [2021-03-10T15:28:17.948Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-03-10T15:28:17.948Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-03-10T15:28:18.797Z] --- PASS: TestRunContainerWithBridgeNone (2.01s) [2021-03-10T15:28:18.797Z] === RUN TestNetworkInvalidJSON [2021-03-10T15:28:18.797Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-10T15:28:18.797Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-10T15:28:18.797Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:28:18.797Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:28:18.797Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:28:18.797Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:28:18.797Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-10T15:28:18.797Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:28:18.797Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:28:18.797Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-10T15:28:18.797Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-10T15:28:18.797Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-10T15:28:18.797Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-10T15:28:18.797Z] === RUN TestNetworkList [2021-03-10T15:28:18.797Z] === RUN TestNetworkList//networks [2021-03-10T15:28:18.797Z] === PAUSE TestNetworkList//networks [2021-03-10T15:28:18.797Z] === RUN TestNetworkList//networks/ [2021-03-10T15:28:18.797Z] === PAUSE TestNetworkList//networks/ [2021-03-10T15:28:18.797Z] === CONT TestNetworkList//networks [2021-03-10T15:28:18.797Z] === CONT TestNetworkList//networks/ [2021-03-10T15:28:18.797Z] --- PASS: TestNetworkList (0.02s) [2021-03-10T15:28:18.797Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-10T15:28:18.797Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-10T15:28:18.797Z] === RUN TestHostIPv4BridgeLabel [2021-03-10T15:28:18.884Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-03-10T15:28:18.938Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-03-10T15:28:19.094Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2021-03-10T15:28:19.094Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-10T15:28:19.195Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2021-03-10T15:28:19.773Z] ok github.com/docker/docker/daemon/logger/splunk 1.724s coverage: 82.5% of statements [2021-03-10T15:28:19.773Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-10T15:28:20.031Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-03-10T15:28:20.031Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-10T15:28:20.140Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-03-10T15:28:20.140Z] === RUN TestDaemonDefaultNetworkPools [2021-03-10T15:28:20.260Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-03-10T15:28:20.828Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-03-10T15:28:20.828Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-03-10T15:28:21.186Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2021-03-10T15:28:21.186Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-10T15:28:21.765Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-03-10T15:28:22.238Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2021-03-10T15:28:22.238Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-10T15:28:22.546Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2021-03-10T15:28:22.547Z] ok github.com/docker/docker/distribution 0.141s coverage: 25.0% of statements [2021-03-10T15:28:22.547Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-10T15:28:22.701Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-03-10T15:28:23.637Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-03-10T15:28:23.762Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2021-03-10T15:28:23.762Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-10T15:28:23.911Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-03-10T15:28:24.063Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-03-10T15:28:24.063Z] === RUN TestServiceWithPredefinedNetwork [2021-03-10T15:28:24.204Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-03-10T15:28:24.204Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-03-10T15:28:24.840Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-03-10T15:28:25.140Z] === RUN TestDockerSuite/TestRunEnvironment [2021-03-10T15:28:25.708Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-03-10T15:28:25.768Z] ok github.com/docker/docker/distribution/xfer 1.878s coverage: 85.1% of statements [2021-03-10T15:28:25.768Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-10T15:28:25.768Z] ok github.com/docker/docker/image/cache 0.014s coverage: 19.2% of statements [2021-03-10T15:28:26.149Z] --- PASS: TestServiceWithPredefinedNetwork (2.04s) [2021-03-10T15:28:26.149Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-10T15:28:26.149Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:28:26.149Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:28:26.149Z] === RUN TestServiceWithDataPathPortInit [2021-03-10T15:28:26.644Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-03-10T15:28:27.134Z] ok github.com/docker/docker/image/v1 0.015s coverage: 25.0% of statements [2021-03-10T15:28:27.134Z] ok github.com/docker/docker/image/tarexport 0.010s coverage: 0.6% of statements [2021-03-10T15:28:27.134Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-10T15:28:27.211Z] === RUN TestDockerSuite/TestRunExitCode [2021-03-10T15:28:27.696Z] ok github.com/docker/docker/libcontainerd/queue 0.033s coverage: 100.0% of statements [2021-03-10T15:28:28.146Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-03-10T15:28:28.712Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-03-10T15:28:29.588Z] ok github.com/docker/docker/oci 0.008s coverage: 45.2% of statements [2021-03-10T15:28:29.647Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-03-10T15:28:30.149Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2021-03-10T15:28:30.149Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-03-10T15:28:30.582Z] === RUN TestDockerSuite/TestRunExposePort [2021-03-10T15:28:30.582Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-03-10T15:28:31.149Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-03-10T15:28:32.037Z] ok github.com/docker/docker/pkg/archive 0.302s coverage: 77.3% of statements [2021-03-10T15:28:32.083Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-03-10T15:28:32.965Z] ok github.com/docker/docker/pkg/authorization 0.176s coverage: 68.3% of statements [2021-03-10T15:28:32.965Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-03-10T15:28:33.221Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-03-10T15:28:33.459Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-03-10T15:28:34.025Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-10T15:28:34.025Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-03-10T15:28:36.487Z] ok github.com/docker/docker/pkg/chrootarchive 2.510s coverage: 43.2% of statements [2021-03-10T15:28:36.556Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-03-10T15:28:36.744Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-03-10T15:28:37.305Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2021-03-10T15:28:37.305Z] ok github.com/docker/docker/layer 7.774s coverage: 68.8% of statements [2021-03-10T15:28:37.305Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-10T15:28:37.305Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-10T15:28:37.305Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-10T15:28:37.305Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-10T15:28:37.305Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-10T15:28:37.305Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-10T15:28:37.305Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-10T15:28:37.867Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2021-03-10T15:28:37.935Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-03-10T15:28:38.429Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2021-03-10T15:28:38.875Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-03-10T15:28:39.358Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-03-10T15:28:39.920Z] ok github.com/docker/docker/pkg/dmesg 0.014s coverage: 83.3% of statements [2021-03-10T15:28:41.286Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-03-10T15:28:41.537Z] --- PASS: TestServiceWithDataPathPortInit (13.61s) [2021-03-10T15:28:41.537Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-10T15:28:41.541Z] ok github.com/docker/docker/pkg/discovery/kv 3.063s coverage: 84.1% of statements [2021-03-10T15:28:41.797Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2021-03-10T15:28:42.359Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-03-10T15:28:42.359Z] ok github.com/docker/docker/pkg/fsutils 0.176s coverage: 85.1% of statements [2021-03-10T15:28:43.286Z] ok github.com/docker/docker/pkg/idtools 0.450s coverage: 69.5% of statements [2021-03-10T15:28:43.848Z] ok github.com/docker/docker/pkg/ioutils 0.515s coverage: 70.6% of statements [2021-03-10T15:28:44.104Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2021-03-10T15:28:44.104Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-10T15:28:44.360Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2021-03-10T15:28:44.360Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-10T15:28:44.360Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-10T15:28:44.618Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-03-10T15:28:44.618Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-10T15:28:44.875Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-03-10T15:28:45.132Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-03-10T15:28:45.388Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2021-03-10T15:28:45.388Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-03-10T15:28:45.388Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-10T15:28:45.388Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-10T15:28:46.315Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2021-03-10T15:28:47.163Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.79s) [2021-03-10T15:28:47.163Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ojiq8m13nzyuu4dzb03tiuekf Created:2021-03-10 15:28:40.701537781 +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[6b61f52cb03f3a7853a565c0333ccccb439c770fac65eda75898cafb7e8a3260:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xupbqiidvqt4wftca0cgv3mox EndpointID:ef2151f95cc11ce68447ba80812156b6590d1d27782a6ef1d55e716513b368ff MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7c407c94c3d255f27ada1808c02604fc5e3134f736185f534079d8600b3bf251 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:47011ace91a0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xupbqiidvqt4wftca0cgv3mox EndpointID:ef2151f95cc11ce68447ba80812156b6590d1d27782a6ef1d55e716513b368ff EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-10T15:28:47.163Z] PASS [2021-03-10T15:28:47.163Z] [2021-03-10T15:28:47.163Z] === Skipped [2021-03-10T15:28:47.163Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:28:47.163Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:28:47.163Z] [2021-03-10T15:28:47.163Z] [2021-03-10T15:28:47.163Z] DONE 26 tests, 1 skipped in 39.185s [2021-03-10T15:28:47.163Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:28:47.163Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:47.163Z] ++ set -e [2021-03-10T15:28:47.163Z] ++ '[' -n 0 ']' [2021-03-10T15:28:47.163Z] ++ set -x [2021-03-10T15:28:47.163Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:47.163Z] INFO: Testing against a local daemon [2021-03-10T15:28:47.163Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-10T15:28:47.163Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:28:47.163Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:28:47.163Z] === RUN TestDockerNetworkIpvlan [2021-03-10T15:28:47.163Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:28:47.163Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:28:47.163Z] PASS [2021-03-10T15:28:47.163Z] [2021-03-10T15:28:47.163Z] === Skipped [2021-03-10T15:28:47.163Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-10T15:28:47.163Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:28:47.163Z] [2021-03-10T15:28:47.163Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-10T15:28:47.163Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-10T15:28:47.163Z] [2021-03-10T15:28:47.163Z] [2021-03-10T15:28:47.163Z] DONE 2 tests, 2 skipped in 0.079s [2021-03-10T15:28:47.163Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-10T15:28:47.163Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:47.163Z] ++ set -e [2021-03-10T15:28:47.163Z] ++ '[' -n 0 ']' [2021-03-10T15:28:47.163Z] ++ set -x [2021-03-10T15:28:47.163Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:47.163Z] INFO: Testing against a local daemon [2021-03-10T15:28:47.163Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-10T15:28:47.242Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-03-10T15:28:47.498Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-03-10T15:28:47.755Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-03-10T15:28:48.209Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2021-03-10T15:28:48.209Z] === RUN TestDockerNetworkMacvlan [2021-03-10T15:28:48.856Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-10T15:28:49.119Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-03-10T15:28:49.375Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-03-10T15:28:49.905Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-10T15:28:50.544Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-10T15:28:51.074Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-03-10T15:28:51.074Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-03-10T15:28:51.332Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-03-10T15:28:52.630Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-10T15:28:52.638Z] ok github.com/docker/docker/pkg/signal 2.434s coverage: 61.0% of statements [2021-03-10T15:28:52.639Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-03-10T15:28:52.710Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-03-10T15:28:52.710Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-03-10T15:28:52.710Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-03-10T15:28:52.710Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-03-10T15:28:52.895Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-03-10T15:28:53.151Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-03-10T15:28:54.081Z] ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 54.9% of statements [2021-03-10T15:28:54.090Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-03-10T15:28:54.338Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-03-10T15:28:54.728Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-10T15:28:54.902Z] ok github.com/docker/docker/pkg/tailfile 0.065s coverage: 88.6% of statements [2021-03-10T15:28:55.465Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2021-03-10T15:28:55.465Z] testing: warning: no tests to run [2021-03-10T15:28:55.465Z] coverage: [no statements] [2021-03-10T15:28:55.465Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-03-10T15:28:56.027Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-03-10T15:28:56.027Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-03-10T15:28:56.283Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-03-10T15:28:57.375Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-03-10T15:28:58.751Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-03-10T15:28:58.800Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-03-10T15:28:59.056Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-03-10T15:28:59.214Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-10T15:28:59.510Z] --- PASS: TestDockerNetworkMacvlan (11.50s) [2021-03-10T15:28:59.510Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-03-10T15:28:59.510Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-03-10T15:28:59.510Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.96s) [2021-03-10T15:28:59.510Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.04s) [2021-03-10T15:28:59.510Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.43s) [2021-03-10T15:28:59.510Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.70s) [2021-03-10T15:28:59.510Z] PASS [2021-03-10T15:28:59.510Z] [2021-03-10T15:28:59.510Z] DONE 8 tests in 12.956s [2021-03-10T15:28:59.510Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-10T15:28:59.510Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:59.510Z] ++ set -e [2021-03-10T15:28:59.510Z] ++ '[' -n 0 ']' [2021-03-10T15:28:59.510Z] ++ set -x [2021-03-10T15:28:59.510Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:59.510Z] testing: warning: no tests to run [2021-03-10T15:28:59.510Z] PASS [2021-03-10T15:28:59.510Z] [2021-03-10T15:28:59.510Z] DONE 0 tests in 0.012s [2021-03-10T15:28:59.510Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-10T15:28:59.510Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:59.510Z] ++ set -e [2021-03-10T15:28:59.510Z] ++ '[' -n 0 ']' [2021-03-10T15:28:59.510Z] ++ set -x [2021-03-10T15:28:59.510Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:28:59.510Z] INFO: Testing against a local daemon [2021-03-10T15:28:59.510Z] === RUN TestAuthZPluginAllowRequest [2021-03-10T15:28:59.619Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-03-10T15:28:59.686Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-03-10T15:29:00.621Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-03-10T15:29:00.986Z] ok github.com/docker/docker/quota 0.237s coverage: 71.4% of statements [2021-03-10T15:29:01.033Z] --- PASS: TestAuthZPluginAllowRequest (1.34s) [2021-03-10T15:29:01.033Z] === RUN TestAuthZPluginTLS [2021-03-10T15:29:01.548Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-03-10T15:29:01.896Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-03-10T15:29:01.896Z] === RUN TestAuthZPluginDenyRequest [2021-03-10T15:29:02.202Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-03-10T15:29:02.202Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-10T15:29:02.501Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-03-10T15:29:02.501Z] === RUN TestAuthZPluginDenyResponse [2021-03-10T15:29:02.915Z] ok github.com/docker/docker/registry 0.061s coverage: 57.2% of statements [2021-03-10T15:29:03.142Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-03-10T15:29:03.142Z] === RUN TestAuthZPluginAllowEventStream [2021-03-10T15:29:03.478Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-03-10T15:29:03.478Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-03-10T15:29:04.408Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-03-10T15:29:04.664Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-03-10T15:29:04.667Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2021-03-10T15:29:04.667Z] === RUN TestAuthZPluginErrorResponse [2021-03-10T15:29:04.962Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-03-10T15:29:04.962Z] === RUN TestAuthZPluginErrorRequest [2021-03-10T15:29:05.601Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-03-10T15:29:05.601Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-10T15:29:06.239Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-03-10T15:29:06.239Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-10T15:29:07.183Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-03-10T15:29:07.183Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-03-10T15:29:07.183Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-03-10T15:29:07.441Z] === RUN TestDockerSuite/TestRunModeHostname [2021-03-10T15:29:07.767Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.76s) [2021-03-10T15:29:07.767Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-10T15:29:08.589Z] ok github.com/docker/docker/volume/local 0.083s coverage: 76.4% of statements [2021-03-10T15:29:08.817Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-03-10T15:29:08.817Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-03-10T15:29:09.075Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-03-10T15:29:09.157Z] ok github.com/docker/docker/volume/mounts 0.026s coverage: 67.0% of statements [2021-03-10T15:29:09.858Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.70s) [2021-03-10T15:29:09.858Z] === RUN TestAuthZPluginHeader [2021-03-10T15:29:10.450Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-03-10T15:29:10.502Z] --- PASS: TestAuthZPluginHeader (0.87s) [2021-03-10T15:29:10.503Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-10T15:29:10.503Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-10T15:29:10.503Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:10.503Z] === RUN TestAuthZPluginV2Disable [2021-03-10T15:29:10.503Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-10T15:29:10.503Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:10.503Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-10T15:29:10.503Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-10T15:29:10.503Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:10.503Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-10T15:29:10.503Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-10T15:29:10.503Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:10.503Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-10T15:29:10.523Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2021-03-10T15:29:11.825Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-03-10T15:29:13.726Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-03-10T15:29:13.726Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-03-10T15:29:13.726Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-03-10T15:29:15.627Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-03-10T15:29:17.002Z] === RUN TestDockerSuite/TestRunMount [2021-03-10T15:29:20.455Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/rootless [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/volume [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-10T15:29:20.455Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === Skipped [2021-03-10T15:29:20.455Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-10T15:29:20.455Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-10T15:29:20.455Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-10T15:29:20.455Z] time="2021-03-10T15:28:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-10T15:29:20.455Z] time="2021-03-10T15:28:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-10T15:29:20.455Z] time="2021-03-10T15:28:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-10T15:29:20.455Z] time="2021-03-10T15:28:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-10T15:29:20.455Z] time="2021-03-10T15:28:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-10T15:29:20.455Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-10T15:29:20.455Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-10T15:29:20.455Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-10T15:29:20.455Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-10T15:29:20.455Z] graphtest_unix.go:73: No driver to put! [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-10T15:29:20.455Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-10T15:29:20.455Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] [2021-03-10T15:29:20.455Z] DONE 2244 tests, 26 skipped in 257.748s Post stage [Pipeline] junit [2021-03-10T15:29:21.027Z] Recording test results [2021-03-10T15:29:21.413Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-03-10T15:29:21.750Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42054/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c65fdd4af721268f20c54ce7a6bd939b6eecd63 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c65fdd4af721268f20c54ce7a6bd939b6eecd63 hack/validate/vendor [2021-03-10T15:29:22.316Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-10T15:29:23.256Z] + echo Ensuring container killed. [2021-03-10T15:29:23.256Z] Ensuring container killed. [2021-03-10T15:29:23.256Z] + docker rm -vf docker-pr6 [2021-03-10T15:29:23.256Z] Error: No such container: docker-pr6 [Pipeline] sh [2021-03-10T15:29:23.576Z] + echo Chowning /workspace to jenkins user [2021-03-10T15:29:23.576Z] Chowning /workspace to jenkins user [2021-03-10T15:29:23.576Z] + id -u [2021-03-10T15:29:23.576Z] + id -g [2021-03-10T15:29:23.576Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42054:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-10T15:29:24.797Z] + bundleName=unit [2021-03-10T15:29:24.798Z] + echo Creating unit-bundles.tar.gz [2021-03-10T15:29:24.798Z] Creating unit-bundles.tar.gz [2021-03-10T15:29:24.798Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-03-10T15:29:24.798Z] bundles/junit-report.xml [2021-03-10T15:29:24.798Z] bundles/go-test-report.json [2021-03-10T15:29:24.798Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-03-10T15:29:24.806Z] Archiving artifacts [2021-03-10T15:29:25.144Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-03-10T15:29:25.237Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-10T15:29:25.546Z] + make clean [2021-03-10T15:29:25.711Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-03-10T15:29:25.802Z] docker volume rm -f docker-dev-cache [2021-03-10T15:29:25.802Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:29:26.648Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-03-10T15:29:28.025Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-03-10T15:29:29.137Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2021-03-10T15:29:29.138Z] PASS [2021-03-10T15:29:29.138Z] [2021-03-10T15:29:29.138Z] === Skipped [2021-03-10T15:29:29.138Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-10T15:29:29.138Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:29.138Z] [2021-03-10T15:29:29.138Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-10T15:29:29.138Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:29.138Z] [2021-03-10T15:29:29.138Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-10T15:29:29.138Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:29.138Z] [2021-03-10T15:29:29.138Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-10T15:29:29.138Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:29.138Z] [2021-03-10T15:29:29.138Z] [2021-03-10T15:29:29.138Z] DONE 17 tests, 4 skipped in 27.633s [2021-03-10T15:29:29.138Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-10T15:29:29.138Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:29.138Z] ++ set -e [2021-03-10T15:29:29.138Z] ++ '[' -n 0 ']' [2021-03-10T15:29:29.138Z] ++ set -x [2021-03-10T15:29:29.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-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:29.138Z] INFO: Testing against a local daemon [2021-03-10T15:29:29.138Z] === RUN TestPluginInvalidJSON [2021-03-10T15:29:29.138Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:29:29.138Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:29:29.138Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:29:29.138Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-10T15:29:29.138Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-10T15:29:29.138Z] === RUN TestPluginInstall [2021-03-10T15:29:29.138Z] === RUN TestPluginInstall/no_auth [2021-03-10T15:29:29.138Z] time="2021-03-10T15:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:29:29.138Z] time="2021-03-10T15:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1980d8781b43a627d208fd6ee1c050344d9f61e852a37b8efcba92b834ddb3c7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:29:29.138Z] time="2021-03-10T15:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:29:29.138Z] time="2021-03-10T15:29:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1980d8781b43a627d208fd6ee1c050344d9f61e852a37b8efcba92b834ddb3c7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:29:29.432Z] === RUN TestPluginInstall/with_htpasswd [2021-03-10T15:29:30.072Z] time="2021-03-10T15:29:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:29:30.072Z] time="2021-03-10T15:29:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:291b62216f517a45a31004a221ff78d5d0b009ac0b75d2bf69f72b3e9f4a1f29" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:29:30.072Z] time="2021-03-10T15:29:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:29:30.072Z] time="2021-03-10T15:29:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:291b62216f517a45a31004a221ff78d5d0b009ac0b75d2bf69f72b3e9f4a1f29" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:29:30.366Z] === RUN TestPluginInstall/with_insecure [2021-03-10T15:29:30.558Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-03-10T15:29:31.421Z] time="2021-03-10T15:29:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:29:31.421Z] time="2021-03-10T15:29:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c621393cde081e4ccdc91a586cb4fcfe3788fbe54ebf0de325de342624bd269" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:29:31.421Z] time="2021-03-10T15:29:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-10T15:29:31.421Z] time="2021-03-10T15:29:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c621393cde081e4ccdc91a586cb4fcfe3788fbe54ebf0de325de342624bd269" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-10T15:29:31.718Z] --- PASS: TestPluginInstall (4.35s) [2021-03-10T15:29:31.718Z] --- PASS: TestPluginInstall/no_auth (2.05s) [2021-03-10T15:29:31.718Z] --- PASS: TestPluginInstall/with_htpasswd (0.92s) [2021-03-10T15:29:31.718Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2021-03-10T15:29:31.718Z] plugin_test.go:160: [db12ca0405cd4] daemon is not started [2021-03-10T15:29:31.718Z] === RUN TestPluginsWithRuntimes [2021-03-10T15:29:33.812Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-10T15:29:34.455Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-10T15:29:34.746Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-03-10T15:29:35.980Z] --- PASS: TestPluginsWithRuntimes (3.99s) [2021-03-10T15:29:35.980Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.06s) [2021-03-10T15:29:35.980Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.08s) [2021-03-10T15:29:35.980Z] PASS [2021-03-10T15:29:35.980Z] [2021-03-10T15:29:35.980Z] DONE 9 tests in 8.433s [2021-03-10T15:29:35.980Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-10T15:29:35.980Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:35.980Z] ++ set -e [2021-03-10T15:29:35.980Z] ++ '[' -n 0 ']' [2021-03-10T15:29:35.980Z] ++ set -x [2021-03-10T15:29:35.980Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:35.980Z] INFO: Testing against a local daemon [2021-03-10T15:29:35.980Z] === RUN TestExternalGraphDriver [2021-03-10T15:29:35.980Z] === RUN TestExternalGraphDriver/json [2021-03-10T15:29:36.649Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-03-10T15:29:38.063Z] === RUN TestExternalGraphDriver/spec [2021-03-10T15:29:39.180Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-03-10T15:29:39.596Z] === RUN TestExternalGraphDriver/pull [2021-03-10T15:29:40.117Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-03-10T15:29:41.683Z] --- PASS: TestExternalGraphDriver (5.70s) [2021-03-10T15:29:41.683Z] --- PASS: TestExternalGraphDriver/json (1.86s) [2021-03-10T15:29:41.683Z] --- PASS: TestExternalGraphDriver/spec (1.82s) [2021-03-10T15:29:41.683Z] --- PASS: TestExternalGraphDriver/pull (1.89s) [2021-03-10T15:29:41.683Z] === RUN TestGraphdriverPluginV2 [2021-03-10T15:29:41.683Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2021-03-10T15:29:41.683Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:41.683Z] PASS [2021-03-10T15:29:41.683Z] [2021-03-10T15:29:41.683Z] === Skipped [2021-03-10T15:29:41.683Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2021-03-10T15:29:41.683Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:29:41.683Z] [2021-03-10T15:29:41.683Z] [2021-03-10T15:29:41.683Z] DONE 5 tests, 1 skipped in 5.846s [2021-03-10T15:29:41.683Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-10T15:29:41.683Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:41.683Z] ++ set -e [2021-03-10T15:29:41.683Z] ++ '[' -n 0 ']' [2021-03-10T15:29:41.683Z] ++ set -x [2021-03-10T15:29:41.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:41.683Z] INFO: Testing against a local daemon [2021-03-10T15:29:41.683Z] === RUN TestContinueAfterPluginCrash [2021-03-10T15:29:41.683Z] === PAUSE TestContinueAfterPluginCrash [2021-03-10T15:29:41.683Z] === RUN TestReadPluginNoRead [2021-03-10T15:29:41.683Z] === PAUSE TestReadPluginNoRead [2021-03-10T15:29:41.683Z] === RUN TestDaemonStartWithLogOpt [2021-03-10T15:29:41.683Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-10T15:29:41.683Z] === CONT TestContinueAfterPluginCrash [2021-03-10T15:29:41.683Z] === CONT TestReadPluginNoRead [2021-03-10T15:29:41.683Z] === CONT TestDaemonStartWithLogOpt [2021-03-10T15:29:42.021Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-03-10T15:29:42.021Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-03-10T15:29:42.587Z] === RUN TestDockerSuite/TestRunNetHost [2021-03-10T15:29:43.962Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-03-10T15:29:44.897Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-03-10T15:29:45.968Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-03-10T15:29:47.314Z] === RUN TestReadPluginNoRead/default [2021-03-10T15:29:47.314Z] --- PASS: TestDaemonStartWithLogOpt (5.26s) [2021-03-10T15:29:47.869Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-03-10T15:29:47.957Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-10T15:29:49.471Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-10T15:29:50.400Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-03-10T15:29:50.986Z] --- PASS: TestReadPluginNoRead (9.38s) [2021-03-10T15:29:50.986Z] --- PASS: TestReadPluginNoRead/default (1.50s) [2021-03-10T15:29:50.986Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.49s) [2021-03-10T15:29:50.986Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.48s) [2021-03-10T15:29:50.986Z] read_test.go:92: [df8510005f3ca] daemon is not started [2021-03-10T15:29:52.025Z] --- PASS: TestContinueAfterPluginCrash (10.47s) [2021-03-10T15:29:52.025Z] PASS [2021-03-10T15:29:52.025Z] [2021-03-10T15:29:52.025Z] DONE 6 tests in 10.545s [2021-03-10T15:29:52.025Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-10T15:29:52.025Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:52.025Z] ++ set -e [2021-03-10T15:29:52.025Z] ++ '[' -n 0 ']' [2021-03-10T15:29:52.025Z] ++ set -x [2021-03-10T15:29:52.025Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:52.025Z] testing: warning: no tests to run [2021-03-10T15:29:52.025Z] PASS [2021-03-10T15:29:52.025Z] [2021-03-10T15:29:52.025Z] DONE 0 tests in 0.017s [2021-03-10T15:29:52.025Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-10T15:29:52.025Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:52.025Z] ++ set -e [2021-03-10T15:29:52.025Z] ++ '[' -n 0 ']' [2021-03-10T15:29:52.025Z] ++ set -x [2021-03-10T15:29:52.025Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:52.322Z] INFO: Testing against a local daemon [2021-03-10T15:29:52.322Z] === RUN TestPluginWithDevMounts [2021-03-10T15:29:52.322Z] === PAUSE TestPluginWithDevMounts [2021-03-10T15:29:52.322Z] === CONT TestPluginWithDevMounts [2021-03-10T15:29:54.408Z] --- PASS: TestPluginWithDevMounts (1.82s) [2021-03-10T15:29:54.408Z] PASS [2021-03-10T15:29:54.408Z] [2021-03-10T15:29:54.408Z] DONE 1 tests in 1.895s [2021-03-10T15:29:54.408Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-03-10T15:29:54.408Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:54.408Z] ++ set -e [2021-03-10T15:29:54.408Z] ++ '[' -n 0 ']' [2021-03-10T15:29:54.408Z] ++ set -x [2021-03-10T15:29:54.408Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:29:54.408Z] INFO: Testing against a local daemon [2021-03-10T15:29:54.408Z] === RUN TestSecretInspect [2021-03-10T15:29:54.631Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-03-10T15:29:55.197Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-03-10T15:29:55.455Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-03-10T15:29:55.929Z] --- PASS: TestSecretInspect (1.89s) [2021-03-10T15:29:55.929Z] === RUN TestSecretList [2021-03-10T15:29:56.021Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-03-10T15:29:56.280Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-03-10T15:29:56.846Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-03-10T15:29:57.781Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-03-10T15:29:57.781Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-03-10T15:29:58.010Z] --- PASS: TestSecretList (1.90s) [2021-03-10T15:29:58.010Z] === RUN TestSecretsCreateAndDelete [2021-03-10T15:29:58.348Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-03-10T15:30:00.093Z] --- PASS: TestSecretsCreateAndDelete (1.88s) [2021-03-10T15:30:00.093Z] === RUN TestSecretsUpdate [2021-03-10T15:30:01.617Z] --- PASS: TestSecretsUpdate (1.90s) [2021-03-10T15:30:01.617Z] === RUN TestTemplatedSecret [2021-03-10T15:30:04.380Z] --- PASS: TestTemplatedSecret (2.50s) [2021-03-10T15:30:04.380Z] === RUN TestSecretCreateResolve [2021-03-10T15:30:04.911Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-03-10T15:30:04.911Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-03-10T15:30:05.169Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-03-10T15:30:05.736Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-03-10T15:30:06.479Z] --- PASS: TestSecretCreateResolve (1.91s) [2021-03-10T15:30:06.479Z] PASS [2021-03-10T15:30:06.479Z] [2021-03-10T15:30:06.479Z] DONE 6 tests in 12.042s [2021-03-10T15:30:06.479Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-03-10T15:30:06.479Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:30:06.479Z] ++ set -e [2021-03-10T15:30:06.479Z] ++ '[' -n 0 ']' [2021-03-10T15:30:06.479Z] ++ set -x [2021-03-10T15:30:06.479Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:30:06.479Z] INFO: Testing against a local daemon [2021-03-10T15:30:06.479Z] === RUN TestServiceCreateInit [2021-03-10T15:30:06.479Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-10T15:30:07.639Z] === RUN TestDockerSuite/TestRunPortInUse [2021-03-10T15:30:08.574Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-03-10T15:30:08.832Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-03-10T15:30:09.399Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-03-10T15:30:09.966Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-03-10T15:30:10.024Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-10T15:30:11.341Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-03-10T15:30:11.600Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-10T15:30:11.600Z] === RUN TestDockerSuite/TestRunPublishPort [2021-03-10T15:30:12.536Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-03-10T15:30:12.794Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-03-10T15:30:12.794Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-03-10T15:30:13.573Z] --- PASS: TestServiceCreateInit (7.42s) [2021-03-10T15:30:13.573Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.67s) [2021-03-10T15:30:13.573Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s) [2021-03-10T15:30:13.573Z] === RUN TestCreateServiceMultipleTimes [2021-03-10T15:30:13.730Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-03-10T15:30:15.105Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-03-10T15:30:15.105Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-03-10T15:30:18.389Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-03-10T15:30:20.293Z] === RUN TestDockerSuite/TestRunRm [2021-03-10T15:30:20.860Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-03-10T15:30:25.050Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-03-10T15:30:25.308Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-03-10T15:30:26.260Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-03-10T15:30:27.198Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-03-10T15:30:27.457Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-03-10T15:30:28.393Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-03-10T15:30:32.216Z] --- PASS: TestCreateServiceMultipleTimes (15.58s) [2021-03-10T15:30:32.216Z] === RUN TestCreateServiceConflict [2021-03-10T15:30:32.216Z] --- PASS: TestCreateServiceConflict (1.87s) [2021-03-10T15:30:32.216Z] === RUN TestCreateServiceMaxReplicas [2021-03-10T15:30:32.585Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-03-10T15:30:32.844Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-03-10T15:30:33.745Z] --- PASS: TestCreateServiceMaxReplicas (2.69s) [2021-03-10T15:30:33.745Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-10T15:30:38.115Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-03-10T15:30:39.051Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-03-10T15:30:39.987Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-03-10T15:30:40.554Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-03-10T15:30:40.813Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-03-10T15:30:41.380Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-03-10T15:30:41.948Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-03-10T15:30:42.884Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-03-10T15:30:43.452Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-03-10T15:30:44.388Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-03-10T15:30:45.326Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-03-10T15:30:47.860Z] === RUN TestDockerSuite/TestRunState [2021-03-10T15:30:49.143Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s) [2021-03-10T15:30:49.143Z] === RUN TestCreateServiceSecretFileMode [2021-03-10T15:30:49.143Z] --- PASS: TestCreateServiceSecretFileMode (2.19s) [2021-03-10T15:30:49.143Z] === RUN TestCreateServiceConfigFileMode [2021-03-10T15:30:49.763Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-03-10T15:30:50.022Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-03-10T15:30:50.958Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-03-10T15:30:51.230Z] --- PASS: TestCreateServiceConfigFileMode (2.24s) [2021-03-10T15:30:51.230Z] === RUN TestCreateServiceSysctls [2021-03-10T15:30:51.894Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-03-10T15:30:52.154Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-03-10T15:30:52.154Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-03-10T15:30:52.154Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-03-10T15:30:53.090Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-03-10T15:30:53.349Z] === RUN TestDockerSuite/TestRunSysctls [2021-03-10T15:30:54.783Z] --- PASS: TestCreateServiceSysctls (2.96s) [2021-03-10T15:30:54.783Z] === RUN TestCreateServiceCapabilities [2021-03-10T15:30:55.253Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-03-10T15:30:55.253Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-03-10T15:30:55.253Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-03-10T15:30:56.194Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-03-10T15:30:56.875Z] --- PASS: TestCreateServiceCapabilities (2.33s) [2021-03-10T15:30:56.875Z] === RUN TestInspect [2021-03-10T15:30:58.104Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-03-10T15:30:58.963Z] --- PASS: TestInspect (2.36s) [2021-03-10T15:30:58.963Z] === RUN TestCreateJob [2021-03-10T15:30:59.040Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-03-10T15:30:59.608Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-03-10T15:31:00.984Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-03-10T15:31:01.551Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-03-10T15:31:02.514Z] --- PASS: TestCreateJob (2.99s) [2021-03-10T15:31:02.514Z] === RUN TestReplicatedJob [2021-03-10T15:31:05.740Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-03-10T15:31:05.740Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-03-10T15:31:05.999Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-03-10T15:31:07.007Z] --- PASS: TestReplicatedJob (5.03s) [2021-03-10T15:31:07.007Z] === RUN TestUpdateReplicatedJob [2021-03-10T15:31:09.285Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-03-10T15:31:09.853Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-03-10T15:31:10.556Z] --- PASS: TestUpdateReplicatedJob (3.01s) [2021-03-10T15:31:10.556Z] === RUN TestServiceListWithStatuses [2021-03-10T15:31:10.556Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-10T15:31:10.556Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:31:10.556Z] === RUN TestDockerNetworkConnectAlias [2021-03-10T15:31:11.230Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-03-10T15:31:11.798Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-03-10T15:31:13.702Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-03-10T15:31:13.961Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-03-10T15:31:14.115Z] --- PASS: TestDockerNetworkConnectAlias (3.96s) [2021-03-10T15:31:14.115Z] === RUN TestDockerNetworkReConnect [2021-03-10T15:31:14.528Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-03-10T15:31:15.096Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-03-10T15:31:15.355Z] === RUN TestDockerSuite/TestRunUserByID [2021-03-10T15:31:16.291Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-03-10T15:31:16.292Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-03-10T15:31:16.292Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-03-10T15:31:17.227Z] === RUN TestDockerSuite/TestRunUserByName [2021-03-10T15:31:17.664Z] --- PASS: TestDockerNetworkReConnect (3.19s) [2021-03-10T15:31:17.664Z] === RUN TestServicePlugin [2021-03-10T15:31:17.664Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-10T15:31:17.664Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:31:17.664Z] === RUN TestServiceUpdateLabel [2021-03-10T15:31:17.794Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-03-10T15:31:18.362Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-03-10T15:31:18.930Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-03-10T15:31:18.930Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-03-10T15:31:19.189Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-03-10T15:31:19.191Z] --- PASS: TestServiceUpdateLabel (1.93s) [2021-03-10T15:31:19.191Z] === RUN TestServiceUpdateSecrets [2021-03-10T15:31:20.126Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-03-10T15:31:24.316Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-03-10T15:31:25.254Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-03-10T15:31:26.222Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-03-10T15:31:28.756Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-03-10T15:31:30.132Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-03-10T15:31:32.665Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-03-10T15:31:34.567Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-03-10T15:31:34.576Z] --- PASS: TestServiceUpdateSecrets (14.34s) [2021-03-10T15:31:34.576Z] === RUN TestServiceUpdateConfigs [2021-03-10T15:31:35.504Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-03-10T15:31:35.504Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-03-10T15:31:35.504Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-03-10T15:31:35.504Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-03-10T15:31:35.763Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-03-10T15:31:35.763Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-03-10T15:31:39.950Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-03-10T15:31:40.209Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-03-10T15:31:42.112Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-03-10T15:31:42.679Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-03-10T15:31:43.247Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-03-10T15:31:43.247Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-03-10T15:31:44.183Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-03-10T15:31:45.119Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-03-10T15:31:45.686Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-03-10T15:31:46.622Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-03-10T15:31:46.622Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-03-10T15:31:47.557Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-03-10T15:31:47.816Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-03-10T15:31:48.384Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-03-10T15:31:48.643Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-03-10T15:31:49.211Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-03-10T15:31:49.973Z] --- PASS: TestServiceUpdateConfigs (14.42s) [2021-03-10T15:31:49.973Z] === RUN TestServiceUpdateNetwork [2021-03-10T15:31:50.148Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-03-10T15:31:50.148Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-03-10T15:31:50.148Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-03-10T15:31:51.084Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-03-10T15:31:52.461Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-03-10T15:31:53.028Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-03-10T15:31:53.028Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-03-10T15:31:53.595Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-03-10T15:31:53.854Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-03-10T15:31:55.250Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-03-10T15:31:55.818Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-03-10T15:31:58.352Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-03-10T15:31:58.918Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-03-10T15:31:58.918Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-03-10T15:31:58.918Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-03-10T15:31:59.856Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-03-10T15:32:00.380Z] --- PASS: TestServiceUpdateNetwork (12.40s) [2021-03-10T15:32:00.380Z] === RUN TestServiceUpdatePidsLimit [2021-03-10T15:32:00.793Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-03-10T15:32:01.024Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-10T15:32:02.073Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-10T15:32:02.169Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-03-10T15:32:02.169Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-03-10T15:32:04.072Z] === RUN TestDockerSuite/TestSaveImageId [2021-03-10T15:32:04.072Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-03-10T15:32:04.072Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-03-10T15:32:05.976Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-03-10T15:32:05.976Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-03-10T15:32:07.880Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-03-10T15:32:07.880Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-03-10T15:32:07.880Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-03-10T15:32:09.048Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-10T15:32:09.256Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-03-10T15:32:10.632Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-03-10T15:32:10.891Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-03-10T15:32:10.891Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-03-10T15:32:11.149Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-03-10T15:32:11.149Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-03-10T15:32:11.717Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-03-10T15:32:11.717Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-03-10T15:32:14.255Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-03-10T15:32:17.557Z] --- PASS: TestServiceUpdatePidsLimit (16.07s) [2021-03-10T15:32:17.557Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2021-03-10T15:32:17.557Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2021-03-10T15:32:17.557Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2021-03-10T15:32:17.557Z] PASS [2021-03-10T15:32:17.557Z] [2021-03-10T15:32:17.557Z] === Skipped [2021-03-10T15:32:17.557Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-03-10T15:32:17.557Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-10T15:32:17.557Z] [2021-03-10T15:32:17.557Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-03-10T15:32:17.557Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-10T15:32:17.557Z] [2021-03-10T15:32:17.557Z] [2021-03-10T15:32:17.557Z] DONE 27 tests, 2 skipped in 130.145s [2021-03-10T15:32:17.557Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-03-10T15:32:17.557Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:32:17.557Z] ++ set -e [2021-03-10T15:32:17.557Z] ++ '[' -n 0 ']' [2021-03-10T15:32:17.557Z] ++ set -x [2021-03-10T15:32:17.557Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:32:17.557Z] INFO: Testing against a local daemon [2021-03-10T15:32:17.557Z] === RUN TestSessionCreate [2021-03-10T15:32:17.557Z] --- PASS: TestSessionCreate (0.04s) [2021-03-10T15:32:17.557Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-10T15:32:17.557Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-03-10T15:32:17.557Z] PASS [2021-03-10T15:32:17.557Z] [2021-03-10T15:32:17.557Z] DONE 2 tests in 0.148s [2021-03-10T15:32:17.557Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-03-10T15:32:17.557Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:32:17.557Z] ++ set -e [2021-03-10T15:32:17.557Z] ++ '[' -n 0 ']' [2021-03-10T15:32:17.557Z] ++ set -x [2021-03-10T15:32:17.557Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:32:17.557Z] INFO: Testing against a local daemon [2021-03-10T15:32:17.557Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:32:17.557Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:32:17.557Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:32:17.557Z] === RUN TestEventsExecDie [2021-03-10T15:32:17.557Z] --- PASS: TestEventsExecDie (0.65s) [2021-03-10T15:32:17.557Z] === RUN TestEventsBackwardsCompatible [2021-03-10T15:32:17.557Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-03-10T15:32:17.557Z] === RUN TestInfoBinaryCommits [2021-03-10T15:32:17.557Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-03-10T15:32:17.557Z] === RUN TestInfoAPIVersioned [2021-03-10T15:32:17.557Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-10T15:32:17.557Z] === RUN TestInfoDiscoveryBackend [2021-03-10T15:32:17.850Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-03-10T15:32:17.851Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-10T15:32:18.896Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-10T15:32:18.896Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-10T15:32:19.191Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-03-10T15:32:19.191Z] === RUN TestInfoAPI [2021-03-10T15:32:19.486Z] --- PASS: TestInfoAPI (0.03s) [2021-03-10T15:32:19.486Z] === RUN TestInfoAPIWarnings [2021-03-10T15:32:19.526Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-03-10T15:32:22.060Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-03-10T15:32:22.996Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-03-10T15:32:24.372Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-03-10T15:32:27.693Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-03-10T15:32:30.225Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-03-10T15:32:30.793Z] === RUN TestDockerSuite/TestStartRecordError [2021-03-10T15:32:32.696Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-03-10T15:32:34.073Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-03-10T15:32:36.607Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-03-10T15:32:38.099Z] --- PASS: TestInfoAPIWarnings (16.32s) [2021-03-10T15:32:38.099Z] === RUN TestInfoDebug [2021-03-10T15:32:38.099Z] --- PASS: TestInfoDebug (0.53s) [2021-03-10T15:32:38.099Z] === RUN TestInfoInsecureRegistries [2021-03-10T15:32:38.099Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-03-10T15:32:38.099Z] === RUN TestInfoRegistryMirrors [2021-03-10T15:32:38.099Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-03-10T15:32:38.099Z] === RUN TestLoginFailsWithBadCredentials [2021-03-10T15:32:38.099Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2021-03-10T15:32:38.099Z] === RUN TestPingCacheHeaders [2021-03-10T15:32:38.099Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-03-10T15:32:38.099Z] === RUN TestPingGet [2021-03-10T15:32:38.099Z] --- PASS: TestPingGet (0.02s) [2021-03-10T15:32:38.099Z] === RUN TestPingHead [2021-03-10T15:32:38.099Z] --- PASS: TestPingHead (0.03s) [2021-03-10T15:32:38.099Z] === RUN TestVersion [2021-03-10T15:32:38.099Z] --- PASS: TestVersion (0.03s) [2021-03-10T15:32:38.099Z] PASS [2021-03-10T15:32:38.099Z] [2021-03-10T15:32:38.099Z] === Skipped [2021-03-10T15:32:38.099Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:32:38.099Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-10T15:32:38.099Z] [2021-03-10T15:32:38.099Z] [2021-03-10T15:32:38.099Z] DONE 18 tests, 1 skipped in 21.279s [2021-03-10T15:32:38.099Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-03-10T15:32:38.099Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:32:38.099Z] ++ set -e [2021-03-10T15:32:38.099Z] ++ '[' -n 0 ']' [2021-03-10T15:32:38.099Z] ++ set -x [2021-03-10T15:32:38.099Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-03-10T15:32:38.099Z] INFO: Testing against a local daemon [2021-03-10T15:32:38.099Z] === RUN TestVolumesCreateAndList [2021-03-10T15:32:38.099Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-03-10T15:32:38.099Z] === RUN TestVolumesRemove [2021-03-10T15:32:38.099Z] --- PASS: TestVolumesRemove (0.07s) [2021-03-10T15:32:38.099Z] === RUN TestVolumesInspect [2021-03-10T15:32:38.099Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-10T15:32:38.099Z] === RUN TestVolumesInvalidJSON [2021-03-10T15:32:38.099Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-10T15:32:38.099Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-10T15:32:38.099Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-10T15:32:38.099Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-03-10T15:32:38.099Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-10T15:32:38.099Z] PASS [2021-03-10T15:32:38.099Z] [2021-03-10T15:32:38.099Z] DONE 5 tests in 0.206s [2021-03-10T15:32:38.099Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-10T15:32:38.394Z] ++++ cat bundles/test-integration/docker.pid [2021-03-10T15:32:38.394Z] +++ kill 14109 [2021-03-10T15:32:39.893Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-03-10T15:32:39.913Z] +++ /etc/init.d/apparmor stop [2021-03-10T15:32:39.913Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-10T15:32:39.913Z] [2021-03-10T15:32:39.913Z] Unloading profiles will leave already running processes permanently [2021-03-10T15:32:39.913Z] unconfined, which can lead to unexpected situations. [2021-03-10T15:32:39.913Z] [2021-03-10T15:32:39.913Z] To set a process to complain mode, use the command line tool [2021-03-10T15:32:39.913Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-10T15:32:39.913Z] +++ true [2021-03-10T15:32:39.913Z] exiting test-integration [2021-03-10T15:32:39.913Z] ++ exit 0 [2021-03-10T15:32:39.913Z] Post stage [Pipeline] junit [2021-03-10T15:32:41.493Z] Recording test results [2021-03-10T15:32:42.076Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-10T15:32:42.523Z] + echo Ensuring container killed. [2021-03-10T15:32:42.523Z] Ensuring container killed. [2021-03-10T15:32:42.523Z] + docker rm -vf docker-pr6 [2021-03-10T15:32:42.523Z] Error: No such container: docker-pr6 [2021-03-10T15:32:42.523Z] + true [Pipeline] sh [2021-03-10T15:32:42.934Z] + echo Chowning /workspace to jenkins user [2021-03-10T15:32:42.934Z] Chowning /workspace to jenkins user [2021-03-10T15:32:42.934Z] + id -u [2021-03-10T15:32:42.934Z] + id -g [2021-03-10T15:32:42.934Z] + docker run --rm -v /home/docker/workspace/moby_PR-42054:/workspace busybox chown -R 1001:1001 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-10T15:32:45.163Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-03-10T15:32:45.431Z] + bundleName=ppc64le-integration [2021-03-10T15:32:45.431Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-03-10T15:32:45.431Z] Creating ppc64le-integration-bundles.tar.gz [2021-03-10T15:32:45.431Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [2021-03-10T15:32:45.431Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-03-10T15:32:45.478Z] Archiving artifacts [2021-03-10T15:32:45.873Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-10T15:32:46.272Z] + make clean [2021-03-10T15:32:46.565Z] make: command: Command not found [2021-03-10T15:32:46.565Z] make: command: Command not found [2021-03-10T15:32:46.565Z] docker volume rm -f docker-dev-cache [2021-03-10T15:32:46.565Z] docker-dev-cache [Pipeline] deleteDir [2021-03-10T15:32:47.696Z] === RUN TestDockerSuite/TestStatsFormatAll [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:32:52.965Z] === RUN TestDockerSuite/TestStatsNoStream [2021-03-10T15:32:55.498Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-03-10T15:32:57.400Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-03-10T15:32:57.967Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-03-10T15:32:58.904Z] === RUN TestDockerSuite/TestTopPrivileged [2021-03-10T15:32:59.470Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-03-10T15:32:59.470Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-03-10T15:32:59.730Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-03-10T15:33:00.667Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-03-10T15:33:05.947Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-03-10T15:33:08.479Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-03-10T15:33:09.415Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-03-10T15:33:09.673Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-03-10T15:33:10.241Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-03-10T15:33:10.241Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-03-10T15:33:11.619Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-03-10T15:33:14.152Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-03-10T15:33:14.152Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-03-10T15:33:15.530Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-03-10T15:33:15.530Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-03-10T15:33:16.907Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-03-10T15:33:18.285Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-03-10T15:33:20.187Z] === RUN TestDockerSuite/TestUpdateStats [2021-03-10T15:33:24.375Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-03-10T15:33:25.312Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-03-10T15:33:25.312Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-03-10T15:33:27.218Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-03-10T15:33:28.594Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-03-10T15:33:33.866Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-03-10T15:33:39.182Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-03-10T15:33:42.470Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-03-10T15:33:45.757Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-03-10T15:33:49.946Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-03-10T15:33:55.216Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-03-10T15:33:57.751Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-03-10T15:33:59.657Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-03-10T15:34:01.036Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-03-10T15:34:02.942Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-03-10T15:34:04.848Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-03-10T15:34:07.381Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-03-10T15:34:09.919Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-03-10T15:34:12.454Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-03-10T15:34:14.391Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-03-10T15:34:32.485Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-03-10T15:34:35.019Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-03-10T15:34:35.019Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-03-10T15:34:35.019Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-03-10T15:34:35.019Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-03-10T15:34:35.019Z] === RUN TestDockerSuite/TestVolumeEvents [2021-03-10T15:34:35.956Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-03-10T15:34:38.491Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-03-10T15:34:38.491Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-03-10T15:34:38.491Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-03-10T15:34:41.777Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-03-10T15:34:45.968Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite (1683.88s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (11.09s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.07s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.30s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.35s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.51s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.17s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.90s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.14s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.10s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.77s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.03s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.86s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.80s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.85s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.81s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.02s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.94s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAttachDetach (1.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.14s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.27s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.38s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.34s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.39s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.46s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.30s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.52s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.20s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.56s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (22.83s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.38s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.57s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.20s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.56s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.98s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.00s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.37s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.24s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.79s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.52s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.40s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.28s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.43s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.13s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.54s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.66s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.34s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.15s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.53s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.44s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.16s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.25s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.45s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.11s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.15s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.91s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.60s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.24s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.70s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.15s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.22s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.14s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.09s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.58s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.16s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.38s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.91s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (1.81s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.77s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.21s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.45s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.63s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.54s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.16s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.22s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.43s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.43s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.66s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.44s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.67s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.39s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.58s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.03s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.58s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.30s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCmd (0.21s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.21s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.22s) [2021-03-10T15:34:45.968Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-03-10T15:34:45.968Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.86s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.42s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.60s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.11s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.21s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.99s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.38s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.20s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.08s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.43s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.31s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.73s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.82s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.20s) [2021-03-10T15:34:45.968Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-03-10T15:34:45.968Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.968Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-03-10T15:34:45.968Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.968Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-03-10T15:34:45.968Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.968Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-10T15:34:45.968Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.79s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.92s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.11s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.24s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.11s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.46s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.32s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.07s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.40s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.34s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.17s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.05s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.01s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.60s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.26s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.03s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (12.08s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.52s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.59s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.12s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.24s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.84s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.29s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.34s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.74s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.09s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.05s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.20s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.21s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.41s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.07s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.18s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.19s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.95s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.18s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.32s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnv (1.21s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.16s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.31s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.45s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.53s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.17s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.47s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.53s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.32s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.33s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.51s) [2021-03-10T15:34:45.968Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-03-10T15:34:45.968Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.26s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.48s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildExpose (0.21s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.37s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.30s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.21s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFails (0.89s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.01s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.36s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.84s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.38s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.24s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.90s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.73s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.49s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.20s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.25s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.15s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.94s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildHistory (2.68s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.31s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.05s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.39s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.36s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.97s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildLabel (0.31s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.27s) [2021-03-10T15:34:45.968Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.30s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLabels (0.34s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.76s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.78s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.14s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.47s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.02s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.31s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.30s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.42s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (9.84s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.70s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.14s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.33s) [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-03-10T15:34:45.969Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.95s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.30s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.93s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.23s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.59s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.12s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.10s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.33s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.25s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.28s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.46s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.87s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.42s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.38s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.49s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.93s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.08s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.18s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.28s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.66s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildPATH (1.47s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.84s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.92s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (9.16s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.95s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.34s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildRm (3.11s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.05s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.92s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.32s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.41s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.40s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.12s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.27s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.50s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.25s) [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-10T15:34:45.969Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.31s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildStderr (0.94s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.76s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.09s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.03s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.37s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.27s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.37s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildUser (2.58s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.16s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.50s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.87s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.91s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.91s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.58s) [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-10T15:34:45.969Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-10T15:34:45.969Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-10T15:34:45.969Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-10T15:34:45.969Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.79s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.14s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.96s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.85s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.08s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.68s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.41s) [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-10T15:34:45.969Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.53s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.50s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-03-10T15:34:45.969Z] docker_cli_sni_test.go:18: Flakey test [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.79s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.94s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitChange (1.04s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.96s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.70s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.99s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.16s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitTTY (2.45s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.92s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.14s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.92s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.11s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.10s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.94s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.99s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.84s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.88s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.11s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.99s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.86s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.07s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.83s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.89s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.90s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.89s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.91s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.06s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.78s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.22s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.02s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.85s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.94s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.69s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.86s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.50s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPITop (1.19s) [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-10T15:34:45.969Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.86s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.99s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.65s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (6.14s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.74s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.88s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.47s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.34s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.56s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.59s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.56s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.58s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000824540_} (1.57s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1367411413_/foo_false____} (1.58s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1367411413_/foo_true____} (1.59s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3807883312_/foo_false____} (1.61s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3807883312_/foo_true____} (1.56s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3807883312_/foo_true__0xc0008245a0__} (1.57s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008245c0_} (1.55s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008245e0_} (1.81s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000824600_} (1.60s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000824620_} (1.58s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.67s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.98s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.78s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.21s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.63s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.83s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.88s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.22s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.80s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.03s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.86s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.89s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.89s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.86s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.85s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.91s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.86s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.98s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.17s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.91s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.84s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.86s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.84s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.04s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.03s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.89s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.90s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.96s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.30s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.92s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.28s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.22s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.79s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.78s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.84s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.82s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToDot (0.85s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.98s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.54s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToStdout (0.82s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.13s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.88s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.30s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.35s) [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.83s) [2021-03-10T15:34:45.969Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-10T15:34:45.969Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-03-10T15:34:45.969Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.75s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2021-03-10T15:34:45.970Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-10T15:34:45.970Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.95s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.90s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.90s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.51s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.80s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.62s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.64s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.77s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDevicePermissions (1.23s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.12s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.78s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.38s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.20s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.52s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.54s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.54s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.82s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.96s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsAttach (0.82s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsCommit (0.90s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.79s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.76s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.77s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.78s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.59s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.20s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.59s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsCopy (1.20s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.84s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.83s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.66s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.46s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.24s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.32s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.33s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFilters (1.82s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFormat (1.89s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.76s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.89s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2021-03-10T15:34:45.970Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-10T15:34:45.970Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-03-10T15:34:45.970Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-10T15:34:45.970Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.34s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.75s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsRename (0.78s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsResize (0.79s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.76s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.11s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.77s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.08s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsTop (1.06s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.58s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExec (1.03s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.80s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.79s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.73s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.26s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.18s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.26s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.58s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.04s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.08s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.08s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.87s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecCgroup (2.60s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecEnv (1.07s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.85s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.17s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecInspectID (3.44s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecInteractive (1.54s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.08s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.20s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecParseError (0.80s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecPausedContainer (1.02s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.88s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.90s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.10s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecStartFails (1.10s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.48s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.79s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecTTY (1.05s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.11s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.83s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecUlimits (1.11s) [2021-03-10T15:34:45.970Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-10T15:34:45.970Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.15s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.26s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.87s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.25s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestExecWithUser (1.54s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.81s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.80s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.81s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.73s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.77s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestHealth (22.31s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.05s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.93s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.86s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.91s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.78s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.65s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImportDisplay (2.05s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImportFile (2.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.99s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImportGzipped (1.71s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.70s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.85s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.78s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.76s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.78s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.73s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.72s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.81s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.98s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.83s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.77s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.76s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.77s) [2021-03-10T15:34:45.970Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-10T15:34:45.970Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.99s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.80s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectDefault (0.79s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectHistory (0.94s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2021-03-10T15:34:45.970Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-10T15:34:45.970Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.89s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.10s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.07s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.83s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.77s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.47s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.82s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectStatus (0.97s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.55s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.79s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.87s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.95s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.75s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.81s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.74s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.81s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.68s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.54s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.44s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.32s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.36s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.49s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.64s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.47s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.87s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.48s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.42s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.35s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.84s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.17s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.36s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.83s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.80s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.78s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.02s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.85s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.37s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.17s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.24s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.21s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.40s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.11s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.88s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.89s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.78s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsSince (6.96s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.91s) [2021-03-10T15:34:45.970Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.97s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestLogsTail (1.13s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.90s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.79s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.40s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.05s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestNetHostname (2.50s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.45s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.26s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.11s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.73s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPluginActive (1.34s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.09s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (4.50s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.97s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.31s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.42s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.71s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.56s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.68s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPortList (10.89s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.44s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.17s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.83s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (1.08s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.85s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.68s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.64s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.84s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.61s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsByOrder (3.67s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.44s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.86s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.86s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.23s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.92s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.68s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.60s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.64s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.44s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.34s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.47s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.41s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.83s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.62s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.80s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.94s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.15s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.77s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.77s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.81s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.92s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.42s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.39s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.24s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.65s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.53s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.09s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.75s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.64s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.97s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.68s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.93s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.69s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.89s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.79s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.64s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.79s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.90s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.47s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAddHost (0.75s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.45s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.71s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.61s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.19s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.87s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.12s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.97s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.98s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.98s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.90s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.79s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.85s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.98s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.16s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.90s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.07s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.84s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.46s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.88s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.88s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.74s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.80s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (1.09s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.85s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.80s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.95s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.92s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.07s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (1.00s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.80s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.80s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (1.07s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.65s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.67s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.49s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.73s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.75s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.80s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.77s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.62s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.20s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.78s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.31s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.72s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.47s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.40s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.46s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.56s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.27s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.75s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.85s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.83s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.72s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (2.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.10s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.77s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.73s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.77s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.75s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.74s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunExitCode (0.78s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.82s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.83s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.75s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.78s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.52s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.47s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.71s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (1.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.78s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.72s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.60s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (1.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.31s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.55s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.87s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.86s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.55s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.56s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.23s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.44s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.52s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.59s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.55s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.50s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunMount (8.22s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.77s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.78s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.51s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.25s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.69s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.29s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.37s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.55s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.46s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.94s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNetHost (1.30s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.90s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.31s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.31s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.45s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.59s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.72s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.74s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.71s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.76s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.80s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.79s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.78s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.67s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.96s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.49s) [2021-03-10T15:34:45.971Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.52s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.56s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (1.06s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.51s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.77s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.52s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.75s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.54s) [2021-03-10T15:34:45.971Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-10T15:34:45.971Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.28s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.53s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunRm (0.78s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.75s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.84s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.78s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.39s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.79s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.56s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.29s) [2021-03-10T15:34:45.971Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.90s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.82s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.97s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.56s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.50s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.76s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.83s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.88s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.92s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.67s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunState (1.99s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.89s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunStdinPipe (1.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.22s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.77s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.51s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunSysctls (1.81s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.78s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.78s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.82s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.37s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.04s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.82s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (1.05s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.77s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.33s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.21s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUserByID (0.79s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.89s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUserByName (1.04s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.77s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.91s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.25s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.73s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.98s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.28s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.51s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.33s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.46s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.84s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-03-10T15:34:45.972Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.15s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.76s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.75s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.63s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.73s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.78s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.80s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.80s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.78s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.78s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.74s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.80s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.77s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.77s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.52s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.73s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.57s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.52s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.51s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.25s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.75s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.97s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.07s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.74s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.36s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.80s) [2021-03-10T15:34:45.972Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents095725805 [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.56s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.43s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.42s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.48s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.44s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.54s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.97s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.45s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.88s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.53s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.85s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartRecordError (1.78s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.64s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.10s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.96s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.39s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.83s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.75s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.80s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.86s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.59s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.99s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.52s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.41s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (1.02s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.93s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.23s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (2.20s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.85s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.19s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.20s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.96s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateStats (3.81s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.52s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-10T15:34:45.972Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (2.00s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.11s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.23s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.69s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (4.00s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.78s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.72s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.31s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.32s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.22s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.44s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.54s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.22s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.33s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.31s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.56s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.26s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.79s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.80s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.89s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.37s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.81s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.33s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.08s) [2021-03-10T15:34:45.972Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.05s) [2021-03-10T15:34:45.972Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-03-10T15:34:45.972Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-03-10T15:34:45.972Z] === RUN TestDockerRegistrySuite [2021-03-10T15:34:45.972Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-03-10T15:34:46.908Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-03-10T15:34:48.284Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-03-10T15:34:49.661Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-03-10T15:34:49.661Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-03-10T15:34:53.851Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-03-10T15:35:00.414Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-03-10T15:35:03.714Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-03-10T15:35:05.089Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-03-10T15:35:06.024Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-03-10T15:35:07.420Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-03-10T15:35:08.795Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-03-10T15:35:10.171Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-03-10T15:35:11.546Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-03-10T15:35:11.546Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-03-10T15:35:12.924Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-03-10T15:35:15.456Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-03-10T15:35:17.989Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-03-10T15:35:19.364Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-03-10T15:35:21.895Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-03-10T15:35:23.271Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-03-10T15:35:23.529Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-03-10T15:35:24.905Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-03-10T15:35:25.473Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-03-10T15:35:26.041Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-03-10T15:35:26.632Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-03-10T15:35:26.890Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-03-10T15:35:27.151Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-03-10T15:35:27.151Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-03-10T15:35:27.151Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-03-10T15:35:28.526Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-03-10T15:35:31.058Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-03-10T15:35:31.058Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-03-10T15:35:31.626Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-03-10T15:35:33.005Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-03-10T15:35:33.264Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-03-10T15:35:33.522Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-03-10T15:35:33.781Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-03-10T15:35:34.040Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-03-10T15:35:34.298Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-03-10T15:35:34.298Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-03-10T15:35:35.233Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-03-10T15:35:36.168Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-03-10T15:35:38.071Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-03-10T15:35:38.331Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-03-10T15:35:39.709Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-03-10T15:35:41.086Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-03-10T15:35:42.022Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite (57.30s) [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.49s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d8bfe63f7cdd3] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.30s) [2021-03-10T15:35:42.589Z] check_test.go:196: [dbea3307df4ec] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.55s) [2021-03-10T15:35:42.589Z] check_test.go:196: [dec47a05da288] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.13s) [2021-03-10T15:35:42.589Z] check_test.go:196: [de7c6f5f14295] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.55s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d22bebbf628c8] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.18s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d90370f48aa26] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.11s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d8d47df1a1c0a] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.29s) [2021-03-10T15:35:42.589Z] check_test.go:196: [dcbf8d20a29b6] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.15s) [2021-03-10T15:35:42.589Z] check_test.go:196: [db69cba123ade] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.33s) [2021-03-10T15:35:42.589Z] check_test.go:196: [da2d189f9b8e2] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.36s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d3183403c0b4b] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.35s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d68dbcbf71756] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.26s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d79de589bd7fd] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.31s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d95f423f78108] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.68s) [2021-03-10T15:35:42.589Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5b640c9a4a936a43977c60e00aecbf0a2a48553f00b9b8627c82d835c01f7e18 [2021-03-10T15:35:42.589Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a34d51a2a8e15290f4fda7f6fcedfdfeaf7cdb5a700fbf06c2e8373beb874496 [2021-03-10T15:35:42.589Z] check_test.go:196: [dbf1d8fb63272] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.47s) [2021-03-10T15:35:42.589Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:920ae30abb098523694eee258cb5a0af46a48e4ed443d046f357c80ba84480dd [2021-03-10T15:35:42.589Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:296ab88dfcdb99ac9ee79712857553b826e1de5e4e128dd3448fa8c8d5a66d85 [2021-03-10T15:35:42.589Z] check_test.go:196: [d32c5027d86a8] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.25s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d18f894c7a540] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.96s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d1f11b45d985c] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.27s) [2021-03-10T15:35:42.589Z] check_test.go:196: [da7cf1e111bb8] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d2699d6242f22] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.29s) [2021-03-10T15:35:42.589Z] check_test.go:196: [db0d200757ccc] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.15s) [2021-03-10T15:35:42.589Z] check_test.go:196: [dfa018af1a70d] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.32s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d7b0e0df56f0d] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.96s) [2021-03-10T15:35:42.589Z] check_test.go:196: [dab3f5e564cc9] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d3592e6ef474e] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.36s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d689c74ab30c4] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d28816340bc30] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d0a28aa8215f7] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2021-03-10T15:35:42.589Z] check_test.go:196: [db811f72112f1] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d0409ad0d27e3] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d37fb0fa0ae29] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d843abffbb5cc] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.55s) [2021-03-10T15:35:42.589Z] check_test.go:196: [de2982e428036] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.32s) [2021-03-10T15:35:42.589Z] check_test.go:196: [dbb73e0d75d5b] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.17s) [2021-03-10T15:35:42.589Z] check_test.go:196: [dd91cb6df0a2e] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.46s) [2021-03-10T15:35:42.589Z] check_test.go:196: [d98f809848f19] daemon is not started [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2021-03-10T15:35:42.589Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2021-03-10T15:35:42.589Z] === RUN TestDockerSchema1RegistrySuite [2021-03-10T15:35:42.589Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-03-10T15:35:42.848Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-03-10T15:35:47.038Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-03-10T15:35:52.305Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-03-10T15:35:56.492Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-03-10T15:35:57.059Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-03-10T15:35:58.435Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-03-10T15:35:58.435Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-03-10T15:35:59.810Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-03-10T15:36:01.186Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-03-10T15:36:02.120Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-03-10T15:36:06.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-03-10T15:36:06.307Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-03-10T15:36:06.566Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-03-10T15:36:06.566Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-03-10T15:36:06.824Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-03-10T15:36:07.082Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-03-10T15:36:07.340Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-03-10T15:36:07.603Z] --- PASS: TestDockerSchema1RegistrySuite (24.97s) [2021-03-10T15:36:07.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.13s) [2021-03-10T15:36:07.603Z] check_test.go:223: [d444c72b15a63] daemon is not started [2021-03-10T15:36:07.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.73s) [2021-03-10T15:36:07.603Z] check_test.go:223: [dc56ea9d022e3] daemon is not started [2021-03-10T15:36:07.603Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.67s) [2021-03-10T15:36:07.604Z] check_test.go:223: [d09b61f8e06bb] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.73s) [2021-03-10T15:36:07.604Z] check_test.go:223: [da48fab34a5b4] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.27s) [2021-03-10T15:36:07.604Z] check_test.go:223: [d241a6976417a] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.28s) [2021-03-10T15:36:07.604Z] check_test.go:223: [da2c56e244bae] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2021-03-10T15:36:07.604Z] check_test.go:223: [dc8a2fcf07a4b] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.29s) [2021-03-10T15:36:07.604Z] check_test.go:223: [d635d6ea69f3a] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.24s) [2021-03-10T15:36:07.604Z] check_test.go:223: [dce7e5f9ff864] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.16s) [2021-03-10T15:36:07.604Z] check_test.go:223: [da1287b5cfd04] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.41s) [2021-03-10T15:36:07.604Z] check_test.go:223: [d52352cffce8d] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2021-03-10T15:36:07.604Z] check_test.go:223: [d0067adddb5c7] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2021-03-10T15:36:07.604Z] check_test.go:223: [ddffb53769cff] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-03-10T15:36:07.604Z] check_test.go:223: [dacf6d6d71b68] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2021-03-10T15:36:07.604Z] check_test.go:223: [d468880d994e9] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2021-03-10T15:36:07.604Z] check_test.go:223: [dc76358e2ac77] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.35s) [2021-03-10T15:36:07.604Z] check_test.go:223: [d8eade38c49a5] daemon is not started [2021-03-10T15:36:07.604Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-03-10T15:36:07.604Z] check_test.go:223: [da02e6c4aedd8] daemon is not started [2021-03-10T15:36:07.604Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-03-10T15:36:07.604Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-03-10T15:36:08.548Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-03-10T15:36:08.806Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-03-10T15:36:09.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-03-10T15:36:10.001Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-03-10T15:36:10.260Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-03-10T15:36:10.518Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-03-10T15:36:11.085Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.71s) [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s) [2021-03-10T15:36:11.344Z] check_test.go:252: [df45f24cb2377] daemon is not started [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2021-03-10T15:36:11.344Z] check_test.go:252: [de498822b1f77] daemon is not started [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-03-10T15:36:11.344Z] check_test.go:252: [db745ab5822df] daemon is not started [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.06s) [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2021-03-10T15:36:11.344Z] check_test.go:252: [d471f1fc6bb5c] daemon is not started [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2021-03-10T15:36:11.344Z] check_test.go:252: [d9eaa1ac7f8d7] daemon is not started [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2021-03-10T15:36:11.344Z] check_test.go:252: [def8d9eb64b84] daemon is not started [2021-03-10T15:36:11.344Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-03-10T15:36:11.344Z] check_test.go:252: [d806b5edf66ce] daemon is not started [2021-03-10T15:36:11.344Z] === RUN TestDockerRegistryAuthTokenSuite [2021-03-10T15:36:11.344Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-03-10T15:36:16.611Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-03-10T15:36:16.611Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-03-10T15:36:16.611Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-03-10T15:36:16.869Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-03-10T15:36:17.127Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2021-03-10T15:36:17.127Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-03-10T15:36:17.127Z] check_test.go:279: [d7fe8607a4b57] daemon is not started [2021-03-10T15:36:17.127Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-03-10T15:36:17.127Z] check_test.go:279: [d8f479c0f4e5d] daemon is not started [2021-03-10T15:36:17.127Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-03-10T15:36:17.127Z] check_test.go:279: [d780752c6aada] daemon is not started [2021-03-10T15:36:17.127Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-03-10T15:36:17.127Z] check_test.go:279: [d46e291db6e11] daemon is not started [2021-03-10T15:36:17.127Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-03-10T15:36:17.128Z] check_test.go:279: [d5634ee2b2ded] daemon is not started [2021-03-10T15:36:17.128Z] === RUN TestDockerNetworkSuite [2021-03-10T15:36:17.128Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-03-10T15:36:20.411Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-03-10T15:36:20.980Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-03-10T15:36:27.541Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-03-10T15:36:30.651Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-03-10T15:36:31.587Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-03-10T15:36:32.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-03-10T15:36:34.878Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-03-10T15:36:35.136Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-03-10T15:36:38.421Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-03-10T15:36:40.953Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-03-10T15:36:45.140Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-03-10T15:36:45.399Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-03-10T15:36:48.684Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-03-10T15:36:49.251Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-03-10T15:36:51.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-03-10T15:36:51.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-03-10T15:36:52.285Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-03-10T15:36:53.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-03-10T15:36:55.035Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-03-10T15:36:55.035Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-03-10T15:36:55.293Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-03-10T15:36:56.694Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-03-10T15:36:56.694Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-03-10T15:36:56.694Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-03-10T15:36:56.952Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-03-10T15:36:57.886Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-03-10T15:36:59.788Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-03-10T15:36:59.788Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-03-10T15:37:00.047Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-03-10T15:37:00.047Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-03-10T15:37:03.332Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-03-10T15:37:05.863Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-03-10T15:37:09.146Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-03-10T15:37:13.334Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-03-10T15:37:13.592Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-03-10T15:37:14.526Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-03-10T15:37:14.526Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-03-10T15:37:14.785Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-03-10T15:37:14.785Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-03-10T15:37:15.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-03-10T15:37:15.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-03-10T15:37:19.231Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-03-10T15:37:19.231Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-03-10T15:37:19.231Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-03-10T15:37:20.612Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-03-10T15:37:25.878Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-03-10T15:37:25.878Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-03-10T15:37:28.410Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-03-10T15:37:29.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-03-10T15:37:29.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-03-10T15:37:30.721Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-03-10T15:37:31.288Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-03-10T15:37:34.573Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-03-10T15:37:34.573Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-03-10T15:37:34.573Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-03-10T15:37:35.508Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-03-10T15:37:36.076Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-03-10T15:37:37.452Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite (84.60s) [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.95s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [df5f2b0fe3854] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.05s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d33db69ed4009] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (6.34s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d6d0e4de20f7e] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.19s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [dd0da5f3ebe86] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.20s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:1233: [da694bc173282] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.32s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [ddd45f9dc2057] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.40s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d3e72b79f11b1] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.72s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d50520263c3bc] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.64s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d5728b892973d] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.81s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d6f06be2999a1] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.60s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d2cf91eb7fb2d] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.24s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [deba134d3a51c] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.32s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [dac707ed4089e] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.21s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d1bb67ff03dd8] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.37s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [db049564529c8] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.07s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [df691c2c3ebd9] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [ddb8e65fd5ac0] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [de1583c9631ff] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.20s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [dba9958c919a0] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.07s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d67310bf09570] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.42s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d787c69900cac] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d9091d32bcd30] daemon is not started [2021-03-10T15:37:41.639Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.50s) [2021-03-10T15:37:41.639Z] docker_cli_network_unix_test.go:46: [d75e44ae12641] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d81ba96c0a375] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.88s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:968: [d406dbfbe0803] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.79s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [dd863f71789de] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (7.60s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:1116: [dd6f05e79e825] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d15605484799b] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.96s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [dbfb038b2d292] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [df29d9352b562] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d8f24dabe5ce8] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.22s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [db9fb866abc3f] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.19s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [db2bba18f1841] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d67618cc2871b] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.16s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d9bf7626a62ef] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [dff6657d5e454] daemon is not started [2021-03-10T15:37:41.640Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d310d43a6e66f] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.09s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d32dc833dfcf6] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.85s) [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.62s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:1084: [d094c46762571] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [df31f267d4d91] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.46s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [dd21c75bf77f3] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.88s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [dcee459ec7256] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d7d0e82181754] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.19s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [de07bc40d5f42] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.55s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d983b799732bd] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.51s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d234912a74121] daemon is not started [2021-03-10T15:37:41.640Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.10s) [2021-03-10T15:37:41.640Z] docker_cli_network_unix_test.go:46: [d058abbe9eb8d] daemon is not started [2021-03-10T15:37:41.640Z] === RUN TestDockerHubPullSuite [2021-03-10T15:37:41.640Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-03-10T15:37:41.898Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-03-10T15:37:43.273Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-03-10T15:37:45.805Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-03-10T15:37:46.063Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-03-10T15:37:46.999Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-03-10T15:37:47.259Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-03-10T15:37:47.259Z] --- PASS: TestDockerHubPullSuite (5.59s) [2021-03-10T15:37:47.259Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.71s) [2021-03-10T15:37:47.259Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2021-03-10T15:37:47.259Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.36s) [2021-03-10T15:37:47.259Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.05s) [2021-03-10T15:37:47.259Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.16s) [2021-03-10T15:37:47.259Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-03-10T15:37:47.259Z] PASS [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === Skipped [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_sni_test.go:18: Flakey test [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-10T15:37:47.259Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-03-10T15:37:47.259Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-03-10T15:37:47.259Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-03-10T15:37:47.259Z] [2021-03-10T15:37:47.259Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-10T15:37:47.259Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-03-10T15:37:47.260Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-10T15:37:47.260Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-10T15:37:47.260Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-03-10T15:37:47.260Z] docker_cli_network_unix_test.go:46: [d310d43a6e66f] daemon is not started [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] [2021-03-10T15:37:47.260Z] DONE 1274 tests, 51 skipped in 1884.219s [2021-03-10T15:37:47.260Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-10T15:37:47.260Z] ++++ cat bundles/test-integration/docker.pid [2021-03-10T15:37:47.260Z] +++ kill 12870 [2021-03-10T15:37:47.826Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-03-10T15:37:48.392Z] +++ /etc/init.d/apparmor stop [2021-03-10T15:37:48.392Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-10T15:37:48.392Z] [2021-03-10T15:37:48.392Z] Unloading profiles will leave already running processes permanently [2021-03-10T15:37:48.392Z] unconfined, which can lead to unexpected situations. [2021-03-10T15:37:48.392Z] [2021-03-10T15:37:48.392Z] To set a process to complain mode, use the command line tool [2021-03-10T15:37:48.392Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-10T15:37:48.392Z] +++ true [2021-03-10T15:37:48.392Z] exiting test-integration [2021-03-10T15:37:48.392Z] ++ exit 0 [2021-03-10T15:37:48.392Z] [2021-03-10T15:37:48.651Z] + for job in $(jobs -p) [2021-03-10T15:37:48.651Z] + wait 21188 [2021-03-10T15:37:50.554Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-03-10T15:37:53.839Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-03-10T15:37:57.123Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-03-10T15:37:59.654Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-03-10T15:38:02.185Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-03-10T15:38:04.086Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-03-10T15:39:00.331Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-03-10T15:39:15.204Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite (1630.08s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.94s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.03s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.68s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.88s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.75s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (23.62s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:562: [dcdb9adf1ad10] joining swarm manager [d0458d75e7c97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:584: [d07a0184dba66] joining swarm manager [d0458d75e7c97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] check_test.go:380: [dcdb9adf1ad10] daemon is not started [2021-03-10T15:39:33.282Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.36s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:45: [d0341ace131b8] joining swarm manager [de54b2e3f6060]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.71s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.58s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (35.53s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:303: [dad1de9c54ef5] joining swarm manager [d78b66f2155d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:304: [d884f05f0dbbd] joining swarm manager [d78b66f2155d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (17.60s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:271: [d51f73a7c6b87] joining swarm manager [de8f69e83bb6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:272: [d6f75751b8a87] joining swarm manager [de8f69e83bb6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.96s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.25s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.06s) [2021-03-10T15:39:33.282Z] docker_api_swarm_node_test.go:19: [dc619b07678de] joining swarm manager [d7f8919e687d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_node_test.go:20: [de5c6ac231e26] joining swarm manager [d7f8919e687d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (43.30s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:501: [d67346d8d0d61] joining swarm manager [d1741fbb62326]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:506: [df3d893b1ab73] joining swarm manager [d1741fbb62326]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.86s) [2021-03-10T15:39:33.282Z] docker_api_swarm_node_test.go:80: [d612fabed337f] joining swarm manager [dc42bdf220708]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.10s) [2021-03-10T15:39:33.282Z] docker_api_swarm_node_test.go:52: [dc2b1ac1347d2] joining swarm manager [d39176189a5ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_node_test.go:53: [dd7212690b5c5] joining swarm manager [d39176189a5ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.37s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.30s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:201: [d6c1f4324b33c] joining swarm manager [dc9bafeb08fa3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.29s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:383: [d9fddba901946] joining swarm manager [d56a4a57babb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:384: [d45d48e39c4c7] joining swarm manager [d56a4a57babb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] check_test.go:380: [d45d48e39c4c7] daemon is not started [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (49.64s) [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:801: [d04b1737979c0] joining swarm manager [d472fb04adafb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:801: [dc369f7351b38] joining swarm manager [d472fb04adafb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:801: [d868d448256de] joining swarm manager [d472fb04adafb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:801: [dc27aa7e24996] joining swarm manager [d472fb04adafb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-03-10T15:39:33.282Z] docker_api_swarm_test.go:809: [d316ad5175cc1] joining swarm manager [d472fb04adafb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.23s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.74s) [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.89s) [2021-03-10T15:39:33.282Z] docker_api_swarm_service_test.go:394: [dde5f93bacc33] joining swarm manager [d426cb3c13735]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_service_test.go:394: [d4d5f9ad6b8be] joining swarm manager [d426cb3c13735]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.81s) [2021-03-10T15:39:33.282Z] docker_api_swarm_service_test.go:342: [d6f3685238587] joining swarm manager [d22de1cc1cd44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.282Z] docker_api_swarm_service_test.go:342: [dc9e44ccd2884] joining swarm manager [d22de1cc1cd44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.282Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.85s) [2021-03-10T15:39:33.282Z] docker_api_swarm_service_test.go:489: [db09a1ab9ac5f] joining swarm manager [dcdbde4cee7f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:489: [d67ebcc10c58b] joining swarm manager [dcdbde4cee7f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.62s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.28s) [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:127: [d03353b249615] joining swarm manager [d8fc87a9918d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:128: [d2c50a2870c0e] joining swarm manager [d8fc87a9918d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:136: [d3f9f5fd72cae] joining swarm manager [d8fc87a9918d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:137: [dda9b31203487] joining swarm manager [d8fc87a9918d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.79s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.39s) [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:303: [d756fc1e92ccc] joining swarm manager [d95d88c67d1c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:303: [de9fe0de39062] joining swarm manager [d95d88c67d1c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.02s) [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:99: [d6d5ee4fcd2e0] joining swarm manager [d7da147b235ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:100: [dab5e4121a37b] joining swarm manager [d7da147b235ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] check_test.go:380: [d6d5ee4fcd2e0] daemon is not started [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.46s) [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:532: [d7081169311ac] joining swarm manager [d8e96e5882047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:533: [d7fc1e7d6dfd7] joining swarm manager [d8e96e5882047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.26s) [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:147: [d5bc976541dd3] joining swarm manager [df6d16e2238b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_api_swarm_service_test.go:147: [d755db999ed86] joining swarm manager [df6d16e2238b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.44s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.07s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.84s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.35s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.83s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.36s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.47s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.69s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.73s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.78s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.46s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.00s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.91s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.27s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.81s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.89s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.82s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.40s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.91s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.74s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.39s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.76s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.94s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.70s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.18s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.21s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.57s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.76s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.54s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.45s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.18s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.60s) [2021-03-10T15:39:33.283Z] docker_cli_service_logs_test.go:245: checking task wqd9e08n1y5i [2021-03-10T15:39:33.283Z] docker_cli_service_logs_test.go:250: checking messages for wqd9e08n1y5i [2021-03-10T15:39:33.283Z] docker_cli_service_logs_test.go:245: checking task 865yfc8mpea8 [2021-03-10T15:39:33.283Z] docker_cli_service_logs_test.go:250: checking messages for 865yfc8mpea8 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.01s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.04s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.70s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.64s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.33s) [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1901: [d5f4ffb268747] joining swarm manager [dfe737ad9a9ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1902: [dc08132a557c2] joining swarm manager [dfe737ad9a9ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.41s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.86s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.06s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.17s) [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1802: [deec0c4a329bb] joining swarm manager [da01e962c142f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1803: [d47f7b52856bb] joining swarm manager [da01e962c142f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.33s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (87.59s) [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1321: [d139cd5c53d45] joining swarm manager [daf2d82def9ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1322: [d9910c8c80c62] joining swarm manager [daf2d82def9ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.83s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.64s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.78s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.80s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.60s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.86s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.82s) [2021-03-10T15:39:33.283Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.15s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.75s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.74s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.71s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (48.23s) [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1186: [dbd804bbbb668] joining swarm manager [d78890bd26a4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1195: [d828c6509192c] joining swarm manager [d78890bd26a4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.99s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.85s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (115.91s) [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1118: [dbf1ed2dce83b] joining swarm manager [d67ce255ec889]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1119: [d15f2f71623d9] joining swarm manager [d67ce255ec889]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1172: [da2fe959e018b] joining swarm manager [d67ce255ec889]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.78s) [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1453: [dd677c1cfe17a] joining swarm manager [d896a4790b035]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] docker_cli_swarm_test.go:1454: [d837120d97006] joining swarm manager [d896a4790b035]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.97s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.28s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.22s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.65s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.29s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.73s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.71s) [2021-03-10T15:39:33.283Z] docker_cli_swarm_unix_test.go:62: [dc3bf72fe8d90] joining swarm manager [dccc1209af93f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.87s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.73s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.63s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.25s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.28s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.62s) [2021-03-10T15:39:33.283Z] docker_api_swarm_test.go:961: [d2f6e72ac0ca4] joining swarm manager [dc8887634fa5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (16.03s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.93s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.75s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.84s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.25s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.93s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.85s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.88s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.07s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.91s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.32s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.30s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.11s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.41s) [2021-03-10T15:39:33.283Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.26s) [2021-03-10T15:39:33.283Z] === RUN TestDockerExternalVolumeSuite [2021-03-10T15:39:33.283Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-03-10T15:39:48.154Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-03-10T15:40:55.836Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-03-10T15:41:03.946Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-03-10T15:41:34.957Z] --- PASS: TestBuildWCOWSandboxSize (849.55s) [2021-03-10T15:41:34.958Z] === RUN TestBuildWithEmptyDockerfile [2021-03-10T15:41:34.958Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:41:34.958Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:41:34.958Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:41:34.958Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:41:34.958Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:41:34.958Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:41:34.958Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-10T15:41:34.958Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-10T15:41:34.958Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-10T15:41:34.958Z] --- PASS: TestBuildWithEmptyDockerfile (0.57s) [2021-03-10T15:41:34.958Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-03-10T15:41:34.958Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-03-10T15:41:34.958Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-03-10T15:41:34.958Z] === RUN TestBuildPreserveOwnership [2021-03-10T15:41:34.958Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-03-10T15:41:34.958Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:41:34.958Z] === RUN TestBuildPlatformInvalid [2021-03-10T15:41:34.958Z] --- PASS: TestBuildPlatformInvalid (0.49s) [2021-03-10T15:41:34.958Z] PASS [2021-03-10T15:41:34.958Z] ok github.com/docker/docker/integration/build 1036.613s [2021-03-10T15:41:34.958Z] [2021-03-10T15:41:34.958Z] === Skipped [2021-03-10T15:41:34.958Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-03-10T15:41:34.958Z] build_session_test.go:25: TODO: BuildKit [2021-03-10T15:41:34.958Z] [2021-03-10T15:41:34.958Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-03-10T15:41:34.958Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:34.958Z] [2021-03-10T15:41:34.958Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-03-10T15:41:34.958Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:41:34.958Z] [2021-03-10T15:41:34.958Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2021-03-10T15:41:34.958Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:41:34.958Z] [2021-03-10T15:41:34.958Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-03-10T15:41:34.958Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:41:34.958Z] [2021-03-10T15:41:34.958Z] [2021-03-10T15:41:34.958Z] DONE 29 tests, 5 skipped in 1060.242s [2021-03-10T15:41:34.958Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-03-10T15:41:36.015Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-03-10T15:41:37.133Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:41:37.133Z] INFO: Testing against a local daemon [2021-03-10T15:41:37.133Z] === RUN TestConfigInspect [2021-03-10T15:41:37.133Z] --- SKIP: TestConfigInspect (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] === RUN TestConfigList [2021-03-10T15:41:37.133Z] --- SKIP: TestConfigList (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] === RUN TestConfigsCreateAndDelete [2021-03-10T15:41:37.133Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] === RUN TestConfigsUpdate [2021-03-10T15:41:37.133Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] === RUN TestTemplatedConfig [2021-03-10T15:41:37.133Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] === RUN TestConfigCreateResolve [2021-03-10T15:41:37.133Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:41:37.133Z] === RUN TestConfigDaemonLibtrustID [2021-03-10T15:41:37.133Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:41:37.133Z] PASS [2021-03-10T15:41:37.133Z] ok github.com/docker/docker/integration/config 0.138s [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] === Skipped [2021-03-10T15:41:37.133Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-03-10T15:41:37.133Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] [2021-03-10T15:41:37.133Z] DONE 7 tests, 7 skipped in 3.123s [2021-03-10T15:41:37.133Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-03-10T15:41:40.043Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:41:40.043Z] INFO: Testing against a local daemon [2021-03-10T15:41:40.043Z] === RUN TestCheckpoint [2021-03-10T15:41:40.043Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-10T15:41:40.043Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:41:40.043Z] === RUN TestContainerInvalidJSON [2021-03-10T15:41:40.043Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:41:40.043Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:41:40.043Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:41:40.043Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:41:40.043Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:41:40.043Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:41:40.501Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-10T15:41:40.501Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-10T15:41:40.501Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-10T15:41:40.501Z] --- PASS: TestContainerInvalidJSON (0.48s) [2021-03-10T15:41:40.501Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-03-10T15:41:40.501Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-03-10T15:41:40.501Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-03-10T15:41:40.501Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-10T15:41:40.959Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2021-03-10T15:41:40.959Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-10T15:41:40.959Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2021-03-10T15:41:40.959Z] copy_test.go:38: testEnv.OSType == "windows" [2021-03-10T15:41:40.959Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-10T15:41:40.959Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2021-03-10T15:41:40.959Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-10T15:41:40.959Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2021-03-10T15:41:40.959Z] copy_test.go:63: testEnv.OSType == "windows" [2021-03-10T15:41:40.959Z] === RUN TestCopyFromContainer [2021-03-10T15:41:40.959Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-03-10T15:41:40.959Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:40.959Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-10T15:41:40.959Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:41:40.959Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:41:40.959Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:41:40.959Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:41:40.959Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:41:40.959Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:41:40.959Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-10T15:41:40.959Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-10T15:41:40.959Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-10T15:41:40.959Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-10T15:41:40.959Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-10T15:41:40.959Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-03-10T15:41:40.959Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidEnv [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-10T15:41:40.959Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-10T15:41:40.959Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-10T15:41:40.959Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-10T15:41:40.959Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-10T15:41:40.959Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-10T15:41:40.959Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-03-10T15:41:40.959Z] === RUN TestCreateTmpfsMountsTarget [2021-03-10T15:41:40.959Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-03-10T15:41:40.959Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:40.959Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-10T15:41:40.959Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-03-10T15:41:40.959Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:41:40.959Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-10T15:41:40.959Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-03-10T15:41:40.959Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:41:40.959Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:41:40.959Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:41:40.959Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:41:40.959Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:41:40.959Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:41:40.959Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:41:40.959Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-10T15:41:40.959Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-10T15:41:40.959Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-10T15:41:40.959Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-10T15:41:40.959Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-10T15:41:40.959Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-03-10T15:41:40.959Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-10T15:41:40.959Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-03-10T15:41:40.959Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-03-10T15:41:40.959Z] === RUN TestCreateDifferentPlatform [2021-03-10T15:41:40.959Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-10T15:41:41.418Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-10T15:41:41.418Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-03-10T15:41:41.419Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-03-10T15:41:41.419Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-10T15:41:41.419Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-10T15:41:41.419Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-03-10T15:41:41.419Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-10T15:41:41.419Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-03-10T15:41:41.419Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-03-10T15:41:41.419Z] === RUN TestContainerKillOnDaemonStart [2021-03-10T15:41:41.419Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-03-10T15:41:41.419Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:41.419Z] === RUN TestDiff [2021-03-10T15:41:41.419Z] --- SKIP: TestDiff (0.00s) [2021-03-10T15:41:41.419Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-03-10T15:41:41.419Z] === RUN TestExecWithCloseStdin [2021-03-10T15:41:44.322Z] --- PASS: TestExecWithCloseStdin (3.07s) [2021-03-10T15:41:44.322Z] === RUN TestExec [2021-03-10T15:41:46.497Z] --- PASS: TestExec (2.10s) [2021-03-10T15:41:46.497Z] === RUN TestExecUser [2021-03-10T15:41:46.497Z] --- SKIP: TestExecUser (0.00s) [2021-03-10T15:41:46.497Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-03-10T15:41:46.497Z] === RUN TestExportContainerAndImportImage [2021-03-10T15:41:46.497Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-03-10T15:41:46.497Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:46.497Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-10T15:41:46.497Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-03-10T15:41:46.497Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:46.497Z] === RUN TestHealthCheckWorkdir [2021-03-10T15:41:46.497Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-03-10T15:41:46.497Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-03-10T15:41:46.497Z] === RUN TestHealthKillContainer [2021-03-10T15:41:46.497Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-03-10T15:41:46.497Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-03-10T15:41:46.497Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-10T15:41:46.497Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-03-10T15:41:46.497Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-03-10T15:41:46.497Z] === RUN TestKillContainerInvalidSignal [2021-03-10T15:41:48.680Z] --- PASS: TestKillContainerInvalidSignal (1.94s) [2021-03-10T15:41:48.680Z] === RUN TestKillContainer [2021-03-10T15:41:48.680Z] === RUN TestKillContainer/no_signal [2021-03-10T15:41:50.216Z] === RUN TestKillContainer/non_killing_signal [2021-03-10T15:41:50.216Z] === RUN TestKillContainer/killing_signal [2021-03-10T15:41:50.919Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-03-10T15:41:53.115Z] --- PASS: TestKillContainer (4.21s) [2021-03-10T15:41:53.115Z] --- PASS: TestKillContainer/no_signal (1.86s) [2021-03-10T15:41:53.115Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-03-10T15:41:53.115Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-03-10T15:41:53.115Z] --- PASS: TestKillContainer/killing_signal (2.30s) [2021-03-10T15:41:53.115Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-10T15:41:53.115Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-03-10T15:41:53.115Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-10T15:41:53.115Z] === RUN TestKillStoppedContainer [2021-03-10T15:41:53.115Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-03-10T15:41:53.115Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-10T15:41:53.115Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-10T15:41:53.115Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-03-10T15:41:53.115Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-10T15:41:53.115Z] === RUN TestKillDifferentUserContainer [2021-03-10T15:41:53.115Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-03-10T15:41:53.115Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-03-10T15:41:53.115Z] === RUN TestInspectOomKilledTrue [2021-03-10T15:41:53.115Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-10T15:41:53.115Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:53.115Z] === RUN TestInspectOomKilledFalse [2021-03-10T15:41:53.115Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-10T15:41:53.115Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:41:53.115Z] === RUN TestLogsFollowTailEmpty [2021-03-10T15:41:54.654Z] --- PASS: TestLogsFollowTailEmpty (1.86s) [2021-03-10T15:41:54.654Z] === RUN TestNetworkNat [2021-03-10T15:41:54.654Z] --- SKIP: TestNetworkNat (0.00s) [2021-03-10T15:41:54.654Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-03-10T15:41:54.655Z] === RUN TestNetworkLocalhostTCPNat [2021-03-10T15:41:56.827Z] --- PASS: TestNetworkLocalhostTCPNat (2.23s) [2021-03-10T15:41:56.827Z] === RUN TestNetworkLoopbackNat [2021-03-10T15:41:56.827Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-03-10T15:41:56.827Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-03-10T15:41:56.827Z] === RUN TestPause [2021-03-10T15:41:56.827Z] --- SKIP: TestPause (0.00s) [2021-03-10T15:41:56.827Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-03-10T15:41:56.827Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-10T15:41:58.361Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.79s) [2021-03-10T15:41:58.361Z] === RUN TestPauseStopPausedContainer [2021-03-10T15:41:58.361Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-03-10T15:41:58.361Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:41:58.361Z] === RUN TestPsFilter [2021-03-10T15:41:58.820Z] --- PASS: TestPsFilter (0.21s) [2021-03-10T15:41:58.820Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-10T15:42:01.000Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.20s) [2021-03-10T15:42:01.000Z] === RUN TestRemoveContainerWithVolume [2021-03-10T15:42:03.175Z] --- PASS: TestRemoveContainerWithVolume (2.19s) [2021-03-10T15:42:03.175Z] === RUN TestRemoveContainerRunning [2021-03-10T15:42:05.351Z] --- PASS: TestRemoveContainerRunning (1.86s) [2021-03-10T15:42:05.351Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-10T15:42:06.886Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.84s) [2021-03-10T15:42:06.886Z] === RUN TestRemoveInvalidContainer [2021-03-10T15:42:06.886Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-10T15:42:06.886Z] === RUN TestRenameLinkedContainer [2021-03-10T15:42:06.886Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-03-10T15:42:06.886Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:06.886Z] === RUN TestRenameStoppedContainer [2021-03-10T15:42:09.064Z] --- PASS: TestRenameStoppedContainer (2.12s) [2021-03-10T15:42:09.064Z] === RUN TestRenameRunningContainerAndReuse [2021-03-10T15:42:12.793Z] --- PASS: TestRenameRunningContainerAndReuse (3.73s) [2021-03-10T15:42:12.793Z] === RUN TestRenameInvalidName [2021-03-10T15:42:14.327Z] --- PASS: TestRenameInvalidName (1.85s) [2021-03-10T15:42:14.327Z] === RUN TestRenameAnonymousContainer [2021-03-10T15:42:14.327Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-03-10T15:42:14.327Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:14.327Z] === RUN TestRenameContainerWithSameName [2021-03-10T15:42:16.506Z] --- PASS: TestRenameContainerWithSameName (1.89s) [2021-03-10T15:42:16.506Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-10T15:42:16.506Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-03-10T15:42:16.506Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:16.506Z] === RUN TestResize [2021-03-10T15:42:18.042Z] --- PASS: TestResize (1.81s) [2021-03-10T15:42:18.042Z] === RUN TestResizeWithInvalidSize [2021-03-10T15:42:18.042Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-03-10T15:42:18.042Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:18.042Z] === RUN TestResizeWhenContainerNotStarted [2021-03-10T15:42:20.220Z] --- PASS: TestResizeWhenContainerNotStarted (2.11s) [2021-03-10T15:42:20.220Z] === RUN TestDaemonRestartKillContainers [2021-03-10T15:42:20.220Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:42:20.220Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:20.220Z] === RUN TestStats [2021-03-10T15:42:20.220Z] --- SKIP: TestStats (0.00s) [2021-03-10T15:42:20.220Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-03-10T15:42:20.220Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-10T15:42:22.985Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-03-10T15:42:26.008Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.29s) [2021-03-10T15:42:26.008Z] === RUN TestStopContainerWithTimeout [2021-03-10T15:42:26.008Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-03-10T15:42:26.008Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-03-10T15:42:26.008Z] === RUN TestUpdateRestartPolicy [2021-03-10T15:42:35.183Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-03-10T15:42:47.235Z] --- PASS: TestUpdateRestartPolicy (19.84s) [2021-03-10T15:42:47.235Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-10T15:42:47.235Z] --- PASS: TestUpdateRestartWithAutoRemove (1.84s) [2021-03-10T15:42:47.235Z] === RUN TestWaitNonBlocked [2021-03-10T15:42:47.235Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:42:47.235Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:42:47.235Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:42:47.235Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:42:47.235Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-10T15:42:47.235Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-10T15:42:49.670Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-03-10T15:42:49.670Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.36s) [2021-03-10T15:42:49.670Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.48s) [2021-03-10T15:42:49.670Z] === RUN TestWaitBlocked [2021-03-10T15:42:49.670Z] --- SKIP: TestWaitBlocked (0.00s) [2021-03-10T15:42:49.670Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:49.670Z] PASS [2021-03-10T15:42:49.670Z] ok github.com/docker/docker/integration/container 69.865s [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === Skipped [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-03-10T15:42:50.209Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2021-03-10T15:42:50.209Z] copy_test.go:38: testEnv.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2021-03-10T15:42:50.209Z] copy_test.go:63: testEnv.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-03-10T15:42:50.209Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-03-10T15:42:50.209Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-03-10T15:42:50.209Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-03-10T15:42:50.209Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-03-10T15:42:50.209Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-03-10T15:42:50.209Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-03-10T15:42:50.209Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-03-10T15:42:50.209Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-03-10T15:42:50.209Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-03-10T15:42:50.209Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-03-10T15:42:50.209Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-03-10T15:42:50.209Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-03-10T15:42:50.209Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-03-10T15:42:50.209Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-03-10T15:42:50.209Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-03-10T15:42:50.209Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-03-10T15:42:50.209Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-03-10T15:42:50.209Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-03-10T15:42:50.209Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-03-10T15:42:50.209Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-03-10T15:42:50.209Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-03-10T15:42:50.209Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-03-10T15:42:50.209Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-03-10T15:42:50.209Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-03-10T15:42:50.209Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-03-10T15:42:50.209Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-03-10T15:42:50.209Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-03-10T15:42:50.209Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-03-10T15:42:50.209Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-03-10T15:42:50.209Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-03-10T15:42:50.209Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-03-10T15:42:50.209Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-03-10T15:42:50.209Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-03-10T15:42:50.209Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-03-10T15:42:50.209Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] [2021-03-10T15:42:50.209Z] DONE 88 tests, 37 skipped in 72.616s [2021-03-10T15:42:50.209Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-03-10T15:42:51.948Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:42:51.948Z] INFO: Testing against a local daemon [2021-03-10T15:42:51.948Z] === RUN TestCommitInheritsEnv [2021-03-10T15:42:51.948Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-03-10T15:42:51.948Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:42:51.948Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-10T15:42:51.948Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-03-10T15:42:51.948Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-03-10T15:42:51.948Z] === RUN TestImagesFilterMultiReference [2021-03-10T15:42:51.948Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-03-10T15:42:51.948Z] === RUN TestImagePullPlatformInvalid [2021-03-10T15:42:51.949Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-03-10T15:42:51.949Z] === RUN TestRemoveImageOrphaning [2021-03-10T15:42:53.051Z] --- PASS: TestRemoveImageOrphaning (1.08s) [2021-03-10T15:42:53.051Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-10T15:42:53.575Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-03-10T15:42:53.575Z] === RUN TestTagInvalidReference [2021-03-10T15:42:53.575Z] --- PASS: TestTagInvalidReference (0.03s) [2021-03-10T15:42:53.575Z] === RUN TestTagValidPrefixedRepo [2021-03-10T15:42:53.575Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-03-10T15:42:53.575Z] === RUN TestTagExistedNameWithoutForce [2021-03-10T15:42:53.575Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-03-10T15:42:53.575Z] === RUN TestTagOfficialNames [2021-03-10T15:42:53.575Z] --- PASS: TestTagOfficialNames (0.09s) [2021-03-10T15:42:53.575Z] === RUN TestTagMatchesDigest [2021-03-10T15:42:53.575Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-03-10T15:42:53.575Z] PASS [2021-03-10T15:42:53.575Z] ok github.com/docker/docker/integration/image 1.603s [2021-03-10T15:42:53.575Z] [2021-03-10T15:42:53.575Z] === Skipped [2021-03-10T15:42:53.575Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-03-10T15:42:53.575Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:42:53.575Z] [2021-03-10T15:42:53.575Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-03-10T15:42:53.575Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-03-10T15:42:53.575Z] [2021-03-10T15:42:53.575Z] [2021-03-10T15:42:53.575Z] DONE 11 tests, 2 skipped in 3.689s [2021-03-10T15:42:53.575Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-03-10T15:42:55.980Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:42:55.980Z] INFO: Testing against a local daemon [2021-03-10T15:42:55.980Z] === RUN TestNetworkCreateDelete [2021-03-10T15:42:55.980Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-03-10T15:42:55.980Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:55.980Z] === RUN TestDockerNetworkDeletePreferID [2021-03-10T15:42:55.980Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-03-10T15:42:55.980Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-03-10T15:42:55.980Z] === RUN TestDaemonDNSFallback [2021-03-10T15:42:55.980Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-03-10T15:42:55.980Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:55.980Z] === RUN TestInspectNetwork [2021-03-10T15:42:55.980Z] --- SKIP: TestInspectNetwork (0.00s) [2021-03-10T15:42:55.980Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:55.980Z] === RUN TestRunContainerWithBridgeNone [2021-03-10T15:42:55.980Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-03-10T15:42:55.980Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:55.980Z] === RUN TestNetworkInvalidJSON [2021-03-10T15:42:55.980Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-10T15:42:55.980Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-10T15:42:55.980Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:42:55.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:42:55.980Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:42:55.980Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:42:55.980Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-10T15:42:55.980Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-10T15:42:55.980Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-10T15:42:55.980Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-10T15:42:55.980Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-03-10T15:42:55.980Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-03-10T15:42:55.980Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-03-10T15:42:55.980Z] === RUN TestNetworkList [2021-03-10T15:42:55.980Z] === RUN TestNetworkList//networks [2021-03-10T15:42:55.980Z] === PAUSE TestNetworkList//networks [2021-03-10T15:42:55.980Z] === RUN TestNetworkList//networks/ [2021-03-10T15:42:55.980Z] === PAUSE TestNetworkList//networks/ [2021-03-10T15:42:55.980Z] === CONT TestNetworkList//networks [2021-03-10T15:42:55.980Z] === CONT TestNetworkList//networks/ [2021-03-10T15:42:55.980Z] --- PASS: TestNetworkList (0.03s) [2021-03-10T15:42:55.980Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-10T15:42:55.980Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-10T15:42:55.980Z] === RUN TestHostIPv4BridgeLabel [2021-03-10T15:42:55.980Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-03-10T15:42:55.980Z] network_test.go:126: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-10T15:42:55.980Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:29: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] === RUN TestDaemonDefaultNetworkPools [2021-03-10T15:42:55.980Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:58: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-10T15:42:55.980Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:102: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-10T15:42:55.980Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:136: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-10T15:42:55.980Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:187: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] === RUN TestServiceWithPredefinedNetwork [2021-03-10T15:42:55.980Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:212: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-10T15:42:55.980Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:42:55.980Z] === RUN TestServiceWithDataPathPortInit [2021-03-10T15:42:55.980Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:332: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-10T15:42:55.980Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-10T15:42:55.980Z] service_test.go:400: testEnv.OSType == "windows" [2021-03-10T15:42:55.980Z] PASS [2021-03-10T15:42:55.980Z] ok github.com/docker/docker/integration/network 0.214s [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === Skipped [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-03-10T15:42:56.491Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-03-10T15:42:56.491Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-03-10T15:42:56.491Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-03-10T15:42:56.491Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-03-10T15:42:56.491Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-03-10T15:42:56.491Z] network_test.go:126: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:29: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:58: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:102: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:136: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:187: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:212: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:242: FLAKY_TEST [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:332: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-10T15:42:56.491Z] service_test.go:400: testEnv.OSType == "windows" [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] [2021-03-10T15:42:56.491Z] DONE 22 tests, 15 skipped in 2.545s [2021-03-10T15:42:56.491Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-03-10T15:42:56.995Z] testing: warning: no tests to run [2021-03-10T15:42:56.995Z] PASS [2021-03-10T15:42:56.995Z] ok github.com/docker/docker/integration/network/ipvlan 0.076s [2021-03-10T15:42:56.995Z] [2021-03-10T15:42:56.995Z] DONE 0 tests in 0.793s [2021-03-10T15:42:56.995Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-03-10T15:42:58.049Z] testing: warning: no tests to run [2021-03-10T15:42:58.049Z] PASS [2021-03-10T15:42:58.049Z] ok github.com/docker/docker/integration/network/macvlan 0.069s [2021-03-10T15:42:58.049Z] [2021-03-10T15:42:58.049Z] DONE 0 tests in 0.778s [2021-03-10T15:42:58.049Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-03-10T15:42:58.555Z] testing: warning: no tests to run [2021-03-10T15:42:58.555Z] PASS [2021-03-10T15:42:58.555Z] ok github.com/docker/docker/integration/plugin 0.065s [2021-03-10T15:42:58.555Z] [2021-03-10T15:42:58.555Z] DONE 0 tests in 0.750s [2021-03-10T15:42:59.072Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-03-10T15:42:59.590Z] testing: warning: no tests to run [2021-03-10T15:42:59.590Z] PASS [2021-03-10T15:42:59.590Z] ok github.com/docker/docker/integration/plugin/authz 0.070s [2021-03-10T15:42:59.590Z] [2021-03-10T15:42:59.590Z] DONE 0 tests in 0.797s [2021-03-10T15:42:59.590Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-03-10T15:43:07.104Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:07.104Z] INFO: Testing against a local daemon [2021-03-10T15:43:07.104Z] === RUN TestPluginInvalidJSON [2021-03-10T15:43:07.104Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:43:07.104Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:43:07.104Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-10T15:43:07.104Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-10T15:43:07.104Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-10T15:43:07.104Z] === RUN TestPluginInstall [2021-03-10T15:43:07.104Z] --- SKIP: TestPluginInstall (0.00s) [2021-03-10T15:43:07.104Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-03-10T15:43:07.104Z] === RUN TestPluginsWithRuntimes [2021-03-10T15:43:07.104Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-03-10T15:43:07.104Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-03-10T15:43:07.104Z] PASS [2021-03-10T15:43:07.104Z] ok github.com/docker/docker/integration/plugin/common 0.149s [2021-03-10T15:43:07.251Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-03-10T15:43:07.595Z] [2021-03-10T15:43:07.595Z] === Skipped [2021-03-10T15:43:07.595Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-03-10T15:43:07.595Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-03-10T15:43:07.595Z] [2021-03-10T15:43:07.595Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-03-10T15:43:07.595Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-03-10T15:43:07.595Z] [2021-03-10T15:43:07.595Z] [2021-03-10T15:43:07.595Z] DONE 4 tests, 2 skipped in 7.767s [2021-03-10T15:43:07.595Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-03-10T15:43:10.642Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:10.642Z] INFO: Testing against a local daemon [2021-03-10T15:43:10.642Z] === RUN TestExternalGraphDriver [2021-03-10T15:43:10.642Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-03-10T15:43:10.642Z] external_test.go:48: runtime.GOOS == "windows" [2021-03-10T15:43:10.642Z] === RUN TestGraphdriverPluginV2 [2021-03-10T15:43:10.642Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-03-10T15:43:10.642Z] external_test.go:408: runtime.GOOS == "windows" [2021-03-10T15:43:10.642Z] PASS [2021-03-10T15:43:10.642Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.143s [2021-03-10T15:43:10.642Z] [2021-03-10T15:43:10.642Z] === Skipped [2021-03-10T15:43:10.643Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-03-10T15:43:10.643Z] external_test.go:48: runtime.GOOS == "windows" [2021-03-10T15:43:10.643Z] [2021-03-10T15:43:10.643Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-03-10T15:43:10.643Z] external_test.go:408: runtime.GOOS == "windows" [2021-03-10T15:43:10.643Z] [2021-03-10T15:43:10.643Z] [2021-03-10T15:43:10.643Z] DONE 2 tests, 2 skipped in 3.223s [2021-03-10T15:43:10.643Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-03-10T15:43:12.941Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:12.941Z] INFO: Testing against a local daemon [2021-03-10T15:43:12.941Z] === RUN TestReadPluginNoRead [2021-03-10T15:43:12.941Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-03-10T15:43:12.941Z] read_test.go:21: no unix domain sockets on Windows [2021-03-10T15:43:12.941Z] PASS [2021-03-10T15:43:12.941Z] ok github.com/docker/docker/integration/plugin/logging 0.121s [2021-03-10T15:43:13.441Z] [2021-03-10T15:43:13.441Z] === Skipped [2021-03-10T15:43:13.441Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-03-10T15:43:13.441Z] read_test.go:21: no unix domain sockets on Windows [2021-03-10T15:43:13.441Z] [2021-03-10T15:43:13.441Z] [2021-03-10T15:43:13.441Z] DONE 1 tests, 1 skipped in 2.498s [2021-03-10T15:43:13.441Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-03-10T15:43:14.465Z] testing: warning: no tests to run [2021-03-10T15:43:14.465Z] PASS [2021-03-10T15:43:14.465Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.085s [2021-03-10T15:43:14.954Z] [2021-03-10T15:43:14.954Z] DONE 0 tests in 1.368s [2021-03-10T15:43:14.954Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-03-10T15:43:17.251Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:17.251Z] INFO: Testing against a local daemon [2021-03-10T15:43:17.251Z] === RUN TestPluginWithDevMounts [2021-03-10T15:43:17.251Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-03-10T15:43:17.251Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:17.251Z] PASS [2021-03-10T15:43:17.251Z] ok github.com/docker/docker/integration/plugin/volumes 0.146s [2021-03-10T15:43:17.251Z] [2021-03-10T15:43:17.251Z] === Skipped [2021-03-10T15:43:17.251Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-03-10T15:43:17.251Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:17.251Z] [2021-03-10T15:43:17.251Z] [2021-03-10T15:43:17.251Z] DONE 1 tests, 1 skipped in 2.564s [2021-03-10T15:43:17.251Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-03-10T15:43:19.532Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:19.532Z] INFO: Testing against a local daemon [2021-03-10T15:43:19.532Z] === RUN TestSecretInspect [2021-03-10T15:43:19.532Z] --- SKIP: TestSecretInspect (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] === RUN TestSecretList [2021-03-10T15:43:19.532Z] --- SKIP: TestSecretList (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] === RUN TestSecretsCreateAndDelete [2021-03-10T15:43:19.532Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] === RUN TestSecretsUpdate [2021-03-10T15:43:19.532Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] === RUN TestTemplatedSecret [2021-03-10T15:43:19.532Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] === RUN TestSecretCreateResolve [2021-03-10T15:43:19.532Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:19.532Z] PASS [2021-03-10T15:43:19.532Z] ok github.com/docker/docker/integration/secret 0.130s [2021-03-10T15:43:19.532Z] [2021-03-10T15:43:19.532Z] === Skipped [2021-03-10T15:43:19.532Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] [2021-03-10T15:43:19.532Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] [2021-03-10T15:43:19.532Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] [2021-03-10T15:43:19.532Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] [2021-03-10T15:43:19.532Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:19.532Z] [2021-03-10T15:43:19.532Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-03-10T15:43:19.532Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:19.532Z] [2021-03-10T15:43:19.532Z] [2021-03-10T15:43:19.532Z] DONE 6 tests, 6 skipped in 2.228s [2021-03-10T15:43:19.532Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-03-10T15:43:22.591Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:22.591Z] INFO: Testing against a local daemon [2021-03-10T15:43:22.591Z] === RUN TestServiceCreateInit [2021-03-10T15:43:22.591Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-10T15:43:22.591Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-10T15:43:22.591Z] --- PASS: TestServiceCreateInit (0.05s) [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateServiceMultipleTimes [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateServiceConflict [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateServiceMaxReplicas [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-03-10T15:43:22.591Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateServiceSecretFileMode [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateServiceConfigFileMode [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateServiceSysctls [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-03-10T15:43:22.591Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateServiceCapabilities [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-03-10T15:43:22.591Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestInspect [2021-03-10T15:43:22.591Z] --- SKIP: TestInspect (0.00s) [2021-03-10T15:43:22.591Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestCreateJob [2021-03-10T15:43:22.591Z] --- SKIP: TestCreateJob (0.00s) [2021-03-10T15:43:22.591Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestReplicatedJob [2021-03-10T15:43:22.591Z] --- SKIP: TestReplicatedJob (0.00s) [2021-03-10T15:43:22.591Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestUpdateReplicatedJob [2021-03-10T15:43:22.591Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-03-10T15:43:22.591Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestServiceListWithStatuses [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-10T15:43:22.591Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestDockerNetworkConnectAlias [2021-03-10T15:43:22.591Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-03-10T15:43:22.591Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestDockerNetworkReConnect [2021-03-10T15:43:22.591Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-03-10T15:43:22.591Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestServicePlugin [2021-03-10T15:43:22.591Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-10T15:43:22.591Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] === RUN TestServiceUpdateLabel [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-03-10T15:43:22.591Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] === RUN TestServiceUpdateSecrets [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-03-10T15:43:22.591Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] === RUN TestServiceUpdateConfigs [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-03-10T15:43:22.591Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] === RUN TestServiceUpdateNetwork [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-03-10T15:43:22.591Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] === RUN TestServiceUpdatePidsLimit [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-03-10T15:43:22.591Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] PASS [2021-03-10T15:43:22.591Z] ok github.com/docker/docker/integration/service 0.258s [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === Skipped [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-10T15:43:22.591Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-03-10T15:43:22.591Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-03-10T15:43:22.591Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-03-10T15:43:22.591Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-03-10T15:43:22.591Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-03-10T15:43:22.591Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-03-10T15:43:22.591Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-03-10T15:43:22.591Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-03-10T15:43:22.591Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-03-10T15:43:22.591Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-03-10T15:43:22.591Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-03-10T15:43:22.591Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-03-10T15:43:22.591Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-03-10T15:43:22.591Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-03-10T15:43:22.591Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-03-10T15:43:22.591Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-03-10T15:43:22.591Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-03-10T15:43:22.591Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] [2021-03-10T15:43:22.591Z] DONE 24 tests, 23 skipped in 2.763s [2021-03-10T15:43:22.591Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-03-10T15:43:24.236Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:24.236Z] INFO: Testing against a local daemon [2021-03-10T15:43:24.236Z] === RUN TestSessionCreate [2021-03-10T15:43:24.236Z] --- SKIP: TestSessionCreate (0.00s) [2021-03-10T15:43:24.236Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-03-10T15:43:24.236Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-10T15:43:24.236Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-03-10T15:43:24.236Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-03-10T15:43:24.236Z] PASS [2021-03-10T15:43:24.236Z] ok github.com/docker/docker/integration/session 0.141s [2021-03-10T15:43:24.736Z] [2021-03-10T15:43:24.736Z] === Skipped [2021-03-10T15:43:24.736Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-03-10T15:43:24.736Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-03-10T15:43:24.736Z] [2021-03-10T15:43:24.736Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-03-10T15:43:24.736Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-03-10T15:43:24.736Z] [2021-03-10T15:43:24.736Z] [2021-03-10T15:43:24.736Z] DONE 2 tests, 2 skipped in 2.065s [2021-03-10T15:43:24.736Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-03-10T15:43:25.352Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-03-10T15:43:27.065Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:27.065Z] INFO: Testing against a local daemon [2021-03-10T15:43:27.065Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-10T15:43:27.065Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:43:27.065Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:27.065Z] === RUN TestEventsExecDie [2021-03-10T15:43:27.065Z] --- SKIP: TestEventsExecDie (0.01s) [2021-03-10T15:43:27.065Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-03-10T15:43:27.065Z] === RUN TestEventsBackwardsCompatible [2021-03-10T15:43:27.065Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-03-10T15:43:27.065Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-03-10T15:43:27.065Z] === RUN TestInfoAPI [2021-03-10T15:43:27.065Z] --- PASS: TestInfoAPI (0.03s) [2021-03-10T15:43:27.065Z] === RUN TestInfoAPIWarnings [2021-03-10T15:43:27.065Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-03-10T15:43:27.065Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:43:27.065Z] === RUN TestInfoDebug [2021-03-10T15:43:27.065Z] --- SKIP: TestInfoDebug (0.00s) [2021-03-10T15:43:27.065Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-10T15:43:27.065Z] === RUN TestInfoInsecureRegistries [2021-03-10T15:43:27.065Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-03-10T15:43:27.065Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-10T15:43:27.065Z] === RUN TestInfoRegistryMirrors [2021-03-10T15:43:27.065Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-03-10T15:43:27.065Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-10T15:43:27.065Z] === RUN TestLoginFailsWithBadCredentials [2021-03-10T15:43:28.103Z] --- PASS: TestLoginFailsWithBadCredentials (1.12s) [2021-03-10T15:43:28.103Z] === RUN TestPingCacheHeaders [2021-03-10T15:43:28.103Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-10T15:43:28.103Z] === RUN TestPingGet [2021-03-10T15:43:28.103Z] --- PASS: TestPingGet (0.04s) [2021-03-10T15:43:28.103Z] === RUN TestPingHead [2021-03-10T15:43:28.103Z] --- PASS: TestPingHead (0.03s) [2021-03-10T15:43:28.103Z] === RUN TestVersion [2021-03-10T15:43:28.103Z] --- PASS: TestVersion (0.03s) [2021-03-10T15:43:28.103Z] PASS [2021-03-10T15:43:28.103Z] ok github.com/docker/docker/integration/system 1.389s [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] === Skipped [2021-03-10T15:43:28.103Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-10T15:43:28.103Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2021-03-10T15:43:28.103Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-03-10T15:43:28.103Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-03-10T15:43:28.103Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-03-10T15:43:28.103Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-03-10T15:43:28.103Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-03-10T15:43:28.103Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] [2021-03-10T15:43:28.103Z] DONE 13 tests, 7 skipped in 3.353s [2021-03-10T15:43:28.103Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-03-10T15:43:30.488Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:30.488Z] INFO: Testing against a local daemon [2021-03-10T15:43:30.488Z] === RUN TestVolumesCreateAndList [2021-03-10T15:43:30.488Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-03-10T15:43:30.488Z] === RUN TestVolumesRemove [2021-03-10T15:43:30.488Z] --- PASS: TestVolumesRemove (0.11s) [2021-03-10T15:43:30.488Z] === RUN TestVolumesInspect [2021-03-10T15:43:30.488Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-10T15:43:30.488Z] === RUN TestVolumesInvalidJSON [2021-03-10T15:43:30.488Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-10T15:43:30.488Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-10T15:43:30.488Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-10T15:43:30.488Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-10T15:43:30.488Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2021-03-10T15:43:30.488Z] PASS [2021-03-10T15:43:30.488Z] ok github.com/docker/docker/integration/volume 0.312s [2021-03-10T15:43:30.488Z] [2021-03-10T15:43:30.488Z] DONE 5 tests in 2.386s [2021-03-10T15:43:30.488Z] INFO: make.ps1 ended at 03/10/2021 15:43:30 [2021-03-10T15:43:30.488Z] INFO: Integration CLI tests being run from the host: [2021-03-10T15:43:30.488Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-03-10T15:43:39.537Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-10T15:43:39.537Z] INFO: Testing against a local daemon [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-03-10T15:43:39.537Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-03-10T15:43:40.224Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-03-10T15:43:40.563Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-03-10T15:43:40.563Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-03-10T15:44:26.887Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-03-10T15:44:44.969Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-03-10T15:45:17.037Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-03-10T15:45:49.107Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-03-10T15:45:52.810Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-03-10T15:45:53.894Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-03-10T15:45:53.894Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-03-10T15:45:53.894Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-03-10T15:45:53.894Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-03-10T15:45:53.894Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-03-10T15:45:57.058Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-03-10T15:45:57.058Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-03-10T15:45:57.058Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-03-10T15:46:03.979Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-03-10T15:46:04.488Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-03-10T15:46:22.070Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-03-10T15:46:36.943Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite (440.07s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.88s) [2021-03-10T15:46:51.815Z] docker_cli_external_volume_driver_test.go:53: [d8a598b30b29a] daemon is not started [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.50s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-03-10T15:46:51.815Z] docker_cli_external_volume_driver_test.go:53: [d47167efcd278] daemon is not started [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-03-10T15:46:51.815Z] docker_cli_external_volume_driver_test.go:53: [db8c160266d30] daemon is not started [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-03-10T15:46:51.815Z] docker_cli_external_volume_driver_test.go:53: [dda5c9e61194a] daemon is not started [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.48s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.49s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.50s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.55s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.51s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.24s) [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.32s) [2021-03-10T15:46:51.815Z] docker_cli_external_volume_driver_test.go:485: [d5fbfd1f64291] daemon is not started [2021-03-10T15:46:51.815Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-03-10T15:46:51.815Z] docker_cli_external_volume_driver_test.go:53: [d31bdac1dbfe6] daemon is not started [2021-03-10T15:46:51.815Z] PASS [2021-03-10T15:46:51.815Z] [2021-03-10T15:46:51.815Z] === Skipped [2021-03-10T15:46:51.815Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-03-10T15:46:51.815Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2021-03-10T15:46:51.815Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-03-10T15:46:51.815Z] check_test.go:309: [d59f387b898da] daemon is not started [2021-03-10T15:46:51.815Z] [2021-03-10T15:46:51.815Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-03-10T15:46:51.815Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-03-10T15:46:51.815Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-03-10T15:46:51.816Z] check_test.go:309: [dbc5a94fb1dbd] daemon is not started [2021-03-10T15:46:51.816Z] [2021-03-10T15:46:51.816Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-03-10T15:46:51.816Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-03-10T15:46:51.816Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-03-10T15:46:51.816Z] check_test.go:309: [db3dfaf51c80e] daemon is not started [2021-03-10T15:46:51.816Z] [2021-03-10T15:46:51.816Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-10T15:46:51.816Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-10T15:46:51.816Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-03-10T15:46:51.816Z] [2021-03-10T15:46:51.816Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-10T15:46:51.816Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-10T15:46:51.816Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-03-10T15:46:51.816Z] [2021-03-10T15:46:51.816Z] [2021-03-10T15:46:51.816Z] DONE 273 tests, 5 skipped in 2427.963s [2021-03-10T15:46:51.816Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-10T15:46:51.816Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dacf0f3980b37/docker.pid [2021-03-10T15:46:51.816Z] +++ kill 13846 [2021-03-10T15:46:51.816Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13846 is not a child of this shell [2021-03-10T15:46:51.816Z] warning: PID 13846 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dacf0f3980b37/docker.pid had a nonzero exit code [2021-03-10T15:46:51.816Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dacf0f3980b37/root: target is busy. [2021-03-10T15:46:51.816Z] ++++ cat bundles/test-integration/docker.pid [2021-03-10T15:46:51.816Z] +++ kill 12785 [2021-03-10T15:46:52.382Z] +++ /etc/init.d/apparmor stop [2021-03-10T15:46:52.382Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-10T15:46:52.382Z] [2021-03-10T15:46:52.382Z] Unloading profiles will leave already running processes permanently [2021-03-10T15:46:52.382Z] unconfined, which can lead to unexpected situations. [2021-03-10T15:46:52.382Z] [2021-03-10T15:46:52.382Z] To set a process to complain mode, use the command line tool [2021-03-10T15:46:52.382Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-10T15:46:52.382Z] +++ true [2021-03-10T15:46:52.382Z] exiting test-integration [2021-03-10T15:46:52.382Z] ++ exit 0 [2021-03-10T15:46:52.382Z] [2021-03-10T15:46:52.640Z] + exit 0 [2021-03-10T15:46:52.640Z] ++ jobs -p [2021-03-10T15:46:52.640Z] + pids= [2021-03-10T15:46:52.640Z] + echo 'Remaining pids to kill: []' [2021-03-10T15:46:52.640Z] Remaining pids to kill: [] [2021-03-10T15:46:52.640Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-03-10T15:46:52.654Z] Recording test results [2021-03-10T15:46:54.400Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-10T15:46:54.714Z] + echo Ensuring container killed. [2021-03-10T15:46:54.714Z] Ensuring container killed. [2021-03-10T15:46:54.714Z] + docker ps -aq -f name=docker-pr6-* [2021-03-10T15:46:54.714Z] + cids=1a4e9ef38bf1 [2021-03-10T15:46:54.714Z] 7757fd39eedb [2021-03-10T15:46:54.714Z] 3b3cbd8517c9 [2021-03-10T15:46:54.714Z] + [ -n 1a4e9ef38bf1 [2021-03-10T15:46:54.714Z] 7757fd39eedb [2021-03-10T15:46:54.714Z] 3b3cbd8517c9 ] [2021-03-10T15:46:54.714Z] + docker rm -vf 1a4e9ef38bf1 7757fd39eedb 3b3cbd8517c9 [2021-03-10T15:46:57.248Z] 1a4e9ef38bf1 [2021-03-10T15:46:57.248Z] 7757fd39eedb [2021-03-10T15:46:57.248Z] 3b3cbd8517c9 [Pipeline] sh [2021-03-10T15:46:57.527Z] + echo Chowning /workspace to jenkins user [2021-03-10T15:46:57.527Z] Chowning /workspace to jenkins user [2021-03-10T15:46:57.527Z] + id -u [2021-03-10T15:46:57.527Z] + id -g [2021-03-10T15:46:57.527Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42054:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-10T15:47:01.107Z] + bundleName=amd64 [2021-03-10T15:47:01.107Z] + echo Creating amd64-bundles.tar.gz [2021-03-10T15:47:01.107Z] Creating amd64-bundles.tar.gz [2021-03-10T15:47:01.107Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o+ -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-10T15:47:01.107Z] xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-10T15:47:02.056Z] Archiving artifacts [2021-03-10T15:47:08.604Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-10T15:47:08.916Z] + make clean [2021-03-10T15:47:08.916Z] docker volume rm -f docker-dev-cache [2021-03-10T15:47:08.916Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-03-10T15:48:01.718Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-03-10T15:48:03.987Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-03-10T15:48:04.975Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-03-10T15:48:05.444Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-03-10T15:48:05.444Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-03-10T15:48:05.444Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-03-10T15:48:08.393Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-03-10T15:48:20.781Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-03-10T15:48:29.571Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-03-10T15:48:30.066Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-03-10T15:48:30.066Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-03-10T15:48:34.093Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-03-10T15:48:35.179Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-03-10T15:48:45.951Z] === RUN TestDockerSuite/TestBuildAddScript [2021-03-10T15:48:45.951Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-03-10T15:48:45.951Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-03-10T15:48:45.951Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-03-10T15:48:45.951Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-03-10T15:48:45.951Z] === RUN TestDockerSuite/TestBuildAddTar [2021-03-10T15:49:37.515Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-03-10T15:49:37.515Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-03-10T15:49:37.515Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-03-10T15:49:55.970Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-03-10T15:49:55.970Z] === RUN TestDockerSuite/TestBuildBlankName [2021-03-10T15:49:55.970Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-03-10T15:50:03.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-03-10T15:50:04.069Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-03-10T15:50:09.226Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-03-10T15:50:18.544Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-03-10T15:50:26.106Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-03-10T15:50:26.615Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-03-10T15:50:37.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-03-10T15:50:37.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-03-10T15:50:37.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-03-10T15:50:42.393Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-03-10T15:50:42.393Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-03-10T15:50:43.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-03-10T15:50:43.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-03-10T15:50:43.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-03-10T15:51:19.216Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-03-10T15:51:19.216Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-03-10T15:51:19.681Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-03-10T15:51:20.139Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-03-10T15:51:21.677Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-03-10T15:51:21.677Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-03-10T15:51:26.367Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-03-10T15:51:27.337Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-03-10T15:51:27.337Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-03-10T15:51:27.337Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-03-10T15:51:28.873Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-03-10T15:51:29.842Z] === RUN TestDockerSuite/TestBuildCmd [2021-03-10T15:51:30.300Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-03-10T15:51:31.268Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-03-10T15:51:31.727Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-03-10T15:51:37.532Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-03-10T15:51:39.068Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-03-10T15:51:39.068Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-03-10T15:51:40.611Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-03-10T15:51:40.612Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-03-10T15:51:41.070Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-03-10T15:51:43.254Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-03-10T15:51:44.224Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-03-10T15:51:44.684Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-03-10T15:51:45.142Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-03-10T15:51:46.111Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-03-10T15:51:46.571Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-03-10T15:51:46.571Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-03-10T15:51:46.571Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-03-10T15:51:56.894Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-03-10T15:52:32.588Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-03-10T15:52:32.588Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-03-10T15:52:32.588Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-03-10T15:52:35.499Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-03-10T15:52:35.959Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-03-10T15:52:36.419Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-03-10T15:52:36.419Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-03-10T15:52:36.879Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-03-10T15:52:36.879Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-03-10T15:53:19.425Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-03-10T15:53:19.425Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-03-10T15:53:19.425Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-03-10T15:53:31.817Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-03-10T15:53:32.277Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-03-10T15:53:32.739Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-03-10T15:53:36.484Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-03-10T15:53:39.396Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-03-10T15:53:41.578Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-03-10T15:54:53.743Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-03-10T15:54:53.743Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-03-10T15:54:53.743Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-03-10T15:56:19.825Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-03-10T15:56:19.825Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-03-10T15:56:19.825Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-03-10T15:56:37.519Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-03-10T15:56:52.345Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-03-10T15:57:10.027Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-03-10T15:57:52.545Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-03-10T15:58:10.232Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-03-10T15:58:25.051Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-03-10T16:00:06.306Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-03-10T16:00:06.306Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-03-10T16:00:06.306Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-03-10T16:00:06.306Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-03-10T16:00:06.306Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-03-10T16:00:06.765Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-03-10T16:00:06.765Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-03-10T16:00:07.223Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-03-10T16:00:07.681Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-03-10T16:00:13.486Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-03-10T16:00:16.399Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-03-10T16:00:21.087Z] === RUN TestDockerSuite/TestBuildEnv [2021-03-10T16:00:21.087Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-03-10T16:00:21.545Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-03-10T16:00:21.546Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-03-10T16:00:21.546Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-03-10T16:00:21.546Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-03-10T16:00:26.241Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-03-10T16:00:26.241Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-03-10T16:00:26.241Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-03-10T16:00:26.241Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-03-10T16:00:26.700Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-03-10T16:00:31.388Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-03-10T16:00:52.580Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-03-10T16:00:52.580Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-03-10T16:00:52.580Z] === RUN TestDockerSuite/TestBuildExpose [2021-03-10T16:00:52.580Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-03-10T16:00:52.580Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-03-10T16:00:52.580Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-03-10T16:00:52.580Z] === RUN TestDockerSuite/TestBuildFails [2021-03-10T16:00:54.126Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-03-10T16:00:54.127Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-03-10T16:01:00.080Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-03-10T16:01:05.871Z] === RUN TestDockerSuite/TestBuildForceRm [2021-03-10T16:01:12.957Z] === RUN TestDockerSuite/TestBuildFromGit [2021-03-10T16:01:23.283Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-03-10T16:01:24.251Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-03-10T16:01:30.043Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-03-10T16:01:30.043Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-03-10T16:01:30.043Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-03-10T16:01:30.501Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-03-10T16:01:30.501Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-03-10T16:01:39.067Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-03-10T16:01:39.067Z] === RUN TestDockerSuite/TestBuildHistory [2021-03-10T16:01:51.448Z] === RUN TestDockerSuite/TestBuildIidFile [2021-03-10T16:01:51.908Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-03-10T16:01:54.089Z] === RUN TestDockerSuite/TestBuildInheritance [2021-03-10T16:01:54.089Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-03-10T16:01:55.057Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-03-10T16:01:55.057Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-03-10T16:02:05.381Z] === RUN TestDockerSuite/TestBuildLabel [2021-03-10T16:02:05.381Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-03-10T16:02:05.839Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-03-10T16:02:06.812Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-03-10T16:02:07.271Z] === RUN TestDockerSuite/TestBuildLabels [2021-03-10T16:02:08.245Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-03-10T16:02:10.429Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-03-10T16:02:16.229Z] === RUN TestDockerSuite/TestBuildLastModified [2021-03-10T16:02:16.689Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-03-10T16:02:16.689Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-03-10T16:02:16.689Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-03-10T16:02:16.689Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-03-10T16:02:16.690Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-03-10T16:02:17.149Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-03-10T16:02:17.608Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-03-10T16:02:18.066Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-03-10T16:02:23.857Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-03-10T16:02:44.948Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-03-10T16:02:44.948Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-03-10T16:02:44.948Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-03-10T16:03:20.640Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-03-10T16:03:30.969Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-03-10T16:03:35.654Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-03-10T16:03:41.465Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-03-10T16:03:47.252Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-03-10T16:04:17.204Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-03-10T16:04:17.204Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-03-10T16:04:20.948Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-03-10T16:04:21.407Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-03-10T16:04:21.407Z] === RUN TestDockerSuite/TestBuildNetNone [2021-03-10T16:04:21.407Z] === RUN TestDockerSuite/TestBuildNoContext [2021-03-10T16:04:24.311Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-03-10T16:04:28.999Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-03-10T16:04:30.536Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-03-10T16:04:30.995Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-03-10T16:04:30.996Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-03-10T16:04:33.899Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-03-10T16:04:34.865Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-03-10T16:04:36.402Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-03-10T16:04:51.206Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-03-10T16:04:51.664Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-03-10T16:05:00.234Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-03-10T16:05:03.967Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-03-10T16:05:12.526Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-03-10T16:05:18.325Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-03-10T16:05:22.062Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-03-10T16:05:23.607Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-03-10T16:05:23.607Z] === RUN TestDockerSuite/TestBuildPATH [2021-03-10T16:05:23.607Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-03-10T16:05:25.798Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-03-10T16:05:25.798Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-03-10T16:06:08.323Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-03-10T16:06:44.009Z] === RUN TestDockerSuite/TestBuildRm [2021-03-10T16:06:52.579Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-03-10T16:06:54.768Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-03-10T16:06:55.227Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-03-10T16:06:55.227Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-03-10T16:06:56.763Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-03-10T16:07:05.333Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-03-10T16:07:09.069Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-03-10T16:07:12.803Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-03-10T16:07:30.490Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-03-10T16:07:30.490Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-03-10T16:07:30.490Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-03-10T16:07:39.061Z] === RUN TestDockerSuite/TestBuildSpaces [2021-03-10T16:07:39.061Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-03-10T16:07:43.751Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-03-10T16:07:43.751Z] === RUN TestDockerSuite/TestBuildStderr [2021-03-10T16:07:48.445Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-03-10T16:08:09.543Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-03-10T16:08:09.543Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-03-10T16:08:10.002Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-03-10T16:08:11.541Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-03-10T16:08:16.232Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-03-10T16:08:20.924Z] === RUN TestDockerSuite/TestBuildUser [2021-03-10T16:08:20.924Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-03-10T16:08:20.924Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-03-10T16:08:20.924Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-03-10T16:08:25.626Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-03-10T16:08:25.626Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-03-10T16:08:34.238Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-03-10T16:08:34.238Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-03-10T16:08:34.238Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-03-10T16:08:55.337Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-03-10T16:08:55.797Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-03-10T16:09:04.374Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-03-10T16:09:10.172Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-03-10T16:09:10.172Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-03-10T16:09:10.172Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-03-10T16:09:12.352Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-03-10T16:09:12.814Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-03-10T16:09:23.138Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-03-10T16:09:27.833Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-03-10T16:09:27.833Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-03-10T16:09:45.807Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-03-10T16:09:45.807Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-03-10T16:09:46.267Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-03-10T16:09:46.267Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-03-10T16:09:47.239Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-03-10T16:09:55.824Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-03-10T16:09:57.359Z] === RUN TestDockerSuite/TestBuildXZHost [2021-03-10T16:09:57.818Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-03-10T16:09:57.818Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-03-10T16:09:57.818Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-03-10T16:09:59.994Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-03-10T16:10:04.680Z] === RUN TestDockerSuite/TestCommitChange [2021-03-10T16:10:09.372Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-03-10T16:10:13.106Z] === RUN TestDockerSuite/TestCommitHardlink [2021-03-10T16:10:13.106Z] === RUN TestDockerSuite/TestCommitNewFile [2021-03-10T16:10:20.179Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-03-10T16:10:20.179Z] === RUN TestDockerSuite/TestCommitTTY [2021-03-10T16:10:27.248Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-03-10T16:10:31.017Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-03-10T16:10:38.096Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-03-10T16:10:50.470Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-03-10T16:10:50.470Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-03-10T16:10:51.438Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-03-10T16:10:51.438Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-03-10T16:10:51.438Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-03-10T16:10:51.438Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-03-10T16:10:53.612Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-03-10T16:10:53.612Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-03-10T16:10:53.612Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-03-10T16:10:56.515Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-03-10T16:10:56.515Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-03-10T16:10:56.515Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-03-10T16:10:56.515Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-03-10T16:10:56.515Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-03-10T16:10:59.416Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-03-10T16:11:00.950Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-03-10T16:11:03.124Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-03-10T16:11:03.124Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-03-10T16:11:03.124Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-03-10T16:11:06.037Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-03-10T16:11:06.037Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-03-10T16:11:08.213Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-03-10T16:11:08.213Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-03-10T16:11:08.213Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-03-10T16:11:10.390Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-03-10T16:11:10.390Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-03-10T16:11:12.565Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-03-10T16:11:12.565Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-03-10T16:11:15.469Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-03-10T16:11:15.469Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-03-10T16:11:17.644Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-03-10T16:11:26.209Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-03-10T16:11:30.893Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-03-10T16:11:30.893Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-03-10T16:11:30.893Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-03-10T16:11:30.893Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-03-10T16:11:30.893Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-03-10T16:11:32.428Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-03-10T16:11:32.428Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-03-10T16:11:34.604Z] === RUN TestDockerSuite/TestContainerAPITop [2021-03-10T16:11:34.604Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-03-10T16:11:36.781Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-03-10T16:11:36.781Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-03-10T16:11:41.470Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-03-10T16:11:43.006Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-03-10T16:11:43.006Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-03-10T16:11:43.006Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-03-10T16:11:43.006Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-03-10T16:11:43.006Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-03-10T16:11:43.006Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-03-10T16:11:45.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-03-10T16:11:45.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-03-10T16:11:48.082Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-03-10T16:11:50.258Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-03-10T16:11:53.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-03-10T16:11:55.356Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000334a00_} [2021-03-10T16:11:58.262Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1281978358_c:\foo_false____} [2021-03-10T16:12:00.435Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1281978358_c:\foo_true____} [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-03-10T16:12:03.337Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-03-10T16:12:06.242Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-03-10T16:12:08.415Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-03-10T16:12:08.415Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-03-10T16:12:08.415Z] === RUN TestDockerSuite/TestCpRelativePath [2021-03-10T16:12:11.314Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-03-10T16:12:11.314Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-03-10T16:12:11.314Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-03-10T16:12:11.314Z] === RUN TestDockerSuite/TestCpToCaseA [2021-03-10T16:12:15.997Z] === RUN TestDockerSuite/TestCpToCaseB [2021-03-10T16:12:18.172Z] === RUN TestDockerSuite/TestCpToCaseC [2021-03-10T16:12:18.172Z] === RUN TestDockerSuite/TestCpToCaseD [2021-03-10T16:12:18.172Z] === RUN TestDockerSuite/TestCpToCaseE [2021-03-10T16:12:26.739Z] === RUN TestDockerSuite/TestCpToCaseF [2021-03-10T16:12:26.739Z] === RUN TestDockerSuite/TestCpToCaseG [2021-03-10T16:12:26.739Z] === RUN TestDockerSuite/TestCpToCaseH [2021-03-10T16:12:41.569Z] === RUN TestDockerSuite/TestCpToCaseI [2021-03-10T16:12:41.569Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-03-10T16:12:41.569Z] === RUN TestDockerSuite/TestCpToDot [2021-03-10T16:12:43.106Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-03-10T16:12:43.106Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-03-10T16:12:43.106Z] === RUN TestDockerSuite/TestCpToStdout [2021-03-10T16:12:46.008Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-03-10T16:12:46.008Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-03-10T16:12:46.008Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-03-10T16:12:46.008Z] === RUN TestDockerSuite/TestCpVolumePath [2021-03-10T16:12:46.008Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-03-10T16:12:46.008Z] === RUN TestDockerSuite/TestCreateArgs [2021-03-10T16:12:46.008Z] === RUN TestDockerSuite/TestCreateByImageID [2021-03-10T16:12:48.184Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-03-10T16:12:50.361Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-03-10T16:12:50.361Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-03-10T16:12:50.820Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-03-10T16:12:52.998Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-03-10T16:12:53.456Z] === RUN TestDockerSuite/TestCreateLabels [2021-03-10T16:12:53.456Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-03-10T16:12:53.456Z] === RUN TestDockerSuite/TestCreateRM [2021-03-10T16:12:53.915Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-03-10T16:12:53.915Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-03-10T16:12:53.915Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-03-10T16:12:54.373Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-03-10T16:13:06.777Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-03-10T16:13:07.238Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-03-10T16:13:07.696Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-03-10T16:13:11.429Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-03-10T16:13:11.888Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-03-10T16:13:11.888Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-03-10T16:13:14.064Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-03-10T16:13:14.064Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDevicePermissions [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDockerFails [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestEventsAttach [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestEventsCommit [2021-03-10T16:13:14.523Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-03-10T16:13:17.426Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-03-10T16:13:19.602Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-03-10T16:13:21.779Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-03-10T16:13:30.356Z] === RUN TestDockerSuite/TestEventsCopy [2021-03-10T16:13:35.045Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-03-10T16:13:39.735Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-03-10T16:13:41.914Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-03-10T16:13:42.372Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-03-10T16:13:46.110Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-03-10T16:13:47.646Z] === RUN TestDockerSuite/TestEventsFilterType [2021-03-10T16:13:48.614Z] === RUN TestDockerSuite/TestEventsFilters [2021-03-10T16:13:58.932Z] === RUN TestDockerSuite/TestEventsFormat [2021-03-10T16:14:02.678Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-03-10T16:14:02.678Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-03-10T16:14:02.678Z] === RUN TestDockerSuite/TestEventsImageImport [2021-03-10T16:14:02.678Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-03-10T16:14:02.678Z] === RUN TestDockerSuite/TestEventsImagePull [2021-03-10T16:14:02.678Z] === RUN TestDockerSuite/TestEventsImageTag [2021-03-10T16:14:04.215Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-03-10T16:14:04.215Z] === RUN TestDockerSuite/TestEventsRename [2021-03-10T16:14:06.392Z] === RUN TestDockerSuite/TestEventsResize [2021-03-10T16:14:09.297Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-03-10T16:14:11.473Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-03-10T16:14:13.649Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-03-10T16:14:19.453Z] === RUN TestDockerSuite/TestEventsTop [2021-03-10T16:14:19.453Z] === RUN TestDockerSuite/TestEventsUntag [2021-03-10T16:14:21.632Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-03-10T16:14:25.365Z] === RUN TestDockerSuite/TestExec [2021-03-10T16:14:25.365Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-03-10T16:14:25.365Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-03-10T16:14:27.543Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-03-10T16:14:29.081Z] === RUN TestDockerSuite/TestExecAPIStart [2021-03-10T16:14:29.081Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-03-10T16:14:29.081Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-03-10T16:14:29.081Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-03-10T16:14:31.988Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-03-10T16:14:33.524Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-03-10T16:14:35.701Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-03-10T16:14:37.879Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-03-10T16:14:42.570Z] === RUN TestDockerSuite/TestExecCgroup [2021-03-10T16:14:42.570Z] === RUN TestDockerSuite/TestExecEnv [2021-03-10T16:14:42.570Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-03-10T16:14:42.570Z] === RUN TestDockerSuite/TestExecExitStatus [2021-03-10T16:14:44.747Z] === RUN TestDockerSuite/TestExecInspectID [2021-03-10T16:14:49.460Z] === RUN TestDockerSuite/TestExecInteractive [2021-03-10T16:14:49.460Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-03-10T16:14:49.460Z] === RUN TestDockerSuite/TestExecParseError [2021-03-10T16:14:49.460Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-03-10T16:14:49.460Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-03-10T16:14:49.460Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-03-10T16:14:52.364Z] === RUN TestDockerSuite/TestExecSetEnv [2021-03-10T16:14:52.365Z] === RUN TestDockerSuite/TestExecStartFails [2021-03-10T16:14:52.365Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-03-10T16:14:52.365Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-03-10T16:14:52.365Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-03-10T16:14:52.365Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-03-10T16:14:54.542Z] === RUN TestDockerSuite/TestExecUlimits [2021-03-10T16:14:54.542Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-03-10T16:15:00.336Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-03-10T16:15:00.336Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-03-10T16:15:00.336Z] === RUN TestDockerSuite/TestExecWithUser [2021-03-10T16:15:00.336Z] === RUN TestDockerSuite/TestGetContainerStats [2021-03-10T16:15:09.726Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-03-10T16:15:12.649Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-03-10T16:15:16.408Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-03-10T16:15:22.220Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-03-10T16:15:22.220Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-03-10T16:15:22.220Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-03-10T16:15:22.220Z] === RUN TestDockerSuite/TestHealth [2021-03-10T16:15:22.220Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-03-10T16:15:22.220Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-03-10T16:15:22.220Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-03-10T16:15:22.685Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-03-10T16:15:27.397Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-03-10T16:15:27.397Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-03-10T16:15:27.397Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-03-10T16:15:27.397Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-03-10T16:15:27.397Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-03-10T16:15:27.397Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-03-10T16:15:28.370Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-03-10T16:15:28.370Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-03-10T16:15:29.343Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-03-10T16:15:29.343Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-03-10T16:15:31.530Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-03-10T16:15:31.530Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-03-10T16:15:33.717Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-03-10T16:15:42.314Z] === RUN TestDockerSuite/TestImagesFormat [2021-03-10T16:15:42.314Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-03-10T16:15:42.314Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-03-10T16:15:45.243Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-03-10T16:15:45.243Z] === RUN TestDockerSuite/TestImportBadURL [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestImportDisplay [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestImportFile [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestImportGzipped [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-03-10T16:15:48.164Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-03-10T16:15:50.351Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-03-10T16:15:52.540Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-03-10T16:15:52.540Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-03-10T16:15:52.540Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-03-10T16:15:52.540Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-03-10T16:15:52.540Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-03-10T16:15:54.728Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-03-10T16:15:55.189Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-03-10T16:15:57.388Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-03-10T16:15:57.388Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-03-10T16:15:57.388Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-03-10T16:15:57.388Z] === RUN TestDockerSuite/TestInspectDefault [2021-03-10T16:16:00.304Z] === RUN TestDockerSuite/TestInspectHistory [2021-03-10T16:16:04.055Z] === RUN TestDockerSuite/TestInspectImage [2021-03-10T16:16:04.055Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-03-10T16:16:04.055Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-03-10T16:16:04.055Z] === RUN TestDockerSuite/TestInspectInt64 [2021-03-10T16:16:06.246Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-03-10T16:16:09.165Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-03-10T16:16:09.165Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-03-10T16:16:11.354Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-03-10T16:16:13.543Z] === RUN TestDockerSuite/TestInspectPlugin [2021-03-10T16:16:13.543Z] === RUN TestDockerSuite/TestInspectRootFS [2021-03-10T16:16:13.543Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-03-10T16:16:15.733Z] === RUN TestDockerSuite/TestInspectStatus [2021-03-10T16:16:18.649Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-03-10T16:16:22.400Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-03-10T16:16:25.318Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-03-10T16:16:27.519Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-03-10T16:16:29.707Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-03-10T16:16:31.896Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-03-10T16:16:34.096Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksEnvs [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-03-10T16:16:36.286Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-03-10T16:16:36.749Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-03-10T16:16:36.749Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-03-10T16:16:36.749Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-03-10T16:16:36.749Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-03-10T16:16:36.749Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-03-10T16:16:36.749Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-03-10T16:16:36.749Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-03-10T16:16:38.937Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-03-10T16:16:40.485Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-03-10T16:16:46.300Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-03-10T16:16:54.899Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-03-10T16:16:54.899Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-03-10T16:16:55.876Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-03-10T16:16:55.876Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-03-10T16:17:02.971Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-03-10T16:17:08.784Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-03-10T16:17:14.597Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-03-10T16:17:17.512Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-03-10T16:17:19.705Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-03-10T16:17:19.705Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-03-10T16:17:26.803Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-03-10T16:17:29.722Z] === RUN TestDockerSuite/TestLogsSince [2021-03-10T16:17:38.313Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-03-10T16:17:38.313Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-03-10T16:17:38.313Z] === RUN TestDockerSuite/TestLogsTail [2021-03-10T16:17:41.229Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-03-10T16:17:44.146Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestMountIntoProc [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestMountIntoSys [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestNetHostname [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPluginActive [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPortHostBinding [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPortList [2021-03-10T16:17:46.339Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-03-10T16:17:51.037Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-03-10T16:17:55.730Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-03-10T16:17:55.730Z] === RUN TestDockerSuite/TestPsByOrder [2021-03-10T16:18:06.075Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-03-10T16:18:06.075Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-03-10T16:18:16.405Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-03-10T16:18:31.235Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-03-10T16:18:31.235Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-03-10T16:18:31.235Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-03-10T16:18:43.631Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-03-10T16:18:46.541Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-03-10T16:18:53.622Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-03-10T16:19:03.955Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-03-10T16:19:03.955Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-03-10T16:19:03.955Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-03-10T16:19:08.652Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-03-10T16:19:08.652Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-03-10T16:19:08.652Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-03-10T16:19:08.652Z] === RUN TestDockerSuite/TestPsRightTagName [2021-03-10T16:19:08.652Z] === RUN TestDockerSuite/TestPsShowMounts [2021-03-10T16:19:15.725Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-03-10T16:19:15.725Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-03-10T16:19:17.905Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-03-10T16:19:17.905Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-03-10T16:19:18.872Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-03-10T16:19:19.839Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-03-10T16:19:19.839Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-03-10T16:19:24.529Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-03-10T16:19:28.265Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-03-10T16:19:30.445Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-03-10T16:19:51.551Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-03-10T16:19:51.551Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-03-10T16:19:55.288Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-03-10T16:19:55.288Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-03-10T16:19:55.288Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-03-10T16:19:55.752Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-03-10T16:20:00.440Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-03-10T16:20:09.010Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-03-10T16:20:09.010Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-03-10T16:20:13.698Z] === RUN TestDockerSuite/TestRmiBlank [2021-03-10T16:20:13.698Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-03-10T16:20:13.698Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-03-10T16:20:34.809Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-03-10T16:20:35.777Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-03-10T16:20:36.237Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-03-10T16:20:43.316Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-03-10T16:20:48.083Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-03-10T16:20:55.178Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-03-10T16:20:59.866Z] === RUN TestDockerSuite/TestRmiTag [2021-03-10T16:21:00.325Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-03-10T16:21:02.503Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-03-10T16:21:20.188Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-03-10T16:21:21.726Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-03-10T16:21:26.417Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-03-10T16:21:27.385Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-03-10T16:21:27.385Z] === RUN TestDockerSuite/TestRunAddHost [2021-03-10T16:21:27.385Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-03-10T16:21:27.385Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-03-10T16:21:27.385Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-03-10T16:21:27.385Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-03-10T16:21:27.385Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-03-10T16:21:27.385Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-03-10T16:21:29.563Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-03-10T16:21:29.563Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-03-10T16:21:29.563Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-03-10T16:21:34.254Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-03-10T16:21:37.162Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-03-10T16:21:39.341Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-03-10T16:21:41.518Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-03-10T16:21:50.086Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-03-10T16:21:50.086Z] === RUN TestDockerSuite/TestRunBindMounts [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-03-10T16:21:53.828Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-03-10T16:21:56.014Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-03-10T16:21:56.472Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-03-10T16:21:59.376Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-03-10T16:21:59.376Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-03-10T16:21:59.376Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-03-10T16:22:01.555Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-03-10T16:22:01.555Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-03-10T16:22:01.555Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-03-10T16:22:01.555Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-03-10T16:22:01.555Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-03-10T16:22:01.555Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-03-10T16:22:01.555Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-03-10T16:22:01.555Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-03-10T16:22:03.732Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-03-10T16:22:12.302Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-03-10T16:22:13.270Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-03-10T16:22:13.270Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-03-10T16:22:13.270Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-03-10T16:22:13.730Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-03-10T16:22:15.912Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-03-10T16:22:15.912Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-03-10T16:22:15.912Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-03-10T16:22:15.912Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-03-10T16:22:15.912Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-03-10T16:22:18.090Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-03-10T16:22:23.891Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-03-10T16:22:23.891Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-03-10T16:22:23.891Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-03-10T16:22:23.891Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-03-10T16:22:23.891Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-03-10T16:22:23.891Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-03-10T16:22:23.891Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-03-10T16:22:26.796Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-03-10T16:22:26.796Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-03-10T16:22:26.796Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-03-10T16:22:26.796Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-03-10T16:22:28.978Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-03-10T16:22:31.161Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-03-10T16:22:31.161Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-03-10T16:22:34.064Z] === RUN TestDockerSuite/TestRunEnvironment [2021-03-10T16:22:34.064Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-03-10T16:22:34.064Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-03-10T16:22:34.064Z] === RUN TestDockerSuite/TestRunExitCode [2021-03-10T16:22:36.244Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-03-10T16:22:38.422Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-03-10T16:22:40.598Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunExposePort [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-03-10T16:22:42.780Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-03-10T16:22:46.513Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-03-10T16:22:46.513Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-03-10T16:22:46.513Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-03-10T16:22:46.513Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-03-10T16:22:46.513Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-03-10T16:22:46.513Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-03-10T16:22:46.513Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-03-10T16:22:53.590Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-03-10T16:22:53.590Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModeHostname [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunMount [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-03-10T16:22:55.767Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-03-10T16:23:02.840Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-03-10T16:23:02.840Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-03-10T16:23:02.840Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-03-10T16:23:02.840Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-03-10T16:23:08.636Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNetHost [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-03-10T16:23:12.526Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-03-10T16:23:13.495Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-03-10T16:23:15.674Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-03-10T16:23:17.852Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-03-10T16:23:19.388Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunPortInUse [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-03-10T16:23:21.566Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-10T16:23:24.482Z] === RUN TestDockerSuite/TestRunPublishPort [2021-03-10T16:23:24.482Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-03-10T16:23:24.482Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-03-10T16:23:24.482Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-03-10T16:23:24.482Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-03-10T16:23:24.482Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-03-10T16:23:33.052Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-03-10T16:23:33.052Z] === RUN TestDockerSuite/TestRunRm [2021-03-10T16:23:34.590Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-03-10T16:23:40.385Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-03-10T16:23:42.562Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-03-10T16:23:44.741Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-03-10T16:23:46.920Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-03-10T16:23:49.825Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-03-10T16:23:49.825Z] === RUN TestDockerSuite/TestRunState [2021-03-10T16:23:49.825Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-03-10T16:23:52.009Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-03-10T16:23:52.009Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-03-10T16:23:54.186Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-03-10T16:23:54.186Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-03-10T16:23:54.186Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-03-10T16:23:54.186Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-03-10T16:23:54.186Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-03-10T16:23:54.186Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-03-10T16:23:58.881Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-03-10T16:23:58.881Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-03-10T16:23:58.881Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-03-10T16:23:59.340Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-03-10T16:23:59.340Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-03-10T16:23:59.340Z] === RUN TestDockerSuite/TestRunUserByID [2021-03-10T16:23:59.340Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-03-10T16:23:59.340Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-03-10T16:23:59.340Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-03-10T16:23:59.340Z] === RUN TestDockerSuite/TestRunUserByName [2021-03-10T16:23:59.340Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-03-10T16:24:01.520Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-03-10T16:24:01.520Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-03-10T16:24:03.705Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-03-10T16:24:03.706Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-03-10T16:24:03.706Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-03-10T16:24:07.438Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-03-10T16:24:14.512Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-03-10T16:24:18.246Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-03-10T16:24:25.320Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-03-10T16:24:25.320Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-03-10T16:24:25.320Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-03-10T16:24:28.226Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-03-10T16:24:30.404Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-03-10T16:24:32.582Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-03-10T16:24:37.272Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-03-10T16:24:38.240Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-03-10T16:24:40.430Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveImageId [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-03-10T16:24:45.124Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-03-10T16:24:45.583Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-03-10T16:24:47.763Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-03-10T16:24:48.222Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-03-10T16:24:48.222Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-03-10T16:24:48.681Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-03-10T16:24:50.226Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-03-10T16:24:57.302Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-03-10T16:24:57.302Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-03-10T16:25:05.871Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-03-10T16:25:05.871Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-03-10T16:25:08.777Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-03-10T16:25:08.777Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-03-10T16:25:08.777Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-03-10T16:25:08.777Z] === RUN TestDockerSuite/TestStartRecordError [2021-03-10T16:25:08.777Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-03-10T16:25:21.158Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-03-10T16:25:21.158Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-03-10T16:25:21.158Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-03-10T16:25:21.158Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-03-10T16:25:21.158Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-03-10T16:25:21.158Z] === RUN TestDockerSuite/TestStatsNoStream [2021-03-10T16:25:21.158Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-03-10T16:25:22.126Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-03-10T16:25:24.304Z] === RUN TestDockerSuite/TestTopPrivileged [2021-03-10T16:25:24.304Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-03-10T16:25:27.212Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-03-10T16:25:27.212Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-03-10T16:25:27.212Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-03-10T16:25:27.212Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-03-10T16:25:27.212Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-03-10T16:25:27.212Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-03-10T16:25:27.212Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-03-10T16:25:42.025Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-03-10T16:25:42.485Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-03-10T16:25:42.485Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-03-10T16:25:42.485Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-03-10T16:25:42.944Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-03-10T16:25:42.944Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-03-10T16:25:43.403Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-03-10T16:25:51.976Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-03-10T16:25:51.976Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-03-10T16:25:53.513Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-03-10T16:25:53.972Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-03-10T16:25:54.431Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-03-10T16:25:54.431Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-03-10T16:25:54.890Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-03-10T16:26:03.476Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-03-10T16:26:03.476Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-03-10T16:26:03.476Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-03-10T16:26:03.476Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-03-10T16:26:03.476Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-03-10T16:26:10.549Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-03-10T16:26:10.549Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-03-10T16:26:11.007Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-03-10T16:26:21.331Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-03-10T16:26:21.331Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-03-10T16:26:21.331Z] --- PASS: TestDockerSuite (2563.12s) [2021-03-10T16:26:21.331Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-03-10T16:26:21.331Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-10T16:26:21.331Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.331Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-03-10T16:26:21.331Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-03-10T16:26:21.331Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-03-10T16:26:21.331Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-10T16:26:21.791Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.85s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.39s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (120.63s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.87s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-10T16:26:21.791Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-10T16:26:21.791Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-10T16:26:21.791Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-10T16:26:21.791Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-03-10T16:26:21.791Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-10T16:26:21.791Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-03-10T16:26:21.791Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-10T16:26:21.791Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.94s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-03-10T16:26:21.791Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-03-10T16:26:21.791Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.18s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.19s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.24s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-03-10T16:26:21.791Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.57s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (104.83s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-03-10T16:26:21.791Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.49s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.91s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.89s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.22s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.58s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.99s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.20s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.61s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.10s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.23s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.69s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.41s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.50s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddTar (47.70s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.78s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.19s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.70s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.04s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.09s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.63s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.45s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.61s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (31.33s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.51s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.41s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.37s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.34s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-10T16:26:21.791Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.54s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.03s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCmd (0.61s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.57s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.27s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.35s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.32s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.52s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.05s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.17s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.93s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.70s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (9.96s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.53s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.47s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.18s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.00s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.37s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2021-03-10T16:26:21.791Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-10T16:26:21.791Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (35.89s) [2021-03-10T16:26:21.791Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (16.44s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.67s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.65s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.41s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.78s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.75s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignore (62.40s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.32s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (76.65s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.59s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.65s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (27.82s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.57s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (19.09s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (40.58s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (19.49s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.33s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (99.72s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.39s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.64s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.16s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.50s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.55s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.44s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.24s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.73s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.98s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.02s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.82s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.11s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.64s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFails (2.44s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.73s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.80s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.70s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.56s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.47s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.12s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.60s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.32s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildHistory (11.84s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.09s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.04s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.83s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.04s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLabel (1.02s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.65s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.03s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.64s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLabels (1.07s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.81s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.19s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.57s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.89s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.39s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.57s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.92s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.83s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.21s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.13s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.74s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (26.25s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.33s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.72s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.77s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.34s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.37s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.74s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.05s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.45s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.42s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.70s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.88s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.79s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.44s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.90s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.73s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.15s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.31s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (40.58s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (32.76s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildRm (12.59s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.33s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.34s) [2021-03-10T16:26:21.792Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.40s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (8.48s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.50s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.15s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.05s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.66s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.21s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.61s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildStderr (4.28s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.00s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.96s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.28s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.45s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.25s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.01s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.62s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.57s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.43s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.88s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.49s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.35s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.59s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.45s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.21s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.36s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.58s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.31s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.84s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.17s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s) [2021-03-10T16:26:21.792Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-03-10T16:26:21.792Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-10T16:26:21.792Z] docker_cli_sni_test.go:18: Flakey test [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.22s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.19s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestCommitChange (4.67s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.30s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.45s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestCommitTTY (6.78s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.17s) [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-10T16:26:21.792Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-03-10T16:26:21.792Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-03-10T16:26:21.792Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-10T16:26:21.792Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-10T16:26:21.792Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2021-03-10T16:26:21.792Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.58s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.53s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.31s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.45s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.62s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.51s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.15s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.14s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.49s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.30s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.44s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.03s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.62s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.22s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.60s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.91s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.85s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.26s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.20s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.31s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.04s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.90s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.95s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.55s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.49s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.59s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.56s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000334a00_} (2.57s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1281978358_c:\foo_false____} (2.52s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1281978358_c:\foo_true____} (2.63s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.57s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.39s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.38s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.41s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.40s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.95s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpToCaseH (13.49s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpToDot (2.54s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCpToStdout (2.65s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.09s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.25s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.93s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.68s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateRM (0.34s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.35s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.43s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.09s) [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-10T16:26:21.793Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.34s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-03-10T16:26:21.793Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-03-10T16:26:21.793Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.793Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-03-10T16:26:21.793Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.34s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.34s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.42s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.88s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsCopy (4.87s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.04s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.26s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.82s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.70s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.05s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.03s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFilters (9.47s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFormat (4.71s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsRename (2.45s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsResize (2.66s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.32s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.54s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.77s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.85s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-10T16:26:21.794Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.97s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.01s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-10T16:26:21.794Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-10T16:26:21.794Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-10T16:26:21.794Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.23s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.17s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.21s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.04s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.38s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.32s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecInspectID (4.76s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-10T16:26:21.794Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.48s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-10T16:26:21.794Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.33s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.05s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.15s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.11s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.13s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.20s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-03-10T16:26:21.794Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.38s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.73s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.10s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.86s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.20s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.47s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.81s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImportBadURL (2.45s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-10T16:26:21.794Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-10T16:26:21.794Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.28s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.24s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-10T16:26:21.794Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-10T16:26:21.794Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.27s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.39s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectDefault (2.44s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectHistory (4.16s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.23s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.28s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.24s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.08s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.15s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectStatus (2.69s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.45s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.28s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.34s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.18s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.31s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.35s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.20s) [2021-03-10T16:26:21.794Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-03-10T16:26:21.794Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.794Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.98s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.97s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.90s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (7.22s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-03-10T16:26:21.795Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.26s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.13s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.11s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.99s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.73s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.55s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (7.31s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.39s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsSince (9.10s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsTail (2.84s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.51s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.28s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.61s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-10T16:26:21.795Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.42s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsByOrder (9.31s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.19s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.01s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.32s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.09s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.68s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.16s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.56s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-03-10T16:26:21.795Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.91s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.81s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.75s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-10T16:26:21.795Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.22s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.09s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.51s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.34s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.75s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.74s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.29s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.88s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.32s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.90s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.92s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.72s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.51s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.92s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.63s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.09s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiTag (0.69s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.39s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.56s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.58s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.49s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.27s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.08s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.47s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.92s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.31s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.31s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.26s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.79s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.25s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.18s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.06s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.32s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (7.24s) [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.27s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.28s) [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-10T16:26:21.795Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.795Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.03s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.13s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.48s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.31s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.24s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.28s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunExitCode (2.23s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.23s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.27s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.27s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.81s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.91s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.76s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.00s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.12s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.17s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.35s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.16s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.19s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.00s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.71s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.75s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunRm (2.31s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.47s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.46s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.22s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.20s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.70s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.33s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.01s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.90s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.28s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.31s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.99s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.99s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.55s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.68s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.66s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.35s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.30s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.90s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.73s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.22s) [2021-03-10T16:26:21.796Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.50s) [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-03-10T16:26:21.796Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-10T16:26:21.796Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.62s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.83s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.89s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.91s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-03-10T16:26:21.797Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.76s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-03-10T16:26:21.797Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.25s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.40s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.30s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-03-10T16:26:21.797Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-03-10T16:26:21.797Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.45s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.93s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.92s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.63s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.82s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.11s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-10T16:26:21.797Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.49s) [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-03-10T16:26:21.797Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-03-10T16:26:21.797Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:21.797Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-10T16:26:21.797Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-03-10T16:26:22.257Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-03-10T16:26:22.257Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-03-10T16:26:22.257Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthTokenSuite [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-03-10T16:26:22.257Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-03-10T16:26:22.257Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-10T16:26:22.257Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.257Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] === RUN TestDockerDaemonSuite [2021-03-10T16:26:22.258Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-03-10T16:26:22.258Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-03-10T16:26:22.258Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-03-10T16:26:22.258Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] === RUN TestDockerSwarmSuite [2021-03-10T16:26:22.258Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-03-10T16:26:22.258Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-03-10T16:26:22.258Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] === RUN TestDockerExternalVolumeSuite [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] === RUN TestDockerNetworkSuite [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] === RUN TestDockerHubPullSuite [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-03-10T16:26:22.258Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] PASS [2021-03-10T16:26:22.258Z] ok github.com/docker/docker/integration-cli 2563.717s [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === Skipped [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-10T16:26:22.258Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-10T16:26:22.258Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-10T16:26:22.258Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-10T16:26:22.258Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-10T16:26:22.258Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-10T16:26:22.258Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-03-10T16:26:22.258Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-10T16:26:22.258Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-03-10T16:26:22.258Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-10T16:26:22.258Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-03-10T16:26:22.258Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-03-10T16:26:22.258Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-03-10T16:26:22.258Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2021-03-10T16:26:22.258Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.07s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-10T16:26:22.258Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.37s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.37s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-03-10T16:26:22.258Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-03-10T16:26:22.258Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.258Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.32s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.34s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.34s) [2021-03-10T16:26:22.259Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.31s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s) [2021-03-10T16:26:22.259Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-03-10T16:26:22.259Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-10T16:26:22.259Z] docker_cli_sni_test.go:18: Flakey test [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-10T16:26:22.259Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-03-10T16:26:22.259Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-03-10T16:26:22.259Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-10T16:26:22.259Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-10T16:26:22.259Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-10T16:26:22.259Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-03-10T16:26:22.259Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-10T16:26:22.259Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-10T16:26:22.259Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-03-10T16:26:22.259Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-10T16:26:22.259Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-10T16:26:22.259Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-10T16:26:22.259Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.259Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.03s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-10T16:26:22.260Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-10T16:26:22.260Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-03-10T16:26:22.260Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.260Z] [2021-03-10T16:26:22.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-10T16:26:22.260Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-10T16:26:22.260Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-10T16:26:22.261Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-10T16:26:22.261Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-10T16:26:22.261Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-10T16:26:22.261Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-10T16:26:22.261Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-10T16:26:22.261Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-03-10T16:26:22.261Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-10T16:26:22.261Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-10T16:26:22.261Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-10T16:26:22.261Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-10T16:26:22.261Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-03-10T16:26:22.261Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.261Z] [2021-03-10T16:26:22.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-03-10T16:26:22.261Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-03-10T16:26:22.262Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-03-10T16:26:22.262Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-10T16:26:22.262Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-10T16:26:22.262Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-03-10T16:26:22.262Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-03-10T16:26:22.262Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-10T16:26:22.262Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-03-10T16:26:22.262Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-10T16:26:22.262Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.262Z] [2021-03-10T16:26:22.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-10T16:26:22.262Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.263Z] [2021-03-10T16:26:22.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-10T16:26:22.263Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-10T16:26:22.263Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-03-10T16:26:22.723Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.723Z] [2021-03-10T16:26:22.723Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-03-10T16:26:22.723Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-10T16:26:22.724Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-10T16:26:22.724Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-10T16:26:22.724Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-10T16:26:22.724Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-10T16:26:22.724Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-10T16:26:22.724Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-10T16:26:22.724Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-10T16:26:22.724Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.724Z] [2021-03-10T16:26:22.724Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.725Z] [2021-03-10T16:26:22.725Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-10T16:26:22.725Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-10T16:26:22.725Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-10T16:26:22.726Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-03-10T16:26:22.726Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] DONE 1093 tests, 547 skipped in 2572.107s [2021-03-10T16:26:22.726Z] INFO: Integration tests ended at 03/10/2021 16:26:22. Duration:00:42:52.2341998 [2021-03-10T16:26:22.726Z] INFO: Docker info of the daemon under test at end of run [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] Containers: 2 [2021-03-10T16:26:22.726Z] Running: 0 [2021-03-10T16:26:22.726Z] Paused: 0 [2021-03-10T16:26:22.726Z] Stopped: 2 [2021-03-10T16:26:22.726Z] Images: 18 [2021-03-10T16:26:22.726Z] Server Version: 0.0.0-dev [2021-03-10T16:26:22.726Z] Storage Driver: windowsfilter [2021-03-10T16:26:22.726Z] Windows: [2021-03-10T16:26:22.726Z] Logging Driver: json-file [2021-03-10T16:26:22.726Z] Plugins: [2021-03-10T16:26:22.726Z] Volume: local [2021-03-10T16:26:22.726Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-10T16:26:22.726Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-10T16:26:22.726Z] Swarm: inactive [2021-03-10T16:26:22.726Z] Default Isolation: process [2021-03-10T16:26:22.726Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-10T16:26:22.726Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-03-10T16:26:22.726Z] OSType: windows [2021-03-10T16:26:22.726Z] Architecture: x86_64 [2021-03-10T16:26:22.726Z] CPUs: 4 [2021-03-10T16:26:22.726Z] Total Memory: 32GiB [2021-03-10T16:26:22.726Z] Name: azwin-2-b4e0e0 [2021-03-10T16:26:22.726Z] ID: 7Z6L:PVBH:QCOR:PQEG:UN7C:6K5A:GGEH:QJNI:LVFX:WVVC:I3PW:6U7N [2021-03-10T16:26:22.726Z] Docker Root Dir: D:\CI\PR-42054\6\daemon [2021-03-10T16:26:22.726Z] Debug Mode (client): false [2021-03-10T16:26:22.726Z] Debug Mode (server): true [2021-03-10T16:26:22.726Z] File Descriptors: -1 [2021-03-10T16:26:22.726Z] Goroutines: 17 [2021-03-10T16:26:22.726Z] System Time: 2021-03-10T16:26:22.6410599Z [2021-03-10T16:26:22.726Z] EventsListeners: 0 [2021-03-10T16:26:22.726Z] Registry: https://index.docker.io/v1/ [2021-03-10T16:26:22.726Z] Labels: [2021-03-10T16:26:22.726Z] Experimental: false [2021-03-10T16:26:22.726Z] Insecure Registries: [2021-03-10T16:26:22.726Z] 127.0.0.0/8 [2021-03-10T16:26:22.726Z] Live Restore Enabled: false [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] [2021-03-10T16:26:22.726Z] INFO: Stopping daemon under test [2021-03-10T16:26:23.195Z] SUCCESS: The process with PID 5436 (child process of PID 3628) has been terminated. [2021-03-10T16:26:23.195Z] SUCCESS: The process with PID 3628 (child process of PID 4176) has been terminated. [2021-03-10T16:26:23.195Z] INFO: Stop tailing logs of the daemon under tests [2021-03-10T16:26:23.195Z] INFO: executeCI.ps1 Completed successfully at 03/10/2021 16:26:22. [2021-03-10T16:26:23.195Z] INFO: Tidying up at end of run [2021-03-10T16:26:23.195Z] INFO: Saving daemon under test log (d:\CI\PR-42054\6\dut.out) to bundles\CIDUT.out [2021-03-10T16:26:23.195Z] INFO: Saving daemon under test log (d:\CI\PR-42054\6\dut.err) to bundles\CIDUT.err [2021-03-10T16:26:23.195Z] INFO: Nuke-Everything... [2021-03-10T16:26:23.654Z] INFO: Container count on control daemon to delete is 2 [2021-03-10T16:26:24.622Z] cd1d9019181b [2021-03-10T16:26:24.622Z] 490bd43deae2 [2021-03-10T16:26:24.622Z] INFO: Tidying pidfile d:\CI\PR-42054\6\docker.pid [2021-03-10T16:26:24.622Z] INFO: Nuking d:\CI [2021-03-10T16:26:54.592Z] INFO: Zapped successfully [2021-03-10T16:26:54.592Z] [2021-03-10T16:26:54.592Z] INFO: executeCI.ps1 exiting at Wed Mar 10 16:26:51 CUT 2021. Duration 01:19:50.8895716 [2021-03-10T16:26:54.592Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-03-10T16:26:54.838Z] Recording test results [2021-03-10T16:27:03.959Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-03-10T16:27:05.520Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-03-10T16:27:07.269Z] Archiving artifacts [2021-03-10T16:27:22.312Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42054/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-10T16:27:23.242Z] + make clean [2021-03-10T16:27:25.422Z] docker volume rm -f docker-dev-cache [2021-03-10T16:27:25.422Z] 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